Commit 87526ec3f753f2c056afeaaee78f6cfd8f16d9ba
1 parent
14cfcf3c
繁體中文字詞修飾
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
src/locale/lang/zh-TW.js
| ... | ... | @@ -5,11 +5,11 @@ const lang = { |
| 5 | 5 | locale: 'zh-TW', |
| 6 | 6 | select: { |
| 7 | 7 | placeholder: '請選擇', |
| 8 | - noMatch: '無匹配數據', | |
| 8 | + noMatch: '無匹配資料', | |
| 9 | 9 | loading: '加載中' |
| 10 | 10 | }, |
| 11 | 11 | table: { |
| 12 | - noDataText: '暫無數據', | |
| 12 | + noDataText: '暫無資料', | |
| 13 | 13 | noFilteredDataText: '暫無篩選結果', |
| 14 | 14 | confirmFilter: '篩選', |
| 15 | 15 | resetFilter: '重置', |
| ... | ... | @@ -64,10 +64,10 @@ const lang = { |
| 64 | 64 | }, |
| 65 | 65 | transfer: { |
| 66 | 66 | titles: { |
| 67 | - source: '源列表', | |
| 68 | - target: '目的列表' | |
| 67 | + source: '來源列表', | |
| 68 | + target: '目標列表' | |
| 69 | 69 | }, |
| 70 | - filterPlaceholder: '請輸入搜索內容', | |
| 70 | + filterPlaceholder: '請輸入搜尋內容', | |
| 71 | 71 | notFoundText: '列表爲空' |
| 72 | 72 | }, |
| 73 | 73 | modal: { |
| ... | ... | @@ -79,8 +79,8 @@ const lang = { |
| 79 | 79 | cancelText: '取消' |
| 80 | 80 | }, |
| 81 | 81 | page: { |
| 82 | - prev: '上壹頁', | |
| 83 | - next: '下壹頁', | |
| 82 | + prev: '上一頁', | |
| 83 | + next: '下一頁', | |
| 84 | 84 | total: '共', |
| 85 | 85 | item: '條', |
| 86 | 86 | items: '條', |
| ... | ... | @@ -95,11 +95,11 @@ const lang = { |
| 95 | 95 | stars: '星' |
| 96 | 96 | }, |
| 97 | 97 | tree: { |
| 98 | - emptyText: '暫無數據' | |
| 98 | + emptyText: '暫無資料' | |
| 99 | 99 | } |
| 100 | 100 | } |
| 101 | 101 | }; |
| 102 | 102 | |
| 103 | 103 | setLang(lang); |
| 104 | 104 | |
| 105 | -export default lang; | |
| 106 | 105 | \ No newline at end of file |
| 106 | +export default lang; | ... | ... |