テーマインストール時の動作をわかりやすくしたりテーマをアンインストールできるようにしたり
This commit is contained in:
parent
1b9b8912ae
commit
ff76c815b1
2 changed files with 14 additions and 1 deletions
|
@ -291,6 +291,7 @@ common/views/components/theme.vue:
|
|||
install-a-theme: "テーマのインストール"
|
||||
theme-code: "テーマコード"
|
||||
install: "インストール"
|
||||
installed: "「{}」をインストールしました"
|
||||
create-a-theme: "テーマの作成"
|
||||
save-created-theme: "テーマを保存"
|
||||
primary-color: "プライマリ カラー"
|
||||
|
@ -306,6 +307,8 @@ common/views/components/theme.vue:
|
|||
saved: "保存しました"
|
||||
installed-themes: "インストールされたテーマ"
|
||||
select-theme: "テーマを選択してください"
|
||||
uninstall: "アンインストール"
|
||||
uninstalled: "「{}」をアンインストールしました"
|
||||
|
||||
common/views/components/cw-button.vue:
|
||||
hide: "隠す"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue