From 07a533298965a135407b04b08101380bc33b4113 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 27 Dec 2023 13:02:54 +0100 Subject: [PATCH] chore(translations): account data preview, create, a new account, import, export, delete --- public/translations/ar/default.json | 8 +++++++- public/translations/bn/default.json | 8 +++++++- public/translations/cs/default.json | 8 +++++++- public/translations/da/default.json | 8 +++++++- public/translations/de/default.json | 8 +++++++- public/translations/el/default.json | 8 +++++++- public/translations/en/default.json | 8 +++++++- public/translations/es/default.json | 8 +++++++- public/translations/fa/default.json | 8 +++++++- public/translations/fi/default.json | 8 +++++++- public/translations/fil/default.json | 8 +++++++- public/translations/fr/default.json | 8 +++++++- public/translations/he/default.json | 8 +++++++- public/translations/hi/default.json | 8 +++++++- public/translations/hu/default.json | 8 +++++++- public/translations/id/default.json | 8 +++++++- public/translations/it/default.json | 8 +++++++- public/translations/ja/default.json | 8 +++++++- public/translations/ko/default.json | 8 +++++++- public/translations/mr/default.json | 8 +++++++- public/translations/nl/default.json | 8 +++++++- public/translations/no/default.json | 8 +++++++- public/translations/pl/default.json | 8 +++++++- public/translations/pt/default.json | 8 +++++++- public/translations/ro/default.json | 8 +++++++- public/translations/ru/default.json | 8 +++++++- public/translations/sq/default.json | 8 +++++++- public/translations/sv/default.json | 8 +++++++- public/translations/te/default.json | 8 +++++++- public/translations/th/default.json | 8 +++++++- public/translations/tr/default.json | 8 +++++++- public/translations/uk/default.json | 8 +++++++- public/translations/ur/default.json | 8 +++++++- public/translations/vi/default.json | 8 +++++++- public/translations/zh/default.json | 8 +++++++- .../settings/account-settings/account-settings.tsx | 10 +++++----- 36 files changed, 250 insertions(+), 40 deletions(-) diff --git a/public/translations/ar/default.json b/public/translations/ar/default.json index 1f1ab3fd..ecb2420c 100644 --- a/public/translations/ar/default.json +++ b/public/translations/ar/default.json @@ -119,5 +119,11 @@ "changes": "تغييرات", "check": "تحقق", "crypto_address_verification": "إذا تم حل عنوان العملة الرقمية عبر الند للند", - "is_current_account": "هل هذا الحساب الحالي" + "is_current_account": "هل هذا الحساب الحالي", + "account_data_preview": "معاينة بيانات الحساب", + "create": "أنشئ", + "a_new_account": "حساب جديد", + "import": "استيراد", + "export": "تصدير", + "delete": "حذف" } \ No newline at end of file diff --git a/public/translations/bn/default.json b/public/translations/bn/default.json index 1a726085..b5c4a3c8 100644 --- a/public/translations/bn/default.json +++ b/public/translations/bn/default.json @@ -119,5 +119,11 @@ "changes": "পরিবর্তন", "check": "চেক", "crypto_address_verification": "যদি ক্রিপ্টো ঠিকানা পি2প দ্বারা সমাধান হয়", - "is_current_account": "কি এটি বর্তমান অ্যাকাউন্ট" + "is_current_account": "কি এটি বর্তমান অ্যাকাউন্ট", + "account_data_preview": "অ্যাকাউন্ট ডেটা প্রিভিউ", + "create": "তৈরি করুন", + "a_new_account": "নতুন অ্যাকাউন্ট", + "import": "আমদানি", + "export": "রপ্তানি", + "delete": "মুছে ফেলা" } \ No newline at end of file diff --git a/public/translations/cs/default.json b/public/translations/cs/default.json index e5424f7a..5dfcda05 100644 --- a/public/translations/cs/default.json +++ b/public/translations/cs/default.json @@ -119,5 +119,11 @@ "changes": "změny", "check": "kontrolovat", "crypto_address_verification": "pokud je kryptoměna vyřešena p2p", - "is_current_account": "je to aktuální účet" + "is_current_account": "je to aktuální účet", + "account_data_preview": "náhled údajů o účtu", + "create": "vytvořte", + "a_new_account": "nový účet", + "import": "import", + "export": "export", + "delete": "smazat" } \ No newline at end of file diff --git a/public/translations/da/default.json b/public/translations/da/default.json index 92440fbc..5ec28ce0 100644 --- a/public/translations/da/default.json +++ b/public/translations/da/default.json @@ -119,5 +119,11 @@ "changes": "ændringer", "check": "check", "crypto_address_verification": "hvis kryptoadressen er løst p2p", - "is_current_account": "er dette den nuværende konto" + "is_current_account": "er dette den nuværende konto", + "account_data_preview": "konto data forhåndsvisning", + "create": "opret", + "a_new_account": "ny konto", + "import": "importer", + "export": "eksportér", + "delete": "slet" } \ No newline at end of file diff --git a/public/translations/de/default.json b/public/translations/de/default.json index 824b7b1b..2ce025e2 100644 --- a/public/translations/de/default.json +++ b/public/translations/de/default.json @@ -119,5 +119,11 @@ "changes": "Änderungen", "check": "überprüfen", "crypto_address_verification": "wenn die Krypto-Adresse p2p aufgelöst ist", - "is_current_account": "ist das aktuelle Konto" + "is_current_account": "ist das aktuelle Konto", + "account_data_preview": "Vorschau der Kontodaten", + "create": "erstellen", + "a_new_account": "ein neues Konto", + "import": "importiere", + "export": "exportiere", + "delete": "löschen" } \ No newline at end of file diff --git a/public/translations/el/default.json b/public/translations/el/default.json index 98981fd2..23d8ebe2 100644 --- a/public/translations/el/default.json +++ b/public/translations/el/default.json @@ -119,5 +119,11 @@ "changes": "αλλαγές", "check": "ελέγξτε", "crypto_address_verification": "εάν η διεύθυνση κρυπτονομίσματος είναι αναγνωρισμένη p2p", - "is_current_account": "είναι το τρέχον λογαριασμός" + "is_current_account": "είναι το τρέχον λογαριασμός", + "account_data_preview": "προεπισκόπηση δεδομένων λογαριασμού", + "create": "δημιουργήστε", + "a_new_account": "νέος λογαριασμός", + "import": "εισαγωγή", + "export": "εξαγωγή", + "delete": "διαγραφή" } \ No newline at end of file diff --git a/public/translations/en/default.json b/public/translations/en/default.json index 9676964a..03ae18b0 100644 --- a/public/translations/en/default.json +++ b/public/translations/en/default.json @@ -119,5 +119,11 @@ "changes": "changes", "check": "check", "crypto_address_verification": "if the crypto address is resolved p2p", - "is_current_account": "is the current account" + "is_current_account": "is the current account", + "account_data_preview": "account data preview", + "create": "create", + "a_new_account": "a new account", + "import": "import", + "export": "export", + "delete": "delete" } \ No newline at end of file diff --git a/public/translations/es/default.json b/public/translations/es/default.json index a21912a5..8667743f 100644 --- a/public/translations/es/default.json +++ b/public/translations/es/default.json @@ -119,5 +119,11 @@ "changes": "cambios", "check": "verificar", "crypto_address_verification": "si la dirección de cripto se resuelve p2p", - "is_current_account": "es la cuenta actual" + "is_current_account": "es la cuenta actual", + "account_data_preview": "vista previa de datos de cuenta", + "create": "crear", + "a_new_account": "una nueva cuenta", + "import": "importar", + "export": "exportar", + "delete": "eliminar" } \ No newline at end of file diff --git a/public/translations/fa/default.json b/public/translations/fa/default.json index 4fea4a28..0dcefa38 100644 --- a/public/translations/fa/default.json +++ b/public/translations/fa/default.json @@ -119,5 +119,11 @@ "changes": "تغییرات", "check": "بررسی کنید", "crypto_address_verification": "اگر آدرس رمزارز به صورت p2p حل شود", - "is_current_account": "آیا این حساب جاری است" + "is_current_account": "آیا این حساب جاری است", + "account_data_preview": "پیش‌نمایش داده‌های حساب", + "create": "ایجاد کنید", + "a_new_account": "یک حساب جدید", + "import": "وارد کردن", + "export": "صدور", + "delete": "حذف کنید" } \ No newline at end of file diff --git a/public/translations/fi/default.json b/public/translations/fi/default.json index fbeaf81d..51408eaf 100644 --- a/public/translations/fi/default.json +++ b/public/translations/fi/default.json @@ -119,5 +119,11 @@ "changes": "muutokset", "check": "tarkista", "crypto_address_verification": "jos krypto-osoite on ratkaistu p2p", - "is_current_account": "onko tämä nykyinen tili" + "is_current_account": "onko tämä nykyinen tili", + "account_data_preview": "tilitietojen esikatselu", + "create": "luo", + "a_new_account": "uusi tili", + "import": "tuo", + "export": "vie", + "delete": "poista" } \ No newline at end of file diff --git a/public/translations/fil/default.json b/public/translations/fil/default.json index 876e679a..e7000a86 100644 --- a/public/translations/fil/default.json +++ b/public/translations/fil/default.json @@ -119,5 +119,11 @@ "changes": "pagbabago", "check": "suriin", "crypto_address_verification": "kung nairesolba ang crypto address p2p", - "is_current_account": "ang kasalukuyang account ba" + "is_current_account": "ang kasalukuyang account ba", + "account_data_preview": "preview ng account data", + "create": "gumawa", + "a_new_account": "isang bagong account", + "import": "i-import", + "export": "i-export", + "delete": "burahin" } \ No newline at end of file diff --git a/public/translations/fr/default.json b/public/translations/fr/default.json index 3953da9a..dc05d680 100644 --- a/public/translations/fr/default.json +++ b/public/translations/fr/default.json @@ -119,5 +119,11 @@ "changes": "changements", "check": "vérifier", "crypto_address_verification": "si l’adresse crypto est résolue en p2p", - "is_current_account": "est-ce le compte actuel" + "is_current_account": "est-ce le compte actuel", + "account_data_preview": "aperçu des données du compte", + "create": "créer", + "a_new_account": "un nouveau compte", + "import": "importer", + "export": "exporter", + "delete": "supprimer" } \ No newline at end of file diff --git a/public/translations/he/default.json b/public/translations/he/default.json index 021ed40c..72393c65 100644 --- a/public/translations/he/default.json +++ b/public/translations/he/default.json @@ -119,5 +119,11 @@ "changes": "שינויים", "check": "בדוק", "crypto_address_verification": "אם כתובת הקריפטו פתרה p2p", - "is_current_account": "האם זה החשבון הנוכחי" + "is_current_account": "האם זה החשבון הנוכחי", + "account_data_preview": "תצוגה מקדימה של נתוני החשבון", + "create": "צור", + "a_new_account": "חשבון חדש", + "import": "יבא", + "export": "יצוא", + "delete": "מחק" } \ No newline at end of file diff --git a/public/translations/hi/default.json b/public/translations/hi/default.json index 1787fb16..c98d51bd 100644 --- a/public/translations/hi/default.json +++ b/public/translations/hi/default.json @@ -119,5 +119,11 @@ "changes": "परिवर्तन", "check": "जाँच करें", "crypto_address_verification": "यदि क्रिप्टो पता p2p द्वारा हल किया गया है", - "is_current_account": "क्या यह वर्तमान खाता है" + "is_current_account": "क्या यह वर्तमान खाता है", + "account_data_preview": "खाता डेटा पूर्वावलोकन", + "create": "बनाएँ", + "a_new_account": "एक नया खाता", + "import": "आयात", + "export": "निर्यात", + "delete": "हटाएँ" } \ No newline at end of file diff --git a/public/translations/hu/default.json b/public/translations/hu/default.json index 700559fd..72664fbc 100644 --- a/public/translations/hu/default.json +++ b/public/translations/hu/default.json @@ -119,5 +119,11 @@ "changes": "változások", "check": "ellenőriz", "crypto_address_verification": "ha a kriptocím p2p felbontású", - "is_current_account": "a jelenlegi számla" + "is_current_account": "a jelenlegi számla", + "account_data_preview": "számlaadatok előnézete", + "create": "készít", + "a_new_account": "egy új fiók", + "import": "importálás", + "export": "exportálás", + "delete": "töröl" } \ No newline at end of file diff --git a/public/translations/id/default.json b/public/translations/id/default.json index 97c978bf..83b7a8fd 100644 --- a/public/translations/id/default.json +++ b/public/translations/id/default.json @@ -119,5 +119,11 @@ "changes": "perubahan", "check": "periksa", "crypto_address_verification": "jika alamat kripto diselesaikan p2p", - "is_current_account": "apakah ini adalah akun saat ini" + "is_current_account": "apakah ini adalah akun saat ini", + "account_data_preview": "pratinjau data akun", + "create": "buat", + "a_new_account": "akun baru", + "import": "impor", + "export": "ekspor", + "delete": "hapus" } \ No newline at end of file diff --git a/public/translations/it/default.json b/public/translations/it/default.json index 8f53e5be..28b4f66c 100644 --- a/public/translations/it/default.json +++ b/public/translations/it/default.json @@ -119,5 +119,11 @@ "changes": "modifiche", "check": "controlla", "crypto_address_verification": "se l'indirizzo cripto è risolto p2p", - "is_current_account": "è l'account attuale" + "is_current_account": "è l'account attuale", + "account_data_preview": "anteprima dei dati dell'account", + "create": "crea", + "a_new_account": "un nuovo account", + "import": "importa", + "export": "esporta", + "delete": "elimina" } \ No newline at end of file diff --git a/public/translations/ja/default.json b/public/translations/ja/default.json index a14c9c2a..cebef8a9 100644 --- a/public/translations/ja/default.json +++ b/public/translations/ja/default.json @@ -119,5 +119,11 @@ "changes": "変更", "check": "チェック", "crypto_address_verification": "暗号通貨アドレスがp2pで解決されている場合", - "is_current_account": "これは現在のアカウントですか" + "is_current_account": "これは現在のアカウントですか", + "account_data_preview": "アカウントデータのプレビュー", + "create": "作成", + "a_new_account": "新しいアカウント", + "import": "インポート", + "export": "エクスポート", + "delete": "削除" } \ No newline at end of file diff --git a/public/translations/ko/default.json b/public/translations/ko/default.json index 8d76a762..d732d451 100644 --- a/public/translations/ko/default.json +++ b/public/translations/ko/default.json @@ -119,5 +119,11 @@ "changes": "변경사항", "check": "확인", "crypto_address_verification": "암호 화폐 주소가 p2p로 해결되었을 때", - "is_current_account": "현재 계정입니까" + "is_current_account": "현재 계정입니까", + "account_data_preview": "계정 데이터 미리보기", + "create": "만들기", + "a_new_account": "새 계정", + "import": "가져오기", + "export": "내보내기", + "delete": "삭제" } \ No newline at end of file diff --git a/public/translations/mr/default.json b/public/translations/mr/default.json index 95e5e353..c8931fb3 100644 --- a/public/translations/mr/default.json +++ b/public/translations/mr/default.json @@ -119,5 +119,11 @@ "changes": "बदल", "check": "तपासा", "crypto_address_verification": "क्रिप्टो पत्ता p2p द्वारे सोडला आहे कि नाही", - "is_current_account": "हे वर्तमान खाता आहे का" + "is_current_account": "हे वर्तमान खाता आहे का", + "account_data_preview": "खाते डेटा पूर्वावलोकन", + "create": "तयार करा", + "a_new_account": "नवीन खाता", + "import": "आयात करा", + "export": "निर्यात करा", + "delete": "काढा" } \ No newline at end of file diff --git a/public/translations/nl/default.json b/public/translations/nl/default.json index 77cc0fff..ad416983 100644 --- a/public/translations/nl/default.json +++ b/public/translations/nl/default.json @@ -119,5 +119,11 @@ "changes": "wijzigingen", "check": "controleren", "crypto_address_verification": "als het crypto adres p2p is opgelost", - "is_current_account": "is dit de huidige rekening" + "is_current_account": "is dit de huidige rekening", + "account_data_preview": "voorbeeld van accountgegevens", + "create": "maken", + "a_new_account": "een nieuw account", + "import": "importeer", + "export": "exporteer", + "delete": "verwijderen" } \ No newline at end of file diff --git a/public/translations/no/default.json b/public/translations/no/default.json index 826742cd..411d70b4 100644 --- a/public/translations/no/default.json +++ b/public/translations/no/default.json @@ -119,5 +119,11 @@ "changes": "endringer", "check": "sjekk", "crypto_address_verification": "hvis kryptoadressen er løst p2p", - "is_current_account": "er dette den nåværende kontoen" + "is_current_account": "er dette den nåværende kontoen", + "account_data_preview": "forhåndsvisning av kontodata", + "create": "opprett", + "a_new_account": "en ny konto", + "import": "importer", + "export": "eksporter", + "delete": "slett" } \ No newline at end of file diff --git a/public/translations/pl/default.json b/public/translations/pl/default.json index 1a76449e..cf53c58e 100644 --- a/public/translations/pl/default.json +++ b/public/translations/pl/default.json @@ -119,5 +119,11 @@ "changes": "zmiany", "check": "sprawdź", "crypto_address_verification": "jeśli adres kryptowalutowy jest rozwiązany p2p", - "is_current_account": "czy to jest obecne konto" + "is_current_account": "czy to jest obecne konto", + "account_data_preview": "podgląd danych konta", + "create": "stwórz", + "a_new_account": "nowe konto", + "import": "importuj", + "export": "eksportuj", + "delete": "usuń" } \ No newline at end of file diff --git a/public/translations/pt/default.json b/public/translations/pt/default.json index e3ac702f..ae1522e0 100644 --- a/public/translations/pt/default.json +++ b/public/translations/pt/default.json @@ -119,5 +119,11 @@ "changes": "alterações", "check": "verificar", "crypto_address_verification": "se o endereço de cripto for resolvido p2p", - "is_current_account": "é a conta atual" + "is_current_account": "é a conta atual", + "account_data_preview": "visualização de dados da conta", + "create": "criar", + "a_new_account": "uma nova conta", + "import": "importar", + "export": "exportar", + "delete": "apagar" } \ No newline at end of file diff --git a/public/translations/ro/default.json b/public/translations/ro/default.json index 506378a7..211d8f78 100644 --- a/public/translations/ro/default.json +++ b/public/translations/ro/default.json @@ -119,5 +119,11 @@ "changes": "schimbări", "check": "verificați", "crypto_address_verification": "dacă adresa cripto este rezolvată p2p", - "is_current_account": "este contul curent" + "is_current_account": "este contul curent", + "account_data_preview": "previzualizare a datelor contului", + "create": "creați", + "a_new_account": "un cont nou", + "import": "importați", + "export": "exportați", + "delete": "ștergeți" } \ No newline at end of file diff --git a/public/translations/ru/default.json b/public/translations/ru/default.json index f9a8b72e..3f3ddb16 100644 --- a/public/translations/ru/default.json +++ b/public/translations/ru/default.json @@ -119,5 +119,11 @@ "changes": "изменения", "check": "проверьте", "crypto_address_verification": "если адрес криптовалюты решается p2p", - "is_current_account": "это текущий аккаунт" + "is_current_account": "это текущий аккаунт", + "account_data_preview": "предварительный просмотр данных аккаунта", + "create": "создайте", + "a_new_account": "новый аккаунт", + "import": "импортировать", + "export": "экспортировать", + "delete": "удалить" } \ No newline at end of file diff --git a/public/translations/sq/default.json b/public/translations/sq/default.json index 61a0a5fc..713b5a3d 100644 --- a/public/translations/sq/default.json +++ b/public/translations/sq/default.json @@ -119,5 +119,11 @@ "changes": "ndryshimet", "check": "kontrollo", "crypto_address_verification": "nëse adresa e kripto shpërblyhet p2p", - "is_current_account": "a është llogaria aktuale" + "is_current_account": "a është llogaria aktuale", + "account_data_preview": "parapamje e të dhënave të llogarisë", + "create": "krijo", + "a_new_account": "një llogari e re", + "import": "importo", + "export": "eksport", + "delete": "fshij" } \ No newline at end of file diff --git a/public/translations/sv/default.json b/public/translations/sv/default.json index 3e139af2..f9401cae 100644 --- a/public/translations/sv/default.json +++ b/public/translations/sv/default.json @@ -119,5 +119,11 @@ "changes": "ändringar", "check": "kontrollera", "crypto_address_verification": "om kryptoadressen är löst p2p", - "is_current_account": "är det nuvarande kontot" + "is_current_account": "är det nuvarande kontot", + "account_data_preview": "förhandsgranska kontodata", + "create": "skapa", + "a_new_account": "ett nytt konto", + "import": "importera", + "export": "exportera", + "delete": "ta bort" } \ No newline at end of file diff --git a/public/translations/te/default.json b/public/translations/te/default.json index f4fb52b8..7310faf4 100644 --- a/public/translations/te/default.json +++ b/public/translations/te/default.json @@ -119,5 +119,11 @@ "changes": "మార్పులు", "check": "తనిఖీ", "crypto_address_verification": "క్రిప్టో చిరునామా p2p ద్వారా మొదల్గయింది", - "is_current_account": "ఇది ప్రస్తుత ఖాతా మా" + "is_current_account": "ఇది ప్రస్తుత ఖాతా మా", + "account_data_preview": "ఖాతా డేటా మునుపటికీలు", + "create": "రూపొందండి", + "a_new_account": "కొత్త ఖాతా", + "import": "దిగుమతి", + "export": "ఎగుమతి", + "delete": "తొలగించండి" } \ No newline at end of file diff --git a/public/translations/th/default.json b/public/translations/th/default.json index debaf4c9..c211aaa6 100644 --- a/public/translations/th/default.json +++ b/public/translations/th/default.json @@ -119,5 +119,11 @@ "changes": "การเปลี่ยนแปลง", "check": "ตรวจสอบ", "crypto_address_verification": "หากที่อยู่คริปโตได้รับการแก้ไข p2p", - "is_current_account": "นี่คือบัญชีปัจจุบันหรือไม่" + "is_current_account": "นี่คือบัญชีปัจจุบันหรือไม่", + "account_data_preview": "ดูตัวอย่างข้อมูลบัญชี", + "create": "สร้าง", + "a_new_account": "บัญชีใหม่", + "import": "นำเข้า", + "export": "ส่งออก", + "delete": "ลบ" } \ No newline at end of file diff --git a/public/translations/tr/default.json b/public/translations/tr/default.json index 80871518..14d1bfa8 100644 --- a/public/translations/tr/default.json +++ b/public/translations/tr/default.json @@ -119,5 +119,11 @@ "changes": "değişiklikler", "check": "kontrol etmek", "crypto_address_verification": "eğer kripto adresi p2p ile çözüldüyse", - "is_current_account": "bu, şu anki hesap mı" + "is_current_account": "bu, şu anki hesap mı", + "account_data_preview": "hesap verileri önizleme", + "create": "oluştur", + "a_new_account": "yeni bir hesap", + "import": "ithal et", + "export": "dışa aktar", + "delete": "sil" } \ No newline at end of file diff --git a/public/translations/uk/default.json b/public/translations/uk/default.json index 73f5e8d3..9c6ba66f 100644 --- a/public/translations/uk/default.json +++ b/public/translations/uk/default.json @@ -119,5 +119,11 @@ "changes": "зміни", "check": "перевірити", "crypto_address_verification": "якщо адреса криптовалюти розглядається p2p", - "is_current_account": "це поточний рахунок" + "is_current_account": "це поточний рахунок", + "account_data_preview": "попередній перегляд даних аккаунта", + "create": "створити", + "a_new_account": "новий рахунок", + "import": "імпортувати", + "export": "експортувати", + "delete": "видалити" } \ No newline at end of file diff --git a/public/translations/ur/default.json b/public/translations/ur/default.json index 479f05c7..a3cc326f 100644 --- a/public/translations/ur/default.json +++ b/public/translations/ur/default.json @@ -119,5 +119,11 @@ "changes": "تبدیلیاں", "check": "چیک کریں", "crypto_address_verification": "اگر کرپٹو پتا p2p کے ذریعے حل ہوتا ہے", - "is_current_account": "کیا یہ موجودہ اکاؤنٹ ہے" + "is_current_account": "کیا یہ موجودہ اکاؤنٹ ہے", + "account_data_preview": "اکاؤنٹ ڈیٹا پیش منظر", + "create": "بنائیں", + "a_new_account": "ایک نیا اکاؤنٹ", + "import": "درآمد کریں", + "export": "برآمد کریں", + "delete": "حذف کریں" } \ No newline at end of file diff --git a/public/translations/vi/default.json b/public/translations/vi/default.json index 9e77700b..be22375b 100644 --- a/public/translations/vi/default.json +++ b/public/translations/vi/default.json @@ -119,5 +119,11 @@ "changes": "thay đổi", "check": "kiểm tra", "crypto_address_verification": "nếu địa chỉ tiền điện tử được giải quyết p2p", - "is_current_account": "đó có phải là tài khoản hiện tại không" + "is_current_account": "đó có phải là tài khoản hiện tại không", + "account_data_preview": "xem trước dữ liệu tài khoản", + "create": "tạo", + "a_new_account": "một tài khoản mới", + "import": "nhập", + "export": "xuất", + "delete": "xóa" } \ No newline at end of file diff --git a/public/translations/zh/default.json b/public/translations/zh/default.json index cc350bdd..9cd147a5 100644 --- a/public/translations/zh/default.json +++ b/public/translations/zh/default.json @@ -119,5 +119,11 @@ "changes": "更改", "check": "检查", "crypto_address_verification": "如果加密地址是p2p解决的", - "is_current_account": "这是当前帐户吗" + "is_current_account": "这是当前帐户吗", + "account_data_preview": "帐户数据预览", + "create": "创建", + "a_new_account": "一个新帐户", + "import": "导入", + "export": "导出", + "delete": "删除" } \ No newline at end of file diff --git a/src/views/settings/account-settings/account-settings.tsx b/src/views/settings/account-settings/account-settings.tsx index 123b2f54..41befeb8 100644 --- a/src/views/settings/account-settings/account-settings.tsx +++ b/src/views/settings/account-settings/account-settings.tsx @@ -159,7 +159,7 @@ const AccountSettings = () => { {' '} {t('is_current_account')} - account data preview + {t('account_data_preview')}