summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/zh_TW.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-04 10:45:36 -0500
committerChristopher Speller <crspeller@gmail.com>2016-08-04 11:45:36 -0400
commitf5d69cb813cb9307ac36e9a47dfc467c1e9f2d30 (patch)
tree6e305d1606b2dd908194f9ae5a572df4f00608dd /webapp/i18n/zh_TW.json
parent35cdc8f8431103a396cccd0b942dcd1f5fc6a93c (diff)
downloadchat-f5d69cb813cb9307ac36e9a47dfc467c1e9f2d30.tar.gz
chat-f5d69cb813cb9307ac36e9a47dfc467c1e9f2d30.tar.bz2
chat-f5d69cb813cb9307ac36e9a47dfc467c1e9f2d30.zip
New Languages and translations (#3729)
Diffstat (limited to 'webapp/i18n/zh_TW.json')
-rw-r--r--webapp/i18n/zh_TW.json178
1 files changed, 123 insertions, 55 deletions
diff --git a/webapp/i18n/zh_TW.json b/webapp/i18n/zh_TW.json
index 8d0dc82c4..b39635dca 100644
--- a/webapp/i18n/zh_TW.json
+++ b/webapp/i18n/zh_TW.json
@@ -30,19 +30,21 @@
"activity_log_modal.androidNativeApp": "Android 原生應用程式",
"activity_log_modal.iphoneNativeApp": "iPhone 原生應用程式",
"add_command.autocomplete": "自動完成",
- "add_command.autocomplete.help": " 於自動完成列表中顯示此指令。",
+ "add_command.autocomplete.help": "在自動完成列表上顯示斜線命令(非必須)。",
"add_command.autocompleteDescription": "自動完成的描述",
- "add_command.autocompleteDescription.help": "斜線命令在自動完成列表上的簡短說明(非必須)",
+ "add_command.autocompleteDescription.help": "斜線命令在自動完成列表上的簡短敘述(非必須)。",
"add_command.autocompleteDescription.placeholder": "例如:\"回傳病歷搜尋結果\"",
"add_command.autocompleteHint": "自動完成的提示",
- "add_command.autocompleteHint.help": "自動完成列表上關於命令所需參數的提示(非必須)",
+ "add_command.autocompleteHint.help": "斜線命令的參數,在自動完成列表上顯示為說明。(非必須)",
"add_command.autocompleteHint.placeholder": "例如:[患者名字]",
"add_command.cancel": "取消",
"add_command.description": "說明",
+ "add_command.description.help": "傳入的 Webhook 的敘述。",
"add_command.displayName": "顯示名稱",
+ "add_command.displayName.help": "斜線命令的名字,最多64個字元。",
"add_command.header": "新增",
"add_command.iconUrl": "回應圖示",
- "add_command.iconUrl.help": "填入圖片以覆蓋此斜線命令回應貼文時所用的個人圖像。輸入.png或.jpg檔案(至少得128x128象素)的網址。",
+ "add_command.iconUrl.help": "選擇圖片以置換此斜線命令回應貼文時所用的個人圖像(非必須)。輸入.png或.jpg檔案(長寬皆至少為128像素)的網址。",
"add_command.iconUrl.placeholder": "https://www.example.com/myicon.png",
"add_command.method": "要求方法",
"add_command.method.get": "GET",
@@ -50,8 +52,10 @@
"add_command.method.post": "POST",
"add_command.save": "儲存",
"add_command.trigger": "命令觸發關鍵字",
- "add_command.trigger.help1": "例如:病患、客戶、雇員",
- "add_command.trigger.help2": "保留字:echo, join, logout, me, shrug",
+ "add_command.trigger.help": "觸發關鍵字必須是唯一的,且不能以斜線開頭或包含空白。",
+ "add_command.trigger.helpExamples": "如:client、employee、patient、weather",
+ "add_command.trigger.helpReserved": "保留字:{link}",
+ "add_command.trigger.helpReservedLinkText": "請看內建斜線命令",
"add_command.trigger.placeholder": "命令觸發,例如\"hello\"",
"add_command.triggerInvalidLength": "觸發關鍵字必須包含{min}到{max}個字",
"add_command.triggerInvalidSlash": "觸發關鍵字不可用/(斜線)開頭",
@@ -62,7 +66,7 @@
"add_command.url.placeholder": "開頭必須是 http:// 或 https://",
"add_command.urlRequired": "要求網址為必填",
"add_command.username": "回應使用者名稱",
- "add_command.username.help": "填入使用者名稱以覆蓋此斜線命令回應貼文時所用的使用者名稱,使用者名稱最多包含22個小寫、數字、\"-\"、\"_\"或\".\"等字元",
+ "add_command.username.help": "填入名稱以置換此斜線命令回應貼文時所用的使用者名稱(非必須),使用者名稱最多包含22個小寫、數字、\"-\"、\"_\"或\".\"等字元。",
"add_command.username.placeholder": "使用者名稱",
"add_emoji.cancel": "取消",
"add_emoji.header": "新增",
@@ -80,42 +84,58 @@
"add_emoji.save": "儲存",
"add_incoming_webhook.cancel": "取消",
"add_incoming_webhook.channel": "頻道",
+ "add_incoming_webhook.channel.help": "接收 Webhook 的公開頻道或私人群組。設定 Webhook 時您必須屬於該私人群組。",
"add_incoming_webhook.channelRequired": "必須是有效的頻道",
"add_incoming_webhook.description": "說明",
+ "add_incoming_webhook.description.help": "傳入的 Webhook 的敘述。",
"add_incoming_webhook.displayName": "顯示名稱",
+ "add_incoming_webhook.displayName.help": "傳入的 Webhook 的名字,最多64個字元。",
"add_incoming_webhook.header": "新增",
"add_incoming_webhook.name": "名字",
"add_incoming_webhook.save": "儲存",
"add_outgoing_webhook.callbackUrls": "回呼網址(一行一個)",
+ "add_outgoing_webhook.callbackUrls.help": "訊息被送達的網址。",
"add_outgoing_webhook.callbackUrlsRequired": "請填入一或多個回呼網址",
"add_outgoing_webhook.cancel": "取消",
"add_outgoing_webhook.channel": "頻道",
+ "add_outgoing_webhook.channel.help": "接收 Webhook 的公開頻道。有設定一個以上的觸發關鍵字時此項非必須。",
+ "add_outgoing_webhook.contentType.help1": "選擇回應送出時的內容型態。",
+ "add_outgoing_webhook.contentType.help2": "如果選了 application/x-www-form-urlencoded,伺服器會假設您會將參數以 URL 格式編碼。",
+ "add_outgoing_webhook.contentType.help3": "如果選了 application/json,伺服器會假設您將會發送 JSON 資料。",
"add_outgoing_webhook.content_Type": "內容型態",
"add_outgoing_webhook.description": "說明",
+ "add_outgoing_webhook.description.help": "傳出的 Webhook 的敘述。",
"add_outgoing_webhook.displayName": "顯示名稱",
+ "add_outgoing_webhook.displayName.help": "傳出的 Webhook 的名字,最多64個字元。",
"add_outgoing_webhook.header": "新增",
"add_outgoing_webhook.name": "名字",
"add_outgoing_webhook.save": "儲存",
"add_outgoing_webhook.triggerWords": "關鍵觸發字(一行一個)",
+ "add_outgoing_webhook.triggerWords.help": "以觸發關鍵字開頭的訊息將會觸發傳出的 Webhook。有選擇頻道時此項非必須。",
"add_outgoing_webhook.triggerWordsOrChannelRequired": "請填入有效的頻道或觸發關鍵字清單",
+ "add_outgoing_webhook.triggerWordsTriggerWhen": "觸發於",
+ "add_outgoing_webhook.triggerWordsTriggerWhen.help": "選擇何時觸發傳出的 Webook:訊息的第一個字完全符合觸發關鍵字,或是訊息以觸發關鍵字開頭。",
+ "add_outgoing_webhook.triggerWordsTriggerWhenFullWord": "第一個字完全符合觸發關鍵字",
+ "add_outgoing_webhook.triggerWordsTriggerWhenStartsWith": "第一個字以觸發關鍵字為開頭",
"admin.audits.reload": "重新載入使用者活動記錄",
"admin.audits.title": "使用者活動記錄",
"admin.authentication.email": "電子郵件認證",
"admin.authentication.gitlab": "GitLab",
+ "admin.authentication.oauth": "OAuth 2.0",
"admin.authentication.saml": "SAML",
"admin.banner.heading": "註:",
"admin.compliance.directoryDescription": "合規報告的寫入目錄,若空白,則設定為 ./data/。",
"admin.compliance.directoryExample": "例如 \"./data/\"",
- "admin.compliance.directoryTitle": "合規報告目錄:",
- "admin.compliance.enableDailyDesc": "若啟用,Mattermost 會每日產生合規報告。",
+ "admin.compliance.directoryTitle": "規範報告目錄:",
+ "admin.compliance.enableDailyDesc": "若啟用,Mattermost 會每日產生規範報告。",
"admin.compliance.enableDailyTitle": "啟用每日報告:",
- "admin.compliance.enableDesc": "若啟用,Mattermost 允許合規報告。",
- "admin.compliance.enableTitle": "啟用合規報告:",
+ "admin.compliance.enableDesc": "啟用時,Mattermost 允許從<strong>規範與審計</strong>分頁使用規範報告。詳請參閱<a href=\"https://docs.mattermost.com/administration/compliance.html\" target=\"_blank\">文件</a>。",
+ "admin.compliance.enableTitle": "啟用規範報告:",
"admin.compliance.false": "否",
- "admin.compliance.noLicense": "<h4 class=\"banner__heading\">註:</h4><p>合規為企業授權功能,您的授權不支援合規。點<a href=\"http://mattermost.com\" target=\"_blank\">這裡</a>查看企業授權資訊與價格。</p>",
+ "admin.compliance.noLicense": "<h4 class=\"banner__heading\">註:</h4><p>規範為企業授權功能,您的授權不支援規範。點<a href=\"http://mattermost.com\" target=\"_blank\">這裡</a>查看企業授權資訊與價格。</p>",
"admin.compliance.save": "儲存",
"admin.compliance.saving": "儲存設定...",
- "admin.compliance.title": "合規設定",
+ "admin.compliance.title": "規範設定",
"admin.compliance.true": "是",
"admin.compliance_reports.desc": "工作名稱:",
"admin.compliance_reports.desc_placeholder": "例如:\"人事445號查核\"",
@@ -125,9 +145,9 @@
"admin.compliance_reports.from_placeholder": "例如:\"2016-03-11\"",
"admin.compliance_reports.keywords": "關鍵字:",
"admin.compliance_reports.keywords_placeholder": "例如:\"融券\"",
- "admin.compliance_reports.reload": "重新讀取合規報告",
- "admin.compliance_reports.run": "執行合規報告",
- "admin.compliance_reports.title": "合規報告",
+ "admin.compliance_reports.reload": "重新讀取規範報告",
+ "admin.compliance_reports.run": "執行檢查規範",
+ "admin.compliance_reports.title": "規範報告",
"admin.compliance_reports.to": "收件者:",
"admin.compliance_reports.to_placeholder": "例如:\"2016-03-15\"",
"admin.compliance_table.desc": "說明",
@@ -146,17 +166,17 @@
"admin.connectionSecurityTitle": "連線安全:",
"admin.connectionSecurityTls": "TLS",
"admin.connectionSecurityTlsDescription": "加密 Mattermost 和您的伺服器之間的通訊。",
- "admin.customization.androidAppDownloadLinkDesc": "Add a link to download the Android app. Users who access the site on a mobile web browser will be prompted with a page giving them the option to download the app. Leave this field blank to prevent the page from appearing.",
- "admin.customization.androidAppDownloadLinkTitle": "Android App Download Link:",
- "admin.customization.appDownloadLinkDesc": "Add a link to a download page for the Mattermost apps. When a link is present, an option to \"Download Mattermost Apps\" will be added in the Main Menu so users can find the download page. Leave this field blank to hide the option from the Main Menu.",
- "admin.customization.appDownloadLinkTitle": "Mattermost Apps Download Page Link:",
+ "admin.customization.androidAppDownloadLinkDesc": "新增下載 Android 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。",
+ "admin.customization.androidAppDownloadLinkTitle": "Android 應用程式下載連結:",
+ "admin.customization.appDownloadLinkDesc": "新增前往 Mattermost 應用程式下載頁面的連結。當有連結時主選單將會新增 \"下載 Mattermost 應用程式\" 讓使用者前往下載頁面。此欄留空則主選單不會出現該選項。",
+ "admin.customization.appDownloadLinkTitle": "Mattermost 應用程式下載頁面連結:",
"admin.customization.customBrand": "自訂品牌",
"admin.customization.customEmoji": "自訂顏文字",
"admin.customization.enableCustomEmojiDesc": "允許使用者新增用於訊息當中的自訂的顏文字。允許之後,自訂顏文字設定的檢視方式為:變更到一個團隊,按頻道側邊欄上面的三個點,然後選擇\"自訂顏文字\"。",
"admin.customization.enableCustomEmojiTitle": "啟用自訂顏文字:",
- "admin.customization.iosAppDownloadLinkDesc": "Add a link to download the iOS app. Users who access the site on a mobile web browser will be prompted with a page giving them the option to download the app. Leave this field blank to prevent the page from appearing.",
- "admin.customization.iosAppDownloadLinkTitle": "iOS App Download Link:",
- "admin.customization.nativeAppLinks": "Native App Links",
+ "admin.customization.iosAppDownloadLinkDesc": "新增下載 iOS 應用程式的連結。用行動網頁瀏覽器存取站台的使用者將會看到提示頁面以下載應用程式。此欄留空則不會出現提示頁面。",
+ "admin.customization.iosAppDownloadLinkTitle": "iOS 應用程式下載連結:",
+ "admin.customization.nativeAppLinks": "原生應用程式連結:",
"admin.customization.restrictCustomEmojiCreationAdmin": "允許系統及團隊管理員新增自訂顏文字",
"admin.customization.restrictCustomEmojiCreationAll": "允許所有人新增自訂顏文字",
"admin.customization.restrictCustomEmojiCreationDesc": "限制僅特定使用者可以新增自訂顏文字。",
@@ -173,7 +193,7 @@
"admin.email.allowUsernameSignInDescription": "啟用時 Mattermost 允許使用者用他們的名稱與密碼登入。通常只有停用電子郵件地址驗證時才啟用。",
"admin.email.allowUsernameSignInTitle": "啟用以使用者名稱登入:",
"admin.email.connectionSecurityTest": "測試連線",
- "admin.email.easHelp": "從<a href=\"http://docs.mattermost.com/deployment/push.html#enterprise-app-store-eas\" target=\"_blank\">企業App商店</a>瞭解編譯與佈署您自已的行動 app。",
+ "admin.email.easHelp": "從<a href=\"http://docs.mattermost.com/deployment/push.html#enterprise-app-store-eas\" target=\"_blank\">企業 App 商店</a>瞭解編譯與佈署您自已的行動應用程式。",
"admin.email.emailFail": "連線失敗:{error}",
"admin.email.emailSuccess": "傳送電子郵件時沒有報錯。請檢查您的收件匣確認。",
"admin.email.fullPushNotification": "發送完整的訊息",
@@ -181,10 +201,10 @@
"admin.email.inviteSaltDescription": "32字元的 Salt 用來簽署電子郵件邀請。於安裝時隨機產生。按\"重新產生\"建立新的 Salt。",
"admin.email.inviteSaltExample": "例如 \"bjlSR4QqkXFBr7TP4oDzlfZmcNuH9Yo\"",
"admin.email.inviteSaltTitle": "電子郵件邀請 Salt:",
- "admin.email.mhpns": "使用有加密、產品品質的 HPNS 連線到 iOS 與 Android apps",
- "admin.email.mhpnsHelp": "從iTunes下載 <a href=\"https://itunes.apple.com/us/app/mattermost/id984966508?mt=8\" target=\"_blank\">Mattermost iOS app</a>。從Google Play 下載 <a href=\"https://play.google.com/store/apps/details?id=com.mattermost.mattermost&hl=en\" target=\"_blank\">Mattermost Android app</a>。瞭解更多關於<a href=\"http://docs.mattermost.com/deployment/push.html#hosted-push-notifications-service-hpns\" target=\"_blank\">HPNS</a>.",
- "admin.email.mtpns": "使用 TPNS 以及 iTunes 和 GooglePlay 上的 iOS 與 Android app",
- "admin.email.mtpnsHelp": "從 iTunes 下載 <a href=\"https://itunes.apple.com/us/app/mattermost/id984966508?mt=8\" target=\"_blank\">Mattermost iOS app</a>。從Google Play下載 <a href=\"https://play.google.com/store/apps/details?id=com.mattermost.mattermost&hl=en\" target=\"_blank\">Mattermost Android app</a>。瞭解更多關於 <a href=\"http://docs.mattermost.com/deployment/push.html#test-push-notifications-service-tpns\" target=\"_blank\">TPNS</a>。",
+ "admin.email.mhpns": "使用有加密、產品品質的 HPNS 連線到 iOS 與 Android 應用程式",
+ "admin.email.mhpnsHelp": "從iTunes下載 <a href=\"https://itunes.apple.com/us/app/mattermost/id984966508?mt=8\" target=\"_blank\">Mattermost iOS 應用程式</a>。從Google Play 下載 <a href=\"https://play.google.com/store/apps/details?id=com.mattermost.mattermost&hl=en\" target=\"_blank\">Mattermost Android 應用程式</a>。瞭解更多關於<a href=\"http://docs.mattermost.com/deployment/push.html#hosted-push-notifications-service-hpns\" target=\"_blank\">HPNS</a>.",
+ "admin.email.mtpns": "使用 TPNS 以及 iTunes 和 GooglePlay 上的 iOS 與 Android 應用程式",
+ "admin.email.mtpnsHelp": "從 iTunes 下載 <a href=\"https://itunes.apple.com/us/app/mattermost/id984966508?mt=8\" target=\"_blank\">Mattermost iOS 應用程式</a>。從Google Play下載 <a href=\"https://play.google.com/store/apps/details?id=com.mattermost.mattermost&hl=en\" target=\"_blank\">Mattermost Android 應用程式</a>。瞭解更多關於 <a href=\"http://docs.mattermost.com/deployment/push.html#test-push-notifications-service-tpns\" target=\"_blank\">TPNS</a>。",
"admin.email.nofificationOrganizationExample": "如:\"© ABC Corporation, 565 Knight Way, Palo Alto, California, 94305, USA\"",
"admin.email.notificationDisplayDescription": "從 Mattermost 傳送通知電子郵件時發件者的顯示名稱。",
"admin.email.notificationDisplayExample": "例如:\"Mattermost 通知\"、\"系統\"、\"勿回信\"",
@@ -204,7 +224,7 @@
"admin.email.pushDesc": "正式環境通常為啟用。啟用時 Mattermost 會嘗試從推播主機發送推播通知。",
"admin.email.pushOff": "不要發送推播通知",
"admin.email.pushOffHelp": "詳細設置請看<a href=\"http://docs.mattermost.com/deployment/push.html#push-notifications-and-mobile-devices\" target=\"_blank\">推播通知文件</a>。",
- "admin.email.pushServerDesc": "在您的防火牆後方設置 Mattermost 推播通知服務時請使用 https://github.com/mattermost/push-proxy。您可以使用 http://push-test.mattermost.com 測試,這個服務會連接到 Apple AppStore 的 Mattermost iOS 樣本 app。請勿在正式環境使用此測試服務。",
+ "admin.email.pushServerDesc": "在您的防火牆後方設置 Mattermost 推播通知服務時請使用 https://github.com/mattermost/push-proxy。您可以使用 http://push-test.mattermost.com 測試,這個服務會連接到 Apple AppStore 的 Mattermost iOS 樣本應用程式。請勿在正式環境使用此測試服務。",
"admin.email.pushServerEx": "例如:\"http://push-test.mattermost.com\"",
"admin.email.pushServerTitle": "推播通知伺服器:",
"admin.email.pushTitle": "啟用推播通知:",
@@ -243,11 +263,11 @@
"admin.general.policy.permissionsAdmin": "團隊跟系統管理員",
"admin.general.policy.permissionsAll": "團隊全員",
"admin.general.policy.permissionsSystemAdmin": "系統管理員",
- "admin.general.policy.restrictPrivateChannelManagementDescription": "選擇\"團隊全員\"允許團隊裡任何人建立、刪除、改名以及設定私人群組標語。<br/><br/>選擇\"團隊與系統管理員\"則限制只有團隊與系統管理員能夠管理私人群組,包括建立、刪除、改名以及設定私人群組標語。<br/><br/>選擇\"系統管理員\"則限制只有系統能夠管理私人群組,包括建立、刪除、改名以及設定私人群組標語。",
+ "admin.general.policy.restrictPrivateChannelManagementDescription": "設定誰能建立、刪除、更名私人群組與設定其標題的原則。",
"admin.general.policy.restrictPrivateChannelManagementTitle": "哪些人可以管理私人群組:",
- "admin.general.policy.restrictPublicChannelManagementDescription": "選擇\"團隊全員\"允許團隊裡任何人建立、刪除、改名以及設定公開頻道標語。<br/><br/>選擇\"團隊與系統管理員\"則限制只有團隊與系統管理員能夠管理公開頻道,包括建立、刪除、改名以及設定公開頻道標語。<br/><br/>選擇\"系統管理員\"則限制只有系統能夠管理公開頻道,包括建立、刪除、改名以及設定公開頻道標語。",
+ "admin.general.policy.restrictPublicChannelManagementDescription": "設定誰能建立、刪除、更名公開頻道與設定其標題的原則。",
"admin.general.policy.restrictPublicChannelManagementTitle": "哪些人可以管理公開頻道:",
- "admin.general.policy.teamInviteDescription": "選擇\"團隊全員\"將允許任何一個團隊成員使用電子郵件邀請或團隊邀請連結來邀請其他人。<br/><br/>選擇\"團隊跟系統管理員\"會將電子郵件邀請跟團隊邀請連結從非團隊或系統管理員使用者的主選單當中隱藏。<br/><br/>選擇\"系統管理員\"會將電子郵件邀請跟團隊邀請連結從非系統管理員使用者的主選單當中隱藏。註:如果使用了\"取得團隊邀請連結\"的連結,請在想邀請的使用者都加入這團隊之後重新產生連結。",
+ "admin.general.policy.teamInviteDescription": "設定誰能用<b>邀請新成員</b>發送邀請郵件或使用在主選單的<b>取得團隊邀請連結</b>來邀請他人加入團隊的原則。如果<b>取得團隊邀請連結</b>被用來分享邀請連結,您可以在希望加入的使用者加入團隊之後從<b>團隊設定</b> > <b>邀請碼</b>讓邀請碼過期。",
"admin.general.policy.teamInviteTitle": "允許發出團隊邀請的使用者:",
"admin.general.privacy": "隱私",
"admin.general.usersAndTeams": "使用者與團隊",
@@ -270,6 +290,16 @@
"admin.gitlab.userDescription": "輸入 https://<your-gitlab-url>/api/v3/user。根據伺服器的設定,網址您可能需要改用 HTTP 或 HTTPS。",
"admin.gitlab.userExample": "如:\"https://<your-gitlab-url>/api/v3/user\"",
"admin.gitlab.userTitle": "使用者 API 端點:",
+ "admin.google.EnableHtmlDesc": "<ol><li><a href='https://accounts.google.com/login'>登入</a>您的 Google帳號。</li><li>前往 <a href='https://console.developers.google.com'>https://console.developers.google.com</a>,按左側邊列的<strong>憑證</strong>並輸入<strong>Mattermost - <您的公司名稱></strong>作為專案名。</li><li>按 <strong>OAuth 同意畫面</strong> 標題並輸入 <strong>Mattermost</strong> 作為 <strong>向使用者顯示的產品名稱</strong>。 按 <strong>儲存</strong> 。</li><li>在 <strong>憑證</strong> 標題下,按 <strong>建立憑證</strong>,選擇 <strong>OAuth 用戶端 ID</strong> 並選擇 <strong>網路應用程式</strong>。</li><li>在 <strong>限制</strong> 的 <strong>已授權的重新導向 URI</strong> 中輸入 <strong><您的 mattermost url>/signup/google/complete</strong> (如: http://localhost:8065/signup/google/complete)。 按 <strong>建立</strong>。</li><li>記下 <strong>用戶端 ID</strong> 跟 <strong>用戶端密鑰</strong> 晚點用來完成下面的欄位。</li><li>最後,前往 <a href='https://console.developers.google.com/apis/api/plus/overview'>Google+ API</a> 並按 <strong>啟用</strong>。這可能需要花上幾分鐘以在 Google 的系統完成散佈。</li><li>輸入下面的 <strong>用戶端 ID</strong> 跟 <strong>用戶端密碼</strong>欄位 。</li></ol>",
+ "admin.google.authTitle": "認證端點:",
+ "admin.google.clientIdDescription": "當您在 Google 註冊您的應用程式時收到的用戶端 ID。",
+ "admin.google.clientIdExample": "Ex \"7602141235235-url0fhs1mayfasbmop5qlfns8dh4.apps.googleusercontent.com\"",
+ "admin.google.clientIdTitle": "用戶端 ID:",
+ "admin.google.clientSecretDescription": "當您在 Google 註冊您的應用程式時收到的用戶端密鑰。",
+ "admin.google.clientSecretExample": "Ex \"H8sz0Az-dDs2p15-7QzD231\"",
+ "admin.google.clientSecretTitle": "用戶端密碼:",
+ "admin.google.tokenTitle": "Token 端點:",
+ "admin.google.userTitle": "使用者 API 端點:",
"admin.image.amazonS3BucketDescription": "輸入 AWS S3 儲存貯體的名稱.",
"admin.image.amazonS3BucketExample": "例如:\"mattermost-media\"",
"admin.image.amazonS3BucketTitle": "Amazon S3 儲存貯體:",
@@ -360,7 +390,7 @@
"admin.ldap.skipCertificateVerification": "跳過驗證憑證",
"admin.ldap.skipCertificateVerificationDesc": "TLS 或 STARTTLS 連線時跳過驗證憑證。不建議使用於需要 TLS 的正式環境。測試用設定。",
"admin.ldap.syncFailure": "同步失敗:{error}",
- "admin.ldap.syncIntervalHelpText": "LDAP 同步是 Mattermost 更新使用者以反應 LDAP 伺服器上資料變更的程序。例如當一個使用者的名字在 LDAP 伺服器上改變了,這個變更將會在執行同步時反應於 Mattermost 上。在 LDAP 伺服器上移除一個使用者時,現有的工作階段將會被清除且無法再登入 Mattermost。Mattermost 會根據這邊設定的間隔定時執行同步。舉例來說,如果這邊設定了60,Mattermost 會每小時更新一次。",
+ "admin.ldap.syncIntervalHelpText": "LDAP 同步更新 Mattermost 使用者資料以反應 LDAP 伺服器上的變更。舉例來說,當 LDAP 伺服器上一個使用者名字改變時,在執行同步的時候這個改變會更新 Mattermost。在 LDAP 伺服器上被移除或是停用的帳號,其對應的 Mattermost 帳號會被設定成“停用”,並且撤銷帳號的工作階段。Mattermost 根據輸入的間隔執行同步。如,如果輸入60,Mattermost將會每60分鐘同步一次。",
"admin.ldap.syncIntervalTitle": "同步間隔(分)",
"admin.ldap.syncNowHelpText": "立刻開始 LDAP 同步。",
"admin.ldap.sync_button": "開始 LDAP 同步",
@@ -414,6 +444,21 @@
"admin.notifications.email": "電子郵件",
"admin.notifications.push": "行動推播",
"admin.notifications.title": "通知設定",
+ "admin.oauth.gitlab": "GitLab",
+ "admin.oauth.google": "Google Apps",
+ "admin.oauth.off": "不允許經由 OAuth 2.0 提供者登入",
+ "admin.oauth.office365": "Office 365",
+ "admin.oauth.select": "選擇 OAuth 2.0 服務提供者:",
+ "admin.office365.EnableHtmlDesc": "<ol><li><a href='https://login.microsoftonline.com/'>登入</a>您的 Microsoft 或 Office 365 帳號。請確定該帳號跟其他使用者的登入帳號在同一個<a href='https://msdn.microsoft.com/en-us/library/azure/jj573650.aspx#Anchor_0'>租用戶</a>下。</li><li>前往 <a href='https://apps.dev.microsoft.com'>https://apps.dev.microsoft.com</a>,按 <strong>新增應用程式</strong> 並用 <strong>Mattermost - <您的公司名稱></strong> 作為應用程式名稱。</li><li>在 <strong>應用程式密碼</strong> 下,按 <strong>產生新密碼</strong> 並記下用以完成底下的欄位。</li><li>在 <strong>平台</strong> 下,按 <strong>新增平台</strong> 選擇 <strong>Web</strong> 並在 <strong>重新導向 URI</strong> 欄位輸入 <strong><您的—mattermost-網址>/signup/office365/complete</strong> (如:http://localhost:8065/signup/office365/complete)。同時取消 <strong>允許隱含流程</strong>。</li><li>最後,按下 <strong>儲存</strong> 並完成底下的欄位 <strong>應用程式識別碼</strong> 與 <strong>應用程式密碼</strong>。</li></ol>",
+ "admin.office365.authTitle": "認證端點:",
+ "admin.office365.clientIdDescription": "當您在 Microsoft 註冊您的應用程式時收到的應用程式/用戶端識別碼。",
+ "admin.office365.clientIdExample": "Ex \"adf3sfa2-ag3f-sn4n-ids0-sh1hdax192qq\"",
+ "admin.office365.clientIdTitle": "應用程式識別碼:",
+ "admin.office365.clientSecretDescription": "當您在 Microsoft 註冊您的應用程式時收到的應用程式密碼。",
+ "admin.office365.clientSecretExample": "Ex \"shAieM47sNBfgl20f8ci294\"",
+ "admin.office365.clientSecretTitle": "應用程式密碼:",
+ "admin.office365.tokenTitle": "Token 端點:",
+ "admin.office365.userTitle": "使用者 API 端點:",
"admin.password.lowercase": "至少一個小寫英文字母",
"admin.password.minimumLength": "密碼最短長度:",
"admin.password.minimumLengthDescription": "有效密碼所應有的最少字元數目。必須是大於或等於{min}且小於或等於{max}的整數。",
@@ -547,10 +592,10 @@
"admin.service.listenAddress": "監聽位址:",
"admin.service.listenDescription": "設定使用的IP位址與連接埠,輸入\":8065\"將會監聽所有界面的IP位址,或是輸入像\"127.0.0.1:8065\"只聽一個IP位址。若變更須重啟伺服器以生效。",
"admin.service.listenExample": "例如:\":8065\"",
- "admin.service.mfaDesc": "若啟用,使用者可選擇將帳號增加多重要素驗證,多重要素驗證需要用智慧型手機與像 Google Authenticator 一樣的認證 app。",
+ "admin.service.mfaDesc": "若啟用,使用者可選擇將帳號增加多重要素驗證,多重要素驗證需要用智慧型手機與像 Google Authenticator 一樣的認證應用程式。",
"admin.service.mfaTitle": "啟用多重要素驗證:",
- "admin.service.mobileSessionDays": "行動裝置 app 的工作階段長度(以天計)",
- "admin.service.mobileSessionDaysDesc": "行動工作階段會在指定天數後過期並要求使用者重新登入。",
+ "admin.service.mobileSessionDays": "行動裝置的工作階段長度(以天計):",
+ "admin.service.mobileSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。",
"admin.service.outWebhooksDesc": "啟用時,允許傳出的 Webhook。請參閱<a href='http://docs.mattermost.com/developer/webhooks-outgoing.html' target='_blank'>文件</a>。",
"admin.service.outWebhooksTitle": "啟用傳出的 Webhook:",
"admin.service.overrideDescription": "啟用時,將允許 Webhook 以及斜線命令修改發文時的使用者名稱。註:此功能跟允許覆蓋圖示並用時有導致釣魚攻擊的可能性。",
@@ -563,19 +608,19 @@
"admin.service.sessionCache": "工作階段快取有效時間(分):",
"admin.service.sessionCacheDesc": "要將工作階段快取在記憶體中多久(分鐘)。",
"admin.service.sessionDaysEx": "例如:\"30\"",
- "admin.service.ssoSessionDays": "GitLab SSO 的工作階段長度(以天計):",
- "admin.service.ssoSessionDaysDesc": "GitLab 單一簽入工作階段會在指定天數後過期並要求使用者重新登入。",
+ "admin.service.ssoSessionDays": "SSO 的工作階段長度(以天計):",
+ "admin.service.ssoSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。如果認證方式是 SAML 或 GitLab 且他們已經登入 SAML 或 GitLab,使用者將會自動再次登入 Mattermost。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。",
"admin.service.testingDescription": "啟用時,將啟用 /loadtest 斜線命令,該命令會載入測試帳號、資料以及文字格式。修改此項需要重啟伺服器以生效。",
"admin.service.testingTitle": "啟用測試指令:",
- "admin.service.webSessionDays": "電子郵件或 LDAP 認證的工作階段長度(以天計):",
- "admin.service.webSessionDaysDesc": "電子郵件或 LDAP 工作階段會在指定天數後過期並要求使用者重新登入。",
+ "admin.service.webSessionDays": "LDAP 和電子郵件的工作階段長度(以天計):",
+ "admin.service.webSessionDaysDesc": "從使用者最後一次輸入他們的認證到工作階段過期之間的天數。修改設定之後新的工作階段長度會在下次使用者輸入認證之後開始生效。",
"admin.service.webhooksDescription": "啟用時,允許傳入的 Webhook。為了避免釣魚攻擊,所有來自 Webhook 的貼文都會被標上 BOT 標籤。請參閱<a href='http://docs.mattermost.com/developer/webhooks-incoming.html' target='_blank'>文件</a>。",
"admin.service.webhooksTitle": "啟用傳出的 Webhook:",
"admin.sidebar.addTeamSidebar": "從側邊欄選單加入團隊",
"admin.sidebar.advanced": "進階",
- "admin.sidebar.audits": "合規與審計",
+ "admin.sidebar.audits": "規範與審計",
"admin.sidebar.authentication": "認證",
- "admin.sidebar.compliance": "合規",
+ "admin.sidebar.compliance": "規範",
"admin.sidebar.configuration": "設定",
"admin.sidebar.connections": "連線",
"admin.sidebar.customBrand": "自訂品牌",
@@ -598,6 +643,7 @@
"admin.sidebar.login": "登入",
"admin.sidebar.logs": "記錄",
"admin.sidebar.notifications": "通知",
+ "admin.sidebar.oauth": "OAuth 2.0",
"admin.sidebar.other": "其它",
"admin.sidebar.password": "密碼",
"admin.sidebar.policy": "政策",
@@ -651,12 +697,15 @@
"admin.support.privacyTitle": "隱私政策連結:",
"admin.support.problemDesc": "團隊主選單的幫助文件連結。預設連往使用者之間互助的論壇。在那邊可以搜尋跟詢問技術相關的問題。",
"admin.support.problemTitle": "回報錯誤連結:",
- "admin.support.termsDesc": "電腦跟手機上所看到的服務條款。這欄留空則不會顯示。",
+ "admin.support.termsDesc": "連結到使用者使用您的線上服務時的條款。預設情況下這會連到 \"Mattermost 使用條款 (終端使用者)\" 解釋使用者是在怎樣的條款下使用 Mattermost。如果您改變了預設連結以增加您自己的條款,新的條款必須包含連往預設條款的連結以讓使用者知道關於 Mattermost 軟體的使用條款。",
"admin.support.termsTitle": "服務條款連結:",
"admin.system_analytics.activeUsers": "有發文的活躍使用者",
"admin.system_analytics.title": "系統",
"admin.system_analytics.totalPosts": "全部發文",
"admin.team.brandDesc": "啟動自訂品牌,下面上傳的圖片跟寫下的文字會顯示在登入頁面。",
+ "admin.team.brandDescriptionExample": "團隊溝通皆在同處,隨時隨地皆可搜尋與存取。",
+ "admin.team.brandDescriptionHelp": "顯示於登入畫面與界面上的服務敘述。",
+ "admin.team.brandDescriptionTitle": "站台敘述",
"admin.team.brandImageTitle": "自訂品牌圖片:",
"admin.team.brandTextDescription": "這自訂品牌的文字將會以 Markdown 格式顯示在登入界面的自訂品牌圖像下方。",
"admin.team.brandTextTitle": "自訂品牌文字:",
@@ -762,7 +811,7 @@
"audit_table.attemptedLogin": "嘗試登入",
"audit_table.attemptedOAuthToken": "嘗試取得 OAuth 存取 Token",
"audit_table.attemptedPassword": "嘗試變更密碼",
- "audit_table.attemptedRegisterApp": "嘗試以ID {id}登記一個新的 OAuth 應用程式",
+ "audit_table.attemptedRegisterApp": "嘗試以 ID {id}登記一個新的 OAuth 應用程式",
"audit_table.attemptedReset": "嘗試重設密碼",
"audit_table.attemptedWebhookCreate": "嘗試建立 Webhook",
"audit_table.attemptedWebhookDelete": "嘗試刪除 Webhook",
@@ -810,7 +859,7 @@
"audit_table.verified": "成功確認您的電子郵件地址",
"authorize.access": "是否允許 <strong>{appName}</strong> 存取?",
"authorize.allow": "允許",
- "authorize.app": "App <strong>{appName}</strong> 想要能夠存取並修改您的基本資料。",
+ "authorize.app": "應用程式 <strong>{appName}</strong> 想要能夠存取並修改您的基本資料。",
"authorize.deny": "禁止",
"authorize.title": "一個應用程序想要與您的 {teamName} 帳戶連結",
"backstage_list.search": "搜尋",
@@ -1026,8 +1075,8 @@
"emoji_list.creator": "建立者",
"emoji_list.delete": "刪除",
"emoji_list.empty": "沒有自訂顏文字",
- "emoji_list.help": "自訂顏文字會對此伺服器上的所有使用者開放,而且會顯示在顏文字自動完成選單當中。其他使用者可能需要重新讀取頁面才會看見新的顏文字。",
- "emoji_list.help2": "Tip: If you add #, ##, or ### as the first character on a new line containing emoji, you can use larger sized emoji. To try it out, send a message such as: '# :smile:'.",
+ "emoji_list.help": "自訂顏文字對此伺服器上的所有使用者開放。在訊息輸入框輸入 ':' 會叫出顏文字選單。其他使用者可能需要重新讀取頁面才會看見新的顏文字。",
+ "emoji_list.help2": "提示:如果您增加 #、## 或 ### 作為含有顏文字的新行的第一個字元,您可以使用較大尺寸的顏文字。傳送如 '# :smile:' 的訊息來嘗試此功能。",
"emoji_list.image": "圖片",
"emoji_list.name": "名稱",
"emoji_list.search": "搜尋自訂顏文字",
@@ -1079,6 +1128,15 @@
"general_tab.teamNameInfo": "設定出現於登入畫面跟側邊欄左上的團隊名稱。",
"general_tab.title": "一般設定",
"general_tab.yes": "是",
+ "get_app.alreadyHaveIt": "已經擁有了?",
+ "get_app.androidAppName": "Mattermost for Android",
+ "get_app.androidHeader": "使用 Android 應用程式時 Mattermost 能有最好的表現",
+ "get_app.continue": "繼續",
+ "get_app.continueWithBrowser": "或 {link}",
+ "get_app.continueWithBrowserLink": "繼續使用瀏覽器",
+ "get_app.iosHeader": "使用 iPhone 應用程式時 Mattermost 能有最好的表現",
+ "get_app.mattermostInc": "Mattermost, Inc",
+ "get_app.openMattermost": "開啟 Mattermost",
"get_link.clipboard": " 連結已複製至剪貼簿。",
"get_link.close": "關閉",
"get_link.copy": "複製連結",
@@ -1108,6 +1166,7 @@
"installed_integrations.delete": "刪除",
"installed_integrations.regenToken": "重新產生 Token",
"installed_integrations.token": "Token:{token}",
+ "installed_integrations.triggerWhen": "觸發於:{triggerWhen}",
"installed_integrations.triggerWords": "觸發關鍵字:{triggerWords}",
"installed_integrations.url": "網址:{url}",
"installed_outgoing_webhooks.add": "增加傳出的 Webhook",
@@ -1182,6 +1241,7 @@
"login.noPassword": "請輸入密碼",
"login.noUsername": "請輸入您的使用者名稱",
"login.noUsernameLdapUsername": "請輸入您的使用者名稱或 {ldapUsername}",
+ "login.office365": "Office 365",
"login.on": "在 {siteName}",
"login.or": "或",
"login.password": "密碼",
@@ -1237,7 +1297,7 @@
"navbar_dropdown.leave": "離開團隊",
"navbar_dropdown.logout": "登出",
"navbar_dropdown.manageMembers": "會員管理",
- "navbar_dropdown.nativeApps": "Download Native Apps",
+ "navbar_dropdown.nativeApps": "下載原生應用程式",
"navbar_dropdown.report": "回報錯誤",
"navbar_dropdown.switchTeam": "切換至 {team}",
"navbar_dropdown.switchTo": "切換至:",
@@ -1284,7 +1344,7 @@
"register_app.clientId": "客戶端ID",
"register_app.clientSecret": "用戶端密碼",
"register_app.close": "關閉",
- "register_app.credentialsDescription": "請將這些保存在安全且機密的地方。請將用戶端 ID 視為您的app的使用者名稱、用戶端密碼視為密碼一樣對待。",
+ "register_app.credentialsDescription": "請將這些保存在安全且機密的地方。請將用戶端 ID 視為您的應用程式的使用者名稱、用戶端密碼視為密碼一樣對待。",
"register_app.credentialsSave": "已經將用戶端 ID 與密碼保存在安全的地方",
"register_app.credentialsTitle": "您的應用程式認證",
"register_app.description": "描述",
@@ -1367,7 +1427,7 @@
"sidebar_right_menu.inviteNew": "邀請新成員",
"sidebar_right_menu.logout": "登出",
"sidebar_right_menu.manageMembers": "成員管理",
- "sidebar_right_menu.nativeApps": "Download Native App",
+ "sidebar_right_menu.nativeApps": "下載原生應用程式",
"sidebar_right_menu.recentMentions": "最近提及",
"sidebar_right_menu.report": "回報錯誤",
"sidebar_right_menu.switch_team": "選擇團隊",
@@ -1400,6 +1460,7 @@
"signup_user_completed.lets": "讓我們來建立您的帳號",
"signup_user_completed.no_open_server": "此伺服器不開放註冊。請聯絡管理員索要邀請。",
"signup_user_completed.none": "沒有啟用的使用者建立方式。請聯絡系統管理員。",
+ "signup_user_completed.office365": "使用 Office 365",
"signup_user_completed.onSite": "於{siteName}",
"signup_user_completed.or": "或",
"signup_user_completed.passwordLength": "請至少輸入{min}個字",
@@ -1467,8 +1528,8 @@
"tutorial_intro.allSet": "準備就緒",
"tutorial_intro.end": "按\"下一步\"來進入{channel}。這是團隊成員註冊之後第一個頻道。善用此處張貼所有人都需要知道的更新事項。",
"tutorial_intro.invite": "邀請團隊成員",
- "tutorial_intro.mobileApps": "Install the apps for {link} for easy access and notifications on the go.",
- "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS and Android",
+ "tutorial_intro.mobileApps": "安裝 {link} 上的應用程式以便在行進間存取並接收通知。",
+ "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS 與 Android",
"tutorial_intro.next": "下一步",
"tutorial_intro.screenOne": "<h3>歡迎來到:</h3><h1>Mattermost</h1><p>您團隊的溝通將可集中在一處、即時可搜尋並隨地都能取用</p><p>讓團隊連結在一起,達成重要的任務。</p>",
"tutorial_intro.screenTwo": "<h3>如何運用Mattermost:</h3><p>利用公開頻道、私人群組以及直接訊息來相互溝通。</p><p>所有的內容都會被記錄下來並且可以經由任何可以瀏覽網站的桌機、筆電或手機來搜尋。</p>",
@@ -1563,12 +1624,14 @@
"user.settings.general.confirmEmail": "電子郵件地址確認",
"user.settings.general.email": "電子郵件地址",
"user.settings.general.emailGitlabCantUpdate": "經由 GitLab 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
+ "user.settings.general.emailGoogleCantUpdate": "經由 Google 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailHelp1": "電子郵件地址將會用在登入、通知跟重置密碼。更改時需要重新驗證。",
"user.settings.general.emailHelp2": "您的系統管理員已停用電子郵件。在被啟用之前將不會有通知郵件寄出。",
"user.settings.general.emailHelp3": "電子郵件地址將會用在登入、通知跟重置密碼。",
"user.settings.general.emailHelp4": "驗證用電子郵件已寄出到 {email} 。",
"user.settings.general.emailLdapCantUpdate": "經由 LDAP 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailMatch": "您輸入的新電子郵件地址不一致。",
+ "user.settings.general.emailOffice365CantUpdate": "經由 Office 365 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailSamlCantUpdate": "經由 SAML 登入。無法變更電子郵件地址。通知將會寄送到 {email}。",
"user.settings.general.emailUnchanged": "您的新電子郵件地址跟舊的一樣。",
"user.settings.general.emptyName": "按'編輯'以增加您的全名",
@@ -1580,7 +1643,9 @@
"user.settings.general.imageUpdated": "圖像最新更新於 {date}",
"user.settings.general.lastName": "姓氏",
"user.settings.general.loginGitlab": "已經由 GitLab 登入 ({email})",
+ "user.settings.general.loginGoogle": "已經由 Google 登入 ({email})",
"user.settings.general.loginLdap": "已經由 LDAP 登入 ({email})",
+ "user.settings.general.loginOffice365": "已經由 Office 365 登入 ({email})",
"user.settings.general.loginSaml": "已經由 SAML 登入 ({email})",
"user.settings.general.newAddress": "新電子郵件地址:{email}<br />請檢查您的電子郵件信箱以驗證上面的地址。",
"user.settings.general.nickname": "匿稱",
@@ -1605,7 +1670,7 @@
"user.settings.languages.change": "變更介面語言",
"user.settings.mfa.add": "為您的帳號加上多重要素驗證",
"user.settings.mfa.addHelp": "在密碼之上您還可以要求使用智慧型手機所產生的代碼來登入 Mattermost。<br/><br/>若要啟用,請從<a target='_blank' href='https://itunes.apple.com/us/app/google-authenticator/id388497605?mt=8'>iTunes</a>或<a target='_blank' href='https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en'>Google Play</a>下載 Google Authenticator。<br/><br/>1. 按上面的<strong>為您的帳號加上多重要素驗證</strong>。<br/>2. 用 Google Authenticator 掃描出來的 QR 碼。<br/>3. 輸入 Google Authenticator 產生的 Token 並點擊<strong>儲存</strong>。<br/><br/>登入時,除了您原本的認證以外還會被要求輸入來自 Google Authenticator 的 Token。",
- "user.settings.mfa.addHelpQr": "請用您的智慧型手機上的 Google Authenticator app 掃描條碼,並將 app 提供的 Token 填寫於此。",
+ "user.settings.mfa.addHelpQr": "請用您的智慧型手機上的 Google Authenticator 應用程式掃描條碼,並將應用程式提供的 Token 填寫於此。",
"user.settings.mfa.enterToken": "Token (僅限數字)",
"user.settings.mfa.qrCode": "條碼",
"user.settings.mfa.remove": "從您的帳號移除多重要素驗證",
@@ -1659,7 +1724,8 @@
"user.settings.security.currentPassword": "目前的密碼",
"user.settings.security.currentPasswordError": "請輸入您原先的密碼",
"user.settings.security.emailPwd": "電子郵件跟密碼",
- "user.settings.security.gitlab": "GitLab SSO",
+ "user.settings.security.gitlab": "GitLab",
+ "user.settings.security.google": "Google",
"user.settings.security.lastUpdated": "最後一次更新於 {date} {time}",
"user.settings.security.ldap": "LDAP",
"user.settings.security.loginGitlab": "已經由 GitLab 登入",
@@ -1667,6 +1733,7 @@
"user.settings.security.logoutActiveSessions": "觀看並登出使用中的工作階段",
"user.settings.security.method": "登入方式",
"user.settings.security.newPassword": "新密碼",
+ "user.settings.security.office365": "Office 365",
"user.settings.security.oneSignin": "同時間只能只用一種登入方式。如果更換登入方式成功,將會寄送通知信給您。",
"user.settings.security.password": "密碼",
"user.settings.security.passwordError": "您的密碼最短必須有{min}個字元。",
@@ -1695,6 +1762,7 @@
"user.settings.security.switchGitlab": "改為使用 GitLab SSO",
"user.settings.security.switchGoogle": "改為使用 Google SSO",
"user.settings.security.switchLdap": "改為使用 LDAP",
+ "user.settings.security.switchOffice365": "改為使用 Office 365 SSO",
"user.settings.security.switchSaml": "改為使用 SAML SSO",
"user.settings.security.title": "安全性設定",
"user.settings.security.viewHistory": "檢視存取紀錄",
@@ -1708,6 +1776,6 @@
"web.footer.privacy": "隱私",
"web.footer.terms": "條款",
"web.header.back": "返回",
- "web.root.singup_info": "團隊溝通皆在同處,隨時隨地皆可搜尋與存取。",
+ "web.root.signup_info": "團隊溝通皆在同處,隨時隨地皆可搜尋與存取。",
"youtube_video.notFound": "找不到影片"
}