Skip to content

Commit

Permalink
Fix #628
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Aug 31, 2023
1 parent 02c0d00 commit fcc927b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/shared/_locales/en/messages.json
Expand Up @@ -346,7 +346,7 @@
"message": "Proxying Information"
},
"popupProxyStatusError": {
"message": "proxy is intermittent"
"message": "failed to establish a connection to the proxy server"
},
"popupProxyStatusOk": {
"message": "proxy is working fine"
Expand Down Expand Up @@ -391,7 +391,7 @@
"message": "You can disable proxying or switch to your own proxy."
},
"proxyOptionsStatusTitle": {
"message": "The proxy is working intermittently right now."
"message": "Failed to establish a connection to the proxy server"
},
"proxyPort": {
"message": "Port"
Expand Down
4 changes: 2 additions & 2 deletions src/shared/_locales/kk/messages.json
Expand Up @@ -346,7 +346,7 @@
"message": "Прокси туралы ақпарат"
},
"popupProxyStatusError": {
"message": "прокси үзіліспен жұмыс істейді"
"message": "прокси-сервермен байланыс орнату мүмкін болмады"
},
"popupProxyStatusOk": {
"message": "прокси жақсы жұмыс істейді"
Expand Down Expand Up @@ -391,7 +391,7 @@
"message": "Прокси-серверді мүлдем өшіруге немесе прокси-серверге ауысуға болады."
},
"proxyOptionsStatusTitle": {
"message": "Қазір прокси үзіліспен жұмыс істейді"
"message": "Прокси-сервермен байланыс орнату мүмкін болмады"
},
"proxyPort": {
"message": "Порт"
Expand Down
4 changes: 2 additions & 2 deletions src/shared/_locales/ru/messages.json
Expand Up @@ -346,7 +346,7 @@
"message": "Информация о прокси"
},
"popupProxyStatusError": {
"message": "прокси работает с перебоями"
"message": "не удалось установить соединение с прокси сервером"
},
"popupProxyStatusOk": {
"message": "прокси работает нормально"
Expand Down Expand Up @@ -391,7 +391,7 @@
"message": "Можете попробовать отключить проксирование совсем или переключиться на свой прокси."
},
"proxyOptionsStatusTitle": {
"message": "Сейчас прокси работает с перебоями"
"message": "Не удалось установить соединение с прокси сервером"
},
"proxyPort": {
"message": "Порт"
Expand Down
4 changes: 2 additions & 2 deletions src/shared/_locales/uk/messages.json
Expand Up @@ -346,7 +346,7 @@
"message": "Інформація про проксі"
},
"popupProxyStatusError": {
"message": "проксі працює з перебоями"
"message": "не вдалося встановити з'єднання з проксі-сервером"
},
"popupProxyStatusOk": {
"message": "проксі працює нормально"
Expand Down Expand Up @@ -391,7 +391,7 @@
"message": "Можете спробувати відключити проксування зовсім або переключитися на свій проксі."
},
"proxyOptionsStatusTitle": {
"message": "Зараз проксі працює з перебоями"
"message": "Не вдалося встановити з'єднання з проксі-сервером"
},
"proxyPort": {
"message": "Порт"
Expand Down

0 comments on commit fcc927b

Please sign in to comment.