fix(系统设置): 修复系统设置页面配置描述文案不够精简
This commit is contained in:
parent
d98ebb6f13
commit
d51f4c7899
|
@ -48,6 +48,7 @@
|
|||
>
|
||||
<div v-for="element in couldCloseColumn" :key="element.value" class="column-drag-item">
|
||||
<div class="flex w-[90%] items-center">
|
||||
<MsIcon type="icon-icon_drag" class="sort-handle cursor-move text-[16px] text-[var(--color-text-4)]" />
|
||||
<span class="ml-[8px]">{{ t(element.label) }}</span>
|
||||
</div>
|
||||
<a-switch v-model="element.isShow" size="small" type="line" @change="handleSwitchChange" />
|
||||
|
|
|
@ -300,7 +300,7 @@
|
|||
:rules="{ platformName: [{ required: true, message: t('system.config.page.platformNameRequired') }] }"
|
||||
>
|
||||
<a-form-item
|
||||
:label="t('system.config.page.platformName')"
|
||||
:label="t('common.name')"
|
||||
field="platformName"
|
||||
asterisk-position="end"
|
||||
class="mb-[12px]"
|
||||
|
|
|
@ -75,11 +75,11 @@ export default {
|
|||
'system.config.page.sloganTip': 'The slogan under the product logo',
|
||||
'system.config.page.title': 'Website name',
|
||||
'system.config.page.titlePlaceholder': 'Please enter a website name',
|
||||
'system.config.page.titleTip': 'The platform name displayed on the web page tab',
|
||||
'system.config.page.titleTip': 'The name displayed in the web Tab',
|
||||
'system.config.page.loginPreviewTip':
|
||||
'tips: The default is the MeterSphere system interface, which supports custom platform interface settings',
|
||||
'system.config.page.platformConfig': 'Platform settings',
|
||||
'system.config.page.platformLogo': 'Platform logo',
|
||||
'system.config.page.platformConfig': 'Settings',
|
||||
'system.config.page.platformLogo': 'Logo',
|
||||
'system.config.page.platformLogoTip':
|
||||
'The logo displayed at the top of the platform page; it is recommended to use a transparent background image in SVG or PNG format, with a height of not less than 32px; the image size is only supported within 200 KB',
|
||||
'system.config.page.platformName': 'Platform name',
|
||||
|
@ -91,7 +91,7 @@ export default {
|
|||
'system.config.page.helpDocPlaceholder': 'Please enter the address of the help document',
|
||||
'system.config.page.helpDocTip': 'Help document jump link can be set, the default is official help document',
|
||||
'system.config.page.platformConfigTip':
|
||||
'tips: The default is the MeterSphere system interface, which supports custom platform interface settings',
|
||||
'tips: MeterSphere system interface by default, support for custom interface Settings',
|
||||
'system.config.page.resetAll': 'Reset',
|
||||
'system.config.page.save': 'Save & Apply',
|
||||
'system.config.page.unsave': 'Unsaved',
|
||||
|
|
|
@ -73,10 +73,10 @@ export default {
|
|||
'system.config.page.sloganTip': '产品Logo下的 Slogan',
|
||||
'system.config.page.title': '网站名称',
|
||||
'system.config.page.titlePlaceholder': '请输入网站名称',
|
||||
'system.config.page.titleTip': '显示在网页Tab的平台名称',
|
||||
'system.config.page.titleTip': '显示在网页Tab的名称',
|
||||
'system.config.page.loginPreviewTip': 'tips:默认为 MeterSphere 系统界面,支持自定义平台界面设置',
|
||||
'system.config.page.platformConfig': '平台设置',
|
||||
'system.config.page.platformLogo': '平台 Logo',
|
||||
'system.config.page.platformConfig': '设置',
|
||||
'system.config.page.platformLogo': 'Logo',
|
||||
'system.config.page.platformLogoTip':
|
||||
'平台页面顶部显示的 Logo;建议使用 SVG 或 PNG 格式透明背景图片,高度不小于 32px;图片大小仅支持 200 KB 以内',
|
||||
'system.config.page.platformName': '平台名称',
|
||||
|
@ -86,7 +86,7 @@ export default {
|
|||
'system.config.page.helpDoc': '帮助文档',
|
||||
'system.config.page.helpDocPlaceholder': '请输入帮助文档地址',
|
||||
'system.config.page.helpDocTip': '可设置帮助文档跳转链接,默认为官方帮助文档',
|
||||
'system.config.page.platformConfigTip': 'tips:默认为 MeterSphere 系统界面,支持自定义平台界面设置',
|
||||
'system.config.page.platformConfigTip': 'tips:默认为 MeterSphere 系统界面,支持自定义界面设置',
|
||||
'system.config.page.resetAll': '恢复默认',
|
||||
'system.config.page.cancel': '放弃更新',
|
||||
'system.config.page.save': '保存并应用',
|
||||
|
|
Loading…
Reference in New Issue