diff options
| author | PurlingNayuki <cyq.yzfl@gmail.com> | 2013-12-28 20:50:14 +0800 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2014-01-05 15:47:34 +0100 |
| commit | 7602f1042300236c1bfcee7a3082b37ab7734744 (patch) | |
| tree | ffa054589b34c2f11be941d4d7f0daf27e300f41 | |
| parent | 6a3fd9a2bbca897ba3f18d186bd8fb0a88229e5f (diff) | |
| download | rockbox-7602f1042300236c1bfcee7a3082b37ab7734744.zip rockbox-7602f1042300236c1bfcee7a3082b37ab7734744.tar.gz rockbox-7602f1042300236c1bfcee7a3082b37ab7734744.tar.bz2 rockbox-7602f1042300236c1bfcee7a3082b37ab7734744.tar.xz | |
Fix Chinese translation and missing "Attack Time" string
Change-Id: Ia4ae29bfe8739da93369a497a55680c7d445f730
Reviewed-on: http://gerrit.rockbox.org/700
Reviewed-by: Purling Nayuki <cyq.yzfl@gmail.com>
Tested: Purling Nayuki <cyq.yzfl@gmail.com>
Reviewed-by: Bertrik Sikken <bertrik@sikken.nl>
| -rw-r--r-- | apps/lang/chinese-simp.lang | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/apps/lang/chinese-simp.lang b/apps/lang/chinese-simp.lang index ce03865..4c3dd3c 100644 --- a/apps/lang/chinese-simp.lang +++ b/apps/lang/chinese-simp.lang @@ -11242,6 +11242,23 @@ </voice> </phrase> <phrase> + id: LANG_COMPRESSOR_ATTACK + desc: in sound settings + user: core + <source> + *: none + swcodec: "Attack Time" + </source> + <dest> + *: none + swcodec: "启动时间" + </dest> + <voice> + *: none + swcodec: "启动时间" + </voice> +</phrase> +<phrase> id: LANG_COMPRESSOR_RELEASE desc: in sound settings user: core @@ -11251,11 +11268,11 @@ </source> <dest> *: none - swcodec: "压限释放时间" + swcodec: "恢复时间" </dest> <voice> *: none - swcodec: "压限释放时间" + swcodec: "恢复时间" </voice> </phrase> <phrase> @@ -11449,11 +11466,11 @@ </source> <dest> *: none - swcodec: "压限比例" + swcodec: "压缩比" </dest> <voice> *: none - swcodec: "压限比例" + swcodec: "压缩比例" </voice> </phrase> <phrase> |