diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-08-08 02:23:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-08-08 02:23:27 +0000 |
commit | 18b80a24580e72a6148df4a8c11336ca6e4b52b3 (patch) | |
tree | c5e5cd5f6e5f328a780a401e5d4269f0b2e5d42a /apps/files | |
parent | 9af2cea9b42efe099012d21d0bd18cd4eff23507 (diff) | |
download | nextcloud-server-18b80a24580e72a6148df4a8c11336ca6e4b52b3.tar.gz nextcloud-server-18b80a24580e72a6148df4a8c11336ca6e4b52b3.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ca.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ca.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.json | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index d08e8027ddd..ede0a52f5ec 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -39,6 +39,8 @@ OC.L10N.register( "Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer «{file}»", "Files" : "Fitxers", "Details" : "Detalls", + "Show list view" : "Mostra en vista de llista", + "Show grid view" : "Mostra en vista de graella", "Please select tag(s) to add to the selection" : "Seleccioneu les etiquetes que voleu afegir a la selecció", "Apply tag(s) to selection" : "Aplica les etiquetes a la selecció", "Select directory \"{dirName}\"" : "Selecciona la carpeta «{dirName}»", diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 95bb4e1a4d5..0b188ae2794 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -37,6 +37,8 @@ "Could not load info for file \"{file}\"" : "No s'ha pogut carregar la informació del fitxer «{file}»", "Files" : "Fitxers", "Details" : "Detalls", + "Show list view" : "Mostra en vista de llista", + "Show grid view" : "Mostra en vista de graella", "Please select tag(s) to add to the selection" : "Seleccioneu les etiquetes que voleu afegir a la selecció", "Apply tag(s) to selection" : "Aplica les etiquetes a la selecció", "Select directory \"{dirName}\"" : "Selecciona la carpeta «{dirName}»", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index fa9124f0ba7..764ddfee398 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -77,6 +77,7 @@ OC.L10N.register( "_including %n hidden_::_including %n hidden_" : ["包含 %n 個隱藏檔"], "You do not have permission to upload or create files here" : "您無權在此上傳或建立檔案", "_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"], + "New file/folder menu" : "新檔案/資料夾選單", "Select file range" : "選取多個檔案", "{used} of {quota} used" : "已使用 {quota} 當中的 {used}", "{used} used" : "已使用 {used}", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 641432a185b..893c233e5be 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -75,6 +75,7 @@ "_including %n hidden_::_including %n hidden_" : ["包含 %n 個隱藏檔"], "You do not have permission to upload or create files here" : "您無權在此上傳或建立檔案", "_Uploading %n file_::_Uploading %n files_" : ["正在上傳 %n 個檔案"], + "New file/folder menu" : "新檔案/資料夾選單", "Select file range" : "選取多個檔案", "{used} of {quota} used" : "已使用 {quota} 當中的 {used}", "{used} used" : "已使用 {used}", |