Skip to content

Commit 5c2c55f

Browse files
ChiahongHongbenjamincanac
andauthoredJan 10, 2025··
fix(locale): improve Traditional Chinese translation (#3051)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
1 parent 39a3d25 commit 5c2c55f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎src/runtime/locale/zh_hant.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
import { defineLocale } from '../composables/defineLocale'
22

33
export default defineLocale({
4-
name: '繁体中文',
4+
name: '繁體中文',
55
code: 'zh-Hant',
66
messages: {
77
inputMenu: {
8-
noMatch: '沒有匹配的資料',
8+
noMatch: '沒有相符的資料',
99
noData: '沒有資料',
10-
create: '創建 "{label}"'
10+
create: '建立「{label}'
1111
},
1212
calendar: {
1313
prevYear: '去年',
1414
nextYear: '明年',
15-
prevMonth: '上个月',
16-
nextMonth: '下个月'
15+
prevMonth: '上個月',
16+
nextMonth: '下個月'
1717
},
1818
inputNumber: {
1919
increment: '增加',
20-
decrement: '减少'
20+
decrement: '減少'
2121
},
2222
commandPalette: {
2323
placeholder: '輸入命令或搜尋...',
24-
noMatch: '沒有匹配的資料',
24+
noMatch: '沒有相符的資料',
2525
noData: '沒有資料',
2626
close: '關閉'
2727
},
2828
selectMenu: {
29-
noMatch: '沒有匹配的資料',
29+
noMatch: '沒有相符的資料',
3030
noData: '沒有資料',
31-
create: '創建 "{label}"',
31+
create: '建立「{label}',
3232
search: '搜尋...'
3333
},
3434
toast: {

0 commit comments

Comments
 (0)
Please sign in to comment.