feat(bee-table): en_us.js默认翻译修改

This commit is contained in:
liushaozhen 2020-03-09 11:10:55 +08:00
parent 2eaf88a845
commit 1fe5f5705c
2 changed files with 28 additions and 28 deletions

View File

@ -19,20 +19,20 @@ module.exports = {
"bool_true": "是", "bool_true": "是",
"bool_false": "否", "bool_false": "否",
'en-us': { 'en-us': {
'resetSettings': 'reset settings', 'resetSettings': 'Reset',
'include': 'include', 'include': 'Include',
'exclusive': 'exclusive', 'exclusive': 'Not include',
'equal': 'equal', 'equal': 'Equal to',
'unequal': 'unequal', 'unequal': 'Not equal to',
'begin': 'begin', 'begin': 'Begin with',
'end': 'end', 'end': 'End with',
'greater_than': 'greater than', 'greater_than': 'Greater than',
'great_than_equal_to': 'great than equal to', 'great_than_equal_to': 'Greater than or equal to',
'less_than': 'less than', 'less_than': 'Less than',
'less_than_equal_to': 'less than equal to', 'less_than_equal_to': 'Less than or equal to',
'be_equal_to': 'be equal to', 'be_equal_to': 'Equal to',
'not_equal_to': 'not equal to', 'not_equal_to': 'Not equal to',
"no_data": 'no data', "no_data": 'No data',
"bool_true": "true", "bool_true": "true",
"bool_false": "false" "bool_false": "false"
}, },

View File

@ -17,20 +17,20 @@ module.exports = {
"bool_true":"是", "bool_true":"是",
"bool_false":"否", "bool_false":"否",
'en-us': { 'en-us': {
'resetSettings': 'reset settings', 'resetSettings': 'Reset',
'include': 'include', 'include': 'Include',
'exclusive': 'exclusive', 'exclusive': 'Not include',
'equal': 'equal', 'equal': 'Equal to',
'unequal':'unequal', 'unequal':'Not equal to',
'begin':'begin', 'begin':'Begin with',
'end':'end', 'end':'End with',
'greater_than':'greater than', 'greater_than':'Greater than',
'great_than_equal_to':'great than equal to', 'great_than_equal_to':'Greater than or equal to',
'less_than':'less than', 'less_than':'Less than',
'less_than_equal_to':'less than equal to', 'less_than_equal_to':'Less than or equal to',
'be_equal_to':'be equal to', 'be_equal_to':'Equal to',
'not_equal_to':'not equal to', 'not_equal_to':'Not equal to',
"no_data":'no data', "no_data":'No data',
"bool_true":"true", "bool_true":"true",
"bool_false":"false", "bool_false":"false",
}, },