diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index e5ab80c2f..f14d9bf9c 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -851,6 +851,7 @@ desktop/views/components/settings.vue: suggest-recent-hashtags: "最近のハッシュタグを投稿フォームに表示する" show-clock-on-header: "右上に時計を表示する" show-reply-target: "リプライ先を表示する" + timeline: "タイムライン" show-my-renotes: "自分の行ったRenoteをタイムラインに表示する" show-renoted-my-notes: "自分の投稿のRenoteをタイムラインに表示する" show-local-renotes: "ローカルの投稿のRenoteをタイムラインに表示する" diff --git a/src/client/app/desktop/views/components/settings.vue b/src/client/app/desktop/views/components/settings.vue index 069d50181..cd91c1461 100644 --- a/src/client/app/desktop/views/components/settings.vue +++ b/src/client/app/desktop/views/components/settings.vue @@ -56,6 +56,13 @@ +
+
%i18n:@timeline%
+ %i18n:@show-my-renotes% + %i18n:@show-renoted-my-notes% + %i18n:@show-local-renotes% +
+
%i18n:@note-visibility%
%i18n:@remember-note-visibility% @@ -76,6 +83,7 @@
%fa:desktop% %i18n:@display%
+ %i18n:@post-form-on-timeline% %i18n:@customize%
@@ -100,24 +108,22 @@ %i18n:common.i-like-sushi%
- %i18n:@post-form-on-timeline% %i18n:@suggest-recent-hashtags% %i18n:@show-clock-on-header% %i18n:common.always-show-nsfw% %i18n:@show-reply-target% - %i18n:@show-my-renotes% - %i18n:@show-renoted-my-notes% - %i18n:@show-local-renotes% %i18n:@show-maps% %i18n:common.disable-animated-mfm% - %i18n:common.show-reversi-board-labels% - %i18n:common.use-contrast-reversi-stones%
%i18n:@deck-column-align%
%i18n:@deck-column-align-center% %i18n:@deck-column-align-left%
+
+ %i18n:common.show-reversi-board-labels% + %i18n:common.use-contrast-reversi-stones% +