Merge pull request #7879 from dataease/pr@dev@fix_table_sort_desc_i18n

fix(视图-表格): 表头排序默认选项 i18n
This commit is contained in:
wisonic-s 2024-01-29 16:13:19 +08:00 committed by GitHub
commit d713db9faa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -1113,6 +1113,7 @@ export default {
asc: 'Ascending Order',
desc: 'Descending Order',
sort: 'Sort',
default: 'Default',
filter: 'Filter',
is_set: 'Is Set',
none: 'None',

View File

@ -1113,6 +1113,7 @@ export default {
asc: '升序',
desc: '降序',
sort: '排序',
default: '默認',
filter: '過濾',
is_set: '已設定',
none: '無',

View File

@ -1112,6 +1112,7 @@ export default {
asc: '升序',
desc: '降序',
sort: '排序',
default: '默认',
filter: '过滤',
is_set: '已设置',
none: '无',