Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
weird94 committed Feb 7, 2025
1 parent ea8b52e commit 36d68be
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/sheets-data-validation-ui/src/locale/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ const locale: typeof zhCN = {
legal: 'is legal type',
},
ruleName: {
between: 'is between {FORMULA1} and {FORMULA2}',
greaterThan: 'is greater than {FORMULA1}',
greaterThanOrEqual: 'is greater than or equal to {FORMULA1}',
lessThan: 'is less than {FORMULA1}',
lessThanOrEqual: 'is less than or equal to {FORMULA1}',
equal: 'is equal to {FORMULA1}',
notEqual: 'is not equal to {FORMULA1}',
notBetween: 'is not between {FORMULA1} and {FORMULA2}',
legal: 'is a legal {TYPE}',
between: 'Is between {FORMULA1} and {FORMULA2}',
greaterThan: 'Is greater than {FORMULA1}',
greaterThanOrEqual: 'Is greater than or equal to {FORMULA1}',
lessThan: 'Is less than {FORMULA1}',
lessThanOrEqual: 'Is less than or equal to {FORMULA1}',
equal: 'Is equal to {FORMULA1}',
notEqual: 'Is not equal to {FORMULA1}',
notBetween: 'Is not between {FORMULA1} and {FORMULA2}',
legal: 'Is a legal {TYPE}',
},
errorMsg: {
between: 'Value must be between {FORMULA1} and {FORMULA2}',
Expand Down

0 comments on commit 36d68be

Please sign in to comment.