fix #9003 Recover deleted translations

replace i18n/message-status-label by regular label to avoid repeating
this issue in the future

recover the following labels:
- status-not-sent-click
- status-not-sent-tap
- status-sent

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
yenda 2019-09-20 00:31:37 +02:00
parent 00de482767
commit 8ccc858d41
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
60 changed files with 1156 additions and 1166 deletions

View File

@ -22,3 +22,21 @@ QA process was focused on account creation and login with keycard, and this bug
- PRs that change native code should be checked for plateform parity:
- same methods are created/modified for each platform
- test cases in the PR should take these methods in consideration
# Missing labels for en translation
https://github.com/status-im/status-react/issues/9003
## Cause
Unused labels in the application have been listed by QA and an issue created for their removal. The PR was made by an external contributor and it had to be rebased many time because it touched many files and other PRs got merged before this one could be tested. After a last rebase the PR was merged with 100% e2e test but no manual testing.
The reason some translations got deleted despite the fact that they were used is because the `message status` related labels were not explicitly mentioned in the code unlike every other labels. They were built from the actual `message status` and the prefix `status-`.
## Resolution process
The mistake was quickly noticed in develop and an issue created. The fix was to recover the 3 labels that were accidentally deleted.
## Prevention measures
The code has been changed so that the labels are no longer generated and appear in the code like other labels.

View File

@ -58,15 +58,7 @@
(.p rn-dependencies/i18n count (name path) (clj->js options))
(name path)))
(defn message-status-label [status]
(->> status
(name)
(str "t/status-")
(keyword)
(label)))
(def locale
(.-locale rn-dependencies/i18n))
(def format-currency goog.i18n/format-currency)

View File

@ -137,11 +137,6 @@
[message-view message
[react/text (str "Unhandled content-type " content-type)]]])
(defn- text-status [status]
[react/view style/delivery-view
[react/text {:style style/delivery-text}
(i18n/message-status-label status)]])
(defn message-activity-indicator
[]
[react/view style/message-activity-indicator
@ -171,9 +166,9 @@
:message-id message-id}])))}
[react/view style/not-sent-view
[react/text {:style style/not-sent-text}
(i18n/message-status-label (if platform/desktop?
:not-sent-click
:not-sent-tap))]
(i18n/label (if platform/desktop?
:t/status-not-sent-click
:t/status-not-sent-tap))]
[react/view style/not-sent-icon
[vector-icons/icon :main-icons/warning {:color colors/red}]]]])
@ -193,12 +188,13 @@
(case outgoing-status
:sending [message-activity-indicator]
:not-sent [message-not-sent-text chat-id message-id]
(if (and (not outgoing-status)
:sent (when last-outgoing?
[react/view style/delivery-view
[react/text {:style style/delivery-text}
(i18n/label :t/status-sent)]])
(when (and (not outgoing-status)
(:command content))
[command-status content]
(when last-outgoing?
(if outgoing-status
[text-status outgoing-status]))))))
[command-status content]))))
(defview message-author-name [from name]
(letsubs [username [:contacts/contact-name-by-identity from]]

File diff suppressed because it is too large Load Diff

View File

@ -123,5 +123,6 @@
"image-source-title": "Profielbeeld",
"left": "uitgegaan",
"to": "Aan",
"status-sent": "Gestuur",
"data": "Data"
}

View File

@ -54,6 +54,7 @@
"scan-qr": "مسح شفرة التعريف",
"recent": "حديثة",
"status": "الحالة",
"status-sent": "تم الإرسال",
"wrong-password": "كلمة مرور خاطئة",
"clear-history": "حذف التاريخ",
"no-contacts": "لا توجد جهات اتصال بعد",

View File

@ -101,5 +101,6 @@
"Яна будзе патрэбна вам для аднаўлення акаўнта."
],
"image-source-title": "Mалюнак профілю",
"status-sent": "Адправіць",
"left": "засталося"
}

View File

@ -141,5 +141,6 @@
"current-network": "Aktuální síť",
"left": "opuštěno",
"to": "Komu",
"status-sent": "Odesláno",
"data": "Data"
}

View File

@ -54,6 +54,7 @@
"delete": "Slet",
"chats": "Samtaler",
"transaction": "Transaktion",
"status-sent": "Sendt",
"public-group-status": "Offentlig",
"image-source-make-photo": "Tag billede",
"start-conversation": "Begynd samtale",

View File

@ -31,6 +31,7 @@
"wallet-invalid-address": "Ungültige Adresse: \n {{data}}",
"remove": "Entfernen",
"add-members": "Mitglieder hinzufügen",
"status-sent": "Gesendet",
"yes": "Ja",
"dapps": "ÐApps",
"network-settings": "Netzwerkeinstellungen",

View File

@ -54,6 +54,7 @@
"scan-qr": "QR scannen",
"recent": "Kürzlich",
"status": "Status",
"status-sent": "Gesendet",
"wrong-password": "Falsches Passwort",
"clear-history": "Verlauf löschen",
"no-contacts": "Noch keine Kontakte",

View File

@ -211,5 +211,6 @@
"left": "έφυγες",
"to": "Προς",
"data": "Δεδομένα",
"status-sent": "Απεσταλμένα",
"cost-fee": "Κόστος/Χρέωση"
}

View File

@ -924,6 +924,9 @@
"status-keycard": "Status Keycard",
"status-pending": "Pending",
"status-tx-not-found": "TX not found",
"status-sent": "Sent",
"status-not-sent-tap": "Not confirmed. Tap for options",
"status-not-sent-click": "Not confirmed. Click for options",
"step-i-of-n": "Step {{step}} of {{number}}",
"sticker-market": "Sticker market",
"submit": "Submit",

View File

@ -139,6 +139,7 @@
"no-contacts": "No hay contactos todavía",
"soon": "Pronto",
"close-app-content": "La app se detendrá y cerrará. Cuando la vuelvas a abrir, la red seleccionada será usada",
"status-sent": "Enviado",
"datetime-today": "hoy",
"web-view-error": "oops, error",
"error": "Error",

View File

@ -442,7 +442,9 @@
"status": "Status",
"status-confirmed": "Confirmado",
"status-hardwallet": "Status hardwallet",
"status-not-sent-tap": "No enviado. Toca para ver las opciones",
"status-pending": "Pendiente",
"status-sent": "Enviado",
"status-tx-not-found": "TX no encontrada",
"step-i-of-n": "Paso {{step}} de {{number}}",
"submit-bug": "Reportar un error",

View File

@ -65,6 +65,7 @@
"image-source-gallery": "Seleccionar de la galería",
"sync-synced": "Sincronizado",
"status-pending": "Pendiente",
"status-sent": "Enviado",
"datetime-day": {
"one": "día",
"other": "días"

View File

@ -126,5 +126,6 @@
"current-network": "Red actual",
"left": "salió",
"to": "Para",
"status-sent": "Enviado",
"data": "Datos"
}

View File

@ -444,7 +444,10 @@
"status": "استتوس",
"status-confirmed": "تایید شده",
"status-hardwallet": "کیف پول سخت افزاری Status",
"status-not-sent-tap": "فرستاده نشد. برای گزینه های بیشتر لمس کنید",
"status-not-sent-click": "فرستاده نشد. برای گزینه های بیشتر لمس کنید",
"status-pending": "در انتظار",
"status-sent": "ارسال شد",
"status-tx-not-found": "TX یافت نشد",
"step-i-of-n": "گام {{step}} از {{number}}",
"submit-bug": "ثبت یک اشکال",

View File

@ -127,5 +127,6 @@
"current-network": "Nykyinen verkko",
"left": "poistui",
"to": "Vastaanottajalle",
"status-sent": "Lähetetty",
"data": "Tieto"
}

View File

@ -897,7 +897,10 @@
"status-confirmed": "Confirmé",
"status-hardwallet": "Porte-monnaie électronique Status",
"status-keycard": "Status Carte d'accès",
"status-not-sent-click": "Non confirmé. Cliquez pour les options",
"status-not-sent-tap": "Pas confirmé. Appuyez sur options pour",
"status-pending": "En attente",
"status-sent": "Envoyé",
"status-tx-not-found": "TX non trouvé",
"step-i-of-n": "Étape {{step}} de {{number}}",
"sticker-market": "Marché des autocollants",

View File

@ -123,5 +123,8 @@
"image-source-title": "Image du profil",
"left": "restant",
"to": "À",
"status-not-sent-click": "Non confirmé. Cliquez pour les options",
"status-not-sent-tap": "Pas confirmé. Appuyez sur options pour",
"status-sent": "Envoyé",
"data": "Données"
}

View File

@ -127,5 +127,6 @@
"current-network": "Aktuele netwurk",
"left": "gie fuort",
"to": "Ta",
"status-sent": "Ferstjoerd",
"data": "Data"
}

