github.com/kaptinlin/jsonschema@v0.4.6/locales/zh-Hant.json (about)

     1  {
     2    "additional_property_mismatch":    "附加屬性 {property} 與模式不匹配",
     3    "additional_properties_mismatch":  "附加屬性 {properties} 與模式不匹配",
     4    "all_of_item_mismatch":            "值不符合 allOf 模式的索引 {indexs}",
     5    "any_of_item_mismatch":            "值不符合 anyOf 模式",
     6    "if_then_mismatch":                "值滿足 'if' 條件但不匹配 'then' 模式",
     7    "if_else_mismatch":                "值不滿足 'if' 條件且不匹配 'else' 模式",
     8    "const_mismatch_null":             "值不匹配常數 null 值",
     9    "const_mismatch":                  "值不匹配常數值",
    10    "contains_too_few_items":          "值應包含至少 {min_contains} 個匹配項",
    11    "contains_too_many_items":         "值應包含不超過 {max_contains} 個匹配項",
    12    "unsupported_encoding":            "不支持的編碼 '{encoding}'",
    13    "invalid_encoding":                "使用 '{encoding}' 解碼數據時出錯",
    14    "unsupported_media_type":          "不支持的媒體類型 '{mediaType}'",
    15    "invalid_media_type":              "使用媒體類型 '{mediaType}' 反序列化數據時出錯",
    16    "content_schema_mismatch":         "內容與模式不匹配",
    17    "dependent_property_required":     "缺少一些必需的屬性依賴:{missing_properties}",
    18    "dependent_schema_mismatch":       "屬性 {property} 不符合依賴模式",
    19    "dependent_schemas_mismatch":      "屬性 {properties} 不符合依賴模式",
    20    "value_not_in_enum":               "值 {received} 應該是以下允許值之一: {expected}",
    21    "exclusive_maximum_mismatch":      "{value} 應小於 {exclusive_maximum}",
    22    "exclusive_minimum_mismatch":      "{value} 應大於 {exclusive_minimum}",
    23    "unsupported_format":              "不支持的格式 {format}",
    24    "format_mismatch":                 "值不符合格式 {format}",
    25    "item_mismatch":                   "索引 {index} 處的項不符合模式",
    26    "items_mismatch":                  "索引 {indexs} 處的項不符合模式",
    27    "value_above_maximum":             "{value} 應最多為 {maximum}",
    28    "value_below_minimum":             "{value} 應至少為 {minimum}",
    29    "items_too_long":                  "值應最多包含 {max_items} 項",
    30    "items_too_short":                 "值應至少包含 {min_items} 項",
    31    "string_too_long":                 "值應最多為 {max_length} 個字符",
    32    "string_too_short":                "值應至少為 {min_length} 個字符",
    33    "too_many_properties":             "值應最多有 {max_properties} 個屬性",
    34    "too_few_properties":              "值應至少有 {min_properties} 個屬性",
    35    "not_multiple_of":                 "值應是 {multiple_of} 的倍數",
    36    "invalid_multiple_of":             "{multiple_of} 的倍數應大於 0",
    37    "not_schema_mismatch":             "值不應符合 not 模式",
    38    "one_of_multiple_matches":         "值應精確匹配一個模式但匹配了多個索引 {matches}",
    39    "one_of_item_mismatch":            "值不符合 oneOf 模式",
    40    "invalid_pattern":                 "無效的正則表達式模式 {pattern}",
    41    "pattern_mismatch":                "值不符合所需模式 {pattern}",
    42    "pattern_property_mismatch":       "屬性 {property} 不符合模式模式",
    43    "pattern_properties_mismatch":     "屬性 {properties} 不符合它們的模式模式",
    44    "prefix_item_mismatch":            "索引 {index} 處的項不符合 prefixItems 模式",
    45    "prefix_items_mismatch":           "索引 {indexs} 處的項不符合 prefixItems 模式",
    46    "property_mismatch":               "屬性 {property} 不符合模式",
    47    "properties_mismatch":             "屬性 {properties} 不符合它們的模式",
    48    "property_name_mismatch":          "屬性名 {property} 不符合模式",
    49    "property_names_mismatch":         "屬性名 {properties} 不符合模式",
    50    "missing_required_property":       "缺少必需的屬性 {property}",
    51    "missing_required_properties":     "缺少必需的屬性 {properties}",
    52    "type_mismatch":                   "值是 {received} 但應為 {expected}",
    53    "unevaluated_item_mismatch":       "索引 {index} 處的項不符合 unevaluatedItems 模式",
    54    "unevaluated_items_mismatch":      "索引 {indexs} 處的項不符合 unevaluatedItems 模式",
    55    "unevaluated_property_mismatch":   "屬性 {property} 不符合 unevaluatedProperties 模式",
    56    "unevaluated_properties_mismatch": "屬性 {properties} 不符合 unevaluatedProperties 模式",
    57    "item_serialization_error":        "索引 {index} 處的項序列化錯誤",
    58    "unique_items_mismatch":           "在以下索引組中發現重複項:{duplicates}",
    59    "invalid_numberic":                "值是 {received} 但應為數字",
    60    "ref_mismatch":                    "值不符合參考模式",
    61    "dynamic_ref_mismatch":            "值不符合動態參考模式",
    62    "false_schema_mismatch":           "不允許任何值,因為模式設置為 'false'"
    63  }