mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
48 lines
1.6 KiB
PHP
48 lines
1.6 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',
|
|
'demo_do_not_post_sensitive_data' => 'Esta instancia es para demostracion, no ingrese informacion privada',
|
|
'testing_do_not_post_sensitive_data' => 'This is a testing app, do not post any sensitive data',
|
|
'selected' => 'seleccionado',
|
|
'name' => 'Nombre',
|
|
'manage' => 'Configurar',
|
|
'done' => 'Hecho',
|
|
'new' => 'Nuevo',
|
|
'back' => 'Volver',
|
|
'move' => 'Mover',
|
|
'all' => 'Todo',
|
|
'rename' => 'Renombrar',
|
|
'new_name' => 'Nuevo nombre',
|
|
'options' => 'Opciones',
|
|
'reload' => 'Recargar',
|
|
'some_data_have_changed' => 'Algunos datos han cambiado. Debería',
|
|
'generate' => 'Generar',
|
|
'open_in_browser' => 'Abrir en el navegador',
|
|
'continue' => 'Continuar',
|
|
'discard' => 'Discard'
|
|
]; |