View File

@ -127,5 +127,6 @@
"current-network": "Current network",
"left": "עזב",
"to": "ל",
"status-sent": "נשלחה",
"data": "נתונים"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "प्रोफ़ाइल छवि",
"left": "बाएं",
"to": "प्रति",
"status-sent": "भेज दिया",
"data": "डेटा"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "Profilkép",
"left": "maradt",
"to": "Címzett",
"status-sent": "Elküldve",
"data": "Adatok"
}

View File

@ -88,5 +88,6 @@
"message": "pesan",
"here-is-your-passphrase": "berikut adalah passphrase anda. * jaga agar tetap aman dan menyimpannya! * bila anda perlu untuk memulihkan akun Anda.",
"image-source-title": "foto profil",
"status-sent": "dikirim",
"left": "tinggalkan"
}

View File

@ -3,7 +3,6 @@
"transaction-details": "Dettagli della transazione",
"confirm": "Conferma",
"description": "Descrizione",
"amount": "Quantità",
"open": "Apri",
"close-app-title": "Attenzione!",
@ -15,12 +14,9 @@
"chat-name": "Nome della chat",
"phew-here-is-your-passphrase": "Fiù, è stato difficile. Ecco la tua passphrase, *scrivila e conservala al sicuro!* Ne avrai bisogno per recuperare il tuo account.",
"public-group-topic": "Argomento",
"chat-settings": "Impostazioni della chat",
"offline": "Offline",
"invited": "invitato",
"address": "Indirizzo",
"new-public-group-chat": "Entra nella chat pubblica",
"datetime-hour": {
@ -33,77 +29,43 @@
"block": "Blocco",
"camera-access-error": "Per concedere i permessi necessari per la fotocamera, per favore vai nelle impostazioni di sistema e assicurati che la voce Status > Fotocamera sia selezionata.",
"wallet-invalid-address": "Indirizzo non valido: \n {{data}}",
"remove": "Rimuovi",
"add-members": "Aggiungi membri",
"yes": "Sì",
"dapps": "ÐApps",
"network-settings": "Impostazioni di rete",
"photos-access-error": "Per concedere i permessi necessari per le foto, per favore vai nelle impostazioni di sistema e assicurati che la voce Status > Foto sia selezionata.",
"hash": "Hash",
"done": "Fatto",
"delete-chat": "Cancella chat",
"new-group-chat": "Nuova chat di gruppo",
"wallet": "Portafoglio",
"wallet-request": "Richiedi",
"sign-in": "Accedi",
"datetime-yesterday": "ieri",
"create-new-account": "Crea un nuovo account",
"sign-in-to-status": "Accedi a Status",
"datetime-ago": "fa",
"contacts": "Contatti",
"got-it": "Ho capito",
"public-chats": "Chat pubbliche",
"not-applicable": "Non applicabile alle transazioni non firmate",
"active-online": "Online",
"password": "Password",
"send-request": "Invia richiesta",
"paste-json": "Incolla JSON",
"browsing-title": "Naviga",
"transactions-history-empty": "Non hai ancora nessuna transazione nella cronologia",
"discover": "Scopri",
"browsing-cancel": "Annulla",
"intro-status": "Chatta con me per inizializzare il tuo account e cambiare le tue impostazioni.",
"name": "Nome",
"gas-price": "Gas price",
"validation-amount-is-too-precise": "L'ammontare è troppo preciso. La più piccola unità che puoi inviare è 1 Wei (1x10^-18 ETH)",
"copy-transaction-hash": "Copia l'hash della transazione",
"show-qr": "Mostra QR",
"connect": "Connetti",
"edit": "Modifica",
"account-generation-message": "Dammi un secondo, devo fare dei calcoli complicati per generare il tuo account!",
"remove-network": "Rimuovi rete",
"no-messages": "Nessun messaggio",
@ -112,50 +74,28 @@
"members-title": "Membri",
"new-group": "Nuovo gruppo",
"phone-e164": "Internazionale 1",
"connected": "Connesso",
"rpc-url": "URL RPC",
"settings": "Impostazioni",
"specify-rpc-url": "Specifica un URL RPC",
"gas-limit": "Gas limit",
"delete": "Cancella",
"chats": "Chat",
"transaction-sent": "Transazione inviata",
"transaction": "Transazione",
"public-group-status": "Pubblico",
"mainnet-text": "Sei nella Mainnet. Verranno inviati ETH reali",
"image-source-make-photo": "Cattura",
"chat": "Chat",
"start-conversation": "Inizia la conversazione",
"save": "Salva",
"all": "Tutte",
"confirmations-helper-text": "Per favore aspetta almeno 12 conferme per essere sicuro che la tua transazione sia stata processata in sicurezza",
"sharing-copy-to-clipboard": "Copia negli appunti",
"sync-in-progress": "Sincronizzazione in corso...",
"enter-password": "Inserisci la password",
"send-transaction": "Invia una transazione",
"confirmations": "Conferme",
"incorrect-code": [
"str",
"Il codice era errato, riprova"
@ -164,7 +104,6 @@
"sync-synced": "Sincronizzato",
"currency": "Valuta",
"status-pending": "In attesa",
"connecting-requires-login": "La connessione ad un'altra rete richiede il login",
"datetime-day": {
"one": "giorno",
@ -172,14 +111,11 @@
},
"request-transaction": "Richiesta di transazione",
"wallet-send": "Invia",
"scan-qr": "Scansiona QR",
"contact-s": {
"one": "contatto",
"other": "contatti"
},
"gas-used": "Gas usato",
"transactions-filter-type": "Tipo",
"next": "Avanti",
@ -189,99 +125,66 @@
"status": "Stato",
"from": "Da",
"wrong-password": "Password sbagliata",
"in-contacts": "Nei contatti",
"transactions-sign": "Firma",
"sharing-share": "Condividi...",
"type-a-message": "Scrivi un messaggio...",
"usd-currency": "USD",
"node-unavailable": "Nessun nodo ethereum disponibile",
"url": "URL",
"add-network": "Aggiungi rete",
"unknown-status-go-error": "Errore status-go sconosciuto",
"clear-history": "Cancella cronologia",
"signing-phrase-description": "Firma la transazione inserendo la tua password. Assicurati che le parole sopra corrispondano alla tua signing phrase segreta",
"no-contacts": "Ancora nessun contatto",
"soon": "Presto",
"close-app-content": "L'app si fermerà e si chiuderà. Quando la riaprirai, verrà utilizzata la rete selezionata",
"datetime-today": "oggi",
"web-view-error": "oops, errore",
"error": "Errore",
"transactions-sign-transaction": "Firma transazione",
"more": "ancora",
"cancel": "Annulla",
"can-not-add-yourself": "Non puoi aggiungere te stesso",
"transaction-description": "Per favore aspetta almeno 12 conferme per essere sicuro che la tua transazione sia stata processata in sicurezza",
"add-to-contacts": "Aggiungi ai contatti",
"available": "Disponibile",
"You": "Tu",
"main-wallet": "Portafoglio principale",
"testnet-text": "Sei in {{testnet}} Testnet. Non mandare ETH o SNT reali al tuo indirizzo",
"transactions": "Transazioni",
"members": {
"one": "1 membro",
"other": "{{count}} membri",
"zero": "nessun membro"
},
"intro-message1": "Benvenuto in Status!\nTocca questo messaggio per impostare la tua password e cominciare.",
"eth": "ETH",
"transactions-history": "Cronologia",
"new-contact": "Nuovo contatto",
"datetime-second": {
"one": "secondo",
"other": "secondi"
},
"recover": "Recupera",
"wallet-total-value": "Valore totale",
"nonce": "Nonce",
"new-network": "Nuova rete",
"datetime-minute": {
"one": "minuto",
"other": "minuti"
},
"browsing-open-in-android-web-browser": "Apri nel web browser",
"browsing-open-in-ios-web-browser": "Apri nel web browser",
"wallet-insufficient-funds": "Fondi insufficienti",
"edit-profile": "Modifica profilo",
"active-unknown": "Sconosciuto",
"transaction-failed": "Transazione fallita",
"public-key": "Chiave pubblica",
"profile": "Profilo",
"wallet-choose-recipient": "Scegli destinatario",
"none": "Nessuno",
"removed": "rimosso",
"no": "No",
"transactions-filter-select-all": "Seleziona tutte",
"transactions-filter-title": "Filtra cronologia",
@ -291,8 +194,8 @@
"image-source-title": "Immagine del profilo",
"current-network": "Rete corrente",
"left": "lasciato",
"to": "A",
"data": "Dati",
"status-sent": "Inviato",
"cost-fee": "Costo/Fee"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "Immagine profilo",
"left": "È uscito",
"to": "A",
"status-sent": "Inviato",
"data": "Dati"
}

View File

@ -899,7 +899,10 @@
"status-confirmed": "承認済み",
"status-hardwallet": "Statusハードウォレット",
"status-keycard": "Status Keycard",
"status-not-sent-click": "承認されていません。タップしてオプションを見る",
"status-not-sent-tap": "承認されていません。タップしてオプションを見る",
"status-pending": "ペンディング",
"status-sent": "送信済み",
"status-tx-not-found": "トランザクションが見つかりません",
"step-i-of-n": "{{step}}{{number}}ステップ",
"sticker-market": "ステッカーマーケット",

View File

@ -910,7 +910,10 @@
"status-confirmed": "확인 됨",
"status-hardwallet": "스테이터스 하드월렛",
"status-keycard": "스테이터스 키카드",
"status-not-sent-click": "전송되지 않음",
"status-not-sent-tap": "전송 실패. 옵션을 선택하세요",
"status-pending": "대기 중",
"status-sent": "전송됨",
"status-tx-not-found": "TX를 찾을 수 없습니다",
"step-i-of-n": "{{number}}단계 중 {{step}}단계",
"sticker-market": "이모티콘 마켓",

View File

@ -89,5 +89,6 @@
"message": "nuntium",
"here-is-your-passphrase": "hic phrasis arcana sui est, *exscribe et adserva!* necesse est, ut benificium sui recreare.",
"image-source-title": "photographia bigraphiae",
"status-sent": "deditum iri",
"left": "desse"
}

