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: "連携アプリからの通知"