diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:26:10 +0000 |
commit | 6e68b866b9f825f6b37b61147806daba03372fae (patch) | |
tree | 8256e04bdb59df5556f4cb6d9b2ea596e09f4af9 /lib/l10n/zh_TW.json | |
parent | 3e7ca2b916b92d51fd6d4c126d6c27eb69c71e9e (diff) | |
download | nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.tar.gz nextcloud-server-6e68b866b9f825f6b37b61147806daba03372fae.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/zh_TW.json')
-rw-r--r-- | lib/l10n/zh_TW.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index f4be771fbbb..0865b15c9bb 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -242,8 +242,6 @@ "Please ask your server administrator to restart the web server." : "請聯絡您的系統管理員重新啟動網頁伺服器", "The required %s config variable is not configured in the config.php file." : "必要的 %s 設定變數未在 config.php 檔案中設定。", "Please ask your server administrator to check the Nextcloud configuration." : "請聯絡您的伺服器管理員檢查 Nextcloud 設定。", - "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 目錄必須是絕對路徑。", @@ -274,6 +272,8 @@ "The user limit has been reached and the user was not created. Check your notifications to learn more." : "已達使用者限制,所以未建立使用者。請檢查您的通知以取得更多資訊。", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-'\"", "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 以上版本,再重啟網頁伺服器。" + "To fix this issue update your libxml2 version and restart your web server." : "修正方式為更新您的 libxml2 為 2.7.0 以上版本,再重啟網頁伺服器。", + "PostgreSQL >= 9 required." : "需要 PostgreSQL 版本 >= 9。", + "Please upgrade your database version." : "請升級您的資料庫版本。" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |