Merge pull request #3013 from kevinlincg/2.0

繁體中文字詞修飾
This commit is contained in:
Aresn 2018-02-08 15:37:02 +08:00 committed by GitHub
commit 043fd84f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@ const lang = {
locale: 'zh-TW', locale: 'zh-TW',
select: { select: {
placeholder: '請選擇', placeholder: '請選擇',
noMatch: '無匹配數據', noMatch: '無匹配資料',
loading: '加載中' loading: '加載中'
}, },
table: { table: {
noDataText: '暫無數據', noDataText: '暫無資料',
noFilteredDataText: '暫無篩選結果', noFilteredDataText: '暫無篩選結果',
confirmFilter: '篩選', confirmFilter: '篩選',
resetFilter: '重置', resetFilter: '重置',
@ -64,10 +64,10 @@ const lang = {
}, },
transfer: { transfer: {
titles: { titles: {
source: '源列表', source: '源列表',
target: '目列表' target: '目列表'
}, },
filterPlaceholder: '請輸入搜內容', filterPlaceholder: '請輸入搜內容',
notFoundText: '列表爲空' notFoundText: '列表爲空'
}, },
modal: { modal: {
@ -79,8 +79,8 @@ const lang = {
cancelText: '取消' cancelText: '取消'
}, },
page: { page: {
prev: '上頁', prev: '上頁',
next: '下頁', next: '下頁',
total: '共', total: '共',
item: '條', item: '條',
items: '條', items: '條',
@ -95,7 +95,7 @@ const lang = {
stars: '星' stars: '星'
}, },
tree: { tree: {
emptyText: '暫無數據' emptyText: '暫無資料'
} }
} }
}; };