feat: 添加终端样式预览按钮

This commit is contained in:
Baobhan Sith
2025-05-20 15:15:20 +08:00
parent eb1ee08c88
commit 15446d34a1
4 changed files with 84 additions and 14 deletions
+1
View File
@@ -84,6 +84,7 @@
"terminalThemeColorEditorTitle": "Terminal Theme Color Editor",
"errorFixJsonBeforeSave": "Please fix the JSON format errors before saving.",
"applyButton": "Apply",
"previewButton":"Preview",
"searchThemePlaceholder": "Search theme name...",
"exportActiveThemeTooltip": "Export the currently active theme as a JSON file",
"exportActiveTheme": "Export Active Theme",
+1
View File
@@ -1195,6 +1195,7 @@
"activeTheme": "現在のテーマ",
"addNewTheme": "新しいテーマを作成",
"applyButton": "適用",
"previewButton":"プレビュー",
"applyThemeTooltip": "このテーマを適用",
"backgroundSettings": "背景設定",
"cannotDeletePreset": "プリセットテーマは削除できません",
+1
View File
@@ -83,6 +83,7 @@
"terminalThemeColorEditorTitle": "终端主题颜色编辑器",
"errorFixJsonBeforeSave": "请先修复 JSON 格式错误再保存。",
"applyButton": "应用",
"previewButton":"预览",
"searchThemePlaceholder": "搜索主题名称...",
"exportActiveThemeTooltip": "将当前激活的主题导出为 JSON 文件",
"exportActiveTheme": "导出当前主题",