diff --git a/locales/index.d.ts b/locales/index.d.ts index 5cab76136a..66ee7619a0 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1100,6 +1100,7 @@ export interface Locale { "iHaveReadXCarefullyAndAgree": string; "dialog": string; "icon": string; + "forYou": string; "_announcement": { "forExistingUsers": string; "forExistingUsersDescription": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 2db6dcf283..b4bbc0e00f 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1097,6 +1097,7 @@ beSureToReadThisAsItIsImportant: "重要ですので必ずお読みください iHaveReadXCarefullyAndAgree: "「{x}」の内容をよく読み、同意します。" dialog: "ダイアログ" icon: "アイコン" +forYou: "あなたへ" _announcement: forExistingUsers: "既存ユーザーのみ" diff --git a/packages/frontend/src/components/MkAnnouncementDialog.vue b/packages/frontend/src/components/MkAnnouncementDialog.vue index 075bdf8f49..b2e42e2f62 100644 --- a/packages/frontend/src/components/MkAnnouncementDialog.vue +++ b/packages/frontend/src/components/MkAnnouncementDialog.vue @@ -4,8 +4,8 @@ SPDX-License-Identifier: AGPL-3.0-only -->