L10n/chinese translation (#5)

* hotkey tips using \t .
* simplified edit menu translation (ZH_CN)
* refactored GetLanguageStringACP and implemented 'TranslateDlgItem' and 'TranslateWindowCaption' helper function .
---------

Co-authored-by: shuiping233 <49360196+shuiping233@users.noreply.github.com>
This commit is contained in:
Zero Fanker 2024-10-29 00:22:39 -04:00 committed by GitHub
parent 1672fd8901
commit f0d808a912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 1162 additions and 533 deletions

View file

@ -37,8 +37,8 @@ public:
void UpdateDialog();
CSpecialFlags(CWnd* pParent = NULL); // Standardkonstruktor
// Dialogfelddaten
//{{AFX_DATA(CSpecialFlags)
// Dialogfelddaten
//{{AFX_DATA(CSpecialFlags)
enum { IDD = IDD_SPECIALFLAGS };
CMyComboBox m_Visceroids;
CMyComboBox m_TiberiumSpreads;
@ -60,11 +60,13 @@ public:
// Vom Klassen-Assistenten generierte virtuelle Funktionsüberschreibungen
//{{AFX_VIRTUAL(CSpecialFlags)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV-Unterstützung
virtual BOOL OnInitDialog() override;
virtual void DoDataExchange(CDataExchange* pDX)override; // DDX/DDV-Unterstützung
//}}AFX_VIRTUAL
// Implementierung
protected:
void TranslateUI();
// Generierte Nachrichtenzuordnungsfunktionen
//{{AFX_MSG(CSpecialFlags)