File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
custom_components/azure_openai_conversation/translations Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments