Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
committerNextcloud bot <bot@nextcloud.com>2021-06-03 05:28:43 +0300
commit26f537fbec1e2fb388823a56c8153cebb8c7e4b7 (patch)
treefe54f1e9d9224e875b3b5d66a0c3c9521d737a3d /lib/l10n/zh_TW.js
parentfdb55c65f862075987c10319fa13754b2de7ddb6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r--lib/l10n/zh_TW.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 379030ff25c..ece45976319 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -195,7 +195,7 @@ OC.L10N.register(
"Cannot write into \"config\" directory" : "無法寫入 config 目錄",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "允許網頁伺服器寫入 \"config\" 目錄通常可以解決這個問題,詳見 %s",
"Cannot write into \"apps\" directory" : "無法寫入 apps 目錄",
- "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "允許網頁伺服器寫入 \"apps\" 目錄或是在設定檔中停用應用程式商店通常可以解決這個問題",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "允許網頁伺服器寫入應用程式的目錄或是在設定檔中停用應用程式商店通常可以解決這個問題。",
"Cannot create \"data\" directory" : "無法建立 \"data\" 目錄",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "開放網頁伺服器存取根目錄通常就可以修正這個問題,詳見 %s",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "開放網頁伺服器存取根目錄通常就可以修正權限問題,詳見 %s",
@@ -240,6 +240,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "無法分享具有刪除權限的檔案",
"Files can’t be shared with create permissions" : "無法分享具有新建權限的檔案",
"Can’t set expiration date more than %s days in the future" : "到期日不能設定為 %s 天以後的日期",
- "Can't read file" : "無法讀取檔案"
+ "Can't read file" : "無法讀取檔案",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "允許網頁伺服器寫入 \"apps\" 目錄或是在設定檔中停用應用程式商店通常可以解決這個問題"
},
"nplurals=1; plural=0;");