First cut of translations.

This commit is contained in:
Dirk Baeumer
2016-05-26 15:47:13 +02:00
parent e1999f2685
commit 3318619f5d
162 changed files with 746 additions and 116 deletions

View File

@@ -23,7 +23,7 @@
"schema.json.maxItems": "配列内に含めることのできる項目の最大数 (その値を含む)。",
"schema.json.maxLength": "文字列の最大長。",
"schema.json.maxProperties": "オブジェクトに含めることのできるプロパティの最大数 (その値を含む)。",
"schema.json.maximum": "最大数値 (既定で含む)。",
"schema.json.maximum": "最大数値 (既定でその値を含む)。",
"schema.json.minItems": "配列内に含めることのできる項目の最小数 (その値を含む)。",
"schema.json.minLength": "文字列の最小長。",
"schema.json.minProperties": "オブジェクトに含めることのできるプロパティの最小数 (その値を含む)。",