diff options
Diffstat (limited to 'lib/l10n/zh_TW.json')
-rw-r--r-- | lib/l10n/zh_TW.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 7411b0f410d..50355daf510 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -180,7 +180,6 @@ "Please upgrade your database version" : "請升級您的資料庫版本", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取", "Check the value of \"datadirectory\" in your configuration" : "請檢查您的設定檔中 \"datadirectory\" 的值", - "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s", "Storage unauthorized. %s" : "儲存空間未經授權。%s", "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", @@ -198,6 +197,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題", "Data directory (%s) is readable by other users" : "資料目錄 (%s) 可以被其他使用者讀取", "Data directory (%s) must be an absolute path" : "資料夾目錄(%s) 必須式絕對路徑", - "Data directory (%s) is invalid" : "資料目錄 (%s) 無效" + "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |