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:
authorStefan Giehl <stefan@matomo.org>2019-03-09 11:41:03 +0300
committerGitHub <noreply@github.com>2019-03-09 11:41:03 +0300
commitc9bc3e3e949d7bb8ccf8ff6e6271cfd823e5656b (patch)
treed5cb506cf9658e0f72ce6b666a73665cdbfc12ee /plugins/Login
parent0648513483a7c12eec6cc0aa55d49f87c061f6b0 (diff)
language update (#14170)
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/lang/tr.json4
-rw-r--r--plugins/Login/lang/zh-tw.json19
2 files changed, 21 insertions, 2 deletions
diff --git a/plugins/Login/lang/tr.json b/plugins/Login/lang/tr.json
index aee650fdb9..1d6dcdec97 100644
--- a/plugins/Login/lang/tr.json
+++ b/plugins/Login/lang/tr.json
@@ -27,7 +27,7 @@
"CurrentlyBlockedIPsUnblockInfo": "Engellenmiş IP adreslerinin engellemesini kaldırarak, bir hata sonucu oturum açması engellenen kullanıcıların yeniden oturum açmalarını sağlayabilirsiniz.",
"CurrentlyBlockedIPsUnblockConfirm": "Engellenmiş tüm IP adreslerinin engellemesini kaldırmak istediğinize emin misiniz?",
"LoginPasswordNotCorrect": "Kullanıcı adı ile parola uyuşmuyor.",
- "LostYourPassword": "Parolamı unuttum",
+ "LostYourPassword": "Parolamı Unuttum",
"ChangeYourPassword": "Parolanızı değiştirin",
"MailPasswordChangeBody2": "Merhaba %1$s,\n\n%2$s tarafından bir parola sıfırlama isteği gönderildi. Parola değişikliğini onaylayarak yeniden oturum açmak için aşağıdaki bağlantıyı kopyalayıp web tarayıcınıza yapıştırın:\n\n%3$s\n\nNot: Bu bağlantı 24 saat sonra geçerliliğini yitirir.\n\nMatomo uygulamasını kullandığınız için teşekkürler.",
"MailTopicPasswordChange": "Parola Değişikliğini Onayla",
@@ -39,6 +39,6 @@
"WrongPasswordEntered": "Lütfen doğru parolayı yazın.",
"ConfirmPasswordToContinue": "Devam etmek için parolanızı yazın",
"PluginDescription": "Kullanıcı adı ve parola ile kimlik doğrulaması yapar. Ek olarak parola sıfırlama seçeneği bulunur. Kimlik doğrulama yöntemi, mağazadan alınabilecek LoginLdap gibi başka bir oturum açma uygulama eki kullanılarak değiştirilebilir.",
- "RememberMe": "Beni Hatırla"
+ "RememberMe": "Bilgilerim Hatırlansın"
}
} \ No newline at end of file
diff --git a/plugins/Login/lang/zh-tw.json b/plugins/Login/lang/zh-tw.json
index 90827c60b9..0592c631a2 100644
--- a/plugins/Login/lang/zh-tw.json
+++ b/plugins/Login/lang/zh-tw.json
@@ -1,5 +1,6 @@
{
"Login": {
+ "BruteForceLog": "暴力攻擊紀錄檔",
"ConfirmationLinkSent": "確認連結已經發送到你的信箱中。請前往信箱並點擊該連結來確認變更密碼的要求。",
"ContactAdmin": "可能原因:你的伺服器可能已經停用了 mail() 函式。<br \/>請聯絡你的 Matomo 管理員。",
"ExceptionInvalidSuperUserAccessAuthenticationMethod": "擁有超級使用者權限的使用者無法使用「%s'」機制驗證。",
@@ -10,15 +11,33 @@
"InvalidUsernameEmail": "使用者名稱或 Email 無效",
"LogIn": "登入",
"LoginOrEmail": "使用者名稱或 Email",
+ "HelpIpRange": "一行一個 IP 位址或 IP 範圍。你可以使用 CIDR 表示法如 %1$s,或是萬用字元如 %2$s 或 %3$s",
+ "SettingBruteForceEnable": "啟用暴力攻擊偵測",
+ "SettingBruteForceEnableHelp": "暴力攻擊偵測是個重要的安全功能,來保護你的資料不被未經授權存取。它將只允許一定期間內特定次數的錯誤登入紀錄,而不讓使用者短時間內嘗試上千、上百萬遍密碼組合。如果在特定時間內發生太多錯誤登入紀錄,該使用者將在一定時間內無法登入。請注意 IP 一旦被封鎖,任何使用該 IP 的使用者將會被封鎖而無法正常登入。",
+ "SettingBruteForceWhitelistIp": "不要封鎖這些 IP 登入",
+ "SettingBruteForceBlacklistIp": "永遠封鎖這些 IP 登入",
+ "SettingBruteForceMaxFailedLogins": "指定時間內允許的登入嘗試次數",
+ "SettingBruteForceMaxFailedLoginsHelp": "如果在下方指定的時間內登入錯誤次數達到這個數字,封鎖該 IP。",
+ "SettingBruteForceTimeRange": "計算登入錯誤次數的時間範圍",
+ "SettingBruteForceTimeRangeHelp": "輸入一個數字,單位為分鐘。",
+ "LoginNotAllowedBecauseBlocked": "由於你登入失敗太多次,因此目前已不被允許登入,請稍後再試。",
+ "CurrentlyBlockedIPs": "目前封鎖的 IP",
+ "IPsAlwaysBlocked": "這些 IP 將永遠被封鎖",
+ "UnblockAllIPs": "解除目前所有被封鎖的 IP",
+ "CurrentlyBlockedIPsUnblockInfo": "如果目前被封鎖 IP 為誤封,你可以解除封鎖讓他們重新登入。",
+ "CurrentlyBlockedIPsUnblockConfirm": "你確定要解除目前所有封鎖的 IP?",
"LoginPasswordNotCorrect": "使用者名稱 & 密碼不正確。",
"LostYourPassword": "密碼遺失了?",
"ChangeYourPassword": "變更你的密碼",
+ "MailPasswordChangeBody2": "%1$s,你好:\n\n這裡有個來自 %2$s 的密碼變更要求。要確認這個密碼變更並使用新密碼登入,請將以下連結複製貼上到瀏覽器網址列:\n\n%3$s\n\n注意:此連結將於 24 小時後失效。\n\n感謝你使用 Matomo!",
"MailTopicPasswordChange": "確認密碼變更",
"NewPassword": "新密碼",
"NewPasswordRepeat": "新密碼(重覆)",
"PasswordChanged": "你的密碼已變更。",
"PasswordRepeat": "密碼(再次輸入)",
"PasswordsDoNotMatch": "密碼不相符。",
+ "WrongPasswordEntered": "請輸入正確的密碼。",
+ "ConfirmPasswordToContinue": "確認你的密碼以繼續",
"PluginDescription": "提供使用者名稱與密碼驗證以及重設密碼功能。驗證方法可以透過使用市集中的其他登入外掛如 LoginLdap 來變更。",
"RememberMe": "記住我"
}