mirror of
https://github.com/certd/certd.git
synced 2026-07-13 08:47:34 +08:00
chore(locales,plugin): 更新多语言文案并优化插件依赖提示
1. 修复中文文案中"sourcee"拼写错误为"来源" 2. 将插件列表启用禁用列的提示文案替换为更简洁的"点击启用/禁用" 3. 完善插件依赖和第三方依赖的帮助提示,添加格式示例说明
This commit is contained in:
@@ -450,7 +450,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
},
|
||||
},
|
||||
disabled: {
|
||||
title: t("certd.enableDisable"),
|
||||
title: t("certd.clickToToggle"),
|
||||
type: "dict-switch",
|
||||
dict: dict({
|
||||
data: [
|
||||
|
||||
Reference in New Issue
Block a user