diff --git a/packages/core/client/src/locale/en_US.ts b/packages/core/client/src/locale/en_US.ts index ea0cdbd5f..604fe75e1 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 321906cf9..36b2dee3d 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 0d55dc7ee..63c81d998 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":"添加分类",