Project

General

Profile

Patch #21454 » zh_patch_3_2_0.patch

Hang Xie, 2015-12-08 04:49

View differences:

config/locales/zh.yml
1145 1145
  label_member_management_selected_roles_only: 只限下列角色
1146 1146
  label_password_required: 确认您的密码后继续
1147 1147
  label_total_spent_time: 总体耗时
1148
  notice_import_finished: All %{count} items have been imported.
1149
  notice_import_finished_with_errors: ! '%{count} out of %{total} items could not be
1150
    imported.'
1151
  error_invalid_file_encoding: The file is not a valid %{encoding} encoded file
1152
  error_invalid_csv_file_or_settings: The file is not a CSV file or does not match the
1153
    settings below
1154
  error_can_not_read_import_file: An error occurred while reading the file to import
1155
  permission_import_issues: Import issues
1156
  label_import_issues: Import issues
1157
  label_select_file_to_import: Select the file to import
1158
  label_fields_separator: Field separator
1159
  label_fields_wrapper: Field wrapper
1160
  label_encoding: Encoding
1161
  label_comma_char: Comma
1162
  label_semi_colon_char: Semi colon
1163
  label_quote_char: Quote
1164
  label_double_quote_char: Double quote
1165
  label_fields_mapping: Fields mapping
1166
  label_file_content_preview: File content preview
1167
  label_create_missing_values: Create missing values
1168
  button_import: Import
1148
  notice_import_finished: 成功导入 %{count} 个项目.
1149
  notice_import_finished_with_errors: 有 %{count} 个项目无法导入(共计 %{total} 个)
1150
  error_invalid_file_encoding: 这不是一个有效的 %{encoding} 编码文件
1151
  error_invalid_csv_file_or_settings: 这不是一个CSV文件或者不符合以下设置
1152
  error_can_not_read_import_file: 读取导入文件时发生错误
1153
  permission_import_issues: 问题导入
1154
  label_import_issues: 问题导入
1155
  label_select_file_to_import: 选择要导入的文件
1156
  label_fields_separator: 字段分隔符
1157
  label_fields_wrapper: 字段包装识别符
1158
  label_encoding: 编码
1159
  label_comma_char: 逗号(,)
1160
  label_semi_colon_char: 分号(;)
1161
  label_quote_char: 单引号(')
1162
  label_double_quote_char: 双引号(")
1163
  label_fields_mapping: 字段映射
1164
  label_file_content_preview: 文件内容预览
1165
  label_create_missing_values: 创建缺失的数值
1166
  button_import: 导入
1169 1167
  field_total_estimated_hours: 预估工时统计
1170 1168
  label_api: API
1171
  label_total_plural: Totals
1172
  label_assigned_issues: Assigned issues
1173
  label_field_format_enumeration: Key/value list
1174
  label_f_hour_short: '%{value} h'
1175
  field_default_version: Default version
1176
  error_attachment_extension_not_allowed: Attachment extension %{extension} is not allowed
1177
  setting_attachment_extensions_allowed: Allowed extensions
1178
  setting_attachment_extensions_denied: Disallowed extensions
1179
  label_any_open_issues: any open issues
1180
  label_no_open_issues: no open issues
1169
  label_total_plural: 总计
1170
  label_assigned_issues: 被指派的问题
1171
  label_field_format_enumeration: 键/值 清单
1172
  label_f_hour_short: '%{value} 小时'
1173
  field_default_version: 默认版本
1174
  error_attachment_extension_not_allowed: 不允许上传此类型 %{extension} 附件
1175
  setting_attachment_extensions_allowed: 允许上传的附件类型
1176
  setting_attachment_extensions_denied: 禁止上传的附件类型
1177
  label_any_open_issues: 任意进行中的问题
1178
  label_no_open_issues: 任意已关闭的问题
    (1-1/1)