Translation: Spacing
Add spaces between halfwidth and fullwidth characters
This commit is contained in:
parent
f96e0c4071
commit
bd23b80d45
@ -213,7 +213,7 @@
|
||||
"no_record": "沒有記錄",
|
||||
"oauth2_client_id": "客戶端 ID",
|
||||
"oauth2_client_secret": "客戶端 secret",
|
||||
"oauth2_info": "此OAuth2實現支持\"Authorization Code\"和生成refresh token。<br>\r\n並且服務器會自動在refresh token被使用後重新生成refresh token。<br><br>\r\n→ 默認的scope是 <i>profile</i>。只有郵箱用戶可以使用OAuth2來認證。如果scope參數被省略則會回退到 <i>profile</i>。<br>\r\n→ 客戶端必須在認證請求中發送 <i>state</i> 參數。<br><br>\r\nOAuth2 API路徑: <br>\r\n<ul>\r\n <li>Authorization endpoint: <code>/oauth/authorize</code></li>\r\n <li>Token endpoint: <code>/oauth/token</code></li>\r\n <li>Resource page: <code>/oauth/profile</code></li>\r\n</ul>\r\n重新生成客戶端secret不會使已存在的authorization code過期,但是會在它們刷新token時失敗。<br><br>\r\n撤銷客戶端token會立即終止所有活動會話。 所有的客戶端都需要重新認證。",
|
||||
"oauth2_info": "此 OAuth2 實現支持\"Authorization Code\"和生成 refresh token。<br>\r\n並且服務器會自動在 refresh token 被使用後重新生成 refresh token。<br><br>\r\n• 默認的 scope 是 <i>profile</i>。只有郵箱用戶可以使用 OAuth2 來認證。如果 scope 參數被省略則會回退到 <i>profile</i>。<br>\r\n• 客戶端必須在認證請求中發送 <i>state</i> 參數。<br><br>\r\nOAuth2 API 路徑: <br>\r\n<ul>\r\n<li>Authorization endpoint: <code>/oauth/authorize</code></li>\r\n<li>Token endpoint: <code>/oauth/token</code></li>\r\n<li>Resource page: <code>/oauth/profile</code></li>\r\n</ul>\r\n重新生成客戶端 secret 不會使已存在的 authorization code 過期,但是會在它們刷新 token 時失敗。<br><br>\r\n撤銷客戶端 token 會立即終止所有活動會話。 所有的客戶端都需要重新認證。",
|
||||
"oauth2_redirect_uri": "重定向 URI",
|
||||
"oauth2_renew_secret": "生成新的客戶端 secret",
|
||||
"oauth2_revoke_tokens": "撤銷所有客戶端 token",
|
||||
@ -297,7 +297,7 @@
|
||||
"to_top": "返回頂部",
|
||||
"transport_dest_format": "格式: example.org, .example.org, *, box@example.org (英文逗號分隔多個值)",
|
||||
"transport_maps": "傳輸規則",
|
||||
"transports_hint": "→ 傳輸規則條目<b>優先於</b>中繼傳輸</b>。<br>\r\n→ 用戶的出站TLS策略設置會被忽略,只會執行域名的TLS策略規則。<br>\r\n→ 傳輸服務總是使用 \"smtp:\" 並且會在可能時使用STARTTLS。不支持SMTPS。\r\n→ 匹配 \"/localhost$/\" 的地址會通過 \"local:\" 傳輸,但是 \"*\" 不會匹配這些本地地址。<br>\r\n→ 為了確定下一跳 \"[host]:25\" 的認證憑證, Postfix <b>總會</b> 先查詢 \"host\" 而不是 \"[host]:25\"。此行為使不能同時使用 \"host\" 和 \"[host]:25\"。",
|
||||
"transports_hint": "• 傳輸規則條目<b>優先於</b>中繼傳輸</b>。<br>\r\n• 用戶的出站 TLS 策略設置會被忽略,只會執行域名的 TLS 策略規則。<br>\r\n• 傳輸服務總是使用 \"smtp:\" 並且會在可能時使用 STARTTLS。不支持 SMTPS。\r\n• 匹配 \"/localhost$/\" 的地址會通過 \"local:\" 傳輸,但是 \"*\" 不會匹配這些本地地址。<br>\r\n• 為了確定下一跳 \"[host]:25\" 的認證憑證, Postfix <b>總會</b> 先查詢 \"host\" 而不是 \"[host]:25\"。此行為使不能同時使用 \"host\" 和 \"[host]:25\"。",
|
||||
"ui_footer": "頁腳 (允許使用 HTML)",
|
||||
"ui_header_announcement": "公告",
|
||||
"ui_header_announcement_active": "啓用公告",
|
||||
|
Loading…
Reference in New Issue
Block a user