diff --git a/packages/core/client/src/locale/en_US.ts b/packages/core/client/src/locale/en_US.ts index 916632e51..7c3454bd8 100644 --- a/packages/core/client/src/locale/en_US.ts +++ b/packages/core/client/src/locale/en_US.ts @@ -147,6 +147,7 @@ export default { "Integer": "Integer", "Percent": "Percent", "Password": "Password", + "Advanced type": "Advanced", "Formula": "Formula", "Formula description": "Compute a value in each record based on other fields in the same record.", "Choices": "Choices", diff --git a/packages/core/client/src/locale/ja_JP.ts b/packages/core/client/src/locale/ja_JP.ts index 4b9517ca9..510d27144 100644 --- a/packages/core/client/src/locale/ja_JP.ts +++ b/packages/core/client/src/locale/ja_JP.ts @@ -136,6 +136,7 @@ export default { "Integer": "整数", "Percent": "パーセント", "Password": "パスワード", + "Advanced type": "アドバンスタイプ", "Formula": "式", "Formula description": "各レコードの値を、同じレコード内の他のフィールドを基に計算します。", "Choices": "選択", diff --git a/packages/core/client/src/locale/ru_RU.ts b/packages/core/client/src/locale/ru_RU.ts index b73a861be..ef9d66c60 100644 --- a/packages/core/client/src/locale/ru_RU.ts +++ b/packages/core/client/src/locale/ru_RU.ts @@ -124,6 +124,7 @@ export default { "Integer": "Целое", "Percent": "Процент", "Password": "Пароль", + "Advanced type": "Продвинутый", "Formula": "Формула", "Formula description": "Вычисляет значение на базе значений других полей той же записи.", "Choices": "Выбор", diff --git a/packages/core/client/src/locale/tr_TR.ts b/packages/core/client/src/locale/tr_TR.ts index 2776ac06b..7b1216a9f 100644 --- a/packages/core/client/src/locale/tr_TR.ts +++ b/packages/core/client/src/locale/tr_TR.ts @@ -124,6 +124,7 @@ export default { "Integer": "Tamsayı", "Percent": "Yüzde", "Password": "Şifre", + "Advanced type": "Gelişmiş", "Formula": "Formül", "Formula description": "Aynı kayıttaki diğer alanlara dayalı olarak her kayıtta bir değer hesaplayın.", "Choices": "Seçimler", diff --git a/packages/core/client/src/locale/zh_CN.ts b/packages/core/client/src/locale/zh_CN.ts index ce6798f4b..d42d84565 100644 --- a/packages/core/client/src/locale/zh_CN.ts +++ b/packages/core/client/src/locale/zh_CN.ts @@ -151,11 +151,14 @@ export default { "Integer": "整数", "Percent": "百分比", "Password": "密码", + "Advanced type": "高级类型", "Formula": "公式", "Formula description": "基于同一条记录中的其他字段计算出一个值。", "Sequence": "自动编码", "Sequence rules": "编号规则", "Add rule": "添加规则", + "Inputable": "可输入", + "Match rules": "输入必须匹配规则", "Type": "类型", "Autoincrement": "自增数字", "Fixed text": "固定文本", diff --git a/packages/plugins/workflow/src/client/locale/en-US.ts b/packages/plugins/workflow/src/client/locale/en-US.ts index 475038b0c..ddd9241c0 100644 --- a/packages/plugins/workflow/src/client/locale/en-US.ts +++ b/packages/plugins/workflow/src/client/locale/en-US.ts @@ -44,7 +44,6 @@ export default { "By field": "By field", "By custom date": "By custom date", "Advanced": "Advanced", - "Advanced type": "Advanced", "End": "End", "Trigger variables": "Trigger variables", "Node result": "Node result", diff --git a/packages/plugins/workflow/src/client/locale/ja-JP.ts b/packages/plugins/workflow/src/client/locale/ja-JP.ts index 534c6b5aa..52db9f4e1 100644 --- a/packages/plugins/workflow/src/client/locale/ja-JP.ts +++ b/packages/plugins/workflow/src/client/locale/ja-JP.ts @@ -44,7 +44,6 @@ export default { "By field": "フィールドごと", "By custom date": "カスタム時間", "Advanced": "アドバンスド", - "Advanced type": "アドバンスタイプ", "End": "終了", "Trigger variables": "トリガーフィールド", "Node result": "ノードの結果", diff --git a/packages/plugins/workflow/src/client/locale/ru-RU.ts b/packages/plugins/workflow/src/client/locale/ru-RU.ts index e89d9819d..c57bb5eb4 100644 --- a/packages/plugins/workflow/src/client/locale/ru-RU.ts +++ b/packages/plugins/workflow/src/client/locale/ru-RU.ts @@ -44,7 +44,6 @@ export default { "By field": "По полю", "By custom date": "По пользовательской дате", "Advanced": "Продвинутый", - "Advanced type": "Продвинутый", "End": "Окончание", "Trigger variables": "Контекст триггера", "Node result": "Результат Узла", diff --git a/packages/plugins/workflow/src/client/locale/tr-TR.ts b/packages/plugins/workflow/src/client/locale/tr-TR.ts index db5cfe111..2f0060d91 100644 --- a/packages/plugins/workflow/src/client/locale/tr-TR.ts +++ b/packages/plugins/workflow/src/client/locale/tr-TR.ts @@ -44,7 +44,6 @@ export default { "By field": "Alanda", "By custom date": "Özel tarihe göre", "Advanced": "Gelişmiş", - "Advanced type": "Gelişmiş", "End": "Son", "Trigger variables": "Tetikleyici bağlamı", "Node result": "Düğüm sonucu", diff --git a/packages/plugins/workflow/src/client/locale/zh-CN.ts b/packages/plugins/workflow/src/client/locale/zh-CN.ts index 7d92d209f..c7ee2e623 100644 --- a/packages/plugins/workflow/src/client/locale/zh-CN.ts +++ b/packages/plugins/workflow/src/client/locale/zh-CN.ts @@ -59,7 +59,6 @@ export default { 'By custom date': '自定义时间', 'Advanced': '高级模式', - 'Advanced type': '高级类型', 'End': '结束',