From 90be6317e6cd39e82bc0b1a108fe490f0fb772a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:18:46 +0900 Subject: [PATCH] =?UTF-8?q?enhance(profile):=20=E7=9B=B8=E4=BA=92=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E6=A9=9F=E8=83=BD=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E7=94=BB=E9=9D=A2=E3=81=AE=E3=83=87=E3=82=B6=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20(MisskeyIO#690)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/en-US.yml | 2 +- locales/index.d.ts | 2 +- locales/ja-JP.yml | 2 +- locales/ko-KR.yml | 2 +- packages/frontend/src/pages/settings/profile.vue | 9 +++++---- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index c073e40c5..02942000e 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -2272,7 +2272,7 @@ _profile: addMutualLinkSection: "Add section" sectionName: "Section name" sectionNameNoneDescription: "Do not display the section name" - sectionNameNone: "Hide section name" + sectionNameNone: "Section without name" _exportOrImport: allNotes: "All notes" favoritedNotes: "Favorite notes" diff --git a/locales/index.d.ts b/locales/index.d.ts index 8a0ab9522..49ebe9bc6 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -8859,7 +8859,7 @@ export interface Locale extends ILocale { */ "sectionNameNoneDescription": string; /** - * セクション名を表示しない + * 名前が表示されないセクション */ "sectionNameNone": string; }; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 1be0bfd59..b2d9ae81a 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2328,7 +2328,7 @@ _profile: addMutualLinkSection: "セクションを追加" sectionName: "セクション名" sectionNameNoneDescription: "セクション名を表示しないようにする" - sectionNameNone: "セクション名を表示しない" + sectionNameNone: "名前が表示されないセクション" _exportOrImport: allNotes: "全てのノート" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 9a95a656d..50b758959 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -2256,7 +2256,7 @@ _profile: addMutualLinkSection: "섹션 추가" sectionName: "섹션 이름" sectionNameNoneDescription: "섹션 이름이 표시되지 않도록 합니다." - sectionNameNone: "섹션 이름을 숨기기" + sectionNameNone: "이름이 표시되지 않는 섹션" _exportOrImport: allNotes: "모든 노트" favoritedNotes: "즐겨찾기한 노트" diff --git a/packages/frontend/src/pages/settings/profile.vue b/packages/frontend/src/pages/settings/profile.vue index d29356ccc..c18e388aa 100644 --- a/packages/frontend/src/pages/settings/profile.vue +++ b/packages/frontend/src/pages/settings/profile.vue @@ -117,11 +117,12 @@ SPDX-License-Identifier: AGPL-3.0-only -
- - {{ i18n.ts._profile.sectionNameNoneDescription }} +
+ + {{ i18n.ts._profile.sectionNameNoneDescription }} {{ i18n.ts._profile.addMutualLink }}
+