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>2022-02-24 05:26:36 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-24 05:26:36 +0300
commit6da8a6d62adde9b1ed011a7a18d43984cf5a27a8 (patch)
treea70c83235e64067edb32b52777af4c8f82f39f63 /lib/l10n/zh_TW.js
parent451f705871213ba40505cab242f8b3a0b0008458 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r--lib/l10n/zh_TW.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index af74b10b463..03049244140 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "無法寫入 \"config\" 目錄!",
+ "This can usually be fixed by giving the web server write access to the config directory." : "允許網頁伺服器寫入 config 目錄通常可以解決這個問題。",
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "但如果您比較希望保留 config.php 的唯讀狀態,請在該設定檔中將 \"config_is_read_only\" 設定為 true。",
"See %s" : "見 %s",
"The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "應用程式 %1$s 中的檔案沒有被正確取代,請確認它的版本與伺服器相容。",
@@ -211,19 +212,36 @@ OC.L10N.register(
"Authentication error" : "認證錯誤",
"Token expired. Please reload page." : "Token 過期,請重新整理頁面。",
"No database drivers (sqlite, mysql, or postgresql) installed." : "沒有安裝資料庫驅動程式 (sqlite, mysql, 或 postgresql)",
+ "Cannot write into \"config\" directory." : "無法寫入「config」目錄。",
+ "This can usually be fixed by giving the web server write access to the config directory. See %s" : "允許網頁伺服器寫入 config 目錄通常可以解決這個問題,詳見 %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "或者,如果您比較希望保留 config.php 的唯讀狀態,請在該設定檔中將 \"config_is_read_only\" 設定為 true。見%s",
+ "Cannot write into \"apps\" directory." : "無法寫入「apps」目錄",
+ "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "允許網頁伺服器寫入 apps 目錄或是在設定檔中停用應用程式商店通常可以解決這個問題。",
"Cannot create \"data\" directory." : "無法建立「data」目錄。",
+ "This can usually be fixed by giving the web server write access to the root directory. See %s" : "開放網頁伺服器存取根目錄通常就可以修正這個問題,詳見 %s",
+ "Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : "開放網頁伺服器存取根目錄通常就可以修正權限問題,詳見 %s。",
+ "Your data directory is not writable." : "您的 data 目錄無法寫入。",
+ "Setting locale to %s failed." : "將地區設定為 %s 時失敗。",
+ "Please install one of these locales on your system and restart your web server." : "請在您的系統上安裝這些地區設定中的其中一個,然後重新啟動網頁伺服器。",
"PHP module %s not installed." : "未安裝 PHP 模組 %s",
"Please ask your server administrator to install the module." : "請詢問系統管理員來安裝這些模組",
"PHP setting \"%s\" is not set to \"%s\"." : "PHP 設定值 \"%s\" 沒有被設定為 \"%s\"",
"Adjusting this setting in php.ini will make Nextcloud run again" : "調整 php.ini 中的設定,使 Nextcloud 重新運作",
+ "<code>mbstring.func_overload</code> is set to <code>%s</code> instead of the expected value <code>0</code>." : "<code>mbstring.func_overload</code> 被設定為 <code>%s</code> 而非預期中的 <code>0</code>。",
+ "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini." : "為了修正這個問題,請到 php.ini 將 <code>mbstring.func_overload</code> 的值改為 <code>0</code>。",
"libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 版本最低需求為 2.7.0。目前安裝版本為 %s 。",
"To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2.7.0 以上版本,再重啟網頁伺服器。",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP 已經設定成「剪除 inline doc block」模式,這將會使幾個核心應用程式無法使用",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "這大概是由快取或是加速器像是 Zend OPcache, eAccelerator 造成的",
"PHP modules have been installed, but they are still listed as missing?" : "你已經安裝了指定的 PHP 模組,可是還是顯示為找不到嗎?",
"Please ask your server administrator to restart the web server." : "請聯絡您的系統管理員重新啟動網頁伺服器",
+ "PostgreSQL >= 9 required." : "需要 PostgreSQL 版本 >= 9。",
+ "Please upgrade your database version." : "請升級您的資料庫版本。",
+ "Your data directory is readable by other users." : "您的 data 目錄可被其他使用讀取。",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取目錄列表",
+ "Your data directory must be an absolute path." : "您的 data 目錄必須是絕對路徑。",
+ "Check the value of \"datadirectory\" in your configuration." : "請檢查您設定檔中「datadirectory」的值。",
+ "Your data directory is invalid." : "您的 data 目錄無效。",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "請確保資料目錄最上層有一個 \".ocdata\" 檔案",
"Action \"%s\" not supported or implemented." : "操作 \"%s\" 並未支援,或是尚未實作",
"Authentication failed, wrong token or provider ID given" : "認證失敗,提供了錯誤的 token 或是 provider ID",