diff options
author | Chris Xiong <chirs241097@gmail.com> | 2020-01-11 23:26:03 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2020-01-11 23:26:03 +0800 |
commit | f7f2e9039cfd6c3d07a28137e321fa96b0267084 (patch) | |
tree | 1fd53d58a388b575881dce827520b3a8d6984fbb /qmidiplayer-desktop/translations | |
parent | 12ad6495fa332ea499485082272f796c4b08c83c (diff) | |
download | QMidiPlayer-f7f2e9039cfd6c3d07a28137e321fa96b0267084.tar.xz |
Code refactoring for qmpChannelEditor.
Do not crash if preset selection dialog is closed with no preset selected.
More translatable strings in qmpChannelEditor.
Diffstat (limited to 'qmidiplayer-desktop/translations')
-rw-r--r-- | qmidiplayer-desktop/translations/qmp_zh_CN.ts | 85 |
1 files changed, 80 insertions, 5 deletions
diff --git a/qmidiplayer-desktop/translations/qmp_zh_CN.ts b/qmidiplayer-desktop/translations/qmp_zh_CN.ts index c9e0800..233129e 100644 --- a/qmidiplayer-desktop/translations/qmp_zh_CN.ts +++ b/qmidiplayer-desktop/translations/qmp_zh_CN.ts @@ -12,27 +12,27 @@ <context> <name>main</name> <message> - <location filename="../main.cpp" line="51"/> + <location filename="../main.cpp" line="59"/> <source>A cross-platform MIDI player.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="54"/> + <location filename="../main.cpp" line="62"/> <source>midi files to play (optional).</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="55"/> + <location filename="../main.cpp" line="63"/> <source>Load a plugin from <plugin library>.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="56"/> + <location filename="../main.cpp" line="64"/> <source>Load all files from the same folder.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main.cpp" line="58"/> + <location filename="../main.cpp" line="66"/> <source>Keep console window open.</source> <translation type="unfinished"></translation> </message> @@ -164,6 +164,81 @@ <source>Channel Parameter Editor - Channel #%1</source> <translation type="unfinished">通道参数编辑器 通道#%1</translation> </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="47"/> + <source>C</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="48"/> + <source>L%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="49"/> + <source>R%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="51"/> + <source>Vol.</source> + <translation type="unfinished">音量</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="52"/> + <source>Rev.</source> + <translation type="unfinished">混响</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="53"/> + <source>Chr.</source> + <translation type="unfinished">合奏</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="54"/> + <source>Res.</source> + <translation type="unfinished">共鸣</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="55"/> + <source>Cut.</source> + <translation type="unfinished">截止</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="56"/> + <source>Atk.</source> + <translation type="unfinished">上升</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="57"/> + <source>Dec.</source> + <translation type="unfinished">衰减</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="58"/> + <source>Rel.</source> + <translation type="unfinished">余韵</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="59"/> + <source>Rate</source> + <translation type="unfinished">频率</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="60"/> + <source>Dep.</source> + <translation type="unfinished">振幅</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="61"/> + <source>Del.</source> + <translation type="unfinished">延迟</translation> + </message> + <message> + <location filename="../qmpchanneleditor.cpp" line="62"/> + <source>Pan.</source> + <translation type="unfinished">位置</translation> + </message> </context> <context> <name>qmpChannelsWindow</name> |