diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 2c048fbe72..fe30130631 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -717,6 +717,7 @@ accentColor: "アクセント" textColor: "文字" saveAs: "名前を付けて保存" advanced: "高度" +advancedSettings: "高度な設定" value: "値" createdAt: "作成日時" updatedAt: "更新日時" diff --git a/packages/client/src/pages/settings/profile.vue b/packages/client/src/pages/settings/profile.vue index 868068e010..14eeeaaa11 100644 --- a/packages/client/src/pages/settings/profile.vue +++ b/packages/client/src/pages/settings/profile.vue @@ -53,9 +53,16 @@ {{ i18n.ts._profile.metadataDescription }} - {{ i18n.ts.flagAsCat }}{{ i18n.ts.flagAsCatDescription }} + + {{ i18n.ts.advancedSettings }} + + + {{ i18n.ts.flagAsCat }}{{ i18n.ts.flagAsCatDescription }} + {{ i18n.ts.flagAsBot }}{{ i18n.ts.flagAsBotDescription }} + + + {{ i18n.ts.flagShowTimelineReplies }}{{ i18n.ts.flagShowTimelineRepliesDescription }} {{ i18n.ts.reflectMayTakeTime }} - {{ i18n.ts.flagAsBot }}{{ i18n.ts.flagAsBotDescription }}