refactor: standardize casing for "HTTP Port" to "Http Port" in localization files
This commit is contained in:
@@ -257,7 +257,7 @@ export const ClashPortViewer = forwardRef<
|
||||
|
||||
<ListItem sx={{ padding: "4px 0", minHeight: 36 }}>
|
||||
<ListItemText
|
||||
primary={t("HTTP Port")}
|
||||
primary={t("Http Port")}
|
||||
primaryTypographyProps={{ fontSize: 12 }}
|
||||
/>
|
||||
<div style={{ display: "flex", alignItems: "center" }}>
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
"Random Port": "Zufälliger Port",
|
||||
"Mixed Port": "Mischter Proxy-Port",
|
||||
"Socks Port": "SOCKS-Proxy-Port",
|
||||
"HTTP Port": "HTTP(S)-Proxy-Port",
|
||||
"Http Port": "HTTP(S)-Proxy-Port",
|
||||
"Redir Port": "Redir-Transparenter Proxy-Port",
|
||||
"Tproxy Port": "TPROXY-Transparenter Proxy-Port",
|
||||
"External": "Externe Steuerung",
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
"Random Port": "Puerto aleatorio",
|
||||
"Mixed Port": "Puerto de proxy mixto",
|
||||
"Socks Port": "Puerto de proxy SOCKS",
|
||||
"HTTP Port": "Puerto de proxy HTTP(S)",
|
||||
"Http Port": "Puerto de proxy HTTP(S)",
|
||||
"Redir Port": "Puerto de proxy transparente Redir",
|
||||
"Tproxy Port": "Puerto de proxy transparente TPROXY",
|
||||
"External": "Control externo",
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
"Random Port": "ランダムポート",
|
||||
"Mixed Port": "混合プロキシポート",
|
||||
"Socks Port": "SOCKSプロキシポート",
|
||||
"HTTP Port": "HTTP(S)プロキシポート",
|
||||
"Http Port": "HTTP(S)プロキシポート",
|
||||
"Redir Port": "Redir透明プロキシポート",
|
||||
"Tproxy Port": "TPROXY透明プロキシポート",
|
||||
"External": "外部制御",
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
"Random Port": "隨機端口",
|
||||
"Mixed Port": "混合代理端口",
|
||||
"Socks Port": "SOCKS 代理端口",
|
||||
"HTTP Port": "HTTP(S) 代理端口",
|
||||
"Http Port": "HTTP(S) 代理端口",
|
||||
"Redir Port": "Redir 透明代理端口",
|
||||
"Tproxy Port": "TPROXY 透明代理端口",
|
||||
"External": "外部控制",
|
||||
|
||||
Reference in New Issue
Block a user