Skip to content

Commit

Permalink
chore(setters): update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jul 12, 2021
1 parent 1bdc89b commit 15065a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion designable/setters/src/locales/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
},
ReactionsSetter: {
configureReactions: 'Configure',
relationFields: 'Associated Fields',
relationsFields: 'Associated Fields',
variableName: 'Variable Name',
variableNameValidateMessage: 'This is not a standard variable name',
pleaseInput: 'Please Input',
Expand Down
2 changes: 1 addition & 1 deletion designable/setters/src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
},
ReactionsSetter: {
configureReactions: '配置响应器',
relationFields: '关联字段',
relationsFields: '关联字段',
variableName: '变量名',
variableNameValidateMessage: '不符合变量命名规则',
pleaseInput: '请输入',
Expand Down

0 comments on commit 15065a7

Please sign in to comment.