Skip to content

Commit 2802b6a

Browse files
committed
feat: ロケールのキーを追加
1 parent 651e9b4 commit 2802b6a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

locales/index.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -4916,6 +4916,14 @@ export interface Locale extends ILocale {
49164916
* QRコード
49174917
*/
49184918
"qrcode": string;
4919+
/**
4920+
* このQRコードをスキャンすると、新規登録時の招待コードが自動で入力されます。
4921+
*/
4922+
"qrcodeToInvite": string;
4923+
/**
4924+
* 指定された絵文字は既に存在します。
4925+
*/
4926+
"emojiAlreadyExists": string;
49194927
"_bubbleGame": {
49204928
/**
49214929
* 遊び方

locales/ja-JP.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,8 @@ loading: "読み込み中"
12251225
surrender: "やめる"
12261226
gameRetry: "リトライ"
12271227
qrcode: "QRコード"
1228+
qrcodeToInvite: "このQRコードをスキャンすると、新規登録時の招待コードが自動で入力されます。"
1229+
emojiAlreadyExists: "指定された絵文字は既に存在します。"
12281230

12291231
_bubbleGame:
12301232
howToPlay: "遊び方"

0 commit comments

Comments
 (0)