From 4fef9c670aa1a44c70d4971dac4c98f2f94b4144 Mon Sep 17 00:00:00 2001 From: lqvp <183242690+lqvp@users.noreply.github.com> Date: Sun, 16 Mar 2025 11:27:41 +0900 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E9=80=9A=E7=9F=A5=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=97=E3=81=AEcreateToken=E3=81=8C=E6=8A=9C?= =?UTF-8?q?=E3=81=91=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#15663)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 ++++ locales/ja-JP.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 7e4892eb39..c9f67c8110 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -9785,6 +9785,10 @@ export interface Locale extends ILocale { * ログイン */ "login": string; + /** + * アクセストークンの作成 + */ + "createToken": string; /** * 通知のテスト */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index f17c5a1278..605aab919d 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2586,6 +2586,7 @@ _notification: achievementEarned: "実績の獲得" exportCompleted: "エクスポートが完了した" login: "ログイン" + createToken: "アクセストークンの作成" test: "通知のテスト" app: "連携アプリからの通知"