Project

General

Profile

Patch #23171 » transzh.diff

Tigergm Wu, 2016-06-27 08:00

View differences:

config/locales/zh-TW.yml (working copy)
186 186
        not_same_project: "不屬於同一個專案"
187 187
        circular_dependency: "這個關聯會導致環狀相依"
188 188
        cant_link_an_issue_with_a_descendant: "議題無法被連結至自己的子任務"
189
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
189
        earlier_than_minimum_start_date: "不能早於 %{date} 因為有前置問題"
190 190

  
191 191
      # You can define own errors for models or model attributes.
192 192
      # The values :model, :attribute and :value are always available for interpolation.
config/locales/zh.yml (working copy)
133 133
        not_same_project: "不属于同一个项目"
134 134
        circular_dependency: "此关联将导致循环依赖"
135 135
        cant_link_an_issue_with_a_descendant: "问题不能关联到它的子任务"
136
        earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
136
        earlier_than_minimum_start_date: "不能早于 %{date} 由于有前置问题"
137 137

  
138 138
  actionview_instancetag_blank_option: 请选择
139 139

  
......
969 969
  notice_issue_successful_create: 问题 %{id} 已创建。
970 970
  label_between: 介于
971 971
  setting_issue_group_assignment: 允许将问题指派给组
972
  label_diff: diff
972
  label_diff: 差异
973 973
  description_query_sort_criteria_direction: 排序方式
974 974
  description_project_scope: 搜索范围
975 975
  description_filter: 过滤器
......
1094 1094
  notice_new_password_must_be_different: 新密码必须和旧密码不同
1095 1095
  setting_mail_handler_excluded_filenames: 移除符合下列名称的附件
1096 1096
  text_convert_available: 可使用 ImageMagick 转换图片格式 (可选)
1097
  label_link: Link
1098
  label_only: only
1097
  label_link: 连接
1098
  label_only: 仅于
1099 1099
  label_drop_down_list: 下拉列表
1100 1100
  label_checkboxes: 复选框
1101 1101
  label_link_values_to: 链接数值至此网址
......
1194 1194
  button_filter: 设置为过滤条件
1195 1195
  mail_body_password_updated: 您的密码已经变更。
1196 1196
  label_no_preview: 没有可以显示的预览内容
1197
  error_no_tracker_allowed_for_new_issue_in_project: The project doesn't have any trackers
1198
    for which you can create an issue
1199
  label_tracker_all: All trackers
1197
  error_no_tracker_allowed_for_new_issue_in_project: 项目没有任何跟踪标签,您不能创建一个问题
1198
  label_tracker_all: 所有跟踪标签
1200 1199
  label_new_project_issue_tab_enabled: 显示“新建问题”标签
1201
  setting_new_item_menu_tab: Project menu tab for creating new objects
1202
  label_new_object_tab_enabled: Display the "+" drop-down
1200
  setting_new_item_menu_tab: 建立新对象条目的项目菜单栏目
1201
  label_new_object_tab_enabled: 显示 "+" 为下拉列表
    (1-1/1)