fix: use wallet address in citizenship referral link

Replace ref_telegramId with SS58 wallet address in referral link.
Share message now includes invitation text, auto-fill link, and
wallet address for manual paste in the referrer field.
This commit is contained in:
2026-02-28 02:33:39 +03:00
parent 80debdc640
commit faf0faed69
10 changed files with 34 additions and 17 deletions
+2 -1
View File
@@ -100,7 +100,8 @@ const ar: Translations = {
youAreActive: 'أنت نشط!',
iAmActive: 'أنا نشط!',
activatedAlert: 'أنت الآن نشط! انقر مجددًا بعد 24 ساعة.',
shareText: 'Pezkuwichain - الدولة الرقمية لكردستان! انضم إلينا عبر رابطي:',
shareText: 'صديقي العزيز، كردستان الرقمية تأسست، خذ مكانك!',
referralInstruction: 'الصق هذا العنوان في حقل الإحالة:',
copyAlert: 'تم النسخ',
referralCount: '{count} إحالة (معتمدة KYC)',
noReferrals: 'ليس لديك إحالات بعد',
+2 -1
View File
@@ -101,7 +101,8 @@ const ckb: Translations = {
youAreActive: 'تۆ چالاکیت!',
iAmActive: 'من چالاکم!',
activatedAlert: 'ئێستا چالاکیت! دوای ٢٤ کاتژمێر دووبارە کلیک بکە.',
shareText: 'پێزکوێچەین - دەوڵەتی دیجیتاڵی کوردستان! لە ڕێگەی لینکەکەمەوە پەیوەستمان ببە:',
shareText: 'هاوڕێی خۆشەویستم، کوردستانی دیجیتاڵ دامەزرا، تۆش شوێنی خۆت بگرە!',
referralInstruction: 'ئەم ناونیشانە لە بەشی ڕیفێراڵ بلکێنە:',
copyAlert: 'لەبەرگیرا',
referralCount: '{count} بانگهێشتکراو (KYC پەسەندکراو)',
noReferrals: 'هێشتا هیچ بانگهێشتکراوێکت نییە',
+2 -1
View File
@@ -100,7 +100,8 @@ const en: Translations = {
youAreActive: 'You are Active!',
iAmActive: 'I am Active!',
activatedAlert: 'You are now active! Click again after 24 hours.',
shareText: 'Pezkuwichain - Digital State of Kurdistan! Join us through my link:',
shareText: 'Dear friend, Digital Kurdistan has been established, take your place!',
referralInstruction: 'Paste this address in the referral field:',
copyAlert: 'Copied',
referralCount: '{count} referrals (KYC approved)',
noReferrals: 'You have no referrals yet',
+2 -1
View File
@@ -100,7 +100,8 @@ const fa: Translations = {
youAreActive: 'شما فعال هستید!',
iAmActive: 'من فعال هستم!',
activatedAlert: 'شما اکنون فعال هستید! پس از ۲۴ ساعت دوباره کلیک کنید.',
shareText: 'Pezkuwichain - دولت دیجیتال کردستان! از طریق لینک من بپیوندید:',
shareText: 'دوست عزیزم، کردستان دیجیتال تأسیس شد، جایگاهت را بگیر!',
referralInstruction: 'این آدرس را در قسمت ارجاع بچسبانید:',
copyAlert: 'کپی شد',
referralCount: '{count} دعوت (KYC تأیید شده)',
noReferrals: 'شما هنوز دعوتی ندارید',
+2 -1
View File
@@ -104,7 +104,8 @@ const krd: Translations = {
iAmActive: 'Ez Akt\u00eev im!',
activatedAlert: 'Tu niha akt\u00eev \u00ee! 24 saet pa\u015f\u00ea d\u00eesa bikirt\u00eene.',
shareText:
'Pezkuwichain - Dewleta D\u00eej\u00eetal a Kurd! Bi l\u00eenka min ve tev li me bibe:',
'Heval\u00ea min \u00ea h\u00eaja, Kurdistan\u00ea D\u00eej\u00eetal hat ava kirin, tu j\u00ee c\u00eeh\u00ea xwe bigire!',
referralInstruction: 'V\u00ea navnî\u015fan\u00ea li beşa referral\u00ea bileq\u00eene:',
copyAlert: 'Kop\u00ee b\u00fb',
referralCount: '{count} referral (KYC pejirand\u00ee)',
noReferrals: 'H\u00eaj referral\u00ean te tune ne',
+2 -1
View File
@@ -100,7 +100,8 @@ const tr: Translations = {
youAreActive: 'Aktifsiniz!',
iAmActive: 'Aktifim!',
activatedAlert: 'Artık aktifsiniz! 24 saat sonra tekrar tıklayın.',
shareText: 'Pezkuwichain - Kürdistan Dijital Devleti! Bağlantımdan bize katılın:',
shareText: 'Sevgili dostum, Dijital Kurdistan kuruldu, sen de yerini al!',
referralInstruction: 'Referral kısmına bu adresi yapıştır:',
copyAlert: 'Kopyalandı',
referralCount: '{count} davet (KYC onaylı)',
noReferrals: 'Henüz davetiniz yok',
+1
View File
@@ -103,6 +103,7 @@ export interface Translations {
iAmActive: string;
activatedAlert: string;
shareText: string;
referralInstruction: string;
copyAlert: string;
referralCount: string;
noReferrals: string;