File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import { defineLocale } from '../composables/defineLocale'
2
2
3
3
export default defineLocale ( {
4
- name : '繁体中文 ' ,
4
+ name : '繁體中文 ' ,
5
5
code : 'zh-Hant' ,
6
6
messages : {
7
7
inputMenu : {
8
- noMatch : '沒有匹配的資料 ' ,
8
+ noMatch : '沒有相符的資料 ' ,
9
9
noData : '沒有資料' ,
10
- create : '創建 " {label}" '
10
+ create : '建立「 {label}」 '
11
11
} ,
12
12
calendar : {
13
13
prevYear : '去年' ,
14
14
nextYear : '明年' ,
15
- prevMonth : '上个月 ' ,
16
- nextMonth : '下个月 '
15
+ prevMonth : '上個月 ' ,
16
+ nextMonth : '下個月 '
17
17
} ,
18
18
inputNumber : {
19
19
increment : '增加' ,
20
- decrement : '减少 '
20
+ decrement : '減少 '
21
21
} ,
22
22
commandPalette : {
23
23
placeholder : '輸入命令或搜尋...' ,
24
- noMatch : '沒有匹配的資料 ' ,
24
+ noMatch : '沒有相符的資料 ' ,
25
25
noData : '沒有資料' ,
26
26
close : '關閉'
27
27
} ,
28
28
selectMenu : {
29
- noMatch : '沒有匹配的資料 ' ,
29
+ noMatch : '沒有相符的資料 ' ,
30
30
noData : '沒有資料' ,
31
- create : '創建 " {label}" ' ,
31
+ create : '建立「 {label}」 ' ,
32
32
search : '搜尋...'
33
33
} ,
34
34
toast : {
You can’t perform that action at this time.
0 commit comments