update locale
update locale
This commit is contained in:
parent
d5d4d8e3e9
commit
012cbf285f
9 changed files with 126 additions and 22 deletions
|
@ -17,7 +17,7 @@ export default {
|
|||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
clear: 'Clear',
|
||||
ok: 'Ok',
|
||||
ok: 'OK',
|
||||
month: '',
|
||||
month1: 'January',
|
||||
month2: 'February',
|
||||
|
@ -55,6 +55,34 @@ export default {
|
|||
m11: 'Nov',
|
||||
m12: 'Dec'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Source',
|
||||
target: 'Target'
|
||||
},
|
||||
filterPlaceholder: 'Search here',
|
||||
notFoundText: 'Not Found'
|
||||
},
|
||||
modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Cancel'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Cancel'
|
||||
},
|
||||
page: {
|
||||
prev: 'Previous Page',
|
||||
next: 'Next Page',
|
||||
total: 'Total',
|
||||
item: 'item',
|
||||
items: 'items',
|
||||
prev5: 'Previous 5 Pages',
|
||||
next5: 'Next 5 Pages',
|
||||
page: '/page',
|
||||
goto: 'Goto',
|
||||
p: ''
|
||||
}
|
||||
}
|
||||
};
|
|
@ -55,6 +55,34 @@ export default {
|
|||
m11: '11月',
|
||||
m12: '12月'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: '源列表',
|
||||
target: '目的列表'
|
||||
},
|
||||
filterPlaceholder: '请输入搜索内容',
|
||||
notFoundText: '列表为空'
|
||||
},
|
||||
modal: {
|
||||
okText: '确定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
poptip: {
|
||||
okText: '确定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
page: {
|
||||
prev: '上一页',
|
||||
next: '下一页',
|
||||
total: '共',
|
||||
item: '条',
|
||||
items: '条',
|
||||
prev5: '向前 5 页',
|
||||
next5: '向后 5 页',
|
||||
page: '条/页',
|
||||
goto: '跳至',
|
||||
p: '页'
|
||||
}
|
||||
}
|
||||
};
|
|
@ -55,6 +55,34 @@ export default {
|
|||
m11: '11月',
|
||||
m12: '12月'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: '源列表',
|
||||
target: '目的列表'
|
||||
},
|
||||
filterPlaceholder: '請輸入搜索內容',
|
||||
notFoundText: '列表爲空'
|
||||
},
|
||||
modal: {
|
||||
okText: '確定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
poptip: {
|
||||
okText: '確定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
page: {
|
||||
prev: '上壹頁',
|
||||
next: '下壹頁',
|
||||
total: '共',
|
||||
item: '條',
|
||||
items: '條',
|
||||
prev5: '向前 5 頁',
|
||||
next5: '向後 5 頁',
|
||||
page: '條/頁',
|
||||
goto: '跳至',
|
||||
p: '頁'
|
||||
}
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue