Vote #71480
完了[Localization] Grammar issue of Simplified Chinese in zh.yml
0%
説明
In History section of an issue, "Updated by xxxx over x years ago" is translated as "由 xxx 更新于 x 年以上 之前".(See ex. here: http://www.redmine.org/issues/263)
A better translation should be "由 xxx 更新于 超过 x 年 之前", referring to Traditional Chinese "zh-TW.yml".
It seems to be located in line 66-68, "zh.yml".
over_x_years:
one: "一年以上"
other: "%{count} 年以上"
Maybe we could change it to
over_x_years:
one: "超过一年"
other: "超过 %{count} 年"
Sorry I don't know how to make a patch file, so I just list it here.
Thanks!
journals
--------------------------------------------------------------------------------
Committed in trunk r9165, thanks.
--------------------------------------------------------------------------------