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 @@