Update it.cljs
This commit is contained in:
parent
ad3aed7d01
commit
0c1be1cf1f
|
@ -5,7 +5,7 @@
|
|||
;common
|
||||
:members-title "Membri"
|
||||
:not-implemented "!non implementato"
|
||||
:chat-name "Nome chat"
|
||||
:chat-name "Nome della chat"
|
||||
:notifications-title "Notifiche e suoni"
|
||||
:offline "Offline"
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
|||
:save "Salva"
|
||||
:change-color "Cambia colore"
|
||||
:clear-history "Cancella cronologia"
|
||||
:delete-and-leave "Cancella e lascia"
|
||||
:delete-and-leave "Elimina e lascia"
|
||||
:chat-settings "Impostazioni chat"
|
||||
:edit "Modifica"
|
||||
:add-members "Aggiungi membri"
|
||||
|
@ -184,14 +184,14 @@
|
|||
|
||||
|
||||
;login
|
||||
:connect "Connetti"
|
||||
:connect "Connettiti"
|
||||
:address "Indirizzo"
|
||||
:password "Password"
|
||||
:login "Accedi"
|
||||
:wrong-password "Password errata"
|
||||
|
||||
;recover
|
||||
:recover-from-passphrase "Recupera dalla passphrase"
|
||||
:recover-from-passphrase "Recupera l'account usando la passphrase"
|
||||
:recover-explain "Inserisci la passphrase per poter accedere alla tua password"
|
||||
:passphrase "Passphrase"
|
||||
:recover "Recupera"
|
||||
|
@ -209,7 +209,7 @@
|
|||
;validation
|
||||
:invalid-phone "Numero di telefono non valido"
|
||||
:amount "Ammontare"
|
||||
:not-enough-eth (str "ETH sul bilancio insufficiente "
|
||||
:not-enough-eth (str "Non hai abbastanza ETH "
|
||||
"({{balance}} ETH)")
|
||||
;transactions
|
||||
:confirm-transactions {:one "Conferma transazione"
|
||||
|
|
Loading…
Reference in New Issue