Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
koho committed Jul 22, 2023
1 parent 4f4e846 commit 43b91c0
Show file tree
Hide file tree
Showing 8 changed files with 235 additions and 235 deletions.
432 changes: 216 additions & 216 deletions i18n/catalog.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions i18n/locales/en-US/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -1148,9 +1148,9 @@
"fuzzy": true
},
{
"id": "Proxy Version",
"message": "Proxy Version",
"translation": "Proxy Version",
"id": "Proxy Protocol",
"message": "Proxy Protocol",
"translation": "Proxy Protocol",
"translatorComment": "Copied from source.",
"fuzzy": true
},
Expand Down
6 changes: 3 additions & 3 deletions i18n/locales/es-ES/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,9 @@
"translation": "Banda ancha"
},
{
"id": "Proxy Version",
"message": "Proxy Version",
"translation": "Versión de proxy"
"id": "Proxy Protocol",
"message": "Proxy Protocol",
"translation": "Protocolo proxy"
},
{
"id": "auto",
Expand Down
6 changes: 3 additions & 3 deletions i18n/locales/ja-JP/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,9 @@
"translation": "帯域幅"
},
{
"id": "Proxy Version",
"message": "Proxy Version",
"translation": "プロキシ版"
"id": "Proxy Protocol",
"message": "Proxy Protocol",
"translation": "プロキシプロトコル"
},
{
"id": "auto",
Expand Down
6 changes: 3 additions & 3 deletions i18n/locales/ko-KR/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,9 @@
"translation": "대역폭"
},
{
"id": "Proxy Version",
"message": "Proxy Version",
"translation": "프록시 버전"
"id": "Proxy Protocol",
"message": "Proxy Protocol",
"translation": "프록시 프로토콜"
},
{
"id": "auto",
Expand Down
6 changes: 3 additions & 3 deletions i18n/locales/zh-CN/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,9 @@
"translation": "带宽限流"
},
{
"id": "Proxy Version",
"message": "Proxy Version",
"translation": "代理版本"
"id": "Proxy Protocol",
"message": "Proxy Protocol",
"translation": "代理协议"
},
{
"id": "auto",
Expand Down
6 changes: 3 additions & 3 deletions i18n/locales/zh-TW/messages.gotext.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,9 +860,9 @@
"translation": "帶寬限流"
},
{
"id": "Proxy Version",
"message": "Proxy Version",
"translation": "代理版本"
"id": "Proxy Protocol",
"message": "Proxy Protocol",
"translation": "代理協議"
},
{
"id": "auto",
Expand Down
2 changes: 1 addition & 1 deletion ui/editproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (pd *EditProxyDialog) advancedProxyPage() TabPage {
},
},
},
Label{Visible: Bind("vm.PluginEnable"), Text: i18n.SprintfColon("Proxy Version")},
Label{Visible: Bind("vm.PluginEnable"), Text: i18n.SprintfColon("Proxy Protocol")},
ComboBox{
Visible: Bind("vm.PluginEnable"),
Model: NewDefaultListModel([]string{"v1", "v2"}, "", i18n.Sprintf("auto")),
Expand Down

0 comments on commit 43b91c0

Please sign in to comment.