diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:26:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:26:52 +0000 |
commit | b085803c0bfe8c568e5710525e49d5f6378833b6 (patch) | |
tree | 2d1021d4d11d2f11b9ee69bda0a5bf904b59df5d /apps/files/l10n/lt_LT.js | |
parent | 1ad1a9df23356f7983d7653425b677c86e723008 (diff) | |
download | nextcloud-server-b085803c0bfe8c568e5710525e49d5f6378833b6.tar.gz nextcloud-server-b085803c0bfe8c568e5710525e49d5f6378833b6.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 28cec080831..311a76d5de8 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -101,7 +101,6 @@ OC.L10N.register( "Create new folder" : "Sukurti naują aplanką", "Upload file" : "Įkelti failą", "Recent" : "Paskiausiai naudoti", - "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Not favorited" : "Nepažymėtas mėgstamu", "Remove from favorites" : "Šalinti iš mėgstamų", "Add to favorites" : "Pridėti į mėgstamus", @@ -223,6 +222,7 @@ OC.L10N.register( "Shared with you" : "Bendrinama su jumis", "Deleted shares" : "Ištrinti viešiniai", "Pending shares" : "Laukiantys viešiniai", + "This file has the tag {tag}" : "Šis failas turi žymą {tag}", "Choose" : "Pasirinkite" }, "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);"); |