From b06672fe02b46e66a04bb7392f0c076c48937fc7 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Sun, 11 Feb 2024 12:06:50 +0100 Subject: [PATCH 01/11] chore(translations): crypto address not yours, crypto address yours, crypto address not resolved --- public/translations/ar/default.json | 5 ++++- public/translations/bn/default.json | 5 ++++- public/translations/cs/default.json | 5 ++++- public/translations/da/default.json | 5 ++++- public/translations/de/default.json | 5 ++++- public/translations/el/default.json | 5 ++++- public/translations/en/default.json | 5 ++++- public/translations/es/default.json | 5 ++++- public/translations/fa/default.json | 5 ++++- public/translations/fi/default.json | 5 ++++- public/translations/fil/default.json | 5 ++++- public/translations/fr/default.json | 5 ++++- public/translations/he/default.json | 5 ++++- public/translations/hi/default.json | 5 ++++- public/translations/hu/default.json | 5 ++++- public/translations/id/default.json | 5 ++++- public/translations/it/default.json | 5 ++++- public/translations/ja/default.json | 5 ++++- public/translations/ko/default.json | 5 ++++- public/translations/mr/default.json | 5 ++++- public/translations/nl/default.json | 5 ++++- public/translations/no/default.json | 5 ++++- public/translations/pl/default.json | 5 ++++- public/translations/pt/default.json | 5 ++++- public/translations/ro/default.json | 5 ++++- public/translations/ru/default.json | 5 ++++- public/translations/sq/default.json | 5 ++++- public/translations/sv/default.json | 5 ++++- public/translations/te/default.json | 5 ++++- public/translations/th/default.json | 5 ++++- public/translations/tr/default.json | 5 ++++- public/translations/uk/default.json | 5 ++++- public/translations/ur/default.json | 5 ++++- public/translations/vi/default.json | 5 ++++- public/translations/zh/default.json | 5 ++++- .../account-settings.module.css | 7 ++++++- .../account-settings/account-settings.tsx | 6 +++--- .../address-settings/address-settings.tsx | 18 ++++-------------- 38 files changed, 153 insertions(+), 53 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 522f5eaf..7a33d588 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -257,5 +257,8 @@ "mod_edit": "تحرير المشرف", "continue_thread": "تابع هذا الموضوع", "mod_reason": "سبب المشرف", - "double_confirm": "هل أنت متأكد حقًا؟ هذا الإجراء لا يمكن التراجع عنه." + "double_confirm": "هل أنت متأكد حقًا؟ هذا الإجراء لا يمكن التراجع عنه.", + "crypto_address_not_yours": "عنوان العملة الرقمية ينتمي إلى حساب آخر.", + "crypto_address_yours": "عنوان العملة الرقمية ينتمي إلى هذا الحساب.", + "crypto_address_not_resolved": "لم يتم حل عنوان العملة الرقمية بعد." } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 8ff1e8d2..0c8ac185 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -257,5 +257,8 @@ "mod_edit": "মড সম্পাদনা", "continue_thread": "এই থ্রেড চালিয়ে যান", "mod_reason": "মড কারণ", - "double_confirm": "আপনি কি সত্যিই নিশ্চিত? এই অ্যাকশন বিপর্যস্ত করা যাবে না।" + "double_confirm": "আপনি কি সত্যিই নিশ্চিত? এই অ্যাকশন বিপর্যস্ত করা যাবে না।", + "crypto_address_not_yours": "ক্রিপ্টো ঠিকানা অন্য একটি অ্যাকাউন্টের অংশ।", + "crypto_address_yours": "ক্রিপ্টো ঠিকানা এই অ্যাকাউন্টের অংশ।", + "crypto_address_not_resolved": "ক্রিপ্টো ঠিকানা এখনো সমাধান করা হয়নি।" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index 63ca9ac1..eec869ee 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -257,5 +257,8 @@ "mod_edit": "úprava moderátora", "continue_thread": "pokračovat v tématu", "mod_reason": "důvod mod", - "double_confirm": "Opravdu jste si jisti? Tato akce je nevratná." + "double_confirm": "Opravdu jste si jisti? Tato akce je nevratná.", + "crypto_address_not_yours": "Adresa kryptoměny patří k jinému účtu.", + "crypto_address_yours": "Adresa kryptoměny patří k tomuto účtu.", + "crypto_address_not_resolved": "Adresa kryptoměny ještě není vyřešena." } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index d5294b00..6b1d3fa9 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -257,5 +257,8 @@ "mod_edit": "moderatorredigering", "continue_thread": "fortsæt denne tråd", "mod_reason": "mod begrundelse", - "double_confirm": "Er du virkelig sikker? Denne handling er uigenkaldelig." + "double_confirm": "Er du virkelig sikker? Denne handling er uigenkaldelig.", + "crypto_address_not_yours": "Crypto-adresse tilhører en anden konto.", + "crypto_address_yours": "Crypto-adresse tilhører denne konto.", + "crypto_address_not_resolved": "Crypto-adresse er endnu ikke løst." } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 442e68d9..12c3b2d3 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -257,5 +257,8 @@ "mod_edit": "Moderator bearbeiten", "continue_thread": "diesen Thread fortsetzen", "mod_reason": "Mod-Begründung", - "double_confirm": "Sind Sie wirklich sicher? Diese Aktion ist nicht rückgängig zu machen." + "double_confirm": "Sind Sie wirklich sicher? Diese Aktion ist nicht rückgängig zu machen.", + "crypto_address_not_yours": "Krypto-Adresse gehört zu einem anderen Konto.", + "crypto_address_yours": "Krypto-Adresse gehört zu diesem Konto.", + "crypto_address_not_resolved": "Krypto-Adresse ist noch nicht aufgelöst." } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 8b9304e0..77a841ac 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -257,5 +257,8 @@ "mod_edit": "επεξεργασία του διαχειριστή", "continue_thread": "συνεχίστε αυτό το θέμα", "mod_reason": "λόγος mod", - "double_confirm": "Είστε σίγουροι; Αυτή η ενέργεια είναι αναίρεση." + "double_confirm": "Είστε σίγουροι; Αυτή η ενέργεια είναι αναίρεση.", + "crypto_address_not_yours": "Η διεύθυνση κρυπτονομίσματος ανήκει σε άλλο λογαριασμό.", + "crypto_address_yours": "Η διεύθυνση κρυπτονομίσματος ανήκει σε αυτόν τον λογαριασμό.", + "crypto_address_not_resolved": "Η διεύθυνση κρυπτονομίσματος δεν έχει ακόμη επιλυθεί." } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index e5915099..ca8d5d62 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod edit", "continue_thread": "continue this thread", "mod_reason": "mod reason", - "double_confirm": "Are you really sure? This action is irreversible." + "double_confirm": "Are you really sure? This action is irreversible.", + "crypto_address_not_yours": "Crypto address belongs to another account.", + "crypto_address_yours": "Crypto address belongs to this account.", + "crypto_address_not_resolved": "Crypto address is not resolved yet." } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index 59039079..d0b207b7 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -257,5 +257,8 @@ "mod_edit": "edición de moderador", "continue_thread": "continuar este hilo", "mod_reason": "razón del mod", - "double_confirm": "¿Estás realmente seguro? Esta acción es irreversible." + "double_confirm": "¿Estás realmente seguro? Esta acción es irreversible.", + "crypto_address_not_yours": "La dirección de criptomoneda pertenece a otra cuenta.", + "crypto_address_yours": "La dirección de criptomoneda pertenece a esta cuenta.", + "crypto_address_not_resolved": "La dirección de criptomoneda aún no está resuelta." } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index d7ac0c3f..ffef30d9 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -257,5 +257,8 @@ "mod_edit": "ویرایش مدیر", "continue_thread": "ادامه این موضوع", "mod_reason": "دلیل مدیر", - "double_confirm": "آیا مطمئن هستید؟ این عمل غیرقابل برگشت است." + "double_confirm": "آیا مطمئن هستید؟ این عمل غیرقابل برگشت است.", + "crypto_address_not_yours": "آدرس رمزارز به حساب دیگری تعلق دارد.", + "crypto_address_yours": "آدرس رمزارز به این حساب تعلق دارد.", + "crypto_address_not_resolved": "آدرس رمزارز هنوز حل نشده است." } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index f987fdf4..ef7f4f78 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -257,5 +257,8 @@ "mod_edit": "moderoinnin muokkaus", "continue_thread": "jatka tätä säiettä", "mod_reason": "mod-syy", - "double_confirm": "Oletko varma? Tämä toiminto on peruuttamaton." + "double_confirm": "Oletko varma? Tämä toiminto on peruuttamaton.", + "crypto_address_not_yours": "Krypto-osoite kuuluu toiseen tiliin.", + "crypto_address_yours": "Krypto-osoite kuuluu tähän tiliin.", + "crypto_address_not_resolved": "Krypto-osoitetta ei ole vielä ratkaistu." } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index c7ee3e00..130759c6 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -257,5 +257,8 @@ "mod_edit": "pag-edit ng mod", "continue_thread": "ituloy ang thread na ito", "mod_reason": "dahilan ng mod", - "double_confirm": "Sigurado ka ba talaga? Ang aksyon na ito ay hindi mababawi." + "double_confirm": "Sigurado ka ba talaga? Ang aksyon na ito ay hindi mababawi.", + "crypto_address_not_yours": "Ang crypto address ay nauugnay sa ibang account.", + "crypto_address_yours": "Ang crypto address ay nauugnay sa account na ito.", + "crypto_address_not_resolved": "Hindi pa naresolba ang crypto address." } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index d6b662e3..9ff57b8f 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod edit", "continue_thread": "continuer ce fil de discussion", "mod_reason": "raison du modérateur", - "double_confirm": "Êtes-vous vraiment sûr? Cette action est irréversible." + "double_confirm": "Êtes-vous vraiment sûr? Cette action est irréversible.", + "crypto_address_not_yours": "L'adresse crypto appartient à un autre compte.", + "crypto_address_yours": "L'adresse crypto appartient à ce compte.", + "crypto_address_not_resolved": "L'adresse crypto n'est pas encore résolue." } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index ff87a428..a6385fe2 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -257,5 +257,8 @@ "mod_edit": "עריכת מנהל", "continue_thread": "המשך את השרשור הזה", "mod_reason": "סיבת המנהל", - "double_confirm": "האם אתה באמת בטוח? הפעולה הזו היא לא הפיכה." + "double_confirm": "האם אתה באמת בטוח? הפעולה הזו היא לא הפיכה.", + "crypto_address_not_yours": "כתובת המטבע הקריפטוגרפי שייכת לחשבון אחר.", + "crypto_address_yours": "כתובת המטבע הקריפטוגרפי שייכת לחשבון זה.", + "crypto_address_not_resolved": "כתובת המטבע הקריפטוגרפית עדיין לא נפתרה." } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index f2c2b8a2..0be2c8d8 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -257,5 +257,8 @@ "mod_edit": "मॉड संपादन", "continue_thread": "इस धागे को जारी रखें", "mod_reason": "मॉड कारण", - "double_confirm": "क्या आप वास्तव में सुनिश्चित हैं? यह क्रिया अपरिवर्तनीय है।" + "double_confirm": "क्या आप वास्तव में सुनिश्चित हैं? यह क्रिया अपरिवर्तनीय है।", + "crypto_address_not_yours": "क्रिप्टो पता दूसरे खाते से संबंधित है।", + "crypto_address_yours": "क्रिप्टो पता इस खाते से संबंधित है।", + "crypto_address_not_resolved": "क्रिप्टो पता अभी तक हल नहीं किया गया है।" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 44d6df5f..4d092521 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -257,5 +257,8 @@ "mod_edit": "moderátor szerkesztése", "continue_thread": "folytassa ezt a témát", "mod_reason": "mod indok", - "double_confirm": "Biztos vagy benne? Ez a művelet visszafordíthatatlan." + "double_confirm": "Biztos vagy benne? Ez a művelet visszafordíthatatlan.", + "crypto_address_not_yours": "A kripto-cím egy másik fiókhoz tartozik.", + "crypto_address_yours": "A kripto-cím ehhez a fiókhoz tartozik.", + "crypto_address_not_resolved": "A kripto cím még nem oldódott meg." } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index ca9b4d8e..6b4fb1a7 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -257,5 +257,8 @@ "mod_edit": "edit mod", "continue_thread": "lanjutkan utas ini", "mod_reason": "alasan mod", - "double_confirm": "Apakah Anda benar-benar yakin? Tindakan ini tidak dapat diurungkan." + "double_confirm": "Apakah Anda benar-benar yakin? Tindakan ini tidak dapat diurungkan.", + "crypto_address_not_yours": "Alamat kripto milik akun lain.", + "crypto_address_yours": "Alamat kripto milik akun ini.", + "crypto_address_not_resolved": "Alamat kripto belum terpecahkan." } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 7c51552f..28b5b4a2 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -257,5 +257,8 @@ "mod_edit": "modifica dei moderatori", "continue_thread": "continua questa discussione", "mod_reason": "motivo di moderazione", - "double_confirm": "Sei davvero sicuro? Questa azione è irreversibile." + "double_confirm": "Sei davvero sicuro? Questa azione è irreversibile.", + "crypto_address_not_yours": "L'indirizzo cripto appartiene a un altro account.", + "crypto_address_yours": "L'indirizzo cripto appartiene a questo account.", + "crypto_address_not_resolved": "L'indirizzo cripto non è ancora risolto." } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index 15a68785..0092e970 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -257,5 +257,8 @@ "mod_edit": "モデレーター編集", "continue_thread": "このスレッドを続ける", "mod_reason": "mod理由", - "double_confirm": "本当によろしいですか?このアクションは取り消せません。" + "double_confirm": "本当によろしいですか?このアクションは取り消せません。", + "crypto_address_not_yours": "暗号通貨アドレスは別のアカウントに属しています。", + "crypto_address_yours": "暗号通貨アドレスはこのアカウントに属しています。", + "crypto_address_not_resolved": "暗号通貨アドレスはまだ解決されていません。" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 6a4c52ef..dc3e4cf4 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -257,5 +257,8 @@ "mod_edit": "모드 편집", "continue_thread": "이 스레드 계속하기", "mod_reason": "모드 이유", - "double_confirm": "정말로 확실합니까? 이 작업은 되돌릴 수 없습니다." + "double_confirm": "정말로 확실합니까? 이 작업은 되돌릴 수 없습니다.", + "crypto_address_not_yours": "암호 주소는 다른 계정에 속합니다.", + "crypto_address_yours": "암호 주소는이 계정에 속합니다.", + "crypto_address_not_resolved": "암호 주소가 아직 해결되지 않았습니다." } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index f6953136..e5a63816 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -257,5 +257,8 @@ "mod_edit": "मॉड संपादन", "continue_thread": "हा थ्रेड सुरू ठेवा", "mod_reason": "मॉड कारण", - "double_confirm": "खात्री आहात का? हा क्रियेचा परत न लागणारा आहे." + "double_confirm": "खात्री आहात का? हा क्रियेचा परत न लागणारा आहे.", + "crypto_address_not_yours": "क्रिप्टो पत्ता इतर खात्याशी संबंधित आहे.", + "crypto_address_yours": "क्रिप्टो पत्ता हा खात्याकडे संबंधित आहे.", + "crypto_address_not_resolved": "क्रिप्टो पत्ता अजून सोपवला नाही." } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 39a73670..eccc6c39 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod-bewerking", "continue_thread": "ga verder in deze thread", "mod_reason": "mod reden", - "double_confirm": "Weet u het zeker? Deze actie is onomkeerbaar." + "double_confirm": "Weet u het zeker? Deze actie is onomkeerbaar.", + "crypto_address_not_yours": "Crypto-adres behoort tot een andere account.", + "crypto_address_yours": "Crypto-adres behoort tot deze account.", + "crypto_address_not_resolved": "Crypto-adres is nog niet opgelost." } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 96a778b6..f391359a 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -257,5 +257,8 @@ "mod_edit": "moderatorendring", "continue_thread": "fortsett denne tråden", "mod_reason": "mod grunn", - "double_confirm": "Er du virkelig sikker? Denne handlingen er ugjenkallelig." + "double_confirm": "Er du virkelig sikker? Denne handlingen er ugjenkallelig.", + "crypto_address_not_yours": "Crypto-adressen tilhører en annen konto.", + "crypto_address_yours": "Crypto-adressen tilhører denne kontoen.", + "crypto_address_not_resolved": "Crypto-adresse er ikke løst ennå." } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index b50c6eed..2328912a 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -257,5 +257,8 @@ "mod_edit": "edycja mod", "continue_thread": "kontynuuj ten wątek", "mod_reason": "powód mod", - "double_confirm": "Jesteś naprawdę pewien? Ta akcja jest nieodwracalna." + "double_confirm": "Jesteś naprawdę pewien? Ta akcja jest nieodwracalna.", + "crypto_address_not_yours": "Adres kryptowaluty należy do innego konta.", + "crypto_address_yours": "Adres kryptowaluty należy do tego konta.", + "crypto_address_not_resolved": "Adres kryptowaluty nie jest jeszcze rozwiązany." } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index f5e37711..d547677c 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -257,5 +257,8 @@ "mod_edit": "edição de mod", "continue_thread": "continue este tópico", "mod_reason": "razão do mod", - "double_confirm": "Tem certeza? Esta ação é irreversível." + "double_confirm": "Tem certeza? Esta ação é irreversível.", + "crypto_address_not_yours": "O endereço de criptomoeda pertence a outra conta.", + "crypto_address_yours": "O endereço de criptomoeda pertence a esta conta.", + "crypto_address_not_resolved": "O endereço de criptomoeda ainda não foi resolvido." } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index b79d7164..2744fb50 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -257,5 +257,8 @@ "mod_edit": "editare mod", "continue_thread": "continuați acest fir de discuție", "mod_reason": "motivul mod", - "double_confirm": "Sunteți sigur? Această acțiune este ireversibilă." + "double_confirm": "Sunteți sigur? Această acțiune este ireversibilă.", + "crypto_address_not_yours": "Adresa crypto aparține unui alt cont.", + "crypto_address_yours": "Adresa crypto aparține acestui cont.", + "crypto_address_not_resolved": "Adresa crypto nu este încă rezolvată." } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index 00bdd4ed..ff65cc5b 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -257,5 +257,8 @@ "mod_edit": "редактирование модератора", "continue_thread": "продолжить эту тему", "mod_reason": "причина мода", - "double_confirm": "Вы действительно уверены? Это действие необратимо." + "double_confirm": "Вы действительно уверены? Это действие необратимо.", + "crypto_address_not_yours": "Адрес криптовалюты принадлежит другому аккаунту.", + "crypto_address_yours": "Адрес криптовалюты принадлежит этому аккаунту.", + "crypto_address_not_resolved": "Адрес криптовалюты еще не решен." } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 990c8d9b..71e7c66d 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod edit", "continue_thread": "vazhdoni këtë temë", "mod_reason": "arsyeja mod", - "double_confirm": "A jeni të sigurtë? Ky veprim është i papërkthyeshëm." + "double_confirm": "A jeni të sigurtë? Ky veprim është i papërkthyeshëm.", + "crypto_address_not_yours": "Adresa e kriptovalutës i përket një llogarie tjetër.", + "crypto_address_yours": "Adresa e kriptovalutës i përket këtij llogarie.", + "crypto_address_not_resolved": "Adresa e kriptovalutës nuk është ende e zgjidhur." } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index b882478c..65de4b52 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -257,5 +257,8 @@ "mod_edit": "moderatoredigering", "continue_thread": "fortsätt den här tråden", "mod_reason": "mod anledning", - "double_confirm": "Är du verkligen säker? Denna åtgärd är oåterkallelig." + "double_confirm": "Är du verkligen säker? Denna åtgärd är oåterkallelig.", + "crypto_address_not_yours": "Crypto-adress tillhör ett annat konto.", + "crypto_address_yours": "Crypto-adressen tillhör denna konto.", + "crypto_address_not_resolved": "Crypto-adressen är ännu inte löst." } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index 3fc09a70..e056652f 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -257,5 +257,8 @@ "mod_edit": "మోడ్ సవరించినప్పుడు", "continue_thread": "ఈ థ్రెడ్‌ను కొనసాగండి", "mod_reason": "మోడ్ కారణం", - "double_confirm": "మీరు నిజంగా ఖచ్చితముగా ఉన్నారా? ఈ చర్య రద్దు చేయలేదు." + "double_confirm": "మీరు నిజంగా ఖచ్చితముగా ఉన్నారా? ఈ చర్య రద్దు చేయలేదు.", + "crypto_address_not_yours": "క్రిప్టో చిరునామా మరొక ఖాతాకు చేరుకుంది.", + "crypto_address_yours": "క్రిప్టో చిరునామా ఈ ఖాతాకు చేరుకుంది.", + "crypto_address_not_resolved": "క్రిప్టో చిరునామా ఇంకా పరిష్కరించబడలేదు." } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index a8766fae..88eb01b6 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod edit", "continue_thread": "ดำเนินการเรื่องนี้ต่อ", "mod_reason": "เหตุผลของ mod", - "double_confirm": "คุณแน่ใจหรือไม่? การดำเนินการนี้ไม่สามารถย้อนกลับได้" + "double_confirm": "คุณแน่ใจหรือไม่? การดำเนินการนี้ไม่สามารถย้อนกลับได้", + "crypto_address_not_yours": "ที่อยู่คริปโตเป็นของบัญชีอื่น", + "crypto_address_yours": "ที่อยู่คริปโตเป็นของบัญชีนี้", + "crypto_address_not_resolved": "ที่อยู่คริปโตยังไม่ได้รับการแก้ไข" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 22051bf6..b7d89a1c 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod düzenle", "continue_thread": "bu konuyu devam ettir", "mod_reason": "mod nedeni", - "double_confirm": "Gerçekten emin misiniz? Bu eylem geri alınamaz." + "double_confirm": "Gerçekten emin misiniz? Bu eylem geri alınamaz.", + "crypto_address_not_yours": "Kripto adres başka bir hesaba aittir.", + "crypto_address_yours": "Kripto adres bu hesaba aittir.", + "crypto_address_not_resolved": "Kripto adres henüz çözülmedi." } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 39f335dc..54f2816f 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -257,5 +257,8 @@ "mod_edit": "редагування модератора", "continue_thread": "продовжити цю тему", "mod_reason": "причина моду", - "double_confirm": "Ви впевнені? Ця дія незворотня." + "double_confirm": "Ви впевнені? Ця дія незворотня.", + "crypto_address_not_yours": "Адреса криптовалюти належить до іншого облікового запису.", + "crypto_address_yours": "Адреса криптовалюти належить цьому обліковому запису.", + "crypto_address_not_resolved": "Адреса криптовалюти ще не вирішена." } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 076c90fa..4a09b5da 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -257,5 +257,8 @@ "mod_edit": "موڈ سنواریں", "continue_thread": "اس ٹھریڈ کو جاری رکھیں", "mod_reason": "موڈ کا سبب", - "double_confirm": "کیا آپ واقعی میں یقینی ہیں؟ یہ کارروائی بے واپس ہے۔" + "double_confirm": "کیا آپ واقعی میں یقینی ہیں؟ یہ کارروائی بے واپس ہے۔", + "crypto_address_not_yours": "کرپٹو پتا دوسرے اکاؤنٹ کا حصہ ہے۔", + "crypto_address_yours": "کرپٹو پتا اس اکاؤنٹ کا حصہ ہے۔", + "crypto_address_not_resolved": "کرپٹو پتا ابھی تک حل نہیں ہوا ہے۔" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 555ad768..efb51bb0 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -257,5 +257,8 @@ "mod_edit": "chỉnh sửa mod", "continue_thread": "tiếp tục chủ đề này", "mod_reason": "lý do mod", - "double_confirm": "Bạn có chắc chắn không? Hành động này không thể hoàn tác." + "double_confirm": "Bạn có chắc chắn không? Hành động này không thể hoàn tác.", + "crypto_address_not_yours": "Địa chỉ tiền điện tử thuộc về một tài khoản khác.", + "crypto_address_yours": "Địa chỉ tiền điện tử thuộc về tài khoản này.", + "crypto_address_not_resolved": "Địa chỉ tiền điện tử vẫn chưa được giải quyết." } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index bcde9e90..7d9b57bb 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -257,5 +257,8 @@ "mod_edit": "mod 编辑", "continue_thread": "继续这个主题", "mod_reason": "mod 原因", - "double_confirm": "您真的确定吗?此操作不可逆转。" + "double_confirm": "您真的确定吗?此操作不可逆转。", + "crypto_address_not_yours": "加密地址属于另一个帐户。", + "crypto_address_yours": "加密地址属于此帐户。", + "crypto_address_not_resolved": "加密地址尚未解析。" } \ No newline at end of file diff --git a/src/views/settings/account-settings/account-settings.module.css b/src/views/settings/account-settings/account-settings.module.css index 87e86307..ee16d34c 100644 --- a/src/views/settings/account-settings/account-settings.module.css +++ b/src/views/settings/account-settings/account-settings.module.css @@ -17,7 +17,12 @@ .accountButtons button { margin-top: 5px; - margin-left: 0px !important; + margin-left: 0px; +} + +.createAccount button { + margin-left: 0px; + margin-bottom: 10px; } @media (min-width: 768px) { diff --git a/src/views/settings/account-settings/account-settings.tsx b/src/views/settings/account-settings/account-settings.tsx index 80f2a6ef..4176e9ee 100644 --- a/src/views/settings/account-settings/account-settings.tsx +++ b/src/views/settings/account-settings/account-settings.tsx @@ -164,6 +164,9 @@ const AccountSettings = () => { {' '} {t('is_current_account')} +
+ {t('a_new_account')} +
{t('account_data_preview')}