adjust zh translations
Some checks failed
Publish Release / Publish binaries (push) Has been cancelled

This commit is contained in:
Dvlv 2024-09-09 14:30:22 +01:00
parent d406c3962e
commit ea4382957e
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA
5 changed files with 7 additions and 2 deletions

View file

@ -40,6 +40,11 @@
<url type="help">https://dvlv.github.io/BoxBuddyRS</url> <url type="help">https://dvlv.github.io/BoxBuddyRS</url>
<releases> <releases>
<release version="2.2.12" date="2024-09-09">
<description>
<p>Translation Updates</p>
</description>
</release>
<release version="2.2.11" date="2024-09-07"> <release version="2.2.11" date="2024-09-07">
<description> <description>
<p>Translation Updates</p> <p>Translation Updates</p>

Binary file not shown.

View file

@ -12,7 +12,7 @@ msgstr ""
"PO-Revision-Date: 2024-06-13 11:00+0200\n" "PO-Revision-Date: 2024-06-13 11:00+0200\n"
"Last-Translator: MLSci <mi6w.io@gmail.com>\n" "Last-Translator: MLSci <mi6w.io@gmail.com>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: zh\n" "Language: zh_CN\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

Binary file not shown.

View file

@ -869,7 +869,7 @@ fn show_about_popup(window: &ApplicationWindow) {
let d = adw::AboutWindow::new(); let d = adw::AboutWindow::new();
d.set_transient_for(Some(window)); d.set_transient_for(Some(window));
d.set_application_name("BoxBuddy"); d.set_application_name("BoxBuddy");
d.set_version("2.2.11"); d.set_version("2.2.12");
d.set_developer_name("Dvlv"); d.set_developer_name("Dvlv");
d.set_license_type(gtk::License::MitX11); d.set_license_type(gtk::License::MitX11);
// TRANSLATORS: Description of the application // TRANSLATORS: Description of the application