Skip to content

Commit c53cf82

Browse files
Jacky97sJacky Tan
authored andcommitted
feat: add Traditional Chinese (zh-Hant) translation
- Add messages_zh_TW.properties with full Traditional Chinese translations
1 parent 8ffe9dc commit c53cf82

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# 章節標題
2+
whats.new=新增項目
3+
whats.deleted=刪除項目
4+
whats.deprecated=棄用項目
5+
whats.changed=變更項目
6+
result=結果
7+
8+
# 頁面標題
9+
api.change.log=API 變更日誌
10+
11+
# 標籤
12+
operation.id=操作 ID
13+
parameter=參數
14+
parameters=參數
15+
request=請求
16+
return.type=回應類型
17+
response=回應
18+
schema=結構描述
19+
media.types=媒體類型
20+
security.requirements=安全性需求
21+
description=描述
22+
23+
# 操作
24+
action.add=新增
25+
action.added=新增
26+
action.delete=刪除
27+
action.deleted=已刪除
28+
action.changed=變更
29+
action.deprecated=已棄用
30+
action.updated=已更新
31+
action.removed=移除
32+
33+
# 屬性標籤
34+
added.property=新增屬性
35+
deleted.property=刪除屬性
36+
changed.property=變更屬性
37+
changed.property.type=變更屬性類型
38+
missing.property=缺少屬性
39+
property=屬性
40+
41+
# 內容類型
42+
new.content.type=新增內容類型
43+
deleted.content.type=刪除內容類型
44+
changed.content.type=變更內容類型
45+
46+
# 主體
47+
new.body=新增主體:'%s'
48+
deleted.body=刪除主體:'%s'
49+
changed.body=變更主體:'%s'
50+
51+
# 回應
52+
new.response=新增回應
53+
deleted.response=刪除回應
54+
changed.response=變更回應
55+
new.response.code=新增回應:[%s]
56+
deleted.response.code=刪除回應:[%s]
57+
changed.response.code=變更回應:[%s]
58+
59+
# 標頭
60+
new.header=新增標頭
61+
deleted.header=刪除標頭
62+
changed.header=變更標頭
63+
64+
# 安全性
65+
new.security.requirement=新增安全性需求:
66+
deleted.security.requirement=刪除安全性需求:
67+
changed.security.requirement=變更安全性需求:
68+
69+
# 結構描述
70+
backward.compatible=向後相容
71+
broken.compatibility=相容性中斷
72+
schema.incompatible=不相容
73+
new.required.properties=新增必要屬性
74+
new.optional.properties=新增選用屬性
75+
items=項目
76+
changed.items=變更項目
77+
enum=列舉
78+
enum.label=列舉
79+
one.of=其中之一
80+
81+
# 相容性訊息
82+
api.changes.backward.compatible=API 變更具向後相容性
83+
api.changes.broke.compatibility=API 變更破壞了向後相容性
84+
no.differences=無差異,規格相同
85+
86+
# Asciidoc 專用
87+
note.no.differences=NOTE: 無差異,規格相同
88+
note.backward.compatible=NOTE: API 變更具向後相容性
89+
warning.broke.compatibility=WARNING: API 變更破壞了向後相容性
90+
91+
# 其他
92+
in=
93+
to=
94+
change.into=變更為
95+
required=必要
96+
not.required=非必要
97+
notes=備註
98+
value.singular=
99+
value.plural=
100+
101+
# CLI
102+
cli.version.prefix=openapi-diff 版本:
103+
cli.parsing.failed=解析失敗。原因:
104+
cli.unexpected.exception=發生非預期的例外。原因:
105+
cli.missing.arguments=缺少參數
106+
cli.invalid.log.level=無效的日誌等級。預期:[TRACE, DEBUG, INFO, WARN, ERROR, OFF]。輸入:%s
107+
cli.config.prop.unexpected.format=--config-prop 格式不正確:

0 commit comments

Comments
 (0)