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: - PRs that change native code should be checked for plateform parity:
- same methods are created/modified for each platform - same methods are created/modified for each platform
- test cases in the PR should take these methods in consideration - 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)) (.p rn-dependencies/i18n count (name path) (clj->js options))
(name path))) (name path)))
(defn message-status-label [status]
(->> status
(name)
(str "t/status-")
(keyword)
(label)))
(def locale (def locale
(.-locale rn-dependencies/i18n)) (.-locale rn-dependencies/i18n))
(def format-currency goog.i18n/format-currency) (def format-currency goog.i18n/format-currency)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -923,7 +923,10 @@
"status-hardwallet": "Status hardwallet", "status-hardwallet": "Status hardwallet",
"status-keycard": "Status Keycard", "status-keycard": "Status Keycard",
"status-pending": "Pending", "status-pending": "Pending",
"status-tx-not-found": "TX not found", "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}}", "step-i-of-n": "Step {{step}} of {{number}}",
"sticker-market": "Sticker market", "sticker-market": "Sticker market",
"submit": "Submit", "submit": "Submit",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -897,7 +897,10 @@
"status-confirmed": "Confirmé", "status-confirmed": "Confirmé",
"status-hardwallet": "Porte-monnaie électronique Status", "status-hardwallet": "Porte-monnaie électronique Status",
"status-keycard": "Status Carte d'accès", "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-pending": "En attente",
"status-sent": "Envoyé",
"status-tx-not-found": "TX non trouvé", "status-tx-not-found": "TX non trouvé",
"step-i-of-n": "Étape {{step}} de {{number}}", "step-i-of-n": "Étape {{step}} de {{number}}",
"sticker-market": "Marché des autocollants", "sticker-market": "Marché des autocollants",

View File

@ -123,5 +123,8 @@
"image-source-title": "Image du profil", "image-source-title": "Image du profil",
"left": "restant", "left": "restant",
"to": "À", "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" "data": "Données"
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -483,7 +483,10 @@
"status": "Status", "status": "Status",
"status-confirmed": "Disahkan", "status-confirmed": "Disahkan",
"status-hardwallet": "Dompet fizikal Status", "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-pending": "Belum selesai",
"status-sent": "Dihantar",
"status-tx-not-found": "Transaksi tidak dijumpai", "status-tx-not-found": "Transaksi tidak dijumpai",
"step-i-of-n": "Langkah {{step}} daripada {{number}}", "step-i-of-n": "Langkah {{step}} daripada {{number}}",
"submit-bug": "Hantar laporan kerentanan", "submit-bug": "Hantar laporan kerentanan",

View File

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

View File

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

View File

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

View File

@ -425,7 +425,10 @@
"status": "Status", "status": "Status",
"status-confirmed": "Potwierdzone", "status-confirmed": "Potwierdzone",
"status-hardwallet": "Status hardwallet", "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-pending": "W oczekiwaniu",
"status-sent": "Wysłano",
"status-tx-not-found": "Nie znaleziono TX", "status-tx-not-found": "Nie znaleziono TX",
"step-i-of-n": "Krok {{step}} z {{number}}", "step-i-of-n": "Krok {{step}} z {{number}}",
"submit-bug": "Zgłoś błąd", "submit-bug": "Zgłoś błąd",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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