fix(china-region): typo

This commit is contained in:
chenos 2022-06-19 23:22:09 +08:00
parent 5b5e5c0852
commit 9b6c2ff7ec
3 changed files with 4 additions and 2 deletions

View File

@ -78,10 +78,10 @@ export const chinaRegion: IField = {
children: [ children: [
{ {
name: 'name', name: 'name',
title: '{{t("Filename")}}', title: '{{t("Province/city/area name")}}',
operators: operators.string, operators: operators.string,
schema: { schema: {
title: '{{t("Filename")}}', title: '{{t("Province/city/area name")}}',
type: 'string', type: 'string',
'x-component': 'Input', 'x-component': 'Input',
}, },

View File

@ -541,4 +541,5 @@ export default {
"One to one (has one)": "One to one (has one)", "One to one (has one)": "One to one (has one)",
"One to one (belongs to)": "One to one (belongs to)", "One to one (belongs to)": "One to one (belongs to)",
"Use the same time zone (GMT) for all users": "Use the same time zone (GMT) for all users", "Use the same time zone (GMT) for all users": "Use the same time zone (GMT) for all users",
"Province/city/area name": "Province/city/area name",
} }

View File

@ -604,4 +604,5 @@ export default {
"One to one (has one)": "一对一has one", "One to one (has one)": "一对一has one",
"One to one (belongs to)": "一对一belongs to", "One to one (belongs to)": "一对一belongs to",
"Use the same time zone (GMT) for all users": "所有用户使用同一时区 (格林尼治标准时间)", "Use the same time zone (GMT) for all users": "所有用户使用同一时区 (格林尼治标准时间)",
"Province/city/area name": "省市区名称",
} }