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

@@ -5,7 +5,8 @@ import type { PartialLocaleType } from "./index";
const ko: PartialLocaleType = {
WIP: "곧 출시 예정...",
Error: {
Unauthorized: "권한이 없습니다. 설정 페이지에서 액세스 코드를 입력하세요.",
Unauthorized:
"권한이 없습니다. 설정 페이지에서 액세스 코드를 [입력하세요](/#/auth).",
},
ChatItem: {
ChatItemCount: (count: number) => `${count}개의 메시지`,