mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:45:22 +00:00
UI: OptionsPage: Rename to "Releases:".
This commit is contained in:
parent
ad1780d3aa
commit
5edad02ff4
Binary file not shown.
@ -55,27 +55,27 @@
|
||||
<context>
|
||||
<name>FortSettings</name>
|
||||
<message>
|
||||
<location filename="../fortsettings.cpp" line="169"/>
|
||||
<location filename="../fortsettings.cpp" line="172"/>
|
||||
<source>Can't write .ini file</source>
|
||||
<translation>Не удалось записать .ini файл</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fortsettings.cpp" line="175"/>
|
||||
<location filename="../fortsettings.cpp" line="178"/>
|
||||
<source>Can't rename old backup .conf file</source>
|
||||
<translation>Не удалось переименовать старый бэкап .conf файла</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fortsettings.cpp" line="180"/>
|
||||
<location filename="../fortsettings.cpp" line="183"/>
|
||||
<source>Can't create backup .conf file</source>
|
||||
<translation>Не удалось создать бэкап .conf файла</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fortsettings.cpp" line="185"/>
|
||||
<location filename="../fortsettings.cpp" line="188"/>
|
||||
<source>Can't rename backup .conf file</source>
|
||||
<translation>Не удалось переименовать бэкап .conf файла</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../fortsettings.cpp" line="200"/>
|
||||
<location filename="../fortsettings.cpp" line="203"/>
|
||||
<source>Can't write .conf file</source>
|
||||
<translation>Не удалось записать .conf файл</translation>
|
||||
</message>
|
||||
@ -350,8 +350,8 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/OptionsPage.qml" line="95"/>
|
||||
<source>Release:</source>
|
||||
<translation>Релиз:</translation>
|
||||
<source>Releases:</source>
|
||||
<translation>Релизы:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/log/TrafKeepButton.qml" line="11"/>
|
||||
@ -359,12 +359,12 @@
|
||||
<translation>Хранить…</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="13"/>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="14"/>
|
||||
<source>Speed Limit: </source>
|
||||
<translation>Ограничение скорости: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="23"/>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="24"/>
|
||||
<location filename="../qml/pages/log/TrafKeepButton.qml" line="20"/>
|
||||
<location filename="../qml/pages/log/TrafKeepButton.qml" line="35"/>
|
||||
<location filename="../qml/pages/SchedulePage.qml" line="31"/>
|
||||
@ -372,17 +372,17 @@
|
||||
<translation>Нестандартный</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="24"/>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="25"/>
|
||||
<source>Disabled</source>
|
||||
<translation>Отключено</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="62"/>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="63"/>
|
||||
<source>Download speed limit, KiB/s:</source>
|
||||
<translation>Ограничение скорости загрузки, KiB/s:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="94"/>
|
||||
<location filename="../qml/pages/apps/SpeedLimitButton.qml" line="95"/>
|
||||
<source>Upload speed limit, KiB/s:</source>
|
||||
<translation>Ограничение скорости выгрузки, KiB/s:</translation>
|
||||
</message>
|
||||
|
@ -92,7 +92,7 @@ BasePage {
|
||||
Label {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
text: translationManager.dummyBool
|
||||
&& qsTranslate("qml", "Release:")
|
||||
&& qsTranslate("qml", "Releases:")
|
||||
}
|
||||
LinkButton {
|
||||
text: fortSettings.appUpdatesUrl
|
||||
|
Loading…
Reference in New Issue
Block a user