recommonmark
This commit is contained in:
parent
50168f4990
commit
bae0bd6f66
@ -15,7 +15,7 @@ test:bionic:
|
|||||||
image: bionic-dev
|
image: bionic-dev
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme
|
- apt-get -y --force-yes install git qttools5-dev-tools qttools5-dev doxygen python3-breathe python3-sphinx python3-sphinx-rtd-theme python3-recommonmark
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
script:
|
script:
|
||||||
|
@ -1,3 +1,39 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE TS>
|
<!DOCTYPE TS>
|
||||||
<TS version="2.1" language="ru_RU"></TS>
|
<TS version="2.1" language="ru_RU">
|
||||||
|
<context>
|
||||||
|
<name>MyMainWindow</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/cmex/my_main_window.ui" line="14"/>
|
||||||
|
<source>Main Window</source>
|
||||||
|
<translation>Главное окно</translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>QObject</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/cmex/main_app.cpp" line="20"/>
|
||||||
|
<source>Compiler version: </source>
|
||||||
|
<translation>Версия компилятора: </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/cmex/main_app.cpp" line="21"/>
|
||||||
|
<source>Project version: </source>
|
||||||
|
<translation>Версия проекта: </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/cmex/main_app.cpp" line="22"/>
|
||||||
|
<source>Build type: </source>
|
||||||
|
<translation>Тип сборки: </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/cmex/main_app.cpp" line="23"/>
|
||||||
|
<source>libcmex function call: </source>
|
||||||
|
<translation>Вызов функции из libcmex: </translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../src/cmex/main_app.cpp" line="24"/>
|
||||||
|
<source>libcmext function call: </source>
|
||||||
|
<translation>Вызов функции из libcmext: </translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
|
</TS>
|
||||||
|
Loading…
Reference in New Issue
Block a user