Fix eng phrase

This commit is contained in:
itdoginfo
2025-06-25 23:32:33 +03:00
parent e7b726d27c
commit 1fd67eefb3
3 changed files with 6 additions and 6 deletions

View File

@@ -726,7 +726,7 @@ async function updateDiagnostics() {
updateTextElement('fakeip-browser-status', updateTextElement('fakeip-browser-status',
E('span', { style: `color: ${result.error ? constants.STATUS_COLORS.WARNING : result.color}` }, [ E('span', { style: `color: ${result.error ? constants.STATUS_COLORS.WARNING : result.color}` }, [
result.error ? '! ' : result.state === 'working' ? '✔ ' : result.state === 'not_working' ? '✘ ' : '! ', result.error ? '! ' : result.state === 'working' ? '✔ ' : result.state === 'not_working' ? '✘ ' : '! ',
result.error ? 'check error' : result.state === 'working' ? _('works in browser') : _('not works in browser') result.error ? 'check error' : result.state === 'working' ? _('works in browser') : _('does not work in browser')
]) ])
); );
}); });
@@ -735,7 +735,7 @@ async function updateDiagnostics() {
updateTextElement('fakeip-router-status', updateTextElement('fakeip-router-status',
E('span', { style: `color: ${result.error ? constants.STATUS_COLORS.WARNING : result.color}` }, [ E('span', { style: `color: ${result.error ? constants.STATUS_COLORS.WARNING : result.color}` }, [
result.error ? '! ' : result.state === 'working' ? '✔ ' : result.state === 'not_working' ? '✘ ' : '! ', result.error ? '! ' : result.state === 'working' ? '✔ ' : result.state === 'not_working' ? '✘ ' : '! ',
result.error ? 'check error' : result.state === 'working' ? _('works on router') : _('not works on router') result.error ? 'check error' : result.state === 'working' ? _('works on router') : _('does not work on router')
]) ])
); );
}); });

View File

@@ -745,10 +745,10 @@ msgstr "Проверка FakeIP через CLI"
msgid "FakeIP CLI Check Results" msgid "FakeIP CLI Check Results"
msgstr "Результаты проверки FakeIP через CLI" msgstr "Результаты проверки FakeIP через CLI"
msgid "not works in browser" msgid "does not work in browser"
msgstr "не работает в браузере" msgstr "не работает в браузере"
msgid "not works on router" msgid "does not work on router"
msgstr "не работает на роутере" msgstr "не работает на роутере"
msgid "Diagnostics" msgid "Diagnostics"

View File

@@ -1096,10 +1096,10 @@ msgstr ""
msgid "FakeIP CLI Check Results" msgid "FakeIP CLI Check Results"
msgstr "" msgstr ""
msgid "not works in browser" msgid "does not work in browser"
msgstr "" msgstr ""
msgid "not works on router" msgid "does not work on router"
msgstr "" msgstr ""
msgid "Diagnostics" msgid "Diagnostics"