diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:19 +0000 |
commit | c3ac8bf89aa649a987762ac7ece8bca34d8da191 (patch) | |
tree | 52f7ca5e9025d2236e330c2052efc5e69e2bf82d /apps/files/l10n/lt_LT.js | |
parent | 7b36547f137179e4f5931ce749f2c005f12a117d (diff) | |
download | nextcloud-server-c3ac8bf89aa649a987762ac7ece8bca34d8da191.tar.gz nextcloud-server-c3ac8bf89aa649a987762ac7ece8bca34d8da191.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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index e190a79ac9d..716cd4f9404 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -99,6 +99,7 @@ OC.L10N.register( "Unknown error" : "Nežinoma klaida", "Ownership transfer request sent" : "Nuosavybės perdavimo užklausa išsiųsta", "New" : "Nauja", + "Retry" : "Bandyti dar kartą", "No files in here" : "Čia failų nėra", "Upload some content or sync with your devices!" : "Įkelkite failus arba sinchronizuokite su savo įrenginiais!", "Go back" : "Grįžti", @@ -168,6 +169,9 @@ OC.L10N.register( "Some files could not be moved" : "Kai kurių failų nepavyko perkelti", "Files copied successfully" : "Failai sėkmingai nukopijuoti", "Files moved successfully" : "Failai sėkmingai perkelti", + "This operation is forbidden" : "Ši operacija yra uždrausta", + "This directory is unavailable, please check the logs or contact the administrator" : "Šis katalogas neprieinamas, peržiūrėkite žurnalo įrašus arba susisiekite su administratoriumi", + "Storage is temporarily not available" : "Saugykla yra laikinai neprieinama", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"], @@ -219,9 +223,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "Pasirinkite direktoriją \"{dirName}\"", "Select file \"{fileName}\"" : "Pasirinkite failą \"{fileName}\"", "Unable to determine date" : "Nepavyksta nustatyti datos", - "This operation is forbidden" : "Ši operacija yra uždrausta", - "This directory is unavailable, please check the logs or contact the administrator" : "Šis katalogas neprieinamas, peržiūrėkite žurnalo įrašus arba susisiekite su administratoriumi", - "Storage is temporarily not available" : "Saugykla yra laikinai neprieinama", "Could not move \"{file}\", target exists" : "Nepavyko perkelti „{file}“, toks failas jau yra", "Could not move \"{file}\"" : "Nepavyko perkelti „{file}“", "copy" : "kopija", |