-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/breez/breezmobile
* 'master' of https://github.com/breez/breezmobile: Translate network page Translate PIN code Translate security options Better identification of payment items Translate security & backup screen It is necessary to translate the biometrics opetions yet, I'll make a separetad PR for it as that can have some side effects
- Loading branch information
Showing
15 changed files
with
936 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,6 +525,56 @@ | |
} | ||
}, | ||
"connect_to_pay_payment_reject": "Payment rejected", | ||
"security_and_backup_title": "Security & Backup", | ||
"security_and_backup_last_backup_no_account": "Last backup: {lastBackup}", | ||
"@security_and_backup_last_backup_no_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
} | ||
} | ||
}, | ||
"security_and_backup_last_backup_with_account": "Last backup: {lastBackup}\nAccount: {accountName}", | ||
"@security_and_backup_last_backup_with_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
}, | ||
"accountName": { | ||
"type": "String", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"security_and_backup_encrypt": "Encrypt Cloud Backup", | ||
"security_and_backup_store_location": "Store Backup Data in", | ||
"security_and_backup_lock_automatically": "Lock Automatically", | ||
"security_and_backup_lock_automatically_option_immediate": "Immediate", | ||
"security_and_backup_change_pin": "Change PIN", | ||
"security_and_backup_enable_biometric_option_face": "Enable Face", | ||
"security_and_backup_enable_biometric_option_face_id": "Enable Face ID", | ||
"security_and_backup_enable_biometric_option_fingerprint": "Enable Fingerprint", | ||
"security_and_backup_enable_biometric_option_touch_id": "Enable Touch ID", | ||
"security_and_backup_enable_biometric_option_none": "", | ||
"security_and_backup_validate_biometrics_reason": "Authenticate to enable this setting", | ||
"security_and_backup_pin_option_create": "Create PIN", | ||
"security_and_backup_pin_option_deactivate": "Deactivate PIN", | ||
"security_and_backup_internal_error": "Internal Error", | ||
"security_and_backup_new_pin": "Enter your new PIN", | ||
"security_and_backup_new_pin_second_time": "Re-enter your new PIN", | ||
"security_and_backup_new_pin_do_not_match": "PIN does not match", | ||
"network_title": "Network", | ||
"network_restart_message": "Please restart Breez to switch to the new Bitcoin Node configuration.", | ||
"network_restart_action_cancel": "CANCEL", | ||
"network_restart_action_confirm": "EXIT BREEZ", | ||
"network_restart_action_reset": "Reset", | ||
"network_restart_action_save": "Save", | ||
"network_bitcoin_node": "Bitcoin Node (BIP 157)", | ||
"network_default_node_error": "Breez is unable to use the default node.", | ||
"network_custom_node_error": "Breez is unable to connect to the specified node. Please make sure this node supports BIP 157.", | ||
"network_testing_node": "Testing node", | ||
"locale": "en", | ||
"app_name": "Breez" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,6 +525,56 @@ | |
} | ||
}, | ||
"connect_to_pay_payment_reject": "Pagamento recusado", | ||
"security_and_backup_title": "Seguridad & Respaldo", | ||
"security_and_backup_last_backup_no_account": "Última copia de seguridad: {lastBackup}", | ||
"@security_and_backup_last_backup_no_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
} | ||
} | ||
}, | ||
"security_and_backup_last_backup_with_account": "Última copia de seguridad: {lastBackup}\nCuenta: {accountName}", | ||
"@security_and_backup_last_backup_with_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
}, | ||
"accountName": { | ||
"type": "String", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"security_and_backup_encrypt": "Cifrar copia de seguridad en la nube", | ||
"security_and_backup_store_location": "Guardar en la nube de", | ||
"security_and_backup_lock_automatically": "Bloquear automáticamente", | ||
"security_and_backup_lock_automatically_option_immediate": "Inmediatamente", | ||
"security_and_backup_change_pin": "Cambiar PIN", | ||
"security_and_backup_enable_biometric_option_face": "Habilitar el Reconocimiento Facial", | ||
"security_and_backup_enable_biometric_option_face_id": "Habilitar Face ID", | ||
"security_and_backup_enable_biometric_option_fingerprint": "Habilitar Huella Digital", | ||
"security_and_backup_enable_biometric_option_touch_id": "Habilitar Touch ID", | ||
"security_and_backup_enable_biometric_option_none": "", | ||
"security_and_backup_validate_biometrics_reason": "Iniciar sesión para habilitar esta configuración", | ||
"security_and_backup_pin_option_create": "Crea un PIN", | ||
"security_and_backup_pin_option_deactivate": "Desactivar PIN", | ||
"security_and_backup_internal_error": "Error interno", | ||
"security_and_backup_new_pin": "Ingrese su nuevo PIN", | ||
"security_and_backup_new_pin_second_time": "Vuelva a ingresar su nuevo PIN", | ||
"security_and_backup_new_pin_do_not_match": "Los códigos PIN no coinciden.", | ||
"network_title": "Red", | ||
"network_restart_message": "Por favor, reinicie Breez para aplicar la nueva configuración del nodo Bitcoin.", | ||
"network_restart_action_cancel": "CANCELAR", | ||
"network_restart_action_confirm": "SALIR DE BREEZ", | ||
"network_restart_action_reset": "Restablecer", | ||
"network_restart_action_save": "Guardar", | ||
"network_bitcoin_node": "Nodo Bitcoin (BIP 157)", | ||
"network_default_node_error": "No se pudo usar el nodo estandar.", | ||
"network_custom_node_error": "No se puede conectar al nodo especificado. Asegúrese de que este nodo sea compatible con el BIP 157.", | ||
"network_testing_node": "Probando el nodo", | ||
"locale": "es", | ||
"app_name": "Breez" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,6 +525,56 @@ | |
} | ||
}, | ||
"connect_to_pay_payment_reject": "Payment rejected", | ||
"security_and_backup_title": "Security & Backup", | ||
"security_and_backup_last_backup_no_account": "Last backup: {lastBackup}", | ||
"@security_and_backup_last_backup_no_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
} | ||
} | ||
}, | ||
"security_and_backup_last_backup_with_account": "Last backup: {lastBackup}\nAccount: {accountName}", | ||
"@security_and_backup_last_backup_with_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
}, | ||
"accountName": { | ||
"type": "String", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"security_and_backup_encrypt": "Encrypt Cloud Backup", | ||
"security_and_backup_store_location": "Store Backup Data in", | ||
"security_and_backup_lock_automatically": "Lock Automatically", | ||
"security_and_backup_lock_automatically_option_immediate": "Immediate", | ||
"security_and_backup_change_pin": "Change PIN", | ||
"security_and_backup_enable_biometric_option_face": "Enable Face", | ||
"security_and_backup_enable_biometric_option_face_id": "Enable Face ID", | ||
"security_and_backup_enable_biometric_option_fingerprint": "Enable Fingerprint", | ||
"security_and_backup_enable_biometric_option_touch_id": "Enable Touch ID", | ||
"security_and_backup_enable_biometric_option_none": "", | ||
"security_and_backup_validate_biometrics_reason": "Authenticate to enable this setting", | ||
"security_and_backup_pin_option_create": "Create PIN", | ||
"security_and_backup_pin_option_deactivate": "Deactivate PIN", | ||
"security_and_backup_internal_error": "Internal Error", | ||
"security_and_backup_new_pin": "Enter your new PIN", | ||
"security_and_backup_new_pin_second_time": "Re-enter your new PIN", | ||
"security_and_backup_new_pin_do_not_match": "PIN does not match", | ||
"network_title": "Network", | ||
"network_restart_message": "Please restart Breez to switch to the new Bitcoin Node configuration.", | ||
"network_restart_action_cancel": "CANCEL", | ||
"network_restart_action_confirm": "EXIT BREEZ", | ||
"network_restart_action_reset": "Reset", | ||
"network_restart_action_save": "Save", | ||
"network_bitcoin_node": "Bitcoin Node (BIP 157)", | ||
"network_default_node_error": "Breez is unable to use the default node.", | ||
"network_custom_node_error": "Breez is unable to connect to the specified node. Please make sure this node supports BIP 157.", | ||
"network_testing_node": "Testing node", | ||
"locale": "fi", | ||
"app_name": "Breez" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -525,6 +525,56 @@ | |
} | ||
}, | ||
"connect_to_pay_payment_reject": "Pagamento recusado", | ||
"security_and_backup_title": "Segurança & Backup", | ||
"security_and_backup_last_backup_no_account": "Último backup: {lastBackup}", | ||
"@security_and_backup_last_backup_no_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
} | ||
} | ||
}, | ||
"security_and_backup_last_backup_with_account": "Último backup: {lastBackup}\nConta: {accountName}", | ||
"@security_and_backup_last_backup_with_account": { | ||
"placeholders": { | ||
"lastBackup": { | ||
"type": "String", | ||
"example": "03/01/2022 14:57" | ||
}, | ||
"accountName": { | ||
"type": "String", | ||
"example": "[email protected]" | ||
} | ||
} | ||
}, | ||
"security_and_backup_encrypt": "Criptografar backup na nuvem", | ||
"security_and_backup_store_location": "Salvar o backup na nuvem do", | ||
"security_and_backup_lock_automatically": "Bloquear automaticamente", | ||
"security_and_backup_lock_automatically_option_immediate": "Imediatamente", | ||
"security_and_backup_change_pin": "Alterar o PIN", | ||
"security_and_backup_enable_biometric_option_face": "Habilitar o Reconhecimento Facial", | ||
"security_and_backup_enable_biometric_option_face_id": "Habilitar o Face ID", | ||
"security_and_backup_enable_biometric_option_fingerprint": "Habilitar a Impressão Digital", | ||
"security_and_backup_enable_biometric_option_touch_id": "Habilitar o Touch ID", | ||
"security_and_backup_enable_biometric_option_none": "", | ||
"security_and_backup_validate_biometrics_reason": "Autentique-se para habilitar esta configuração", | ||
"security_and_backup_pin_option_create": "Criar um PIN", | ||
"security_and_backup_pin_option_deactivate": "Desativar o PIN", | ||
"security_and_backup_internal_error": "Erro interno", | ||
"security_and_backup_new_pin": "Digite seu novo PIN", | ||
"security_and_backup_new_pin_second_time": "Digite novamente o seu novo PIN", | ||
"security_and_backup_new_pin_do_not_match": "Os PINs não correspondem.", | ||
"network_title": "Rede", | ||
"network_restart_message": "Por favor, reinicie o Breez para aplicar a nova configuração de nó de Bitcoin.", | ||
"network_restart_action_cancel": "CANCELAR", | ||
"network_restart_action_confirm": "SAIR DO BREEZ", | ||
"network_restart_action_reset": "Redefinir", | ||
"network_restart_action_save": "Salvar", | ||
"network_bitcoin_node": "Nó de Bitcoin (BIP 157)", | ||
"network_default_node_error": "Não foi possível utilizar o nó padrão.", | ||
"network_custom_node_error": "Não foi possível se conectar ao nó especificado. Certifique-se de que este nó é compatível com o BIP 157.", | ||
"network_testing_node": "Testando o nó", | ||
"locale": "pt", | ||
"app_name": "Breez" | ||
} |
Oops, something went wrong.