mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-17 02:41:13 +01:00
Update locales
This commit is contained in:
parent
22a323c319
commit
54b482f225
@ -34,4 +34,6 @@
|
|||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Rename',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Reload',
|
||||||
|
'some_data_have_changed' => 'Some data have changed. You should'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
@ -13,25 +13,27 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'Cancelar',
|
||||||
'update' => 'Update',
|
'update' => 'Actualizar',
|
||||||
'copy_to_clipboard' => 'Copy to clipboard',
|
'copy_to_clipboard' => 'Copiar al portapapeles',
|
||||||
'copied_to_clipboard' => 'Copied to clipboard',
|
'copied_to_clipboard' => 'Copiado al portapapeles',
|
||||||
'profile' => 'Profile',
|
'profile' => 'Perfil',
|
||||||
'edit' => 'Edit',
|
'edit' => 'Editar',
|
||||||
'delete' => 'Delete',
|
'delete' => 'Eliminar',
|
||||||
'create' => 'Create',
|
'create' => 'Crear',
|
||||||
'save' => 'Save',
|
'save' => 'Guardar',
|
||||||
'close' => 'Close',
|
'close' => 'Cerrar',
|
||||||
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
|
'demo_do_not_post_sensitive_data' => 'Esta instancia es para demostracion, no ingreses informacion privada',
|
||||||
'selected' => 'selected',
|
'selected' => 'seleccionado',
|
||||||
'name' => 'Name',
|
'name' => 'Nombre',
|
||||||
'manage' => 'Manage',
|
'manage' => 'Configurar',
|
||||||
'done' => 'Done',
|
'done' => 'Done',
|
||||||
'new' => 'New',
|
'new' => 'Nuevo',
|
||||||
'back' => 'Back',
|
'back' => 'Volver',
|
||||||
'move' => 'Move',
|
'move' => 'Mover',
|
||||||
'all' => 'All',
|
'all' => 'Todo',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Renombrar',
|
||||||
'options' => 'Options',
|
'options' => 'Opciones',
|
||||||
|
'reload' => 'Cargar de nuevo',
|
||||||
|
'some_data_have_changed' => 'Algunos datos han cambiado. Debes'
|
||||||
];
|
];
|
@ -13,19 +13,19 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'resource_not_found' => 'Resource not found',
|
'resource_not_found' => 'Recurso no encontrado',
|
||||||
'error_occured' => 'An error occured:',
|
'error_occured' => 'Se ha producido un error:',
|
||||||
'already_one_user_registered' => 'There is already a registered user.',
|
'already_one_user_registered' => 'Ya hay un usuario registrado con este id.',
|
||||||
'cannot_register_more_user' => 'You cannot register more than one user.',
|
'cannot_register_more_user' => 'No puedes registrar más de un usuario.',
|
||||||
'refresh' => 'Refresh',
|
'refresh' => 'Actualizar',
|
||||||
'no_valid_otp' => 'No valid OTP resource in this QR code',
|
'no_valid_otp' => 'No hay un recurso OTP válido en este código QR',
|
||||||
'something_wrong_with_server' => 'Something is wrong with your server',
|
'something_wrong_with_server' => 'Algo va mal con tu servidor',
|
||||||
'Unable_to_decrypt_uri' => 'Unable to decrypt uri',
|
'Unable_to_decrypt_uri' => 'No se puede descifrar uri',
|
||||||
'not_a_supported_otp_type' => 'This OTP format is not currently supported',
|
'not_a_supported_otp_type' => 'Este formato OTP no está soportado actualmente',
|
||||||
'cannot_create_otp_without_secret' => 'Cannot create an OTP without a secret',
|
'cannot_create_otp_without_secret' => 'No se puede crear un OTP sin un secreto',
|
||||||
'cannot_create_otp_with_those_parameters' => 'Cannot create an OTP with those parameters',
|
'cannot_create_otp_with_those_parameters' => 'No se puede crear un OTP con estos parámetros',
|
||||||
'wrong_current_password' => 'Wrong current password, nothing has changed',
|
'wrong_current_password' => 'Contraseña actual incorrecta, no ha cambiado nada',
|
||||||
'error_during_encryption' => 'Encryption failed, your database remains unprotected.',
|
'error_during_encryption' => 'El cifrado falló, la base de datos permanece sin protección.',
|
||||||
'error_during_decryption' => 'Decryption failed, your database is still protected. This is mainly caused by an integrity issue of encrypted data for one or more accounts.',
|
'error_during_decryption' => 'El descifrado falló, su base de datos todavía está protegida. Esto se debe principalmente a un problema de integridad de datos cifrados para una o más cuentas.',
|
||||||
'qrcode_cannot_be_read' => 'This QR code is unreadable',
|
'qrcode_cannot_be_read' => 'Este código QR no se puede leer',
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
@ -10,6 +10,6 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'en' => 'English',
|
'en' => 'Inglés',
|
||||||
'fr' => 'French',
|
'fr' => 'Francés',
|
||||||
];
|
];
|
@ -21,6 +21,6 @@
|
|||||||
'user' => "No podemos encontrar ningún usuario con ese correo electrónico.",
|
'user' => "No podemos encontrar ningún usuario con ese correo electrónico.",
|
||||||
|
|
||||||
// 2FAuth
|
// 2FAuth
|
||||||
'password' => 'Passwords must be at least eight characters and match the confirmation.',
|
'password' => 'La contraseña debe tener al menos ocho caracteres y coincidir con la confirmación de contraseña.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
@ -13,47 +13,47 @@
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'settings' => 'Settings',
|
'settings' => 'Configuración',
|
||||||
'account' => 'Account',
|
'account' => 'Cuenta',
|
||||||
'password' => 'Password',
|
'password' => 'Contraseña',
|
||||||
'options' => 'Options',
|
'options' => 'Opciones',
|
||||||
'confirm' => [
|
'confirm' => [
|
||||||
|
|
||||||
],
|
],
|
||||||
'general' => 'General',
|
'general' => 'General',
|
||||||
'security' => 'Security',
|
'security' => 'Seguridad',
|
||||||
'data_input' => 'Data input',
|
'data_input' => 'Datos de entrada',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'edit_settings' => 'Edit settings',
|
'edit_settings' => 'Modificar configuración',
|
||||||
'setting_saved' => 'Settings saved',
|
'setting_saved' => 'Ajustes guardados',
|
||||||
'language' => [
|
'language' => [
|
||||||
'label' => 'Language',
|
'label' => 'Idioma',
|
||||||
'help' => 'Change the language used to translate the app interface.'
|
'help' => 'Cambiar el idioma utilizado para traducir la interfaz de la aplicación.'
|
||||||
],
|
],
|
||||||
'show_token_as_dot' => [
|
'show_token_as_dot' => [
|
||||||
'label' => 'Show generated tokens as dot',
|
'label' => 'Mostrar tokens generados como punto',
|
||||||
'help' => 'Replace generated token caracters with *** to ensure confidentiality. Do not affect the copy/paste feature.'
|
'help' => 'Sustituya los carácteres de token generados por *** para asegurar la confidencialidad. No afecta a la función de copiar/pegar.'
|
||||||
],
|
],
|
||||||
'close_token_on_copy' => [
|
'close_token_on_copy' => [
|
||||||
'label' => 'Close token after copy',
|
'label' => 'Cerrar token después de la copia',
|
||||||
'help' => 'Automatically close the popup showing the generated token after it has been copied'
|
'help' => 'Cerrar automáticamente la ventana emergente mostrando el token generado después de que ha sido copiado'
|
||||||
],
|
],
|
||||||
'use_basic_qrcode_reader' => [
|
'use_basic_qrcode_reader' => [
|
||||||
'label' => 'Use basic QR code reader',
|
'label' => 'Usar lector de código QR básico',
|
||||||
'help' => 'If you experiences issues when capturing QR codes enables this option to switch to a more basic but more reliable QR code reader'
|
'help' => 'Si experimenta problemas al capturar códigos QR habilita esta opción para cambiar a un lector de código QR más básico pero más fiable'
|
||||||
],
|
],
|
||||||
'display_mode' => [
|
'display_mode' => [
|
||||||
'label' => 'Display mode',
|
'label' => 'Modo de visualización',
|
||||||
'help' => 'Choose whether you want accounts to be displayed as a list or as a grid'
|
'help' => 'Elija si desea que las cuentas se muestren como una lista o como una cuadrícula'
|
||||||
],
|
],
|
||||||
'grid' => 'Grid',
|
'grid' => 'Cuadrícula',
|
||||||
'list' => 'List',
|
'list' => 'Lista',
|
||||||
'show_accounts_icons' => [
|
'show_accounts_icons' => [
|
||||||
'label' => 'Show icons',
|
'label' => 'Mostrar iconos',
|
||||||
'help' => 'Show icons accounts in the main view'
|
'help' => 'Mostar iconos de aplicaciones en la vista principal'
|
||||||
],
|
],
|
||||||
'auto_lock' => [
|
'auto_lock' => [
|
||||||
'label' => 'Auto lock',
|
'label' => 'Bloqueo automático',
|
||||||
'help' => 'Log out the user automatically in case of inactivity'
|
'help' => 'Log out the user automatically in case of inactivity'
|
||||||
],
|
],
|
||||||
'use_encryption' => [
|
'use_encryption' => [
|
||||||
|
@ -52,28 +52,28 @@
|
|||||||
'test' => 'Test',
|
'test' => 'Test',
|
||||||
'secret' => [
|
'secret' => [
|
||||||
'label' => 'Secret',
|
'label' => 'Secret',
|
||||||
'help' => 'The key used to generate your security codes'
|
'help' => 'La clave utilizada para generar sus códigos de seguridad'
|
||||||
],
|
],
|
||||||
'plain_text' => 'Plain text',
|
'plain_text' => 'Texto plano',
|
||||||
'otp_type' => [
|
'otp_type' => [
|
||||||
'label' => 'Choose the type of OTP to create',
|
'label' => 'Elija el tipo de OTP a crear',
|
||||||
'help' => 'Time-based OTP or HMAC-based OTP'
|
'help' => 'Time-based OTP or HMAC-based OTP'
|
||||||
],
|
],
|
||||||
'digits' => [
|
'digits' => [
|
||||||
'label' => 'Digits',
|
'label' => 'Dígitos',
|
||||||
'help' => 'The number of digits of the generated security codes'
|
'help' => 'El número de dígitos del código de seguridad generado'
|
||||||
],
|
],
|
||||||
'algorithm' => [
|
'algorithm' => [
|
||||||
'label' => 'Algorithm',
|
'label' => 'Algorítmo',
|
||||||
'help' => 'The algorithm used to secure your security codes'
|
'help' => 'El algoritmo usado para proteger sus códigos de seguridad'
|
||||||
],
|
],
|
||||||
'totpPeriod' => [
|
'totpPeriod' => [
|
||||||
'label' => 'Period',
|
'label' => 'Plazo',
|
||||||
'placeholder' => 'Default is 30',
|
'placeholder' => 'Por defecto es 30',
|
||||||
'help' => 'The period of validity of the generated security codes in second'
|
'help' => 'The period of validity of the generated security codes in second'
|
||||||
],
|
],
|
||||||
'hotpCounter' => [
|
'hotpCounter' => [
|
||||||
'label' => 'Counter',
|
'label' => 'Contador',
|
||||||
'placeholder' => 'Default is 0',
|
'placeholder' => 'Default is 0',
|
||||||
'help' => 'The initial counter value',
|
'help' => 'The initial counter value',
|
||||||
'help_lock' => 'It is risky to edit the counter as you can desynchronize the account with the verification server of the service. Use the lock icon to enable modification, but only if you know for you are doing'
|
'help_lock' => 'It is risky to edit the counter as you can desynchronize the account with the verification server of the service. Use the lock icon to enable modification, but only if you know for you are doing'
|
||||||
|
@ -34,4 +34,6 @@
|
|||||||
'all' => 'Tous',
|
'all' => 'Tous',
|
||||||
'rename' => 'Renommer',
|
'rename' => 'Renommer',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Actualiser',
|
||||||
|
'some_data_have_changed' => 'Certaines données ont été modifiées. Vous devriez'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Groupe actif',
|
'active_group' => 'Groupe actif',
|
||||||
'manage_groups_legend' => 'Vous pouvez créer des groupes pour organiser vos comptes comme bon vous semble. Tous les comptes restent visibles dans le pseudo groupe nommé "Tous", quel que soit le groupe auquel ils appartiennent.',
|
'manage_groups_legend' => 'Vous pouvez créer des groupes pour organiser vos comptes comme bon vous semble. Tous les comptes restent visibles dans le pseudo groupe nommé "Tous", quel que soit le groupe auquel ils appartiennent.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'La suppression d\'un groupe ne supprime pas les comptes',
|
'deleting_group_does_not_delete_accounts' => 'La suppression d\'un groupe ne supprime pas les comptes',
|
||||||
|
'move_selected_to' => 'Déplacer la sélection vers',
|
||||||
'no_group' => 'Aucun groupe',
|
'no_group' => 'Aucun groupe',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'Nouveau groupe',
|
'new_group' => 'Nouveau groupe',
|
||||||
|
@ -34,4 +34,6 @@
|
|||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Rename',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Reload',
|
||||||
|
'some_data_have_changed' => 'Some data have changed. You should'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
@ -34,4 +34,6 @@
|
|||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Rename',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Reload',
|
||||||
|
'some_data_have_changed' => 'Some data have changed. You should'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
@ -34,4 +34,6 @@
|
|||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Rename',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Reload',
|
||||||
|
'some_data_have_changed' => 'Some data have changed. You should'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
@ -34,4 +34,6 @@
|
|||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Rename',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Reload',
|
||||||
|
'some_data_have_changed' => 'Some data have changed. You should'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
@ -34,4 +34,6 @@
|
|||||||
'all' => 'All',
|
'all' => 'All',
|
||||||
'rename' => 'Rename',
|
'rename' => 'Rename',
|
||||||
'options' => 'Options',
|
'options' => 'Options',
|
||||||
|
'reload' => 'Reload',
|
||||||
|
'some_data_have_changed' => 'Some data have changed. You should'
|
||||||
];
|
];
|
@ -19,6 +19,7 @@
|
|||||||
'active_group' => 'Active group',
|
'active_group' => 'Active group',
|
||||||
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
'manage_groups_legend' => 'You can create groups to organize your accounts the way you want. All accounts remain visible in the pseudo group named \'All\', regardless of the group they belong to.',
|
||||||
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
'deleting_group_does_not_delete_accounts' => 'Deleting a group does not delete accounts',
|
||||||
|
'move_selected_to' => 'Move selected to',
|
||||||
'no_group' => 'No group',
|
'no_group' => 'No group',
|
||||||
'forms' => [
|
'forms' => [
|
||||||
'new_group' => 'New group',
|
'new_group' => 'New group',
|
||||||
|
Loading…
Reference in New Issue
Block a user