diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-29 00:25:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-29 00:25:40 +0000 |
commit | 6bfbb475ff376bc5f9bafeb7753b5a5050016be6 (patch) | |
tree | f6b4e6fe442a738d25d6dd422e53743e062cdd0d /apps/files/l10n/lt_LT.js | |
parent | fd996fb8e4b1ff625e7262c472d556e2472d18b5 (diff) | |
download | nextcloud-server-6bfbb475ff376bc5f9bafeb7753b5a5050016be6.tar.gz nextcloud-server-6bfbb475ff376bc5f9bafeb7753b5a5050016be6.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 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 311a76d5de8..46f5dcbdf22 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -22,6 +22,7 @@ OC.L10N.register( "An unknown error has occurred" : "Įvyko nežinoma klaida", "File could not be uploaded" : "Nepavyko įkelti failo", "Uploading …" : "Įkeliama…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})", "Uploading that item is not supported" : "To elemento įkėlimas nėra palaikomas", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", @@ -32,6 +33,7 @@ OC.L10N.register( "Move" : "Perkelti", "Copy" : "Kopijuoti", "Choose target folder" : "Pasirinkite paskirties aplanką", + "Set reminder" : "Nustatyti priminimą", "Edit locally" : "Redaguoti lokaliai", "Open" : "Atverti", "Delete file" : "Ištrinti failą", @@ -40,7 +42,7 @@ OC.L10N.register( "Leave this share" : "Palikti bendrinimą", "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui „{file}“", "Files" : "Failai", - "Details" : "Duomenys", + "Details" : "Išsamiau", "Please select tag(s) to add to the selection" : "Pasirinkite raktažodžius pridėti prie pažymėtų", "Apply tag(s) to selection" : "Pritaikyti raktažodžiuis pasirinktiems", "Select directory \"{dirName}\"" : "Pasirinkite direktoriją \"{dirName}\"", @@ -159,11 +161,21 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "{path} nuosavybės perdavimas iš naudotojo {user} užbaigtas.", "in %s" : "per %s", "File Management" : "Failų tvarkymas", + "Rename file" : "Pervadinti failą", + "A long time ago" : "Prieš ilgą laiką", + "Download file {name}" : "Atsisiųsti failą {name}", "File name" : "Failo pavadinimas", "Folder name" : "Aplanko pavadinimas", + "{newName} already exists." : "{newName} jau yra.", "Name cannot be empty" : "Pavadinimas negali būti tuščias", + "Could not copy {file}. {message}" : "Nepavyko nukopijuoti {file}. {message}", + "Could not move {file}. {message}" : "Nepavyko perkelti {file}. {message}", "Select all" : "Pažymėti viską", + "List of files and folders." : "Failų ir aplankų sąrašas.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} ir {summaryFolder}", "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ą", "Transfer ownership of a file or folder" : "Perduoti failo ar aplanko nuosavybę", "Choose file or folder to transfer" : "Pasirinkti norimą perduoti failą ar aplanką", @@ -197,6 +209,7 @@ OC.L10N.register( "Creating file" : "Sukuriamas failas", "Unable to create new file from template" : "Nepavyko sukurti naujo failo iš šablono", "Delete permanently" : "Ištrinti negrįžtamai", + "The file does not exist anymore" : "Failo daugiau nebėra", "Templates" : "Šablonai", "Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo", "No favorites yet" : "Kol kas nėra mėgstamų", |