feat: 添加自定义终端字体描边和阴影设置项
This commit is contained in:
@@ -147,7 +147,23 @@
|
||||
"noMatchingRemotePresetsFound": "No matching remote themes found",
|
||||
"editAsNewTooltip": "Edit as new custom theme",
|
||||
"presetTag": "Preset",
|
||||
"customTag": "Custom"
|
||||
"customTag": "Custom",
|
||||
"textStrokeSettingsSaved": "Text stroke settings saved.",
|
||||
"textStrokeSettingsSaveFailed": "Failed to save text stroke settings: {message}",
|
||||
"textShadowSettingsSaved": "Text shadow settings saved.",
|
||||
"textShadowSettingsSaveFailed": "Failed to save text shadow settings: {message}",
|
||||
"textStrokeSettings": "Text Stroke Settings",
|
||||
"enableTextStroke": "Enable Text Stroke",
|
||||
"textStrokeWidth": "Stroke Width (px)",
|
||||
"textStrokeColor": "Stroke Color",
|
||||
"saveStrokeSettings": "Save Stroke Settings",
|
||||
"textShadowSettings": "Text Shadow Settings",
|
||||
"enableTextShadow": "Enable Text Shadow",
|
||||
"textShadowOffsetX": "Shadow X Offset (px)",
|
||||
"textShadowOffsetY": "Shadow Y Offset (px)",
|
||||
"textShadowBlur": "Shadow Blur Radius (px)",
|
||||
"textShadowColor": "Shadow Color",
|
||||
"saveShadowSettings": "Save Shadow Settings"
|
||||
},
|
||||
"login": {
|
||||
"title": "User Login",
|
||||
|
||||
@@ -1334,7 +1334,24 @@
|
||||
"noMatchingRemotePresetsFound": "一致するリモートテーマが見つかりませんでした",
|
||||
"editAsNewTooltip": "新しいカスタムテーマとして編集",
|
||||
"presetTag": "プリセット",
|
||||
"customTag": "カスタム"
|
||||
"customTag": "カスタム",
|
||||
"customHtmlResetSuccess": "カスタム HTML がリセットされました。",
|
||||
"textStrokeSettingsSaved": "文字の縁取り設定が保存されました。",
|
||||
"textStrokeSettingsSaveFailed": "文字の縁取り設定の保存に失敗しました: {message}",
|
||||
"textShadowSettingsSaved": "文字の影設定が保存されました。",
|
||||
"textShadowSettingsSaveFailed": "文字の影設定の保存に失敗しました: {message}",
|
||||
"textStrokeSettings": "文字の縁取り設定",
|
||||
"enableTextStroke": "文字の縁取りを有効にする",
|
||||
"textStrokeWidth": "縁取りの太さ (px)",
|
||||
"textStrokeColor": "縁取りの色",
|
||||
"saveStrokeSettings": "縁取り設定を保存",
|
||||
"textShadowSettings": "文字の影設定",
|
||||
"enableTextShadow": "文字の影を有効にする",
|
||||
"textShadowOffsetX": "影の X オフセット (px)",
|
||||
"textShadowOffsetY": "影の Y オフセット (px)",
|
||||
"textShadowBlur": "影のぼかし半径 (px)",
|
||||
"textShadowColor": "影の色",
|
||||
"saveShadowSettings": "影の設定を保存"
|
||||
|
||||
},
|
||||
"tags": {
|
||||
|
||||
@@ -148,7 +148,23 @@
|
||||
"editAsNewTooltip": "编辑为新自定义主题",
|
||||
"presetTag": "预设",
|
||||
"customTag": "自定义",
|
||||
"customHtmlResetSuccess":"自定义 HTML 已重置。"
|
||||
"customHtmlResetSuccess":"自定义 HTML 已重置。",
|
||||
"textStrokeSettingsSaved": "文字描边设置已保存。",
|
||||
"textStrokeSettingsSaveFailed": "保存文字描边设置失败: {message}",
|
||||
"textShadowSettingsSaved": "文字阴影设置已保存。",
|
||||
"textShadowSettingsSaveFailed": "保存文字阴影设置失败: {message}",
|
||||
"textStrokeSettings": "文字描边设置",
|
||||
"enableTextStroke": "启用文字描边",
|
||||
"textStrokeWidth": "描边粗细 (px)",
|
||||
"textStrokeColor": "描边颜色",
|
||||
"saveStrokeSettings": "保存描边设置",
|
||||
"textShadowSettings": "文字阴影设置",
|
||||
"enableTextShadow": "启用文字阴影",
|
||||
"textShadowOffsetX": "阴影 X 偏移 (px)",
|
||||
"textShadowOffsetY": "阴影 Y 偏移 (px)",
|
||||
"textShadowBlur": "阴影模糊半径 (px)",
|
||||
"textShadowColor": "阴影颜色",
|
||||
"saveShadowSettings": "保存阴影设置"
|
||||
},
|
||||
"login": {
|
||||
"title": "用户登录",
|
||||
|
||||
Reference in New Issue
Block a user