提交 25044d1e 编写于 作者: Q q4speed

格式化翻译示例

上级 6209a5f9
......@@ -14,6 +14,7 @@ const zh_CN = {
'cancel': '取消',
'prompt': '提示',
'operating': '操作',
'input_limit': '长度在 {0} 到 {1} 个字符',
},
workspace: {
'create': '创建工作空间',
......
......@@ -167,7 +167,7 @@
rules: {
name: [
{required: true, message: this.$t('workspace.input_name'), trigger: 'blur'},
{min: 2, max: 50, message: this.$t('workspace.input_name_2_50'), trigger: 'blur'}
{min: 2, max: 50, message: this.$t('commons.input_limit', [2, 50]), trigger: 'blur'}
]
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册