From dac962580b40c5828e70bc4745ce33e049720c6b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 23 Mar 2020 19:06:46 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=83=BC=E3=83=9E=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=88=E6=A9=9F=E8=83=BD=E3=82=92=E5=AE=9F?= =?UTF-8?q?=E8=A3=85=E3=81=99=E3=82=8B=E3=81=AA=E3=81=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/ja-JP.yml | 11 +++ src/client/components/error.vue | 2 +- src/client/components/notes.vue | 2 +- src/client/init.ts | 1 + src/client/pages/follow-requests.vue | 2 +- src/client/pages/messaging/index.vue | 2 +- src/client/pages/not-found.vue | 2 +- src/client/pages/preferences/theme.vue | 95 ++++++++++++++++++++++++-- src/client/theme.ts | 7 ++ src/server/web/views/base.pug | 6 +- 10 files changed, 118 insertions(+), 12 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 6eb90c9d0..40772f9b1 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -466,6 +466,17 @@ details: "詳細" chooseEmoji: "絵文字を選択" unableToProcess: "操作を完了できません" recentUsed: "最近使用" +install: "インストール" +uninstall: "アンインストール" + +_theme: + explore: "テーマを探す" + install: "テーマのインストール" + manage: "テーマの管理" + code: "テーマコード" + installed: "{name}をインストールしました" + alreadyInstalled: "そのテーマは既にインストールされています" + invalid: "テーマの形式が間違っています" _sfx: note: "ノート" diff --git a/src/client/components/error.vue b/src/client/components/error.vue index 7446a7cb5..dd9de43c1 100644 --- a/src/client/components/error.vue +++ b/src/client/components/error.vue @@ -1,6 +1,6 @@