diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index a04d59b0a4..133d229f3d 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1098,7 +1098,6 @@ likeOnlyForRemote: "全て (リモートはいいねのみ)" nonSensitiveOnly: "非センシティブのみ" nonSensitiveOnlyForLocalLikeOnlyForRemote: "非センシティブのみ (リモートはいいねのみ)" rolesAssignedToMe: "自分に割り当てられたロール" -roleSettings: "ロール設定" resetPasswordConfirm: "パスワードリセットしますか?" sensitiveWords: "センシティブワード" sensitiveWordsDescription: "設定したワードが含まれるノートの公開範囲をホームにします。改行で区切って複数設定できます。" @@ -3247,10 +3246,9 @@ _gridComponent: notUnique: "この値は一意である必要があります" _roleDisplay: - title: "表示するロール/ロールバッジ" - description: "自分のプロフィールやノートに表示する公開ロールを選択します。" + description: "自分のプロフィールやノートに表示するロールを選択します。" + displayToggle: "ロール/ロールバッジを表示する" alwaysShownByAdmin: "管理者により常に表示するよう設定されています。" - noRoles: "表示できる公開ロールはありません。" _roleSelectDialog: notSelected: "選択されていません" diff --git a/packages/frontend/assets/label_3d.png b/packages/frontend/assets/label_3d.png new file mode 100644 index 0000000000..27993d0a7f Binary files /dev/null and b/packages/frontend/assets/label_3d.png differ diff --git a/packages/frontend/src/pages/admin/roles.editor.vue b/packages/frontend/src/pages/admin/roles.editor.vue index 94261865e9..81f00666b2 100644 --- a/packages/frontend/src/pages/admin/roles.editor.vue +++ b/packages/frontend/src/pages/admin/roles.editor.vue @@ -62,12 +62,12 @@ SPDX-License-Identifier: AGPL-3.0-only - + - + diff --git a/packages/frontend/src/pages/settings/index.vue b/packages/frontend/src/pages/settings/index.vue index 9a1f1291f3..e92abe3095 100644 --- a/packages/frontend/src/pages/settings/index.vue +++ b/packages/frontend/src/pages/settings/index.vue @@ -95,7 +95,7 @@ const menuDef = computed(() => [{ active: currentPage.value?.route.name === 'privacy', }, { icon: 'ti ti-badges', - text: i18n.ts.roleSettings, + text: i18n.ts.roles, to: '/settings/roles', active: currentPage.value?.route.name === 'roles', }, { diff --git a/packages/frontend/src/pages/settings/roles.vue b/packages/frontend/src/pages/settings/roles.vue index 2f09ea6970..bcb51d1a46 100644 --- a/packages/frontend/src/pages/settings/roles.vue +++ b/packages/frontend/src/pages/settings/roles.vue @@ -4,19 +4,22 @@ SPDX-License-Identifier: AGPL-3.0-only -->