Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Weblate #15

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions resources/translations/qruler_ru.desktop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Desktop Entry/Name: QRuler
Desktop Entry/GenericName: Простой инструмент линейки
Desktop Entry/Comment: Простой инструмент линейки в Qt
129 changes: 129 additions & 0 deletions resources/translations/qruler_ru.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ru">
<context>
<name>Qtilities::Application</name>
<message>
<location filename="../../src/application.cpp" line="102"/>
<source>&amp;About</source>
<translation>&amp;О программе</translation>
</message>
<message>
<location filename="../../src/application.cpp" line="106"/>
<location filename="../../src/application.cpp" line="111"/>
<source>&amp;Preferences</source>
<translation>&amp;Настройки</translation>
</message>
<message>
<location filename="../../src/application.cpp" line="107"/>
<location filename="../../src/application.cpp" line="112"/>
<source>&amp;Quit</source>
<translation>&amp;Выход</translation>
</message>
</context>
<context>
<name>Qtilities::DialogAbout</name>
<message>
<location filename="../../src/dialogabout.ui" line="27"/>
<source>Information</source>
<translation>Информация</translation>
</message>
<message>
<location filename="../../src/dialogabout.ui" line="62"/>
<source>qrc:/about.html</source>
<translation>qrc:/about.html</translation>
</message>
<message>
<location filename="../../src/dialogabout.ui" line="81"/>
<source>Thanks</source>
<translation>Благодарности</translation>
</message>
<message>
<location filename="../../src/dialogabout.ui" line="119"/>
<source>qrc:/thanks.html</source>
<translation>qrc:/thanks.html</translation>
</message>
<message>
<location filename="../../src/dialogabout.ui" line="138"/>
<source>License</source>
<translation>Лицензия</translation>
</message>
<message>
<location filename="../../src/dialogabout.ui" line="176"/>
<source>qrc:/license.html</source>
<translation>qrc:/license.html</translation>
</message>
<message>
<location filename="../../src/dialogabout.cpp" line="55"/>
<source>Author</source>
<translation>Автор</translation>
</message>
<message>
<location filename="../../src/dialogabout.cpp" line="60"/>
<source>About</source>
<translation>О программе</translation>
</message>
</context>
<context>
<name>Qtilities::DialogPrefs</name>
<message>
<location filename="../../src/dialogprefs.ui" line="36"/>
<source>General</source>
<translation>Общее</translation>
</message>
<message>
<location filename="../../src/dialogprefs.ui" line="70"/>
<source>Opacity:</source>
<translation>Непрозрачность:</translation>
</message>
<message>
<location filename="../../src/dialogprefs.ui" line="77"/>
<source>Always on top</source>
<translation>Всегда на переднем плане</translation>
</message>
<message>
<location filename="../../src/dialogprefs.ui" line="99"/>
<source>Colors</source>
<translation>Цвета</translation>
</message>
<message>
<location filename="../../src/dialogprefs.ui" line="120"/>
<source>Background</source>
<translation>Фон</translation>
</message>
<message>
<location filename="../../src/dialogprefs.ui" line="143"/>
<source>Border</source>
<translation>Граница</translation>
</message>
<message>
<location filename="../../src/dialogprefs.ui" line="160"/>
<source>Text</source>
<translation>Текст</translation>
</message>
<message>
<location filename="../../src/dialogprefs.cpp" line="41"/>
<source>Preferences</source>
<translation>Настройки</translation>
</message>
</context>
<context>
<name>Qtilities::MainWindow</name>
<message>
<location filename="../../src/mainwindow.cpp" line="106"/>
<source>Width:</source>
<translation>Ширина:</translation>
</message>
<message>
<location filename="../../src/mainwindow.cpp" line="106"/>
<location filename="../../src/mainwindow.cpp" line="107"/>
<source>px</source>
<translation>пкс</translation>
</message>
<message>
<location filename="../../src/mainwindow.cpp" line="106"/>
<source>Height:</source>
<translation>Высота:</translation>
</message>
</context>
</TS>
Loading