diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-31 00:17:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-31 00:17:47 +0000 |
commit | 9ef37aaa6e7ae42fcacbb5a3e2e89f1063686925 (patch) | |
tree | d6d1ad3b5239b063fc3c93e0d46dba0a185eb0f9 /apps/files | |
parent | 297ba1cd3a5c77b0f5e6458e6b30764fbc9f6a80 (diff) | |
download | nextcloud-server-9ef37aaa6e7ae42fcacbb5a3e2e89f1063686925.tar.gz nextcloud-server-9ef37aaa6e7ae42fcacbb5a3e2e89f1063686925.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/sl.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sl.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index d2678c0f906..1ff4c331af8 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -190,6 +190,7 @@ OC.L10N.register( "Invalid path selected" : "Izbrana je neveljavna pot", "Unknown error" : "Neznana napaka", "Ownership transfer request sent" : "Zahteva za prenos lastništva je poslana", + "Select file or folder to link to" : "Izbor datoteke ali mape za povezavo", "Loading current folder" : "Poteka nalaganje trenutne mape", "No files in here" : "V mapi ni datotek", "Go to the previous folder" : "Skoči na predhodno mapo", diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index 61c1d6aa8aa..0ebe0048dda 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -188,6 +188,7 @@ "Invalid path selected" : "Izbrana je neveljavna pot", "Unknown error" : "Neznana napaka", "Ownership transfer request sent" : "Zahteva za prenos lastništva je poslana", + "Select file or folder to link to" : "Izbor datoteke ali mape za povezavo", "Loading current folder" : "Poteka nalaganje trenutne mape", "No files in here" : "V mapi ni datotek", "Go to the previous folder" : "Skoči na predhodno mapo", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 50d084777f2..5ad66b4df0d 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -228,6 +228,7 @@ OC.L10N.register( "Blank" : "Празно", "Unable to create new file from template" : "Из шаблона није могао да се креира нови фајл", "Delete permanently" : "Обриши заувек", + "Open folder {displayName}" : "Отвори фолдер {displayName}", "Set up templates folder" : "Постављање фолдера са шаблонима", "Templates" : "Шаблони", "Create new templates folder" : "Креирај нови фолдер шаблона", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index e97c290181f..2576ba790e4 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -226,6 +226,7 @@ "Blank" : "Празно", "Unable to create new file from template" : "Из шаблона није могао да се креира нови фајл", "Delete permanently" : "Обриши заувек", + "Open folder {displayName}" : "Отвори фолдер {displayName}", "Set up templates folder" : "Постављање фолдера са шаблонима", "Templates" : "Шаблони", "Create new templates folder" : "Креирај нови фолдер шаблона", |