Skip to content

Commit

Permalink
added i18 for kyc step 5 (social distribution 1 kyc)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-ares committed Jan 17, 2024
1 parent 1b29822 commit b359e0f
Show file tree
Hide file tree
Showing 46 changed files with 323 additions and 19 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ require (
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/pprof v0.0.0-20231229205709-960ae82b1e42 // indirect
github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
Expand Down Expand Up @@ -107,8 +107,7 @@ require (
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
github.com/quic-go/quic-go v0.40.1 // indirect
github.com/quic-go/quic-go v0.41.0 // indirect
github.com/refraction-networking/utls v1.6.1 // indirect
github.com/rs/zerolog v1.31.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
Expand Down Expand Up @@ -152,9 +151,9 @@ require (
google.golang.org/api v0.156.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/appengine/v2 v2.0.5 // indirect
google.golang.org/genproto v0.0.0-20240108191215-35c7eff3a6b1 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
22 changes: 10 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/martian/v3 v3.3.2 h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw=
github.com/google/martian/v3 v3.3.2/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk=
github.com/google/pprof v0.0.0-20231229205709-960ae82b1e42 h1:dHLYa5D8/Ta0aLR2XcPsrkpAgGeFs6thhMcQK0oQ0n8=
github.com/google/pprof v0.0.0-20231229205709-960ae82b1e42/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik=
github.com/google/pprof v0.0.0-20240117000934-35fc243c5815 h1:WzfWbQz/Ze8v6l++GGbGNFZnUShVpP/0xffCPLL+ax8=
github.com/google/pprof v0.0.0-20240117000934-35fc243c5815/go.mod h1:czg5+yv1E0ZGTi6S6vVK1mke0fV+FaUhNGcd6VRS9Ik=
github.com/google/s2a-go v0.1.7 h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=
github.com/google/s2a-go v0.1.7/go.mod h1:50CgR4k1jNlWBu4UfS4AcfhVe1r6pdZPygJ3R8F0Qdw=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
Expand Down Expand Up @@ -281,10 +281,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=
github.com/quic-go/qpack v0.4.0/go.mod h1:UZVnYIfi5GRk+zI9UMaCPsmZ2xKJP7XBUvVyT1Knj9A=
github.com/quic-go/qtls-go1-20 v0.4.1 h1:D33340mCNDAIKBqXuAvexTNMUByrYmFYVfKfDN5nfFs=
github.com/quic-go/qtls-go1-20 v0.4.1/go.mod h1:X9Nh97ZL80Z+bX/gUXMbipO6OxdiDi58b/fMC9mAL+k=
github.com/quic-go/quic-go v0.40.1 h1:X3AGzUNFs0jVuO3esAGnTfvdgvL4fq655WaOi1snv1Q=
github.com/quic-go/quic-go v0.40.1/go.mod h1:PeN7kuVJ4xZbxSv/4OX6S1USOX8MJvydwpTx31vx60c=
github.com/quic-go/quic-go v0.41.0 h1:aD8MmHfgqTURWNJy48IYFg2OnxwHT3JL7ahGs73lb4k=
github.com/quic-go/quic-go v0.41.0/go.mod h1:qCkNjqczPEvgsOnxZ0eCD14lv+B2LHlFAB++CNOh9hA=
github.com/refraction-networking/utls v1.6.1 h1:n1JG5karzdGWsI6iZmGrOv3SNzR4c+4M8J6KWGsk3lA=
github.com/refraction-networking/utls v1.6.1/go.mod h1:+EbcQOvQvXoFV9AEKbuGlljt1doLRKAVY1jJHe9EtDo=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
Expand Down Expand Up @@ -486,12 +484,12 @@ google.golang.org/appengine/v2 v2.0.5/go.mod h1:WoEXGoXNfa0mLvaH5sV3ZSGXwVmy8yf7
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20240108191215-35c7eff3a6b1 h1:/IWabOtPziuXTEtI1KYCpM6Ss7vaAkeMxk+uXV/xvZs=
google.golang.org/genproto v0.0.0-20240108191215-35c7eff3a6b1/go.mod h1:+Rvu7ElI+aLzyDQhpHMFMMltsD6m7nqpuWDd2CwJw3k=
google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1 h1:OPXtXn7fNMaXwO3JvOmF1QyTc00jsSFFz1vXXBOdCDo=
google.golang.org/genproto/googleapis/api v0.0.0-20240108191215-35c7eff3a6b1/go.mod h1:B5xPO//w8qmBDjGReYLpR6UJPnkldGkCSMoH/2vxJeg=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 h1:gphdwh0npgs8elJ4T6J+DQJHPVF7RsuJHCfwztUb4J4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1/go.mod h1:daQN87bsDqDoe316QbbvX60nMoJQa4r6Ds0ZuoAe5yA=
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac h1:ZL/Teoy/ZGnzyrqK/Optxxp2pmVh+fmJ97slxSRyzUg=
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:+Rvu7ElI+aLzyDQhpHMFMMltsD6m7nqpuWDd2CwJw3k=
google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac h1:OZkkudMUu9LVQMCoRUbI/1p5VCo9BOrlvkqMvWtqa6s=
google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:B5xPO//w8qmBDjGReYLpR6UJPnkldGkCSMoH/2vxJeg=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac h1:nUQEQmH/csSvFECKYRv6HWEyypysidKl2I6Qpsglq/0=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac/go.mod h1:daQN87bsDqDoe316QbbvX60nMoJQa4r6Ds0ZuoAe5yA=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
Expand Down
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/af.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Handel is nou oop op #OKX!

📈 $ICE/USDT - Handel Nou

🙌 Sluit aan by my span op #Ice met my verwysingskode "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/am.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain የአሳማዊ ግማሽ መሸጥ ተዘጋጀተች በ #OKX!

📈 $ICE/USDT - መሸጥ ለመጀመሪያ

🙌 ማህበረሰብዎን በ #Ice በእናትናውያን አግኝቷል በለን "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/ar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain تداول البيانات الفوري مفتوح الآن على #OKX!

📈 $ICE/USDT - تداول الآن

🙌 انضم إلى فريقي على #Ice باستخدام رمز الإحالة الخاص بي "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/az.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Ticarət artıq #OKX-da açıqdır!

📈 $ICE/USDT - Həm dəyişiklik et

🙌 Mənim istinad kodumu "{{.Username}}" istifadə edərək #Ice tərəfindən mənim komandama qoşulun

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/bg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Търговията вече е отворена на #OKX!

📈 $ICE/USDT - Търгувайте сега

🙌 Присъединете се към отбора ми в #Ice, използвайки моят код за препоръка "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/bn.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain স্পট ট্রেডিং এখন #OKX-এ খোলা আছে!

📈 $ICE/USDT - এখনই লেনদেন করুন

🙌 আমার রেফারেন্স কোড "{{.Username}}" ব্যবহার করে #Ice টিমে যোগ দিন

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/cs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Je nyní otevřený Spot Trading na #OKX!

📈 $ICE/USDT - Obchodujte nyní

🙌 Přidejte se do mého týmu na #Ice s mým odkazovým kódem "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/de.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Der Spot-Handel von @ice_blockchain ist jetzt auf #OKX eröffnet!

📈 $ICE/USDT - Jetzt handeln

🙌 Tritt meinem Team auf #Ice mit meinem Empfehlungscode "{{.Username}}" bei

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/el.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Ο Spot Trading από το @ice_blockchain είναι τώρα διαθέσιμο στο #OKX!

📈 $ICE/USDT - Κάντε εμπόριο τώρα

🙌 Εγγραφείτε στην ομάδα μου στο #Ice χρησιμοποιώντας τον αναφορικό μου κωδικό "{{.Username}}"

#IceNetwork #DecentralizedFuture
8 changes: 7 additions & 1 deletion kyc/social/translations/5/twitter/post_content/en.txt
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
TODO configure me!5 "{{.Username}}"
🌟 @ice_blockchain Spot Trading is now open on #OKX!

📈 $ICE/USDT - Trade Now

🙌 Join my team on #Ice using my referral code "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/es.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 La negociación de Spot de @ice_blockchain ya está disponible en #OKX!

📈 $ICE/USDT - ¡Comercia ahora!

🙌 Únete a mi equipo en #Ice usando mi código de referencia "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/fa.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 معاملات اسپات @ice_blockchain اکنون در #OKX باز است!

📈 $ICE/USDT - هم اکنون معامله کنید

🙌 به تیم من در #Ice با استفاده از کد معرفی من "{{.Username}}" بپیوندید

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/fr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 La négociation au comptant de @ice_blockchain est désormais ouverte sur #OKX!

📈 $ICE/USDT - Tradez maintenant

🙌 Rejoignez mon équipe sur #Ice en utilisant mon code de parrainage "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/gu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Trading હવે #OKX પર ખુલ્યું છે!

📈 $ICE/USDT - હવે વ્યાપાર કરો

🙌 મારો સંદેશક કોડ "{{.Username}}" વાપરીને #Ice પર મારી ટીમમાં શામેલ થવું

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/he.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 הסחר במקום שמור של @ice_blockchain כעת פתוח על #OKX!

📈 $ICE/USDT - סחרו עכשיו

🙌 הצטרפו לצוות שלי על #Ice באמצעות קוד ההפניה שלי "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/hi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain का स्पॉट ट्रेडिंग अब #OKX पर खुल गया है!

📈 $ICE/USDT - अब व्यापार करें

🙌 मेरे रेफरल कोड "{{.Username}}" का उपयोग करके #Ice पर मेरे टीम में शामिल हों

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/hu.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Kereskedés most már elérhető a #OKX-en!

📈 $ICE/USDT - Kereskedj most

🙌 Csatlakozz a csapatomhoz a #Ice-on az ajánló kódom használatával "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/id.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Spot Trading dari @ice_blockchain sekarang dibuka di #OKX!

📈 $ICE/USDT - Trading Sekarang

🙌 Bergabung dengan tim saya di #Ice menggunakan kode referral saya "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/it.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Il Trading Spot di @ice_blockchain è ora aperto su #OKX!

📈 $ICE/USDT - Fai trading ora

🙌 Unisciti al mio team su #Ice usando il mio codice di riferimento "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/ja.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain のスポットトレーディングは現在 #OKX で利用可能です!

📈 $ICE/USDT - 今すぐトレード

🙌 私の紹介コード "{{.Username}}" を使用して #Ice で私のチームに参加してください

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/jv.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Trading saiki tiba ing #OKX!

📈 $ICE/USDT - Tuku Saiki

🙌 Gabung marang timku ing #Ice nganggo kode referensi ku "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/kn.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain ನ ಸ್ಪಾಟ್ ಟ್ರೇಡಿಂಗ್ ಈಗ #OKX-ನಲ್ಲಿ ತೆರೆಯಿಲ್ಲ!

📈 $ICE/USDT - ಈಗ ವ್ಯಾಪಾರ ಮಾಡಿ

🙌 ನನ್ನ ಸೂಚನಾ ಕೋಡ್ "{{.Username}}" ಬಳಸಿ #Ice ನಲ್ಲಿ ನನ್ನ ತಂಡಕ್ಕೆ ಸೇರಿ

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/ko.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain 스팟 트레이딩이 이제 #OKX에서 열렸습니다!

📈 $ICE/USDT - 지금 거래하세요

🙌 나의 추천 코드 "{{.Username}}"을(를) 사용하여 #Ice에서 내 팀에 가입하세요

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/mr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain Spot Trading आता #OKX वर उघडलेला आहे!

📈 $ICE/USDT - आता व्यापार करा

🙌 माझ्या योग्यता कोड "{{.Username}}" वापरून #Ice वर माझ्या टीममध्ये सामील व्हा

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/ms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Perdagangan Spot dari @ice_blockchain kini dibuka di #OKX!

📈 $ICE/USDT - Berdagang Sekarang

🙌 Sertai pasukan saya di #Ice dengan menggunakan kod rujukan saya "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/nb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Spot Trading fra @ice_blockchain er nå åpen på #OKX!

📈 $ICE/USDT - Handel nå

🙌 Bli med i teamet mitt på #Ice ved å bruke min henvisningskode "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/nn.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Spot Trading frå @ice_blockchain er no open på #OKX!

📈 $ICE/USDT - Handel no

🙌 Bli med i laget mitt på #Ice ved å bruke mi henvisningskode "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/pa.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 @ice_blockchain ਦੀ ਸਪਾਟ ਟਰੇਡਿੰਗ ਹੁਣ #OKX 'ਤੇ ਖੁੱਲੀ ਹੈ!

📈 $ICE/USDT - ਹੁਣ ਵਾਪਾਰ ਕਰੋ

🙌 ਮੇਰੇ ਰਿਫਰਲ ਕੋਡ "{{.Username}}" ਦੀ ਵਰਤੋਂ ਕਰਕੇ #Ice 'ਤੇ ਮੇਰੇ ਟੀਮ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਵੋ

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/pl.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Spot Trading od @ice_blockchain jest teraz dostępny na #OKX!

📈 $ICE/USDT - Handluj teraz

🙌 Dołącz do mojego zespołu na #Ice, korzystając z mojego kodu referencyjnego "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/pt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 A negociação Spot da @ice_blockchain está agora aberta na #OKX!

📈 $ICE/USDT - Negocie Agora

🙌 Junte-se à minha equipe na #Ice usando meu código de referência "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/ro.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Tranzacționarea Spot de la @ice_blockchain este acum deschisă pe #OKX!

📈 $ICE/USDT - Tranzacționați acum

🙌 Alăturați-vă echipei mele pe #Ice utilizând codul meu de referință "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/ru.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Торговля на месте от @ice_blockchain теперь открыта на #OKX!

📈 $ICE/USDT - Торгуйте сейчас

🙌 Присоединяйтесь к моей команде на #Ice, используя мой реферальный код "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/sk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Spotové obchodovanie od @ice_blockchain je teraz otvorené na #OKX!

📈 $ICE/USDT - Obchodujte teraz

🙌 Pridajte sa k mojmu tímu na #Ice pomocou môjho referenčného kódu "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/sl.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Spot trgovanje iz @ice_blockchain je zdaj odprto na #OKX!

📈 $ICE/USDT - Trgujte zdaj

🙌 Pridružite se moji ekipi na #Ice z uporabo moje referenčne kode "{{.Username}}"

#IceNetwork #DecentralizedFuture
7 changes: 7 additions & 0 deletions kyc/social/translations/5/twitter/post_content/sq.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
🌟 Tregtia në vend të @ice_blockchain është tani e hapur në #OKX!

📈 $ICE/USDT - Tregtoni tani

🙌 Bashkohuni me ekipin tim në #Ice duke përdorur kodin tim të referencës "{{.Username}}"

#IceNetwork #DecentralizedFuture
Loading

0 comments on commit b359e0f

Please sign in to comment.