diff --git a/locales/en-US.yml b/locales/en-US.yml index c073e40c541e..02942000e33c 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 8a0ab9522d91..49ebe9bc69bc 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 1be0bfd59336..b2d9ae81a00c 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 9a95a656dd26..50b758959482 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 d29356cccbd2..c18e388aa006 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 }}
+