add dynamic language change support
add "en" ts
This commit is contained in:
@@ -20,7 +20,7 @@ Remove connection: Shift + RightClick</source>
|
||||
<message>
|
||||
<location filename="../blockeditor.ui" line="14"/>
|
||||
<source>Block editor</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Редактор блока</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.ui" line="32"/>
|
||||
@@ -91,7 +91,7 @@ Remove connection: Shift + RightClick</source>
|
||||
<location filename="../blockeditor.ui" line="353"/>
|
||||
<location filename="../blockeditor.ui" line="383"/>
|
||||
<source>Ctrl+S</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.ui" line="376"/>
|
||||
@@ -106,7 +106,7 @@ Remove connection: Shift + RightClick</source>
|
||||
<message>
|
||||
<location filename="../blockeditor.ui" line="413"/>
|
||||
<source>Ctrl+O</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.ui" line="433"/>
|
||||
@@ -121,7 +121,7 @@ Remove connection: Shift + RightClick</source>
|
||||
<message>
|
||||
<location filename="../blockeditor.ui" line="453"/>
|
||||
<source>Del</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -214,7 +214,7 @@ Remove connection: Shift + RightClick</source>
|
||||
<translation>Высота:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.ui" line="554"/>
|
||||
<location filename="../drawtools.ui" line="538"/>
|
||||
<source>Style:</source>
|
||||
<translation>Стиль:</translation>
|
||||
</message>
|
||||
@@ -226,7 +226,7 @@ Remove connection: Shift + RightClick</source>
|
||||
<message>
|
||||
<location filename="../drawtools.ui" line="608"/>
|
||||
<source>Paste image ...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Вставить картинку ...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.ui" line="641"/>
|
||||
@@ -265,107 +265,135 @@ Remove connection: Shift + RightClick</source>
|
||||
<translation>Право</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="242"/>
|
||||
<location filename="../drawtools.cpp" line="333"/>
|
||||
<source>NoPen</source>
|
||||
<translation>НетЛинии</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="242"/>
|
||||
<location filename="../drawtools.cpp" line="333"/>
|
||||
<source>Solid</source>
|
||||
<translation>Сплошная</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="242"/>
|
||||
<location filename="../drawtools.cpp" line="333"/>
|
||||
<source>Dash</source>
|
||||
<translation>Штриховая</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="243"/>
|
||||
<location filename="../drawtools.cpp" line="334"/>
|
||||
<source>Dot</source>
|
||||
<translation>Пунктирная</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="243"/>
|
||||
<location filename="../drawtools.cpp" line="334"/>
|
||||
<source>Dash-Dot</source>
|
||||
<translation>ШтрихПунктирная</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="243"/>
|
||||
<location filename="../drawtools.cpp" line="334"/>
|
||||
<source>Dash-Dot-Dot</source>
|
||||
<translation>ШтрихПунктирПунктирная</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="267"/>
|
||||
<location filename="../drawtools.cpp" line="336"/>
|
||||
<source>Edit text</source>
|
||||
<translation>Редактировать текст</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="274"/>
|
||||
<location filename="../drawtools.cpp" line="337"/>
|
||||
<source>Bring
|
||||
forward</source>
|
||||
<translation>Переместить
|
||||
выше</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="275"/>
|
||||
<location filename="../drawtools.cpp" line="338"/>
|
||||
<source>Bring
|
||||
to front</source>
|
||||
<translation>На передний
|
||||
фон</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="276"/>
|
||||
<location filename="../drawtools.cpp" line="339"/>
|
||||
<source>Send
|
||||
backward</source>
|
||||
<translation>Переместить
|
||||
ниже</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="277"/>
|
||||
<location filename="../drawtools.cpp" line="340"/>
|
||||
<source>Send
|
||||
to back</source>
|
||||
<translation>На задний
|
||||
фон</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="278"/>
|
||||
<location filename="../drawtools.cpp" line="341"/>
|
||||
<source>Draw
|
||||
Rectangle</source>
|
||||
<translation>Нарисовать
|
||||
прямоугольник</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="279"/>
|
||||
<location filename="../drawtools.cpp" line="342"/>
|
||||
<source>Draw
|
||||
Ellipse</source>
|
||||
<translation>Нарисовать
|
||||
эллипс</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="280"/>
|
||||
<location filename="../drawtools.cpp" line="343"/>
|
||||
<source>Draw
|
||||
Line</source>
|
||||
<translation>Нарисовать
|
||||
линию</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="281"/>
|
||||
<location filename="../drawtools.cpp" line="344"/>
|
||||
<source>Draw
|
||||
Text</source>
|
||||
<translation>Нарисовать
|
||||
текст</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="282"/>
|
||||
<location filename="../drawtools.cpp" line="345"/>
|
||||
<source>Draw
|
||||
Image</source>
|
||||
<translation>Нарисовать
|
||||
картинку</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../drawtools.cpp" line="810"/>
|
||||
<location filename="../drawtools.cpp" line="824"/>
|
||||
<source>Select image</source>
|
||||
<translation>Выбрать картинку</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>PinAlignDelegate</name>
|
||||
<message>
|
||||
<location filename="../blockeditor.cpp" line="356"/>
|
||||
<source>Left</source>
|
||||
<translation>Лево</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.cpp" line="357"/>
|
||||
<source>Right</source>
|
||||
<translation>Право</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.cpp" line="358"/>
|
||||
<source>Top</source>
|
||||
<translation>Верх</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.cpp" line="359"/>
|
||||
<source>Bottom</source>
|
||||
<translation>Низ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../blockeditor.cpp" line="361"/>
|
||||
<source>unknown</source>
|
||||
<translation>неизвестно</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
Reference in New Issue
Block a user