Patch #11259 » zh-r9889.diff
config/locales/zh.yml | ||
---|---|---|
52 | 52 |
one: "大约一小时" |
53 | 53 |
other: "大约 %{count} 小时" |
54 | 54 |
x_hours: |
55 |
one: "1 hour"
|
|
56 |
other: "%{count} hours"
|
|
55 |
one: "1 小时"
|
|
56 |
other: "%{count} 小时"
|
|
57 | 57 |
x_days: |
58 | 58 |
one: "一天" |
59 | 59 |
other: "%{count} 天" |
... | ... | |
1041 | 1041 |
setting_session_lifetime: 会话最大有效时间 |
1042 | 1042 |
setting_session_timeout: 会话闲置超时 |
1043 | 1043 |
label_session_expiration: 会话过期 |
1044 |
permission_close_project: Close / reopen the project |
|
1045 |
label_show_closed_projects: View closed projects |
|
1046 |
button_close: Close |
|
1047 |
button_reopen: Reopen |
|
1048 |
project_status_active: active |
|
1049 |
project_status_closed: closed |
|
1050 |
project_status_archived: archived |
|
1051 |
text_project_closed: This project is closed and read-only. |
|
1044 |
permission_close_project: 关闭/重开项目 |
|
1045 |
label_show_closed_projects: 查看已关闭的项目 |
|
1046 |
button_close: 关闭 |
|
1047 |
button_reopen: 重开 |
|
1048 |
project_status_active: 已激活 |
|
1049 |
project_status_closed: 已关闭 |
|
1050 |
project_status_archived: 已存档 |
|
1051 |
text_project_closed: 当前项目已被关闭。当前项目只读。 |