-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat: Locales #4273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Locales #4273
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -266,7 +266,7 @@ export default { | |
| text: '对多个分支的输出进行聚合处理', | ||
| Strategy: '聚合策略', | ||
| placeholder: '返回每组的第一个非空值', | ||
| placeholder1: '结构化聚合每组变量', | ||
| placeholder1: '返回每组变量的集合', | ||
| group: { | ||
| placeholder: '请选择变量', | ||
| noneError: '名称不能为空', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The code looks mostly correct, but here are some minor suggestions for improvement:
Here's the updated code snippet with these changes: @@ -266,7 +266,7 @@ export default {
text: '对多个分支的输出进行聚合处理',
Strategy: '聚合策略',
placeholder: '返回每组的第一个非空值',
- placeholder1: '架构化聚合每组变量',
+ // placeholder1: '返回每组变量的集合',
group: {
placeholder: '请选择变量',
noneError: '名称不能为空',This change ensures that the placeholder remains consistent even if its content needs to be adjusted in future updates. |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -265,7 +265,7 @@ export default { | |
| text: '對多個分支的輸出進行聚合處理', | ||
| Strategy: '聚合策略', | ||
| placeholder: '返回每組的第一個非空值', | ||
| placeholder1: '結構化聚合每組變量', | ||
| placeholder1: '返回每組變量的集合', | ||
| group: { | ||
| placeholder: '請選擇變量', | ||
| noneError: '名稱不能為空', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The provided code snippet has some formatting issues and a mislabeling of placeholders. Here's an optimized version with corrections: @@ -265,7 +265,7 @@ export default {
text: '聚合多個分支的輸出',
strategy: '聚合策略',
placeholder: '返回每組的第一個非空值',
- placeholder1: '結構化聚合每組變量',
+ placeholder1: '返回每組變量集合',
group: {
placeholder: '请选择变量',
noneError: '名称不能为空',
}
}Changes Made:
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two potential issues in this code snippet:
placeholderis listed under the "Group" object key, which might not be necessary based on its current use.For optimization suggests (not applicable to code):
The code is clean and efficient given the constraints provided. It appears to be designed with error handling for an aggregation strategy.