Project

General

Profile

Actions

Defect #10410

closed

[Localization] Grammar issue of Simplified Chinese in zh.yml

Added by fangzheng (方正) about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Translations
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

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!

Actions #1

Updated by Etienne Massip about 12 years ago

  • Category changed from I18n to Translations
Actions #2

Updated by Toshi MARUYAMA about 12 years ago

  • Status changed from New to Closed
  • Target version set to 1.4.0

Committed in trunk r9165, thanks.

Actions

Also available in: Atom PDF