Skip to content

Commit 17c4f34

Browse files
committed
feat: 增加英文翻译;
1 parent 07bb2ac commit 17c4f34

13 files changed

Lines changed: 4364 additions & 343 deletions

File tree

3rdparty/QHexView/document/commands/bookmark/bookmarkclearcommand.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#include "bookmarkclearcommand.h"
2323

2424
inline QString constructText(qsizetype length) {
25-
return QStringLiteral("[B~] {cnt: %1-0x%2}")
26-
.arg(QString::number(length), QString::number(length, 16).toUpper());
25+
return QStringLiteral("[B~] {cnt: %1}").arg(QString::number(length));
2726
}
2827

2928
BookMarkClearCommand::BookMarkClearCommand(

3rdparty/QWingRibbon/ribbonbuttongroup.ui

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Form</string>
14+
<string/>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
1717
<property name="leftMargin">
@@ -68,23 +68,23 @@
6868
<item>
6969
<widget class="Line" name="RIBBON_LINE_H">
7070
<property name="frameShadow">
71-
<enum>QFrame::Plain</enum>
71+
<enum>QFrame::Shadow::Plain</enum>
7272
</property>
7373
<property name="orientation">
74-
<enum>Qt::Horizontal</enum>
74+
<enum>Qt::Orientation::Horizontal</enum>
7575
</property>
7676
</widget>
7777
</item>
7878
<item>
7979
<widget class="QLabel" name="label">
8080
<property name="text">
81-
<string>ToolBar</string>
81+
<string notr="true">ToolBar</string>
8282
</property>
8383
<property name="textFormat">
84-
<enum>Qt::PlainText</enum>
84+
<enum>Qt::TextFormat::PlainText</enum>
8585
</property>
8686
<property name="alignment">
87-
<set>Qt::AlignCenter</set>
87+
<set>Qt::AlignmentFlag::AlignCenter</set>
8888
</property>
8989
<property name="margin">
9090
<number>0</number>
@@ -99,10 +99,10 @@
9999
<item row="0" column="1">
100100
<widget class="Line" name="RIBBON_LINE_V">
101101
<property name="frameShadow">
102-
<enum>QFrame::Plain</enum>
102+
<enum>QFrame::Shadow::Plain</enum>
103103
</property>
104104
<property name="orientation">
105-
<enum>Qt::Vertical</enum>
105+
<enum>Qt::Orientation::Vertical</enum>
106106
</property>
107107
</widget>
108108
</item>

3rdparty/QWingRibbon/ribbontabcontent.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Form</string>
14+
<string/>
1515
</property>
1616
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0">
1717
<property name="spacing">

lang/en_US/about.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
A powerful, free hex editor developed using QT C++ by wingsummer.
3+
4+
If you encounter any bugs, please report them on [Github](https://github.com/Wing-summer/WingHexExplorer2/issues).If you have difficulty accessing Github, you may also report them on [Gitee](https://gitee.com/wing-cloud/WingHexExplorer2/issues). If neither works, you can contact me via any way listed on my [CNBlog](https://www.cnblogs.com/wingsummer) announcement board. However, I still prefer GitHub for feedback to facilitate commit comments.
5+
6+
Open-source development is not easy. Donations or contributions to the repository and documentation are welcome. Contributors will be acknowledged on the repository homepage by default:
7+
8+
* On GitHub: [Software Contributors](https://github.com/Wing-summer/WingHexExplorer2?tab=readme-ov-file#%E4%BB%A3%E7%A0%81%E8%B4%A1%E7%8C%AE%E8%80%85) | [Document Contributors](https://github.com/Wing-summer/WingHexExplorer2/wiki/README)
9+
* On Gitee: [Software Contributors](https://gitee.com/wing-cloud/WingHexExplorer2#% E4%BB%A3%E7%A0%81%E8%B4%A1%E7%8C%AE%E8%80%85) | [Document Contributors](https://gitee.com/wing-cloud/WingHexExplorer2/wikis/README)
10+
11+
License: AGPL-3.0

lang/en_US/devs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
* wingsummer: Project initiator and the software author

0 commit comments

Comments
 (0)