View File

@ -197,5 +197,6 @@
"left": "išėjo",
"to": "Į",
"data": "Duomenys",
"status-sent": "Nusiųsta",
"cost-fee": "Kaina/Mokestis"
}

View File

@ -127,5 +127,6 @@
"current-network": "Tīkls",
"left": "atstāja grupu",
"to": "Kam",
"status-sent": "Aizsūtīts",
"data": "Dati"
}

View File

@ -483,7 +483,10 @@
"status": "Status",
"status-confirmed": "Disahkan",
"status-hardwallet": "Dompet fizikal Status",
"status-not-sent-tap": "Tidak dihantar. Ketik untuk pilihan",
"status-not-sent-click": "Tidak dihantar",
"status-pending": "Belum selesai",
"status-sent": "Dihantar",
"status-tx-not-found": "Transaksi tidak dijumpai",
"step-i-of-n": "Langkah {{step}} daripada {{number}}",
"submit-bug": "Hantar laporan kerentanan",

View File

@ -142,5 +142,6 @@
"current-network": "Nåværende nettverk",
"left": "venstre",
"to": "Til",
"status-sent": "Sendt",
"data": "Data"
}

View File

@ -470,6 +470,7 @@
"status-confirmed": "पुष्टि भयो",
"status-hardwallet": "Dompet fizikal Status",
"status-pending": "बाँकी छ",
"status-sent": "पठाइसकेको",
"status-tx-not-found": "TX फेला परेन",
"step-i-of-n": "Langkah {{step}} daripada {{number}}",
"submit-bug": "Hantar laporan kerentanan",

