From 28ee5d14773e4df8fd64c5a2f68093e9ac68c08f Mon Sep 17 00:00:00 2001 From: katherinehhh Date: Thu, 6 Apr 2023 16:15:44 +0800 Subject: [PATCH] refactor(client): improve translation (#1654) * refactor(enabled child collection ): locale * refactor: locale --- packages/core/client/src/locale/en_US.ts | 1 + packages/core/client/src/locale/ja_JP.ts | 1 + packages/core/client/src/locale/zh_CN.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/core/client/src/locale/en_US.ts b/packages/core/client/src/locale/en_US.ts index ea0cdbd5f3..604fe75e1c 100644 --- a/packages/core/client/src/locale/en_US.ts +++ b/packages/core/client/src/locale/en_US.ts @@ -58,6 +58,7 @@ export default { "All collections":"All collections", "Add category":"Add category", "Enable child collections":"Enable child collections", + "Allow adding records to the current collection":"Allow adding records to the current collection", "Delete category":"Delete category", "Edit category":"Edit category", "Collection category":"Collection category", diff --git a/packages/core/client/src/locale/ja_JP.ts b/packages/core/client/src/locale/ja_JP.ts index 321906cf92..36b2dee3d6 100644 --- a/packages/core/client/src/locale/ja_JP.ts +++ b/packages/core/client/src/locale/ja_JP.ts @@ -55,6 +55,7 @@ export default { "UI editor": "UI エディタ", "Collection": "コレクション", "Enable child collections":"启用子表", + "Allow adding records to the current collection":"現在のデータ・フォームへのレコードの追加を許可する", "Collections & Fields": "コレクションとフィールド", "All collections":"すべてのデータテーブル", "Add category":"分類の追加", diff --git a/packages/core/client/src/locale/zh_CN.ts b/packages/core/client/src/locale/zh_CN.ts index 0d55dc7ee1..63c81d9989 100644 --- a/packages/core/client/src/locale/zh_CN.ts +++ b/packages/core/client/src/locale/zh_CN.ts @@ -55,6 +55,7 @@ export default { "UI editor": "界面配置", "Collection": "数据表", "Enable child collections":"启用子表", + "Allow adding records to the current collection":"允许向当前数据表里添加记录", "Collections & Fields": "数据表配置", "All collections":"全部数据表", "Add category":"添加分类",