locale: add link to authentication page in i18n

This commit is contained in:
Levi Borodenko
2023-08-01 16:17:26 +02:00
parent 6137d551fe
commit d975daf3f0
10 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ import type { PartialLocaleType } from "./index";
const tw: PartialLocaleType = {
WIP: "該功能仍在開發中……",
Error: {
Unauthorized: "目前您的狀態是未授權,請前往設定頁面輸入授權碼。",
Unauthorized: "目前您的狀態是未授權,請前往[設定頁面](/#/auth)輸入授權碼。",
},
ChatItem: {
ChatItemCount: (count: number) => `${count} 條對話`,