diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /apps/files/l10n/lt_LT.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/lt_LT.js')
-rw-r--r-- | apps/files/l10n/lt_LT.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index ac25733abf3..3fe78550ee6 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -136,7 +136,6 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Buvo <strong>pakeistas</strong> failas ar aplankas", "A favorite file or folder has been <strong>changed</strong>" : "Buvo <strong>pakeistas</strong> mėgstamas failas ar aplankas", "All files" : "Visi failai", - "Unlimited" : "Neribotai", "Upload (max. %s)" : "Įkelti (maks. %s)", "Accept" : "Priimti", "Reject" : "Atmesti", @@ -178,10 +177,6 @@ OC.L10N.register( "Unable to create new file from template" : "Nepavyko sukurti naujo failo iš šablono", "Templates" : "Šablonai", "Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo", - "%s used" : "%s panaudota", - "%s%%" : "%s%%", - "%1$s of %2$s used" : "naudojama %1$s iš %2$s", - "WebDAV" : "WebDAV", "Toggle grid view" : "Rodyti tinkleliu", "No files in here" : "Čia failų nėra", "Upload some content or sync with your devices!" : "Įkelkite failus arba sinchronizuokite su savo įrenginiais!", @@ -205,7 +200,12 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", "New" : "Naujas", "Copied!" : "Nukopijuota!", + "Unlimited" : "Neribotai", "Cannot transfer ownership of a file or folder you don't own" : "Negalima perduoti, failo aplanko, kuris jums nepriklauso, nuosavybės", - "Settings" : "Nustatymai" + "%s used" : "%s panaudota", + "%s%%" : "%s%%", + "%1$s of %2$s used" : "naudojama %1$s iš %2$s", + "Settings" : "Nustatymai", + "WebDAV" : "WebDAV" }, "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);"); |