mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
fix: i18n特殊字符调整
This commit is contained in:
@@ -16,6 +16,6 @@ export default {
|
||||
sendMsg: 'Send Message',
|
||||
selectTmplPlaceholder: 'Select message template, support fuzzy search by number',
|
||||
msgTmplTooltip:
|
||||
'Message template supports variable replacement, the variable format is {{.variable}}, the following are common built-in variables <br/>{{.receiver}}: used to @ specify the recipient',
|
||||
"Message template supports variable replacement, the variable format is {'{{.variable}}'} </br> the following are common built-in variables <br/>{'{{.receiver}}'}: used to {'@'} specify the recipient",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -48,7 +48,7 @@ export default {
|
||||
lastLoginTime: 'Last Login Time',
|
||||
usernamePlacholder: '5-16 uppercase letters, numbers, -.: characters',
|
||||
random: 'Random',
|
||||
usernamePatternErrMsg: 'Only 5-16 uppercase letters, numbers, and -@.: characters are allowed',
|
||||
usernamePatternErrMsg: "Only 5-16 uppercase letters, numbers, and -.:{'@'} characters are allowed",
|
||||
accountSearchPlaceholder: 'Enter account fuzzy search and select',
|
||||
accountInfo: 'Account Information',
|
||||
allocateRoleTitle: 'Allocate the `{name}` role',
|
||||
|
||||
@@ -15,6 +15,6 @@ export default {
|
||||
send: '发送',
|
||||
sendMsg: '发送消息',
|
||||
selectTmplPlaceholder: '选择消息模板,支持编号模糊搜索',
|
||||
msgTmplTooltip: '消息模板支持变量替换,变量格式为{{.变量名}},以下为通用内置变量 <br/>{{.receiver}}:用于@指定接收人',
|
||||
msgTmplTooltip: "消息模板支持变量替换,变量格式为{'{{.变量名}}'},以下为通用内置变量 <br/>{'{{.receiver}}'}:用于{'@'}指定接收人",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -47,7 +47,7 @@ export default {
|
||||
deleteAccountConfirm: '确定删除【{name}】的账号?',
|
||||
usernamePlacholder: '5-16位大小写字母、数字、_-.:',
|
||||
random: '随机',
|
||||
usernamePatternErrMsg: '只允许输入5-16位大小写字母、数字、_-@.:',
|
||||
usernamePatternErrMsg: "只允许输入5-16位大小写字母、数字、_-.:{'@'}",
|
||||
accountSearchPlaceholder: '输入账号模糊搜索并选择',
|
||||
accountInfo: '账号信息',
|
||||
allocateRoleTitle: '分配 `{name}` 的角色',
|
||||
|
||||
Reference in New Issue
Block a user