Skip to content

Commit c3acbef

Browse files
committed
feat: Locales
1 parent 22f72c5 commit c3acbef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/src/locales/lang/en-US/views/application-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ You are a master of problem optimization, adept at accurately inferring user int
265265
text: 'Perform aggregation processing on the outputs of multiple branches',
266266
Strategy: 'Aggregation Strategy',
267267
placeholder: 'Return the first non-null value of each group',
268-
placeholder1: 'Structurally aggregate each group of variables',
268+
placeholder1: 'Return the set of variables for each group',
269269
group: {
270270
placeholder: 'Please select a variable',
271271
noneError: 'Name cannot be empty',

ui/src/locales/lang/zh-CN/views/application-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default {
266266
text: '对多个分支的输出进行聚合处理',
267267
Strategy: '聚合策略',
268268
placeholder: '返回每组的第一个非空值',
269-
placeholder1: '结构化聚合每组变量',
269+
placeholder1: '返回每组变量的集合',
270270
group: {
271271
placeholder: '请选择变量',
272272
noneError: '名称不能为空',

ui/src/locales/lang/zh-Hant/views/application-workflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export default {
265265
text: '對多個分支的輸出進行聚合處理',
266266
Strategy: '聚合策略',
267267
placeholder: '返回每組的第一個非空值',
268-
placeholder1: '結構化聚合每組變量',
268+
placeholder1: '返回每組變量的集合',
269269
group: {
270270
placeholder: '請選擇變量',
271271
noneError: '名稱不能為空',

0 commit comments

Comments
 (0)