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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UsersManager/lang/zh-tw.json')
-rw-r--r--plugins/UsersManager/lang/zh-tw.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/plugins/UsersManager/lang/zh-tw.json b/plugins/UsersManager/lang/zh-tw.json
new file mode 100644
index 0000000000..201b7ba1f3
--- /dev/null
+++ b/plugins/UsersManager/lang/zh-tw.json
@@ -0,0 +1,46 @@
+{
+ "UsersManager": {
+ "AddUser": "新增一個使用者",
+ "Alias": "別名",
+ "AllWebsites": "所有網站",
+ "ApplyToAllWebsites": "套用至所有網站",
+ "ChangeAllConfirm": "你確定要在所有網站上變更 '%s' 的權限嗎?",
+ "ClickHereToDeleteTheCookie": "點擊這裡刪除 cookie 並讓 Piwik 追蹤你的訪問紀錄",
+ "ClickHereToSetTheCookieOnDomain": "點擊這裡設定一個 cookie 讓 %s 的 Piwik 排除你的訪問紀錄",
+ "DeleteConfirm": "你確定要刪除使用者 %s 嗎?",
+ "Email": "E-mail",
+ "ExceptionAccessValues": "參數存取必須有一個以下的值:[ %s ]",
+ "ExceptionAdminAnonymous": "你不能把'管理員'存取權限給匿名用戶。",
+ "ExceptionDeleteDoesNotExist": "使用者 '%s' 並不存在,所以無法刪除它。",
+ "ExceptionEditAnonymous": "匿名用戶不能修改或刪除。因為 Piwik 用來定義一個還未登入的使用者。舉例來說,你可以把'檢視'權限給匿名用戶來公開你的統計資料。",
+ "ExceptionEmailExists": "使用 '%s' E-mail 的使用者已經存在。",
+ "ExceptionInvalidEmail": "此 E-mail 地址格式無效。",
+ "ExceptionInvalidLoginFormat": "登入帳號的長度必須介於 %1$s 至 %2$s 字元之間,並且只能包含字母、數字或字元 '_' 或 '-' 或 '.' 。",
+ "ExceptionLoginExists": "登入帳號 '%s' 已經存在。",
+ "ExceptionPasswordMD5HashExpected": "UsersManager.getTokenAuth 是以MD5加密的密碼(32個字元字串)。在使用此方法前請先呼叫 md5() 函式。",
+ "ExceptionUserDoesNotExist": "使用者 '%s' 不存在。",
+ "ExcludeVisitsViaCookie": "以 cookie 排除你的訪問紀錄",
+ "ForAnonymousUsersReportDateToLoadByDefault": "對於匿名用戶預設載入日期",
+ "IfYouWouldLikeToChangeThePasswordTypeANewOne": "如果你要變更密碼時請輸入新的密碼。否則留空。",
+ "MainDescription": "決定在你網站上的哪個使用者具有何種 Piwik 存取權。 你也可以一次設定所有網站的權限。",
+ "ManageAccess": "管理權限",
+ "MenuAnonymousUserSettings": "匿名用戶設定",
+ "MenuUsers": "使用者",
+ "MenuUserSettings": "使用者設定",
+ "PluginDescription": "Piwik 使用者管理:新增一個新使用者、編輯已存在的使用者或更新權限。所有動作也可以透過 API 進行。",
+ "PrivAdmin": "管理員",
+ "PrivNone": "無存取權限",
+ "PrivView": "檢視",
+ "ReportDateToLoadByDefault": "預設載入日期",
+ "ReportToLoadByDefault": "預設載入報表",
+ "TheLoginScreen": "登入畫面",
+ "TypeYourPasswordAgain": "再輸入一次新的密碼。",
+ "User": "使用者",
+ "UsersManagement": "使用者管理",
+ "UsersManagementMainDescription": "建立新使用者或更新現存的使用者。然後你就可以將他們設定為以上權限。",
+ "WhenUsersAreNotLoggedInAndVisitPiwikTheyShouldAccess": "當使用者未登入且訪問 Piwik 時,他們應該前往",
+ "YourUsernameCannotBeChanged": "你的使用者名稱無法變更。",
+ "YourVisitsAreIgnoredOnDomain": "%s你的訪問紀錄已在 %s %s 被 Piwik 忽略(在你的瀏覽器找到 Piwik 拒絕 cookie)",
+ "YourVisitsAreNotIgnored": "%s你的訪問紀錄沒有被 Piwik 忽略%s(在你的瀏覽器找不到 Piwik 拒絕 cookie)"
+ }
+} \ No newline at end of file