diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-09-08 00:08:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-09-08 00:08:16 +0000 |
commit | 194f880073f5a549049db7387e9c988511a07d8b (patch) | |
tree | 66571fb234938f019c75fce620460c40c2cc33fb /lib/l10n/zh_TW.js | |
parent | bab313da5d76dafcf7e0f8424d39b3d9669f126f (diff) | |
download | nextcloud-server-194f880073f5a549049db7387e9c988511a07d8b.tar.gz nextcloud-server-194f880073f5a549049db7387e9c988511a07d8b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 5ae8faadd40..3043d13a548 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -51,9 +51,6 @@ OC.L10N.register( "%s you may not use dots in the database name" : "%s 資料庫名稱不能包含小數點", "Oracle connection could not be established" : "無法建立 Oracle 資料庫連線", "Oracle username and/or password not valid" : "Oracle 用戶名和/或密碼無效", - "DB Error: \"%s\"" : "資料庫錯誤:\"%s\"", - "Offending command was: \"%s\"" : "有問題的指令是:\"%s\"", - "Offending command was: \"%s\", name: %s, password: %s" : "有問題的指令是:\"%s\" ,使用者:\"%s\",密碼:\"%s\"", "PostgreSQL username and/or password not valid" : "PostgreSQL 用戶名和/或密碼無效", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "不支援 Mac OS X 而且 %s 在這個平台上面無法正常運作,請自行衡量風險!", "For the best results, please consider using a GNU/Linux server instead." : "請考慮使用 GNU/Linux 伺服器以取得最好的效果", @@ -183,7 +180,10 @@ OC.L10N.register( "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "%s允許網頁伺服器寫入設定目錄%s通常可以解決這個問題", "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模組編號: %s 不存在,請在應用程式設定中開啟,或是聯絡系統管理員", "Server settings" : "伺服器設定", + "DB Error: \"%s\"" : "資料庫錯誤:\"%s\"", + "Offending command was: \"%s\"" : "有問題的指令是:\"%s\"", "You need to enter either an existing account or the administrator." : "您必須輸入一個現有的帳號或管理員帳號。", + "Offending command was: \"%s\", name: %s, password: %s" : "有問題的指令是:\"%s\" ,使用者:\"%s\",密碼:\"%s\"", "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍", "Setting permissions for %s failed, because the item was not found" : "為 %s 設定權限失敗,因為找不到該項目", "Cannot clear expiration date. Shares are required to have an expiration date." : "到期日期不能空白,必須設定到期日才才能分享", |