diff options
Diffstat (limited to 'core/l10n/lt_LT.js')
-rw-r--r-- | core/l10n/lt_LT.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 8b489b98939..d115f73db15 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -37,6 +37,7 @@ OC.L10N.register( "Reset your password" : "Atkurkite savo slaptažodį", "Nextcloud Server" : "Nextcloud serveris", "The user limit of this instance is reached." : "Yra pasiekta šio egzemplioriaus naudotojų riba.", + "Learn more ↗" : "Sužinokite daugiau ↗", "Preparing update" : "Ruošiamas atnaujinimas", "[%d / %d]: %s" : "[%d / %d]: %s", "Repair step:" : "Pataisymo žingsnis:", @@ -216,8 +217,7 @@ OC.L10N.register( "Profile not found" : "Profilis nerastas", "The profile does not exist." : "Profilio nėra.", "Back to %s" : "Atgal į %s", - "File not found" : "Failas nerastas", - "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Nepavyko serveryje rasti dokumento. Galbūt, viešinys buvo ištrintas arba pasibaigė jo galiojimo laikas?", + "Page not found" : "Puslapis nerastas", "Too many requests" : "Per daug užklausų", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "Iš jūsų tinklo buvo per daug užklausų. Bandykite dar kartą vėliau arba, jeigu tai klaida, susisiekite su savo administratoriumi.", "Error" : "Klaida", @@ -316,13 +316,15 @@ OC.L10N.register( "This page will refresh itself when the instance is available again." : "Šis puslapis bus įkeltas iš naujo, kai egzempliorius bus ir vėl prieinamas.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Susisiekite su savo sistemos administratoriumi, jei šis pranešimas nedingsta arba, jei jis pasirodė netikėtai.", "[%d / %d]: Checking table %s" : "[%d / %d]: Tikrinama lentelė %s", + "You haven't added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos", + "{user} hasn't added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos", "restricted" : "apribota", "invisible" : "nematoma", + "File not found" : "Failas nerastas", + "The document could not be found on the server. Maybe the share was deleted or has expired?" : "Nepavyko serveryje rasti dokumento. Galbūt, viešinys buvo ištrintas arba pasibaigė jo galiojimo laikas?", "More" : "Daugiau", "More apps menu" : "Daugiau programėlių meniu", "Settings menu" : "Nustatymų meniu", - "The password is wrong. Try again." : "Slaptažodis neteisingas. Bandykite dar kartą.", - "You haven't added any info yet" : "Jūs kol kas nesate pridėję jokios informacijos", - "{user} hasn't added any info yet" : "Naudotojas {user} kol kas nėra pridėjęs jokios informacijos" + "The password is wrong. Try again." : "Slaptažodis neteisingas. Bandykite dar kartą." }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |