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