fix(locale): improve Traditional Chinese translation (#3051)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Chiahong
2025-01-11 01:49:09 +08:00
committed by GitHub
parent 39a3d2592c
commit 5c2c55ff08

View File

@@ -1,34 +1,34 @@
import { defineLocale } from '../composables/defineLocale'
export default defineLocale({
name: '繁中文',
name: '繁中文',
code: 'zh-Hant',
messages: {
inputMenu: {
noMatch: '沒有匹配的資料',
noMatch: '沒有相符的資料',
noData: '沒有資料',
create: '創建 "{label}"'
create: '建立「{label}'
},
calendar: {
prevYear: '去年',
nextYear: '明年',
prevMonth: '上月',
nextMonth: '下月'
prevMonth: '上月',
nextMonth: '下月'
},
inputNumber: {
increment: '增加',
decrement: '少'
decrement: '少'
},
commandPalette: {
placeholder: '輸入命令或搜尋...',
noMatch: '沒有匹配的資料',
noMatch: '沒有相符的資料',
noData: '沒有資料',
close: '關閉'
},
selectMenu: {
noMatch: '沒有匹配的資料',
noMatch: '沒有相符的資料',
noData: '沒有資料',
create: '創建 "{label}"',
create: '建立「{label}',
search: '搜尋...'
},
toast: {