View File

@ -126,5 +126,6 @@
"current-network": "Huidige netwerk",
"left": "ging weg",
"to": "Naar",
"status-sent": "Verstuurd",
"data": "Data"
}

View File

@ -425,7 +425,10 @@
"status": "Status",
"status-confirmed": "Potwierdzone",
"status-hardwallet": "Status hardwallet",
"status-not-sent-tap": "Nie wysłano. Dotknij aby zobaczyć opcje",
"status-not-sent-click": "Nie wysłano. Dotknij aby zobaczyć opcje",
"status-pending": "W oczekiwaniu",
"status-sent": "Wysłano",
"status-tx-not-found": "Nie znaleziono TX",
"step-i-of-n": "Krok {{step}} z {{number}}",
"submit-bug": "Zgłoś błąd",

View File

@ -123,5 +123,6 @@
"image-source-title": "Imagem do perfil",
"left": "saiu",
"to": "Para",
"status-sent": "Enviado",
"data": "Dados"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "Imagem de perfil",
"left": "saiu",
"to": "Para",
"status-sent": "Enviado",
"data": "Dados"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "Imagine de profil",
"left": "a plecat",
"to": "Către",
"status-sent": "Trimis",
"data": "Date"
}

View File

@ -943,7 +943,10 @@
"status-confirmed": "Подтверждено",
"status-hardwallet": "Status hardwallet",
"status-keycard": "Status Keycard",
"status-not-sent-click": "Не отправлено",
"status-not-sent-tap": "Не отправлено. Нажмите для вариантов",
"status-pending": "В ожидании",
"status-sent": "Отправлено",
"status-tx-not-found": "Транзакция не найдена",
"step-i-of-n": "Шаг {{step}} из {{number}}",
"sticker-market": "Рынок стикеров",

