[PR #757] [MERGED] Qt: Add Chinese (Simplified) translation #100

Closed
opened 2026-01-29 19:06:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/757
Author: @ggrtk
Created: 8/14/2020
Status: Merged
Merged: 8/15/2020
Merged by: @stenzek

Base: masterHead: qt-chinese-simplified


📝 Commits (1)

  • cd0ac1a Qt: Add Chinese (Simplified) translation

📊 Changes

7 files changed (+2057 additions, -1 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
📝 src/duckstation-qt/CMakeLists.txt (+1 -0)
📝 src/duckstation-qt/duckstation-qt.vcxproj (+3 -0)
📝 src/duckstation-qt/duckstation-qt.vcxproj.filters (+3 -0)
📝 src/duckstation-qt/qthostinterface.cpp (+2 -1)
src/duckstation-qt/translations/duckstation-qt_zh-cn.ts (+2046 -0)
📝 src/duckstation-qt/update_translations.bat (+1 -0)

📄 Description

This is an edited version of @phoe-nix's translation, with various formatting and typo fixes plus build integration.

In particular, 着色器 was changed to 色彩抖动 where applicable since the former refers to shaders while the latter refers specifically to color dithering.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/757 **Author:** [@ggrtk](https://github.com/ggrtk) **Created:** 8/14/2020 **Status:** ✅ Merged **Merged:** 8/15/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `qt-chinese-simplified` --- ### 📝 Commits (1) - [`cd0ac1a`](https://github.com/stenzek/duckstation/commit/cd0ac1a2bcadc39209fb1f5c153912d6ea223ac4) Qt: Add Chinese (Simplified) translation ### 📊 Changes **7 files changed** (+2057 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `src/duckstation-qt/CMakeLists.txt` (+1 -0) 📝 `src/duckstation-qt/duckstation-qt.vcxproj` (+3 -0) 📝 `src/duckstation-qt/duckstation-qt.vcxproj.filters` (+3 -0) 📝 `src/duckstation-qt/qthostinterface.cpp` (+2 -1) ➕ `src/duckstation-qt/translations/duckstation-qt_zh-cn.ts` (+2046 -0) 📝 `src/duckstation-qt/update_translations.bat` (+1 -0) </details> ### 📄 Description This is an edited version of @phoe-nix's translation, with various formatting and typo fixes plus build integration. In particular, 着色器 was changed to 色彩抖动 where applicable since the former refers to shaders while the latter refers specifically to color dithering. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:06:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#100