Sha256: edf279f0f1a63cac714bc1cc73b7ee94c232dfab032e7e72ea8bb1fcf024081e
Contents?: true
Size: 633 Bytes
Versions: 2
Compression:
Stored size: 633 Bytes
Contents
zh-CN: json_schema: type_names: basic: "基本类型" array: "数组类型" errors: required: "未提供" format: "格式不正确" enum: "不在允许的值范围内,允许的值包括 [%{allowable_values}]" type_convert: basic: "类型转化失败,期望得到一个 `%{target_type}` 类型,但值 `%{value}` 无法转化" array: "转化为数组类型时期望对象拥有 `to_a` 方法" object: "类型转化失败,期望得到一个 `object` 类型,但值 `%{value}` 是一个%{real_type}" unknown: "未知的目标类型 `%{target_type}`"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
meta-api-0.2.0 | config//locales/zh-CN.yml |
meta-api-0.1.2 | config//locales/zh-CN.yml |