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",
|
||||
|
||||
Reference in New Issue
Block a user