From 1a75aedf77938cb099690d8558bceb14f6723338 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:15:12 +0900 Subject: [PATCH] wip --- locales/index.d.ts | 12 +++++++++ locales/ja-JP.yml | 3 +++ .../frontend/src/pages/settings/privacy.vue | 26 ++++++++++--------- 3 files changed, 29 insertions(+), 12 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 86d712a26004..8350297a79a0 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -3806,6 +3806,18 @@ export interface Locale extends ILocale { * 1ヶ月 */ "oneMonth": string; + /** + * 3ヶ月 + */ + "threeMonths": string; + /** + * 1年 + */ + "oneYear": string; + /** + * 3日 + */ + "threeDays": string; /** * 反映されるまで時間がかかる場合があります。 */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index bec34894c118..93ed879a0832 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -947,6 +947,9 @@ oneHour: "1時間" oneDay: "1日" oneWeek: "1週間" oneMonth: "1ヶ月" +threeMonths: "3ヶ月" +oneYear: "1年" +threeDays: "3日" reflectMayTakeTime: "反映されるまで時間がかかる場合があります。" failedToFetchAccountInformation: "アカウント情報の取得に失敗しました" rateLimitExceeded: "レート制限を超えました" diff --git a/packages/frontend/src/pages/settings/privacy.vue b/packages/frontend/src/pages/settings/privacy.vue index 67e320e6fbc1..da3d36b31add 100644 --- a/packages/frontend/src/pages/settings/privacy.vue +++ b/packages/frontend/src/pages/settings/privacy.vue @@ -68,12 +68,13 @@ SPDX-License-Identifier: AGPL-3.0-only - - - - - - + + + + + + + - - - - - - + + + + + + +