From aadf6fa9b1236ced177f1026406512187a231897 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 19 Oct 2018 07:03:29 +0900 Subject: [PATCH] =?UTF-8?q?UI=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 1 + .../app/desktop/views/components/settings.vue | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) 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% +