diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-12 10:40:03 +0000 |
commit | d54c5c8a826a450bef222e1f120dc87a6fae5fb0 (patch) | |
tree | baebcf8d3f2febabf11278168e82b23305c2ff43 /apps/files/l10n/lt_LT.js | |
parent | 239213abfe59dc749129d4b0728c191dcc636513 (diff) | |
download | nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.tar.gz nextcloud-server-d54c5c8a826a450bef222e1f120dc87a6fae5fb0.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 63b4c46fbfe..f2867e76c44 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -171,11 +171,8 @@ OC.L10N.register( "Could not copy {file}. {message}" : "Nepavyko nukopijuoti {file}. {message}", "Could not move {file}. {message}" : "Nepavyko perkelti {file}. {message}", "Select all" : "Pažymėti viską", - "{summaryFile} and {summaryFolder}" : "{summaryFile} ir {summaryFolder}", "List of files and folders." : "Failų ir aplankų sąrašas.", "File not found" : "Failas nerastas", - "_{count} file_::_{count} files_" : ["{count} failas","{count} failai","{count} failų","{count} failas"], - "_{count} folder_::_{count} folders_" : ["{count} aplankas","{count} aplankai","{count} aplankų","{count} aplankas"], "Storage informations" : "Informacija apie saugyklą", "Your storage is full, files can not be updated or synced anymore!" : "Jūsų saugykla pilna, failai daugiau nebegali būti atnaujinti arba sinchronizuojami!", "Transfer ownership of a file or folder" : "Perduoti failo ar aplanko nuosavybę", @@ -235,6 +232,9 @@ OC.L10N.register( "Deleted shares" : "Ištrinti viešiniai", "Pending shares" : "Laukiantys viešiniai", "This file has the tag {tag}" : "Šis failas turi žymą {tag}", - "Choose" : "Pasirinkite" + "Choose" : "Pasirinkite", + "{summaryFile} and {summaryFolder}" : "{summaryFile} ir {summaryFolder}", + "_{count} file_::_{count} files_" : ["{count} failas","{count} failai","{count} failų","{count} failas"], + "_{count} folder_::_{count} folders_" : ["{count} aplankas","{count} aplankai","{count} aplankų","{count} aplankas"] }, "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);"); |