diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-07 17:43:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-07 17:43:49 +0000 |
| commit | db5b68f071652db2be954408c920dd0b0ba183dc (patch) | |
| tree | 91e99210504e73ac7e2b739738d9d2b58eebbe6e /src/plugins/General/converter/translations/converter_plugin_zh_CN.ts | |
| parent | 27c85813333601030db19603873c3bc55852c445 (diff) | |
| download | qmmp-db5b68f071652db2be954408c920dd0b0ba183dc.tar.gz qmmp-db5b68f071652db2be954408c920dd0b0ba183dc.tar.bz2 qmmp-db5b68f071652db2be954408c920dd0b0ba183dc.zip | |
converter: added presets support, fixed flac preset, enabled 'cancel'
button
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2381 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/converter/translations/converter_plugin_zh_CN.ts')
| -rw-r--r-- | src/plugins/General/converter/translations/converter_plugin_zh_CN.ts | 49 |
1 files changed, 31 insertions, 18 deletions
diff --git a/src/plugins/General/converter/translations/converter_plugin_zh_CN.ts b/src/plugins/General/converter/translations/converter_plugin_zh_CN.ts index c7e6269e8..13a9a316f 100644 --- a/src/plugins/General/converter/translations/converter_plugin_zh_CN.ts +++ b/src/plugins/General/converter/translations/converter_plugin_zh_CN.ts @@ -2,6 +2,19 @@ <!DOCTYPE TS> <TS version="2.0" language="zh_CN"> <context> + <name>Converter</name> + <message> + <location filename="../converter.cpp" line="142"/> + <source>Track: %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../converter.cpp" line="144"/> + <source>Preset: %1</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>ConverterDialog</name> <message> <location filename="../converterdialog.ui" line="14"/> @@ -41,92 +54,92 @@ <translation type="unfinished">...</translation> </message> <message> - <location filename="../converterdialog.cpp" line="76"/> + <location filename="../converterdialog.cpp" line="88"/> <source>Choose a directory</source> <translation type="unfinished">选择一个目录</translation> </message> <message> - <location filename="../converterdialog.cpp" line="111"/> + <location filename="../converterdialog.cpp" line="107"/> <source>Artist</source> <translation type="unfinished">艺术家</translation> </message> <message> - <location filename="../converterdialog.cpp" line="112"/> + <location filename="../converterdialog.cpp" line="108"/> <source>Album</source> <translation type="unfinished">专辑</translation> </message> <message> - <location filename="../converterdialog.cpp" line="113"/> + <location filename="../converterdialog.cpp" line="109"/> <source>Title</source> <translation type="unfinished">标题</translation> </message> <message> - <location filename="../converterdialog.cpp" line="114"/> + <location filename="../converterdialog.cpp" line="110"/> <source>Track number</source> <translation type="unfinished">音轨编号</translation> </message> <message> - <location filename="../converterdialog.cpp" line="115"/> + <location filename="../converterdialog.cpp" line="111"/> <source>Two-digit track number</source> <translation type="unfinished">两位数音轨编号</translation> </message> <message> - <location filename="../converterdialog.cpp" line="116"/> + <location filename="../converterdialog.cpp" line="112"/> <source>Genre</source> <translation type="unfinished">流派</translation> </message> <message> - <location filename="../converterdialog.cpp" line="117"/> + <location filename="../converterdialog.cpp" line="113"/> <source>Comment</source> <translation type="unfinished">备注</translation> </message> <message> - <location filename="../converterdialog.cpp" line="118"/> + <location filename="../converterdialog.cpp" line="114"/> <source>Composer</source> <translation type="unfinished">作曲</translation> </message> <message> - <location filename="../converterdialog.cpp" line="119"/> + <location filename="../converterdialog.cpp" line="115"/> <source>Duration</source> <translation type="unfinished">持续时间</translation> </message> <message> - <location filename="../converterdialog.cpp" line="120"/> + <location filename="../converterdialog.cpp" line="116"/> <source>Disc number</source> <translation type="unfinished">光盘编号</translation> </message> <message> - <location filename="../converterdialog.cpp" line="121"/> + <location filename="../converterdialog.cpp" line="117"/> <source>File name</source> <translation type="unfinished">文件名</translation> </message> <message> - <location filename="../converterdialog.cpp" line="131"/> + <location filename="../converterdialog.cpp" line="127"/> <source>Create a copy</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../converterdialog.cpp" line="122"/> + <location filename="../converterdialog.cpp" line="118"/> <source>Year</source> <translation type="unfinished">年代</translation> </message> <message> - <location filename="../converterdialog.cpp" line="123"/> + <location filename="../converterdialog.cpp" line="119"/> <source>Condition</source> <translation type="unfinished">条件</translation> </message> <message> - <location filename="../converterdialog.cpp" line="129"/> + <location filename="../converterdialog.cpp" line="125"/> <source>Create</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../converterdialog.cpp" line="130"/> + <location filename="../converterdialog.cpp" line="126"/> <source>Edit</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../converterdialog.cpp" line="132"/> + <location filename="../converterdialog.cpp" line="128"/> <source>Delete</source> <translation type="unfinished"></translation> </message> |
