update translations
This commit is contained in:
parent
bb6c8acb1a
commit
33d4327443
6
NEWS.md
6
NEWS.md
|
@ -4,9 +4,9 @@ Red Panda C++ Version 2.25
|
||||||
- change: Symbol completion of '{' won't insert extra new lines.
|
- change: Symbol completion of '{' won't insert extra new lines.
|
||||||
- fix: "move selection up/down" of whole lines selection are no correctly handled.
|
- fix: "move selection up/down" of whole lines selection are no correctly handled.
|
||||||
- enhancement: Improvement of terminal support ( from cyano.CN )
|
- enhancement: Improvement of terminal support ( from cyano.CN )
|
||||||
- enhancement: Virtual Terminal Sequences Support in windows 10/11 ( from cyano.CN )
|
- enhancement: ANSI escape sequences Support in windows 10/11 ( from cyano.CN )
|
||||||
- enhancement: Option "Enable Virtual Terminal Sequences Support" in Settings -> Executor
|
- enhancement: Option "Enable ANSI escape sequences Support" in Settings -> Executor
|
||||||
- change: Use freetype as the fontengine in windows
|
- change: Use freetype as the fontengine in windows ( from cyano.CN )
|
||||||
|
|
||||||
Red Panda C++ Version 2.24
|
Red Panda C++ Version 2.24
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="chkVTSeq">
|
<widget class="QCheckBox" name="chkVTSeq">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Enable Virtual Terminal Sequence Support</string>
|
<string>Enable ANSI Escape Sequences Support</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -155,8 +155,6 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources/>
|
||||||
<include location="../icons.qrc"/>
|
|
||||||
</resources>
|
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
|
@ -2083,7 +2083,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enable Virtual Terminal Sequence Support</source>
|
<source>Enable ANSI Escape Sequences Support</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1916,7 +1916,7 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enable Virtual Terminal Sequence Support</source>
|
<source>Enable ANSI Escape Sequences Support</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
Loading…
Reference in New Issue