]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/lt/errors.php
Covered app icon setting with testing
[bookstack] / resources / lang / lt / errors.php
index c16c37a9b35ae36af99890818d7e0b946c3e6b6b..ac93298cb0fe66f07efb3a9fce9cefad5adc0239 100644 (file)
@@ -23,6 +23,10 @@ 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ą.',
@@ -54,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',