feat: Locales
parent
22f72c5d33
commit
c3acbeff63
|
|
@ -265,7 +265,7 @@ You are a master of problem optimization, adept at accurately inferring user int
|
||||||
text: 'Perform aggregation processing on the outputs of multiple branches',
|
text: 'Perform aggregation processing on the outputs of multiple branches',
|
||||||
Strategy: 'Aggregation Strategy',
|
Strategy: 'Aggregation Strategy',
|
||||||
placeholder: 'Return the first non-null value of each group',
|
placeholder: 'Return the first non-null value of each group',
|
||||||
placeholder1: 'Structurally aggregate each group of variables',
|
placeholder1: 'Return the set of variables for each group',
|
||||||
group: {
|
group: {
|
||||||
placeholder: 'Please select a variable',
|
placeholder: 'Please select a variable',
|
||||||
noneError: 'Name cannot be empty',
|
noneError: 'Name cannot be empty',
|
||||||
|
|
|
||||||
|
|
@ -266,7 +266,7 @@ export default {
|
||||||
text: '对多个分支的输出进行聚合处理',
|
text: '对多个分支的输出进行聚合处理',
|
||||||
Strategy: '聚合策略',
|
Strategy: '聚合策略',
|
||||||
placeholder: '返回每组的第一个非空值',
|
placeholder: '返回每组的第一个非空值',
|
||||||
placeholder1: '结构化聚合每组变量',
|
placeholder1: '返回每组变量的集合',
|
||||||
group: {
|
group: {
|
||||||
placeholder: '请选择变量',
|
placeholder: '请选择变量',
|
||||||
noneError: '名称不能为空',
|
noneError: '名称不能为空',
|
||||||
|
|
|
||||||
|
|
@ -265,7 +265,7 @@ export default {
|
||||||
text: '對多個分支的輸出進行聚合處理',
|
text: '對多個分支的輸出進行聚合處理',
|
||||||
Strategy: '聚合策略',
|
Strategy: '聚合策略',
|
||||||
placeholder: '返回每組的第一個非空值',
|
placeholder: '返回每組的第一個非空值',
|
||||||
placeholder1: '結構化聚合每組變量',
|
placeholder1: '返回每組變量的集合',
|
||||||
group: {
|
group: {
|
||||||
placeholder: '請選擇變量',
|
placeholder: '請選擇變量',
|
||||||
noneError: '名稱不能為空',
|
noneError: '名稱不能為空',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue