Skip to content

Commit db9a125

Browse files
Merge pull request #47 from weiting-tw/main
Languages updated in README, and create zh.json
2 parents 29e257b + 18e7ef7 commit db9a125

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Languages available:
107107
- French (credits to: [@jobvk](https://github.com/jobvk))
108108
- German (credits to: [@jobvk](https://github.com/jobvk))
109109
- Portuguese (credits to: [@ViPeR5000](https://github.com/ViPeR5000))
110+
- Chinese (credits to: [@weiting-tw](https://github.com/weiting-tw))
110111

111112
## Documentation
112113

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"config": {
3+
"abort": {
4+
"single_instance_allowed": "已配置過設定,僅能配置一次"
5+
},
6+
"error": {
7+
"cannot_connect": "連結失敗",
8+
"invalid_auth": "無效的驗證",
9+
"unknown": "非預期的錯誤"
10+
},
11+
"step": {
12+
"user": {
13+
"data": {
14+
"api_key": "API 金鑰",
15+
"api_base": "API 端點",
16+
"api_version": "API version"
17+
}
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)