From cdb8e41176d928f0cdd9c0f5f67816eff9be03c6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 30 Dec 2018 13:02:06 +0900 Subject: [PATCH] [Client] Update theme setting --- locales/ja-JP.yml | 3 +- .../app/common/views/components/theme.vue | 188 +++++++++--------- .../app/desktop/views/components/settings.vue | 8 +- .../app/mobile/views/pages/settings.vue | 7 +- 4 files changed, 103 insertions(+), 103 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 52d5ff8f6..917c4028d 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -283,6 +283,7 @@ common/views/components/media-banner.vue: click-to-show: "クリックして表示" common/views/components/theme.vue: + theme: "テーマ" light-theme: "非ダークモード時に使用するテーマ" dark-theme: "ダークモード時に使用するテーマ" light-themes: "明るいテーマ" @@ -299,6 +300,7 @@ common/views/components/theme.vue: base-theme: "ベーステーマ" base-theme-light: "Light" base-theme-dark: "Dark" + find-more-theme: "その他のテーマを入手" theme-name: "テーマ名" preview-created-theme: "プレビュー" invalid-theme: "テーマが正しくありません。" @@ -1628,7 +1630,6 @@ mobile/views/pages/settings.vue: notification-position: "通知の表示" notification-position-bottom: "下" notification-position-top: "上" - theme: "テーマ" behavior: "動作" fetch-on-scroll: "スクロールで自動読み込み" note-visibility: "投稿の公開範囲" diff --git a/src/client/app/common/views/components/theme.vue b/src/client/app/common/views/components/theme.vue index 6a90c3021..2b421bffb 100644 --- a/src/client/app/common/views/components/theme.vue +++ b/src/client/app/common/views/components/theme.vue @@ -1,99 +1,104 @@