mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Merge branch 'laravel_upgrade'
This commit is contained in:
@ -38,7 +38,6 @@ return [
|
||||
'registration_email_domain_invalid' => 'Elektroninio pašto domenas neturi prieigos prie šios programos',
|
||||
'register_success' => 'Ačiū už prisijungimą! Dabar jūs užsiregistravote ir prisijungėte.',
|
||||
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'Pakeisti slaptažodį',
|
||||
'reset_password_send_instructions' => 'Įveskite savo elektroninį paštą žemiau ir jums bus išsiųstas elektroninis laiškas su slaptažodžio nustatymo nuoroda.',
|
||||
@ -49,7 +48,6 @@ return [
|
||||
'email_reset_text' => 'Šį laišką gaunate, nes mes gavome slaptažodžio atnaujinimo užklausą iš jūsų paskyros.',
|
||||
'email_reset_not_requested' => 'Jeigu jums nereikia slaptažodžio atnaujinimo, tolimesnių veiksmų atlikti nereikia.',
|
||||
|
||||
|
||||
// Email Confirmation
|
||||
'email_confirm_subject' => 'Patvirtinkite savo elektroninį paštą :appName',
|
||||
'email_confirm_greeting' => 'Ačiū už prisijungimą prie :appName!',
|
||||
@ -109,4 +107,4 @@ return [
|
||||
'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.',
|
||||
];
|
||||
];
|
||||
|
@ -20,7 +20,7 @@ return [
|
||||
'role' => 'Vaidmuo',
|
||||
'cover_image' => 'Viršelio nuotrauka',
|
||||
'cover_image_description' => 'Ši nuotrauka turi būti maždaug 440x250px.',
|
||||
|
||||
|
||||
// Actions
|
||||
'actions' => 'Veiksmai',
|
||||
'view' => 'Rodyti',
|
||||
|
@ -321,5 +321,5 @@ return [
|
||||
'revision_delete_confirm' => 'Esate tikri, kad norite ištrinti šią peržiūrą?',
|
||||
'revision_restore_confirm' => 'Esate tikri, kad norite atkurti šią peržiūrą? Dabartinis puslapio turinys bus pakeistas.',
|
||||
'revision_delete_success' => 'Peržiūra ištrinta',
|
||||
'revision_cannot_delete_latest' => 'Negalima išrinti vėliausios peržiūros'
|
||||
'revision_cannot_delete_latest' => 'Negalima išrinti vėliausios peržiūros',
|
||||
];
|
||||
|
@ -72,7 +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_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?',
|
||||
@ -273,6 +273,6 @@ return [
|
||||
'vi' => 'Tiếng Việt',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文',
|
||||
]
|
||||
],
|
||||
//!////////////////////////////////
|
||||
];
|
||||
|
Reference in New Issue
Block a user