mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-06 10:35:46 +00:00
update changelog and some translations fixes
This commit is contained in:
@ -90,5 +90,19 @@
|
||||
<source>License</source>
|
||||
<translation>License</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The helper is running with EUID %1. Functions will not be available.</source>
|
||||
<translation type="vanished">The helper is running with EUID %1. Functions will not be available.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../helper/src/main.cpp" line="84"/>
|
||||
<source>The helper is running with EUID %1. Some functions will not be available.</source>
|
||||
<translation>The helper is running with EUID %1. Some functions will not be available.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../helper/src/main.cpp" line="86"/>
|
||||
<source>See security notes for more details.</source>
|
||||
<translation>See security notes for more details.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -89,5 +89,15 @@
|
||||
<source>License</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../helper/src/main.cpp" line="84"/>
|
||||
<source>The helper is running with EUID %1. Some functions will not be available.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../helper/src/main.cpp" line="86"/>
|
||||
<source>See security notes for more details.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -90,5 +90,15 @@
|
||||
<source>License</source>
|
||||
<translation>Лицензия</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../helper/src/main.cpp" line="84"/>
|
||||
<source>The helper is running with EUID %1. Some functions will not be available.</source>
|
||||
<translation>Хелпер запущен с EUID %1. Некоторые функции не будут доступны.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../helper/src/main.cpp" line="86"/>
|
||||
<source>See security notes for more details.</source>
|
||||
<translation>Смотри примечания о безопасности для более подробной информации.</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
@ -1824,6 +1824,10 @@
|
||||
<source>Close helper after exit (doesn't work while systemd service is active)</source>
|
||||
<translation>Close helper after exit (doesn't work while systemd service is active)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>There are too binaries. `netctlgui-helper` should be running as root (for example from systemd), otherwise interface `/ctrl` will not be available. `netctlgui-helper-suid` may be running as normal user, but you should keep it in mind that it has SUID bit.</source>
|
||||
<translation>There are too binaries. `netctlgui-helper` should be running as root (for example from systemd), otherwise interface `/ctrl` will not be available. `netctlgui-helper-suid` may be running as normal user, but you should keep it in mind that it has SUID bit.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1823,6 +1823,10 @@
|
||||
<source>Close helper after exit (doesn't work while systemd service is active)</source>
|
||||
<translation>Закрыть хелпер после выхода (не работает, если запущен сервис systemd)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>There are too binaries. `netctlgui-helper` should be running as root (for example from systemd), otherwise interface `/ctrl` will not be available. `netctlgui-helper-suid` may be running as normal user, but you should keep it in mind that it has SUID bit.</source>
|
||||
<translation>Существует два бинарных файла. `netctlgui-helper` должен быть запущен от root'а (например, через systemd), в противном случае интерфейс `/ctrl` не будет доступен. `netctlgui-helper-suid` может быть запущен от обычного пользователя, однако Вы должны иметь в виду, что он имеет SUID бит.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>TrayIcon</name>
|
||||
|
Reference in New Issue
Block a user