mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 16:39:03 +08:00
Merge branch 'master' of github.com:BookStackApp/BookStack
This commit is contained in:
commit
2036618fbd
|
@ -36,7 +36,7 @@ return [
|
|||
'export_html' => 'HTML-Datei',
|
||||
'export_pdf' => 'PDF-Datei',
|
||||
'export_text' => 'Textdatei',
|
||||
'export_md' => 'Markdown File',
|
||||
'export_md' => 'Markdown-Datei',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Berechtigungen',
|
||||
|
|
|
@ -48,8 +48,8 @@ return [
|
|||
'favourite_remove_notification' => '".name" se eliminó de sus favoritos',
|
||||
|
||||
// MFA
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
'mfa_setup_method_notification' => 'Método de Autenticación en Dos Pasos configurado correctamente',
|
||||
'mfa_remove_method_notification' => 'Método de Autenticación en Dos Pasos eliminado correctamente',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'comentado',
|
||||
|
|
|
@ -76,37 +76,37 @@ return [
|
|||
'user_invite_success' => 'Contraseña establecida, ahora tiene acceso a :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Already configured',
|
||||
'mfa_setup_reconfigure' => 'Reconfigure',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup_action' => 'Setup',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'Mobile App',
|
||||
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
|
||||
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
'mfa_setup' => 'Configurar Autenticación en Dos Pasos',
|
||||
'mfa_setup_desc' => 'La autenticación en dos pasos añade una capa de seguridad adicional a tu cuenta de usuario.',
|
||||
'mfa_setup_configured' => 'Ya está configurado',
|
||||
'mfa_setup_reconfigure' => 'Reconfigurar',
|
||||
'mfa_setup_remove_confirmation' => '¿Está seguro de que desea eliminar este método de autenticación de dos pasos?',
|
||||
'mfa_setup_action' => 'Configuración',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'Quedan menos de 5 códigos de respaldo, Por favor, genera y almacena un nuevo conjunto antes de que te quedes sin códigos para evitar que te bloquees fuera de tu cuenta.',
|
||||
'mfa_option_totp_title' => 'Aplicación para móviles',
|
||||
'mfa_option_totp_desc' => 'Para utilizar la autenticación de dos pasos necesitarás una aplicación móvil que soporte TOTP como Google Authenticator, Authy o Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Códigos de Respaldo',
|
||||
'mfa_option_backup_codes_desc' => 'Almacena de forma segura un conjunto de códigos de respaldo de un solo uso que puedes introducir para verificar tu identidad.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirmar y Activar',
|
||||
'mfa_gen_backup_codes_title' => 'Configuración de Códigos de Respaldo',
|
||||
'mfa_gen_backup_codes_desc' => 'Guarda la siguiente lista de códigos en un lugar seguro. Al acceder al sistema podrás usar uno de los códigos como un segundo mecanismo de autenticación.',
|
||||
'mfa_gen_backup_codes_download' => 'Descargar Códigos',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Cada código sólo puede utilizarse una vez',
|
||||
'mfa_gen_totp_title' => 'Configuración de Aplicación móvil',
|
||||
'mfa_gen_totp_desc' => 'Para utilizar la autenticación de dos pasos necesitarás una aplicación móvil que soporte TOTP como Google Authenticator, Authy o Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Escanea el código QR mostrado a continuación usando tu aplicación de autenticación preferida para empezar.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verificar Configuración',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verifica que todo está funcionando introduciendo un código, generado en tu aplicación de autenticación, en el campo de texto a continuación:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Introduce aquí tu código generado por la aplicación',
|
||||
'mfa_verify_access' => 'Verificar Acceso',
|
||||
'mfa_verify_access_desc' => 'Tu cuenta de usuario requiere que confirmes tu identidad a través de un nivel adicional de verificación antes de que te conceda el acceso. Verifica tu identidad usando uno de los métodos configurados para continuar.',
|
||||
'mfa_verify_no_methods' => 'No hay Métodos Configurados',
|
||||
'mfa_verify_no_methods_desc' => 'No se han encontrado métodos de autenticación de dos pasos para tu cuenta. Tendrás que configurar al menos un método antes de obtener acceso.',
|
||||
'mfa_verify_use_totp' => 'Verificar usando una aplicación móvil',
|
||||
'mfa_verify_use_backup_codes' => 'Verificar usando un código de respaldo',
|
||||
'mfa_verify_backup_code' => 'Códigos de Respaldo',
|
||||
'mfa_verify_backup_code_desc' => 'Introduzca uno de sus códigos de respaldo restantes a continuación:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Introduce el código de respaldo aquí',
|
||||
'mfa_verify_totp_desc' => 'Introduzca el código, generado con tu aplicación móvil, a continuación:',
|
||||
'mfa_setup_login_notification' => 'Método de dos factores configurado. Por favor, inicia sesión de nuevo utilizando el método configurado.',
|
||||
];
|
|
@ -39,7 +39,7 @@ return [
|
|||
'reset' => 'Restablecer',
|
||||
'remove' => 'Remover',
|
||||
'add' => 'Agregar',
|
||||
'configure' => 'Configure',
|
||||
'configure' => 'Configurar',
|
||||
'fullscreen' => 'Pantalla completa',
|
||||
'favourite' => 'Favoritos',
|
||||
'unfavourite' => 'Eliminar de favoritos',
|
||||
|
|
|
@ -36,7 +36,7 @@ return [
|
|||
'export_html' => 'Archivo web contenido',
|
||||
'export_pdf' => 'Archivo PDF',
|
||||
'export_text' => 'Archivo de texto plano',
|
||||
'export_md' => 'Markdown File',
|
||||
'export_md' => 'Archivo Markdown',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Permisos',
|
||||
|
|
|
@ -138,7 +138,7 @@ return [
|
|||
'role_details' => 'Detalles de rol',
|
||||
'role_name' => 'Nombre de rol',
|
||||
'role_desc' => 'Descripción corta de rol',
|
||||
'role_mfa_enforced' => 'Requires Multi-Factor Authentication',
|
||||
'role_mfa_enforced' => 'Requiere Autenticación en Dos Pasos',
|
||||
'role_external_auth_id' => 'IDs de Autenticación Externa',
|
||||
'role_system' => 'Permisos de sistema',
|
||||
'role_manage_users' => 'Gestionar usuarios',
|
||||
|
@ -206,10 +206,10 @@ return [
|
|||
'users_api_tokens_create' => 'Crear token',
|
||||
'users_api_tokens_expires' => 'Expira',
|
||||
'users_api_tokens_docs' => 'Documentación API',
|
||||
'users_mfa' => 'Multi-Factor Authentication',
|
||||
'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'users_mfa_x_methods' => ':count method configured|:count methods configured',
|
||||
'users_mfa_configure' => 'Configure Methods',
|
||||
'users_mfa' => 'Autenticación en Dos Pasos',
|
||||
'users_mfa_desc' => 'La autenticación en dos pasos añade una capa de seguridad adicional a tu cuenta.',
|
||||
'users_mfa_x_methods' => ':count método configurado|:count métodos configurados',
|
||||
'users_mfa_configure' => 'Configurar Métodos',
|
||||
|
||||
// API Tokens
|
||||
'user_api_token_create' => 'Crear token API',
|
||||
|
|
|
@ -15,7 +15,7 @@ return [
|
|||
'alpha_dash' => 'El :attribute solo puede contener letras, números y guiones.',
|
||||
'alpha_num' => 'El :attribute solo puede contener letras y número.',
|
||||
'array' => 'El :attribute debe de ser un array.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'El código suministrado no es válido o ya ha sido utilizado.',
|
||||
'before' => 'El :attribute debe ser una fecha anterior a :date.',
|
||||
'between' => [
|
||||
'numeric' => 'El :attribute debe estar entre :min y :max.',
|
||||
|
@ -99,7 +99,7 @@ return [
|
|||
],
|
||||
'string' => 'El atributo :attribute debe ser una cadena.',
|
||||
'timezone' => 'El atributo :attribute debe ser una zona válida.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'totp' => 'El código suministrado no es válido o ya ha expirado.',
|
||||
'unique' => 'El atributo :attribute ya ha sido tomado.',
|
||||
'url' => 'El atributo :attribute tiene un formato inválido.',
|
||||
'uploaded' => 'El archivo no se pudo subir. Puede ser que el servidor no acepte archivos de este tamaño.',
|
||||
|
|
|
@ -44,6 +44,12 @@ return [
|
|||
'bookshelf_delete_notification' => 'Knygų lentyna sėkmingai ištrinta',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||
|
||||
// MFA
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'pakomentavo',
|
||||
|
|
|
@ -73,5 +73,40 @@ return [
|
|||
'user_invite_page_welcome' => 'Sveiki atvykę į :appName!',
|
||||
'user_invite_page_text' => 'Norėdami galutinai pabaigti paskyrą ir gauti prieigą jums reikia nustatyti slaptažodį, kuris bus naudojamas prisijungiant prie :appName ateities vizitų metu.',
|
||||
'user_invite_page_confirm_button' => 'Patvirtinti slaptažodį',
|
||||
'user_invite_success' => 'Slaptažodis nustatytas, dabar turite prieigą prie :appName!'
|
||||
'user_invite_success' => 'Slaptažodis nustatytas, dabar turite prieigą prie :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Already configured',
|
||||
'mfa_setup_reconfigure' => 'Reconfigure',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup_action' => 'Setup',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'Mobile App',
|
||||
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
|
||||
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
];
|
|
@ -39,7 +39,12 @@ return [
|
|||
'reset' => 'Atsatyti',
|
||||
'remove' => 'Pašalinti',
|
||||
'add' => 'Pridėti',
|
||||
'configure' => 'Configure',
|
||||
'fullscreen' => 'Visas ekranas',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Rūšiuoti pasirinkimus',
|
||||
|
@ -56,6 +61,7 @@ return [
|
|||
'no_activity' => 'Nėra veiklų',
|
||||
'no_items' => 'Nėra elementų',
|
||||
'back_to_top' => 'Grįžti į pradžią',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'toggle_details' => 'Perjungti detales',
|
||||
'toggle_thumbnails' => 'Perjungti miniatūras',
|
||||
'details' => 'Detalės',
|
||||
|
|
|
@ -27,6 +27,8 @@ return [
|
|||
'images' => 'Nuotraukos',
|
||||
'my_recent_drafts' => 'Naujausi išsaugoti juodraščiai',
|
||||
'my_recently_viewed' => 'Neseniai peržiūrėti',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_favourites' => 'My Favourites',
|
||||
'no_pages_viewed' => 'Jūs neperžiūrėjote nei vieno puslapio',
|
||||
'no_pages_recently_created' => 'Nebuvos sukurta jokių puslapių',
|
||||
'no_pages_recently_updated' => 'Nebuvo atnaujinta jokių puslapių',
|
||||
|
@ -34,6 +36,7 @@ return [
|
|||
'export_html' => 'Sudėtinis žiniatinklio failas',
|
||||
'export_pdf' => 'PDF failas',
|
||||
'export_text' => 'Paprastas failo tekstas',
|
||||
'export_md' => 'Markdown File',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Leidimai',
|
||||
|
@ -91,6 +94,7 @@ return [
|
|||
'shelves_edit' => 'Redaguoti knygų lentyną',
|
||||
'shelves_delete' => 'Ištrinti knygų lentyną',
|
||||
'shelves_delete_named' => 'Ištrinti knygų lentyną :name',
|
||||
'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.",
|
||||
'shelves_delete_confirmation' => 'Ar jūs esate tikri, kad norite ištrinti šią knygų lentyną?',
|
||||
'shelves_permissions' => 'Knygų lentynos leidimai',
|
||||
'shelves_permissions_updated' => 'Knygų lentynos leidimai atnaujinti',
|
||||
|
@ -249,6 +253,7 @@ return [
|
|||
'tags' => 'Tags',
|
||||
'tag_name' => 'Tag Name',
|
||||
'tag_value' => 'Žymos vertė (neprivaloma)',
|
||||
'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.",
|
||||
'tags_add' => 'Pridėti kitą žymą',
|
||||
'tags_remove' => 'Pridėti kitą žymą',
|
||||
'attachments' => 'Priedai',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'saml_invalid_response_id' => 'Prašymas iš išorinės autentifikavimo sistemos nėra atpažintas proceso, kurį pradėjo ši programa. Naršymas po prisijungimo gali sukelti šią problemą.',
|
||||
'saml_fail_authed' => 'Prisijungimas, naudojant :system nepavyko, sistema nepateikė sėkmingo leidimo.',
|
||||
'social_no_action_defined' => 'Neapibrėžtas joks veiksmas',
|
||||
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
|
||||
'social_account_in_use' => 'Ši :socialAccount paskyra jau yra naudojama, pabandykite prisijungti per :socialAccount pasirinkimą.',
|
||||
'social_account_email_in_use' => 'Elektroninis paštas :email jau yra naudojamas. Jei jūs jau turite paskyrą, galite prijungti savo :socialAccount paskyrą iš savo profilio nustatymų.',
|
||||
'social_account_existing' => 'Šis :socialAccount jau yra pridėtas prie jūsų profilio.',
|
||||
|
@ -82,6 +83,9 @@ return [
|
|||
'404_page_not_found' => 'Puslapis nerastas',
|
||||
'sorry_page_not_found' => 'Atleiskite, puslapis, kurio ieškote, nerastas.',
|
||||
'sorry_page_not_found_permission_warning' => 'Jei tikėjotės, kad šis puslapis egzistuoja, galbūt neturite leidimo jo peržiūrėti.',
|
||||
'image_not_found' => 'Image Not Found',
|
||||
'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.',
|
||||
'image_not_found_details' => 'If you expected this image to exist it might have been deleted.',
|
||||
'return_home' => 'Grįžti į namus',
|
||||
'error_occurred' => 'Įvyko klaida',
|
||||
'app_down' => ':appName dabar yra apačioje',
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
return [
|
||||
|
||||
'password' => 'Slaptažodis privalo būti mažiausiai aštuonių simbolių ir atitikti patvirtinimą.',
|
||||
'user' => "We can't find a user with that e-mail address.",
|
||||
'token' => 'Slaptažodžio nustatymo raktas yra neteisingas šiam elektroninio pašto adresui.',
|
||||
'sent' => 'Elektroniu paštu jums atsiuntėme slaptažodžio atkūrimo nuorodą!',
|
||||
'reset' => 'Jūsų slaptažodis buvo atkurtas!',
|
||||
|
|
|
@ -72,6 +72,7 @@ return [
|
|||
// Maintenance settings
|
||||
'maint' => 'Priežiūra',
|
||||
'maint_image_cleanup' => 'Išvalykite vaizdus',
|
||||
'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.",
|
||||
'maint_delete_images_only_in_revisions' => 'Taip pat ištrinkite vaizdus, kurie yra tik senuose puslapių pataisymuose',
|
||||
'maint_image_cleanup_run' => 'Paleisti valymą',
|
||||
'maint_image_cleanup_warning' => ':count potencialiai nepanaudoti vaizdai rasti. Ar esate tikri, kad norite ištrinti šiuos vaizdus?',
|
||||
|
@ -91,6 +92,7 @@ return [
|
|||
'recycle_bin' => 'Šiukšliadėžė',
|
||||
'recycle_bin_desc' => 'Čia gali atkurti elementus, kurie buvo ištrinti arba pasirinkti pašalinti juos iš sistemos visam laikui. Šis sąrašas yra nefiltruotas kaip kitie panašus veiklos sąrašai sistemoje, kuriems yra taikomi leidimo filtrai.',
|
||||
'recycle_bin_deleted_item' => 'Ištrintas elementas',
|
||||
'recycle_bin_deleted_parent' => 'Parent',
|
||||
'recycle_bin_deleted_by' => 'Ištrynė',
|
||||
'recycle_bin_deleted_at' => 'Panaikinimo laikas',
|
||||
'recycle_bin_permanently_delete' => 'Ištrinti visam laikui',
|
||||
|
@ -103,6 +105,7 @@ return [
|
|||
'recycle_bin_restore_list' => 'Elementai atkūrimui',
|
||||
'recycle_bin_restore_confirm' => 'Šis veiksmas atkurs ištrintą elementą ir perkels jį atgal į jo originalią vietą. Jei originali vieta buvo ištrinta ir šiuo metu yra šiukšliadėžėje, ji taip pat turės būti atkurta.',
|
||||
'recycle_bin_restore_deleted_parent' => 'Pagrindinis elementas buvo ištrintas. Šie elementai liks ištrinti iki tol, kol bus atkurtas pagrindinis elementas.',
|
||||
'recycle_bin_restore_parent' => 'Restore Parent',
|
||||
'recycle_bin_destroy_notification' => 'Ištrinti :count visus elementus, esančius šiukšliadėžėje.',
|
||||
'recycle_bin_restore_notification' => 'Atkurti :count visus elementus, esančius šiukšliadėžėje.',
|
||||
|
||||
|
@ -128,12 +131,14 @@ return [
|
|||
'role_delete' => 'Ištrinti vaidmenį',
|
||||
'role_delete_confirm' => 'Tai ištrins vaidmenį vardu\':roleName\'.',
|
||||
'role_delete_users_assigned' => 'Šis vaidmuo turi :userCount naudotojus priskirtus prie jo. Jeigu norite naudotojus perkelti iš šio vaidmens, pasirinkite naują vaidmenį apačioje.',
|
||||
'role_delete_no_migration' => "Don't migrate users",
|
||||
'role_delete_sure' => 'Ar esate tikri, jog norite ištrinti šį vaidmenį?',
|
||||
'role_delete_success' => 'Vaidmuo ištrintas sėkmingai',
|
||||
'role_edit' => 'Redaguoti vaidmenį',
|
||||
'role_details' => 'Vaidmens detalės',
|
||||
'role_name' => 'Vaidmens pavadinimas',
|
||||
'role_desc' => 'Trumpas vaidmens aprašymas',
|
||||
'role_mfa_enforced' => 'Requires Multi-Factor Authentication',
|
||||
'role_external_auth_id' => 'Išorinio autentifikavimo ID',
|
||||
'role_system' => 'Sistemos leidimai',
|
||||
'role_manage_users' => 'Tvarkyti naudotojus',
|
||||
|
@ -200,6 +205,10 @@ return [
|
|||
'users_api_tokens_create' => 'Sukurti prieigos raktą',
|
||||
'users_api_tokens_expires' => 'Baigia galioti',
|
||||
'users_api_tokens_docs' => 'API dokumentacija',
|
||||
'users_mfa' => 'Multi-Factor Authentication',
|
||||
'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'users_mfa_x_methods' => ':count method configured|:count methods configured',
|
||||
'users_mfa_configure' => 'Configure Methods',
|
||||
|
||||
// API Tokens
|
||||
'user_api_token_create' => 'Sukurti API sąsajos prieigos raktą',
|
||||
|
@ -226,39 +235,40 @@ return [
|
|||
//! languages apart from en. Content will be auto-copied from en.
|
||||
//!////////////////////////////////
|
||||
'language_select' => [
|
||||
'en' => 'Anglų',
|
||||
'ar' => 'Arabų',
|
||||
'bg' => 'Bulgarų',
|
||||
'bs' => 'Bosnių',
|
||||
'ca' => 'Katalonų',
|
||||
'cs' => 'Čekų',
|
||||
'da' => 'Danų',
|
||||
'de' => 'Vokiečių (formali)',
|
||||
'de_informal' => 'Vokiečių (neformali)',
|
||||
'es' => 'Ispanų',
|
||||
'es_AR' => 'Ispanų (Argentinos)',
|
||||
'fr' => 'Prancūzų',
|
||||
'he' => 'Hebrajų',
|
||||
'hu' => 'Vengrų',
|
||||
'id' => 'Indoneziečių',
|
||||
'it' => 'Italų',
|
||||
'ja' => 'Japonų',
|
||||
'ko' => 'Korėjiečių',
|
||||
'lv' => 'Latvių',
|
||||
'nl' => 'Olandų',
|
||||
'nb' => 'Norvegų',
|
||||
'pl' => 'Lenkų',
|
||||
'pt' => 'Portugalų',
|
||||
'pt_BR' => 'Portugalų (Brazilijos)',
|
||||
'ru' => 'Rusų',
|
||||
'sk' => 'Slovakų',
|
||||
'sl' => 'Slovėnų',
|
||||
'sv' => 'Švedų',
|
||||
'tr' => 'Turkų',
|
||||
'uk' => 'Ukrainiečių',
|
||||
'vi' => 'Vietnamiečių',
|
||||
'zh_CN' => 'Kinų (supaprastinta)',
|
||||
'zh_TW' => 'Kinų (tradicinė)',
|
||||
'en' => 'English',
|
||||
'ar' => 'العربية',
|
||||
'bg' => 'Bǎlgarski',
|
||||
'bs' => 'Bosanski',
|
||||
'ca' => 'Català',
|
||||
'cs' => 'Česky',
|
||||
'da' => 'Dansk',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
'es' => 'Español',
|
||||
'es_AR' => 'Español Argentina',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
'hu' => 'Magyar',
|
||||
'id' => 'Bahasa Indonesia',
|
||||
'it' => 'Italian',
|
||||
'ja' => '日本語',
|
||||
'ko' => '한국어',
|
||||
'lv' => 'Latviešu Valoda',
|
||||
'nl' => 'Nederlands',
|
||||
'nb' => 'Norsk (Bokmål)',
|
||||
'pl' => 'Polski',
|
||||
'pt' => 'Português',
|
||||
'pt_BR' => 'Português do Brasil',
|
||||
'ru' => 'Русский',
|
||||
'sk' => 'Slovensky',
|
||||
'sl' => 'Slovenščina',
|
||||
'sv' => 'Svenska',
|
||||
'tr' => 'Türkçe',
|
||||
'uk' => 'Українська',
|
||||
'vi' => 'Tiếng Việt',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文',
|
||||
]
|
||||
//!////////////////////////////////
|
||||
];
|
||||
|
|
|
@ -15,6 +15,7 @@ return [
|
|||
'alpha_dash' => ':attribute turi būti sudarytas tik iš raidžių, skaičių, brūkšnelių ir pabraukimų.',
|
||||
'alpha_num' => ':attribute turi būti sudarytas tik iš raidžių ir skaičių.',
|
||||
'array' => ':attribute turi būti masyvas.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'before' => ':attribute turi būti data anksčiau negu :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute turi būti tarp :min ir :max.',
|
||||
|
@ -98,6 +99,7 @@ return [
|
|||
],
|
||||
'string' => ':attribute turi būti eilutė.',
|
||||
'timezone' => ':attribute turi būti tinkama zona.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'unique' => ':attribute jau yra paimtas.',
|
||||
'url' => ':attribute formatas yra klaidingas.',
|
||||
'uploaded' => 'Šis failas negali būti įkeltas. Serveris gali nepriimti tokio dydžio failų.',
|
||||
|
|
Loading…
Reference in New Issue
Block a user