X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3994/head:/resources/lang/lt/errors.php diff --git a/resources/lang/lt/errors.php b/resources/lang/lt/errors.php index 34860502a..ac93298cb 100644 --- a/resources/lang/lt/errors.php +++ b/resources/lang/lt/errors.php @@ -23,7 +23,12 @@ return [ 'saml_no_email_address' => 'Nerandamas šio naudotojo elektroninio pašto adresas išorinės autentifikavimo sistemos pateiktuose duomenyse', '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.', + 'oidc_already_logged_in' => 'Already logged in', + 'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled', + 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', + 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', '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.', @@ -53,7 +58,7 @@ return [ // Entities 'entity_not_found' => 'Subjektas nerastas', - 'bookshelf_not_found' => 'Knygų lentyna nerasta', + 'bookshelf_not_found' => 'Shelf not found', 'book_not_found' => 'Knyga nerasta', 'page_not_found' => 'Puslapis nerastas', 'chapter_not_found' => 'Skyrius nerastas', @@ -82,6 +87,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',