Fixed UI for Viet

This commit is contained in:
AndnixSH
2024-11-18 14:14:18 +01:00
parent 61aee3cdcf
commit 82bee17ca7
6 changed files with 11069 additions and 7368 deletions
+278 -69
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -134,12 +134,12 @@
//
// themeComboBox
//
resources.ApplyResources(this.themeComboBox, "themeComboBox");
this.themeComboBox.FormattingEnabled = true;
this.themeComboBox.Items.AddRange(new object[] {
resources.GetString("themeComboBox.Items"),
resources.GetString("themeComboBox.Items1"),
resources.GetString("themeComboBox.Items2")});
resources.ApplyResources(this.themeComboBox, "themeComboBox");
this.themeComboBox.Name = "themeComboBox";
//
// label1
@@ -265,8 +265,8 @@
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
resources.ApplyResources(this.comboBox1, "comboBox1");
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Name = "comboBox1";
//
File diff suppressed because it is too large Load Diff
+89 -33
View File
@@ -1,63 +1,63 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Sơ đồ Microsoft ResX
Microsoft ResX Schema
Phiên bản 2.0
Version 2.0
Mục tiêu chính của định dạng này là cho phép một định dạng XML đơn giản
đọc được chủ yếu bằng tay. Việc tạo và phân tích cú pháp các
kiểu dữ liệu khác nhau được thực hiện thông qua các lớp TypeConverter
liên kết với các kiểu dữ liệu.
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Ví dụ:
Example:
... tiêu đề & sơ đồ ado.net/XML ...
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>đây là chuỗi dài của tôi</value><comment>đây là một bình luận</comment></data>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[đối tượng .NET Framework được tuần tự hóa mã hóa mime base64]</value>
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[chuỗi mã hóa mime base64 đại diện cho mảng byte của đối tượng .NET Framework]</value>
<comment>Đây là một bình luận</comment>
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
Có bất kỳ số lượng hàng "resheader" nào chứa đơn giản
các cặp tên/giá trị.
There are any number of "resheader" rows that contain simple
name/value pairs.
Mỗi hàng dữ liệu chứa một tên và giá trị. Hàng cũng chứa một
kiểu hoặc mimetype. Kiểu tương ứng với một lớp .NET hỗ trợ
chuyển đổi văn bản/giá trị thông qua kiến trúc TypeConverter.
Các lớp không hỗ trợ điều này được tuần tự hóa và lưu trữ với
mimetype được đặt.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
mimetype được sử dụng cho các đối tượng được tuần tự hóa và cho biết
ResXResourceReader cách khôi phục đối tượng. Hiện tại điều này không
có thể mở rộng. Đối với một mimetype nhất định, giá trị phải được đặt cho phù hợp:
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Lưu ý - application/x-microsoft.net.object.binary.base64 là định dạng
ResXResourceWriter sẽ tạo ra, tuy nhiên trình đọc có thể
đọc bất kỳ định dạng nào được liệt kê bên dưới.
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : Đối tượng phải được tuần tự hóa với
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: và sau đó được mã hóa bằng mã hóa base64.
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : Đối tượng phải được tuần tự hóa với
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: và sau đó được mã hóa bằng mã hóa base64.
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : Đối tượng phải được tuần tự hóa thành một mảng byte
: sử dụng System.ComponentModel.TypeConverter
: và sau đó được mã hóa bằng mã hóa base64.
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
@@ -117,9 +117,19 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="checkBox7.Size" type="System.Drawing.Size, System.Drawing">
<value>126, 17</value>
</data>
<data name="checkBox7.Text" xml:space="preserve">
<value>Lệnh JVM tùy chỉnh</value>
</data>
<data name="checkBox6.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 271</value>
</data>
<data name="checkBox6.Size" type="System.Drawing.Size, System.Drawing">
<value>96, 17</value>
</data>
<data name="checkBox6.Text" xml:space="preserve">
<value>Chế độ gỡ lỗi</value>
</data>
@@ -132,30 +142,73 @@
<data name="themeComboBox.Items2" xml:space="preserve">
<value>Tối</value>
</data>
<data name="themeComboBox.Location" type="System.Drawing.Point, System.Drawing">
<value>275, 243</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 244</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>57, 13</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>Giao diện</value>
</data>
<data name="customApkToolTxtBox.Location" type="System.Drawing.Point, System.Drawing">
<value>274, 216</value>
</data>
<data name="customApktoolBtn.Location" type="System.Drawing.Point, System.Drawing">
<value>483, 216</value>
</data>
<data name="useCustomApktoolChk.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 218</value>
</data>
<data name="useCustomApktoolChk.Size" type="System.Drawing.Size, System.Drawing">
<value>144, 17</value>
</data>
<data name="useCustomApktoolChk.Text" xml:space="preserve">
<value>Vị trí apktool tùy chỉnh</value>
</data>
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
<value>391, 26</value>
</data>
<data name="label6.Text" xml:space="preserve">
<value>Việc di chuyển tệp trong quá trình thao tác vào thư mục tạm cần thời gian, vui lòng kiên nhẫn chờ đợi</value>
<value>Việc di chuyển tệp trong quá trình thao tác vào thư mục tạm cần thời gian,
vui lòng kiên nhẫn chờ đợi</value>
</data>
<data name="checkBox5.Size" type="System.Drawing.Size, System.Drawing">
<value>294, 17</value>
</data>
<data name="checkBox5.Text" xml:space="preserve">
<value>Hỗ trợ tên tệp UTF-8, bật để giải quyết lỗi tiếng Việt</value>
</data>
<data name="checkBox4.Size" type="System.Drawing.Size, System.Drawing">
<value>125, 17</value>
</data>
<data name="checkBox4.Text" xml:space="preserve">
<value>Vị trí Java tùy chỉnh</value>
</data>
<data name="checkBox3.Size" type="System.Drawing.Size, System.Drawing">
<value>174, 17</value>
</data>
<data name="checkBox3.Text" xml:space="preserve">
<value>Vị trí bộ nhớ cache tùy chỉnh</value>
</data>
<data name="checkBox2.Size" type="System.Drawing.Size, System.Drawing">
<value>123, 17</value>
</data>
<data name="checkBox2.Text" xml:space="preserve">
<value>Âm thanh hoàn tất</value>
</data>
<data name="checkBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>232, 17</value>
</data>
<data name="checkBox1.Text" xml:space="preserve">
<value>Xóa nhật ký trước khi thực hiện thao tác</value>
</data>
<data name="checkBoxCheckUpdateStartup.Size" type="System.Drawing.Size, System.Drawing">
<value>191, 17</value>
</data>
<data name="checkBoxCheckUpdateStartup.Text" xml:space="preserve">
<value>Kiểm tra cập nhật khi khởi động</value>
</data>
@@ -165,6 +218,9 @@
<data name="groupBoxLanguage.Text" xml:space="preserve">
<value>Ngôn ngữ</value>
</data>
<data name="ignoreOutputContextMenuBox.Size" type="System.Drawing.Size, System.Drawing">
<value>310, 17</value>
</data>
<data name="ignoreOutputContextMenuBox.Text" xml:space="preserve">
<value>Bỏ qua thư mục đầu ra tùy chỉnh trong menu ngữ cảnh</value>
</data>