We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651e9b4 commit 2802b6aCopy full SHA for 2802b6a
locales/index.d.ts
@@ -4916,6 +4916,14 @@ export interface Locale extends ILocale {
4916
* QRコード
4917
*/
4918
"qrcode": string;
4919
+ /**
4920
+ * このQRコードをスキャンすると、新規登録時の招待コードが自動で入力されます。
4921
+ */
4922
+ "qrcodeToInvite": string;
4923
4924
+ * 指定された絵文字は既に存在します。
4925
4926
+ "emojiAlreadyExists": string;
4927
"_bubbleGame": {
4928
/**
4929
* 遊び方
locales/ja-JP.yml
@@ -1225,6 +1225,8 @@ loading: "読み込み中"
1225
surrender: "やめる"
1226
gameRetry: "リトライ"
1227
qrcode: "QRコード"
1228
+qrcodeToInvite: "このQRコードをスキャンすると、新規登録時の招待コードが自動で入力されます。"
1229
+emojiAlreadyExists: "指定された絵文字は既に存在します。"
1230
1231
_bubbleGame:
1232
howToPlay: "遊び方"
0 commit comments