add link to settings page

This commit is contained in:
zpxiaomi
2023-05-01 18:51:44 +02:00
parent b0cd8579f1
commit 2dc87f1c4f
6 changed files with 7 additions and 6 deletions

View File

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