diff --git a/web/src/locales/zh-Hans.json b/web/src/locales/zh-Hans.json index f71332f09..4fce24a08 100644 --- a/web/src/locales/zh-Hans.json +++ b/web/src/locales/zh-Hans.json @@ -244,6 +244,14 @@ "description": "该账号下全部的访问令牌", "title": "访问令牌" }, + "user-sessions-section": { + "title": "用户会话", + "description": "当前账号下全部的会话,你可以撤销除当前会话以外的所有会话。", + "device": "设备", + "last-active": "最后活跃时间", + "expires": "过期时间", + "current": "当前设备" + }, "account-section": { "change-password": "修改密码", "email-note": "可选", diff --git a/web/src/locales/zh-Hant.json b/web/src/locales/zh-Hant.json index a23dcdeaf..ae05e0fdb 100644 --- a/web/src/locales/zh-Hant.json +++ b/web/src/locales/zh-Hant.json @@ -231,6 +231,14 @@ "title": "存取令牌", "token": "令牌" }, + "user-sessions-section": { + "title": "使用者會话", + "description": "此處列出您帳號的所有使用者會话。", + "device": "裝置", + "last-active": "最後活躍時間", + "expires": "過期時間", + "current": "當前裝置" + }, "account-section": { "change-password": "變更密碼", "email-note": "非必須的",