diff options
author | Serg Bormant <[email protected]> | 2020-01-02 13:07:38 +0000 |
---|---|---|
committer | TDE Weblate <[email protected]> | 2020-01-03 14:07:16 +0000 |
commit | 630dcedfb398b350522742f0ab4d1255ac84da85 (patch) | |
tree | 07d36ed6d97e7753239027673a72d73d5e3c7cab /examples/i18n | |
parent | 9f345963d03b29eca36ea5fd8ccca940ac8d56e5 (diff) | |
download | tqt3-630dcedfb398b350522742f0ab4d1255ac84da85.tar.gz tqt3-630dcedfb398b350522742f0ab4d1255ac84da85.zip |
Translated using Weblate (Russian)
Currently translated at 100.0% (15 of 15 strings)
Translation: dependencies/tqt3 - examples-i18n
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/ru/
Diffstat (limited to 'examples/i18n')
-rw-r--r-- | examples/i18n/mywidget_ru.ts | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/examples/i18n/mywidget_ru.ts b/examples/i18n/mywidget_ru.ts index 07070b036..2f2ef381f 100644 --- a/examples/i18n/mywidget_ru.ts +++ b/examples/i18n/mywidget_ru.ts @@ -1,68 +1,70 @@ -<!DOCTYPE TS><TS> +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS language="ru"> <context encoding="UTF-8"> <name>MyWidget</name> <message encoding="UTF-8"> <source>View</source> - <translation type="unfinished">Вид</translation> + <translation>&Вид</translation> </message> <message encoding="UTF-8"> <source>&File</source> - <translation type="unfinished">Файл</translation> + <translation>&Файл</translation> </message> <message encoding="UTF-8"> <source>E&xit</source> - <translation type="unfinished">Выход</translation> + <translation>В&ыход</translation> </message> <message encoding="UTF-8"> <source>First</source> - <translation type="unfinished">Первый</translation> + <translation>Первый</translation> </message> <message encoding="UTF-8"> <source>Third</source> - <translation type="unfinished">Третий</translation> + <translation>Третий</translation> </message> <message encoding="UTF-8"> <source>Language: English</source> - <translation type="unfinished">Язык: Русский</translation> + <translation>Язык: Русский</translation> </message> <message encoding="UTF-8"> <source>The Main Window</source> - <translation type="unfinished">Главное окно</translation> + <translation>Главное окно</translation> </message> <message encoding="UTF-8"> <source>Oblique</source> - <translation type="unfinished">Курсив</translation> + <translation>Курсив</translation> </message> <message encoding="UTF-8"> <source>Second</source> - <translation type="unfinished">Второй</translation> + <translation>Второй</translation> </message> <message encoding="UTF-8"> <source>Isometric</source> - <translation type="unfinished">Изометрический</translation> + <translation>Изометрия</translation> </message> <message encoding="UTF-8"> <source>Perspective</source> - <translation type="unfinished">Перспектива</translation> + <translation>Перспектива</translation> </message> <message encoding="UTF-8"> <source>Internationalization Example</source> - <translation type="unfinished">Пример интернациноализации</translation> + <translation>Пример интернационализации</translation> </message> <message> <source>Ctrl+Q</source> - <translation type="unfinished"></translation> + <translation>Ctrl+Q</translation> </message> </context> <context> <name>QVDialog</name> <message> <source>OK</source> - <translation type="unfinished"></translation> + <translation>ОК</translation> </message> <message> <source>Cancel</source> - <translation type="unfinished"></translation> + <translation>Отмена</translation> </message> </context> </TS> |