diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-13 00:18:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-13 00:18:06 +0000 |
commit | ee45b13327a4daf4739be5f471d21b5a8a4a4b0a (patch) | |
tree | 26672179f9e70255bc8a3fe79e78c9887ce60290 /core/l10n/lt_LT.js | |
parent | 7903b42d71aac57b01402ed7ba28168b913c8ee3 (diff) | |
download | nextcloud-server-ee45b13327a4daf4739be5f471d21b5a8a4a4b0a.tar.gz nextcloud-server-ee45b13327a4daf4739be5f471d21b5a8a4a4b0a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/lt_LT.js')
-rw-r--r-- | core/l10n/lt_LT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index 3e0935234ce..53ae9aa85af 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -306,7 +306,6 @@ OC.L10N.register( "Detailed logs" : "Išsamūs žurnalai", "Update needed" : "Reikalingas atnaujinimas", "Please use the command line updater because you have a big instance with more than 50 users." : "Naudokite komandų eilutės atnaujinimo programą, nes turite didelį egzempliorių su daugiau nei 50 naudotojų.", - "Please use the command line updater because automatic updating is disabled in the config.php." : "Automatinis atnaujinimas išjungtas config.php faile. Naudokite komandinės eilutės atnaujinimo įrankį.", "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Prireikus pagalbos, žiūrėkite <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">dokumentaciją</a>.", "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Suprantu, kad atnaujinimui naudodamas vartotojo aplinką, rizikuoju, kad sistemos darbas sutriks ir prisijungę vartotojai gali netekti duomenų, turiu atsarginę duomenų kopiją ir žinau, kaip atstatyti duomenis nesėkmės atveju.", "Upgrade via web on my own risk" : "Atnaujinti per interneto naršyklę prisiimant riziką", @@ -316,6 +315,7 @@ OC.L10N.register( "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.", "Settings" : "Nustatymai", "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?" + "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?", + "Please use the command line updater because automatic updating is disabled in the config.php." : "Automatinis atnaujinimas išjungtas config.php faile. Naudokite komandinės eilutės atnaujinimo įrankį." }, "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);"); |