From 88dca1400e17432d80d2703eb751a0d806f43bc9 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 27 Dec 2022 14:25:20 +0900 Subject: [PATCH] :art: --- locales/ja-JP.yml | 1 + packages/client/src/pages/settings/profile.vue | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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.flagAsCat }} + + + +
+ {{ i18n.ts.flagAsCat }} + {{ i18n.ts.flagAsBot }} +
+
+ {{ i18n.ts.flagShowTimelineReplies }} - {{ i18n.ts.flagAsBot }}