Skip to content

Commit

Permalink
Update Internal Command Window
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Jul 20, 2024
1 parent 460d0e8 commit 1595911
Show file tree
Hide file tree
Showing 30 changed files with 281 additions and 117 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ en-US:
- Add up to four window split screen mode and multiple layout modes
- Add single/group/all session three modes in the send command window
- Add the plugin information page to display the plugin website
- Add notification center
- Add internal command window
- Improve the context menu of URL recognition links
- Improve the find window to automatically fill in the currently selected text each time it is opened
- Improve status bar
Expand All @@ -28,6 +30,8 @@ zh-CN:
- 增加了至多四窗口分屏模式以及多种布局模式
- 发送命令窗口增加单会话/组会话/全部会话三种模式
- 插件信息页面增加插件网站主页显示
- 增加通知中心
- 增加内部命令窗口
- 改进URL识别链接的上下文菜单
- 改进查找窗口在每次打开时自动填入当前选择的文本
- 改进状态栏
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- Add up to four window split screen mode and multiple layout modes
- Add single/group/all session three modes in the send command window
- Add the plugin information page to display the plugin website
- Add notification center
- Add internal command window
- Improve the context menu of URL recognition links
- Improve the find window to automatically fill in the currently selected text each time it is opened
- Improve status bar
Expand Down
2 changes: 1 addition & 1 deletion docs/img/ar_SA.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/cs_CZ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/de_DE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/en_US.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/es_ES.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/fr_FR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/ja_JP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/ko_KR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/pt_BR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/ru_RU.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/zh_CN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/img/zh_HK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 18 additions & 8 deletions lang/quardCRT_ar_SA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2627,37 +2627,47 @@ If you need to use another shell, please create a session through [quick-connect
<translation>الأمر الداخلي</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="111"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="121"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="115"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="125"/>
<source>Open URL</source>
<translation>فتح الرابط</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="111"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="121"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="115"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="125"/>
<source>Cannot open URL %1.</source>
<translation>تعذر فتح الرابط %1.</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="198"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="202"/>
<source>Copy</source>
<translation>نسخ</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="204"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="208"/>
<source>Paste</source>
<translation>لصق</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="210"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="214"/>
<source>Select All</source>
<translation>تحديد الكل</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="216"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="220"/>
<source>Find</source>
<translation>بحث</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="226"/>
<source>Zoom In</source>
<translation>تكبير</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="234"/>
<source>Zoom Out</source>
<translation>تصغير</translation>
</message>
</context>
<context>
<name>Konsole::Session</name>
Expand Down
26 changes: 18 additions & 8 deletions lang/quardCRT_cs_CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2627,37 +2627,47 @@ Pokud potřebujete použít jiný shell, vytvořte prosím relaci prostřednictv
<translation>Vnitřní příkaz</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="111"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="121"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="115"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="125"/>
<source>Open URL</source>
<translation>Otevřít URL</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="111"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="121"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="115"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="125"/>
<source>Cannot open URL %1.</source>
<translation>Nelze otevřít URL %1.</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="198"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="202"/>
<source>Copy</source>
<translation>Kopírovat</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="204"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="208"/>
<source>Paste</source>
<translation>Vložit</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="210"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="214"/>
<source>Select All</source>
<translation>Vybrat vše</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="216"/>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="220"/>
<source>Find</source>
<translation>Najít</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="226"/>
<source>Zoom In</source>
<translation>Přiblížit</translation>
</message>
<message>
<location filename="../src/internalcommandwindow/internalcommandwindow.cpp" line="234"/>
<source>Zoom Out</source>
<translation>Oddálit</translation>
</message>
</context>
<context>
<name>Konsole::Session</name>
Expand Down
Loading

0 comments on commit 1595911

Please sign in to comment.