Skip to content

Commit

Permalink
fix(locale): improve Traditional Chinese translation (#3051)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Canac <[email protected]>
  • Loading branch information
ChiahongHong and benjamincanac authored Jan 10, 2025
1 parent 39a3d25 commit 5c2c55f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/runtime/locale/zh_hant.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down

0 comments on commit 5c2c55f

Please sign in to comment.