mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
feat: Locales
This commit is contained in:
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',
|
||||
Strategy: 'Aggregation Strategy',
|
||||
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: {
|
||||
placeholder: 'Please select a variable',
|
||||
noneError: 'Name cannot be empty',
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ export default {
|
|||
text: '对多个分支的输出进行聚合处理',
|
||||
Strategy: '聚合策略',
|
||||
placeholder: '返回每组的第一个非空值',
|
||||
placeholder1: '结构化聚合每组变量',
|
||||
placeholder1: '返回每组变量的集合',
|
||||
group: {
|
||||
placeholder: '请选择变量',
|
||||
noneError: '名称不能为空',
|
||||
|
|
|
|||
|
|
@ -265,7 +265,7 @@ export default {
|
|||
text: '對多個分支的輸出進行聚合處理',
|
||||
Strategy: '聚合策略',
|
||||
placeholder: '返回每組的第一個非空值',
|
||||
placeholder1: '結構化聚合每組變量',
|
||||
placeholder1: '返回每組變量的集合',
|
||||
group: {
|
||||
placeholder: '請選擇變量',
|
||||
noneError: '名稱不能為空',
|
||||
|
|
|
|||
Loading…
Reference in New Issue