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