Skip to content

Commit aac993b

Browse files
fix placeholder_key
1 parent 8161abe commit aac993b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export default {
6161
ReferencingRequired: 'Referenced variable is required',
6262
ReferencingError: 'Invalid referenced variable',
6363
NoReferencing: 'Referenced variable does not exist',
64+
placeholder_key: 'Enter key',
6465
placeholder: 'Please select a variable',
6566
inputPlaceholder: 'Please enter variable',
6667
loop: 'Loop Variable',
@@ -325,7 +326,6 @@ You are a master of problem optimization, adept at accurately inferring user int
325326
placeholder: 'Return the first non-null value of each group',
326327
placeholder1: 'Return the array of variables for each group',
327328
placeholder2: 'Return the dict of variables for each group',
328-
placeholder_key: 'Input key',
329329
group: {
330330
noneError: 'Name cannot be empty',
331331
dupError: 'Name cannot be duplicated',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default {
6060
ReferencingRequired: '引用变量必填',
6161
ReferencingError: '引用变量错误',
6262
NoReferencing: '不存在的引用变量',
63+
placeholder_key: '请输入键名',
6364
placeholder: '请选择变量',
6465
inputPlaceholder: '请输入变量',
6566
loop: '循环变量',
@@ -306,7 +307,6 @@ export default {
306307
placeholder: '返回每组的第一个非空值',
307308
placeholder1: '返回每组变量的数组(Array)',
308309
placeholder2: '返回每组变量的字典(Dict)',
309-
placeholder_key: '输入键名',
310310
group: {
311311
noneError: '名称不能为空',
312312
dupError: '名称不能重复',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default {
6060
ReferencingRequired: '引用變量必填',
6161
ReferencingError: '引用變量錯誤',
6262
NoReferencing: '不存在的引用變量',
63+
placeholder_key: '請輸入鍵名',
6364
placeholder: '請選擇變量',
6465
inputPlaceholder: '請輸入變量',
6566
loop: '循環變量',
@@ -324,7 +325,6 @@ export default {
324325
placeholder: '返回每組的第一個非空值',
325326
placeholder1: '返回每組變量的數組(Array)',
326327
placeholder2: '返回每組變量的字典(Dict)',
327-
placeholder_key: '輸入鍵名',
328328
group: {
329329
noneError: '名稱不能為空',
330330
dupError: '名稱不能重複',

0 commit comments

Comments
 (0)