aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/sl.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-11-26 00:23:47 +0000
committerNextcloud bot <bot@nextcloud.com>2023-11-26 00:23:47 +0000
commit5b2ae14e75fa89edaf70ea46c6152391dc951a38 (patch)
tree40df2ccdcd7b69fe7c1a16cb29a5b2b57676688b /apps/files/l10n/sl.js
parent38714a2a07fa7d52895bd31b50902d9cb2d92077 (diff)
downloadnextcloud-server-5b2ae14e75fa89edaf70ea46c6152391dc951a38.tar.gz
nextcloud-server-5b2ae14e75fa89edaf70ea46c6152391dc951a38.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/sl.js')
-rw-r--r--apps/files/l10n/sl.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index c2f2b328c8e..b5d873b208e 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -200,7 +200,10 @@ OC.L10N.register(
"Sort list by {column}" : "Razvrsti seznam po stolpcu {column}",
"{summaryFile} and {summaryFolder}" : "{summaryFile} in {summaryFolder}",
"List of files and folders." : "Seznam datotek in map",
+ "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Seznam datotek ni v celoti izpisan zaradi zagotavljanja hitrosti in odzivnosti sistema. Predmeti se bodo dopolnjevali med brskanjem.",
"File not found" : "Datoteke ni mogoče najti",
+ "_{count} file_::_{count} files_" : ["{count} datoteka","{count} datoteki","{count} datoteke","{count} datotek"],
+ "_{count} folder_::_{count} folders_" : ["{count} mapa","{count} mapi","{count} mape","{count} map"],
"Storage informations" : "Podrobnosti shrambe",
"{usedQuotaByte} used" : "Zasedeno {usedQuotaByte}",
"{relative}% used" : "Zasedeno {relative} %",
@@ -267,6 +270,12 @@ OC.L10N.register(
"Create new templates folder" : "Ustvari novo začasno mapo",
"Templates" : "Predloge",
"Unable to initialize the templates directory" : "Ni mogoče začeti mape predlog",
+ "Created new folder \"{name}\"" : "Ustvarjena je nova mapa »{name}«.",
+ "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"],
+ "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"],
+ "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"],
+ "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"],
+ "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map",
"List of favorites files and folders." : "Seznam priljubljenih datotek in map.",
"No favorites yet" : "Ni še dodanih priljubljenih predmetov",
"Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.",