mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-29 11:43:26 +01:00
72 lines
2.8 KiB
PHP
72 lines
2.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Authentication Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
| messages that we need to display to the user. You are free to modify
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
*/
|
|
|
|
'cancel' => 'Cancelar',
|
|
'update' => 'Actualizar',
|
|
'copy' => 'Copiar',
|
|
'copy_to_clipboard' => 'Copiar al portapapeles',
|
|
'copied_to_clipboard' => 'Copiado al portapapeles',
|
|
'profile' => 'Perfil',
|
|
'edit' => 'Editar',
|
|
'delete' => 'Eliminar',
|
|
'disable' => 'Desactivar',
|
|
'enable' => 'Activar',
|
|
'create' => 'Crear',
|
|
'save' => 'Guardar',
|
|
'close' => 'Cerrar',
|
|
'clear' => 'Clear',
|
|
'clear_search' => 'Clear search',
|
|
'demo_do_not_post_sensitive_data' => 'Esta instancia es para demostracion, no ingrese informacion privada',
|
|
'testing_do_not_post_sensitive_data' => 'Esta instancia es para demostracion, no ingrese informacion privada',
|
|
'selected' => 'seleccionado',
|
|
'name' => 'Nombre',
|
|
'manage' => 'Configurar',
|
|
'done' => 'Hecho',
|
|
'new' => 'Nuevo',
|
|
'back' => 'Volver',
|
|
'move' => 'Mover',
|
|
'all' => 'Todo',
|
|
'select_all' => 'Seleccionar todo',
|
|
'clear_selection' => 'Borrar selección',
|
|
'sort_descending' => 'Ordenar (descendente)',
|
|
'sort_ascending' => 'Ordenar (ascendente)',
|
|
'rename' => 'Renombrar',
|
|
'new_name' => 'Nuevo nombre',
|
|
'options' => 'Opciones',
|
|
'reload' => 'Recargar',
|
|
'some_data_have_changed' => 'Algunos datos han cambiado. Deberías',
|
|
'generate' => 'Generar',
|
|
'open_in_browser' => 'Abrir en el navegador',
|
|
'continue' => 'Continuar',
|
|
'discard' => 'Descartar',
|
|
'about' => 'Acerca de',
|
|
'usefull_links' => 'Enlaces útiles',
|
|
'environment' => 'Entorno',
|
|
'credits' => 'Créditos',
|
|
'2fauth_teaser' => 'Una aplicación web para administrar tus cuentas de autenticación de dos factores (2FA) y generar sus códigos de seguridad',
|
|
'made_with' => 'Hecho con',
|
|
'ui_icons_by' => 'Iconos UI por',
|
|
'logos_by' => 'Logos por',
|
|
'search' => 'Search',
|
|
'resources' => 'Resources',
|
|
'check_for_update' => 'Check for new version',
|
|
'check_for_update_help' => 'Automatically check (once a week) and warn when a new release of 2FAuth is published on Github',
|
|
'you_are_up_to_date' => 'This instance is up-to-date',
|
|
'2fauth_description' => 'A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes',
|
|
'image_of_qrcode_to_scan' => 'Image of a QR code to scan',
|
|
'file' => 'File',
|
|
'or' => 'OR',
|
|
'close_the_x_page' => 'Close the {pagetitle} page',
|
|
]; |