mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
fix(locale): improve Traditional Chinese translation (#3051)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -1,34 +1,34 @@
|
|||||||
import { defineLocale } from '../composables/defineLocale'
|
import { defineLocale } from '../composables/defineLocale'
|
||||||
|
|
||||||
export default defineLocale({
|
export default defineLocale({
|
||||||
name: '繁体中文',
|
name: '繁體中文',
|
||||||
code: 'zh-Hant',
|
code: 'zh-Hant',
|
||||||
messages: {
|
messages: {
|
||||||
inputMenu: {
|
inputMenu: {
|
||||||
noMatch: '沒有匹配的資料',
|
noMatch: '沒有相符的資料',
|
||||||
noData: '沒有資料',
|
noData: '沒有資料',
|
||||||
create: '創建 "{label}"'
|
create: '建立「{label}」'
|
||||||
},
|
},
|
||||||
calendar: {
|
calendar: {
|
||||||
prevYear: '去年',
|
prevYear: '去年',
|
||||||
nextYear: '明年',
|
nextYear: '明年',
|
||||||
prevMonth: '上个月',
|
prevMonth: '上個月',
|
||||||
nextMonth: '下个月'
|
nextMonth: '下個月'
|
||||||
},
|
},
|
||||||
inputNumber: {
|
inputNumber: {
|
||||||
increment: '增加',
|
increment: '增加',
|
||||||
decrement: '减少'
|
decrement: '減少'
|
||||||
},
|
},
|
||||||
commandPalette: {
|
commandPalette: {
|
||||||
placeholder: '輸入命令或搜尋...',
|
placeholder: '輸入命令或搜尋...',
|
||||||
noMatch: '沒有匹配的資料',
|
noMatch: '沒有相符的資料',
|
||||||
noData: '沒有資料',
|
noData: '沒有資料',
|
||||||
close: '關閉'
|
close: '關閉'
|
||||||
},
|
},
|
||||||
selectMenu: {
|
selectMenu: {
|
||||||
noMatch: '沒有匹配的資料',
|
noMatch: '沒有相符的資料',
|
||||||
noData: '沒有資料',
|
noData: '沒有資料',
|
||||||
create: '創建 "{label}"',
|
create: '建立「{label}」',
|
||||||
search: '搜尋...'
|
search: '搜尋...'
|
||||||
},
|
},
|
||||||
toast: {
|
toast: {
|
||||||
|
|||||||
Reference in New Issue
Block a user