View File

@ -123,5 +123,6 @@
"image-source-title": "Fotografija profila",
"left": "preostane",
"to": "Za",
"status-sent": "Poslano",
"data": "Podatki"
}

View File

@ -196,5 +196,6 @@
"left": "остати",
"to": "Коме",
"data": "Подаци",
"status-sent": "Послато",
"cost-fee": "Цена"
}

View File

@ -193,5 +193,6 @@
"left": "ostati",
"to": "Kome",
"data": "Podaci",
"status-sent": "Poslato",
"cost-fee": "Cena"
}

View File

@ -201,5 +201,6 @@
"left": "lämnade",
"to": "Till",
"data": "Data",
"status-sent": "Skickad",
"cost-fee": "Kostnad/Avgift"
}

View File

@ -90,5 +90,6 @@
"message": "Ujumbe",
"here-is-your-passphrase": "Hapa ni kaulisiri yako, *iandike na uiweke salama!* Utaihitaji kwa ajili ya kufufua akaunti yako.",
"image-source-title": "Picha ya profaili",
"status-sent": "Tuma",
"left": "uliondoka"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "รูปโปรไฟล์",
"left": "ออกไปแล้ว",
"to": "ถึง",
"status-sent": "ส่งแล้ว",
"data": "ข้อมูล"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "Profil Fotoğrafı",
"left": "ayrıldı",
"to": "Gönderilen:",
"status-sent": "Gönderildi",
"data": "Veri"
}

View File

@ -203,5 +203,6 @@
"left": "вийшов",
"to": "Кому",
"data": "Дані",
"status-sent": "Відправлено",
"cost-fee": "Вартість/Комісія"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "پروفائل تصویر",
"left": "چھوڑ دیا",
"to": "بجانب",
"status-sent": "بھیج دیا گیا",
"data": "ڈیٹا"
}

View File

@ -123,5 +123,6 @@
"image-source-title": "Ảnh đại diện",
"left": "đã rời đi",
"to": "Đến",
"status-sent": "Đã gửi",
"data": "Dữ liệu"
}

View File

@ -919,7 +919,10 @@
"status-confirmed": "确定",
"status-hardwallet": "Status硬件钱包",
"status-keycard": "Status Keycard",
"status-not-sent-click": "未发送",
"status-not-sent-tap": "未发送。点击选项",
"status-pending": "等待中",
"status-sent": "已发送",
"status-tx-not-found": "未找到 TX",
"step-i-of-n": "步骤{{step}}\/{{number}}",
"sticker-market": "贴纸市场",

View File

@ -855,7 +855,10 @@
"status-confirmed": "确定",
"status-hardwallet": "Status硬件钱包",
"status-keycard": "Status Keycard",
"status-not-sent-click": "未发送",
"status-not-sent-tap": "未发送。点击选项",
"status-pending": "等待中",
"status-sent": "已发送",
"status-tx-not-found": "未找到 TX",
"step-i-of-n": "步骤{{step}}\/{{number}}",
"sticker-market": "贴纸市场",

View File

@ -196,5 +196,6 @@
"left": "剩餘",
"to": "到",
"data": "數據",
"status-sent": "已發送",
"cost-fee": "成本/費用"
}

View File

@ -196,5 +196,6 @@
"left": "剩餘",
"to": "到",
"data": "數據",
"status-sent": "已發送",
"cost-fee": "成本/費用"
}

View File

@ -196,5 +196,6 @@
"left": "剩餘",
"to": "到",
"data": "資料",
"status-sent": "已傳送",
"cost-fee": "成本/費用"
}

View File

@ -196,5 +196,6 @@
"left": "剩餘",
"to": "到",
"data": "資料",
"status-sent": "已傳送",
"cost-fee": "成本/費用"
}

View File

@ -127,5 +127,6 @@
"current-network": "当前网络",
"left": "离开",
"to": "至",
"status-sent": "已发送",
"data": "数据"
}

View File

@ -127,5 +127,6 @@
"current-network": "當前網絡",
"left": "離開",
"to": "至",
"status-sent": "發送成功",
"data": "數據"
}