summaryrefslogtreecommitdiff
path: root/enigma/src/main/resources/lang/zh_cn.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add progress listener to Mapping-IO conversion; deduplicate lang filesGravatar NebelNidas2023-10-091-9/+4
|
* Add Recaf format support (#451)Gravatar Toshimichi09152022-06-121-0/+1
| | | | | | | * Add Recaf format support * Update language files Co-authored-by: 2xsaiko <me@dblsaiko.net>
* feat(i18n): update Chinese(Simplified) translation (#441)Gravatar xtexChooser2022-02-051-28/+28
| | | | | * Update zh_cn.json * Update zh_cn.json
* Update translationsGravatar Yanis482021-04-071-1/+1
|
* Configuration stuff (#301)Gravatar 2xsaiko2020-08-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Begin writing new config system * Make config work * Save window size and position * Add editor font chooser * Use *.ini for windows and mac instead of *rc * Allow for changing language without having to restart the program * Save selected directory in file dialogs * Make dialog visible after moving it to the correct position * Don't change theme on the fly since it's broken * Remove unused gui parameter * Use xdg-open to open URLs on Linux since Desktop.browse doesn't work, at least not on my PC * Fix default proposed highlight color * Multi font selection dialog thingy * Remember network options * Make font selection dialog actually work * Collapse general actions ("OK", "Cancel", ..) into one translation * Localize font dialog * Use enum name when saving colors for consistency with currently selected theme * Save size of split panes * Import old config * Add test & fix some parts of the config serializer * TranslationChangeListener/TranslationUtil -> LanguageChangeListener/LanguageUtil
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-0/+118
* Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>