From 9b6c2ff7ec6f916857fc6e23b196f54608706a14 Mon Sep 17 00:00:00 2001 From: chenos Date: Sun, 19 Jun 2022 23:22:09 +0800 Subject: [PATCH] fix(china-region): typo --- .../client/src/collection-manager/interfaces/chinaRegion.ts | 4 ++-- packages/core/client/src/locale/en_US.ts | 1 + packages/core/client/src/locale/zh_CN.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/core/client/src/collection-manager/interfaces/chinaRegion.ts b/packages/core/client/src/collection-manager/interfaces/chinaRegion.ts index c6e35b956..7d8900cd3 100644 --- a/packages/core/client/src/collection-manager/interfaces/chinaRegion.ts +++ b/packages/core/client/src/collection-manager/interfaces/chinaRegion.ts @@ -78,10 +78,10 @@ export const chinaRegion: IField = { children: [ { name: 'name', - title: '{{t("Filename")}}', + title: '{{t("Province/city/area name")}}', operators: operators.string, schema: { - title: '{{t("Filename")}}', + title: '{{t("Province/city/area name")}}', type: 'string', 'x-component': 'Input', }, diff --git a/packages/core/client/src/locale/en_US.ts b/packages/core/client/src/locale/en_US.ts index 3bc52c473..2fa54eec3 100644 --- a/packages/core/client/src/locale/en_US.ts +++ b/packages/core/client/src/locale/en_US.ts @@ -541,4 +541,5 @@ export default { "One to one (has one)": "One to one (has one)", "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", + "Province/city/area name": "Province/city/area name", } diff --git a/packages/core/client/src/locale/zh_CN.ts b/packages/core/client/src/locale/zh_CN.ts index 5ef35bfc0..562862c7f 100644 --- a/packages/core/client/src/locale/zh_CN.ts +++ b/packages/core/client/src/locale/zh_CN.ts @@ -604,4 +604,5 @@ export default { "One to one (has one)": "一对一(has one)", "One to one (belongs to)": "一对一(belongs to)", "Use the same time zone (GMT) for all users": "所有用户使用同一时区 (格林尼治标准时间)", + "Province/city/area name": "省市区名称", }