More i18n files which got ignored due to out folder

This commit is contained in:
Dirk Baeumer
2016-03-11 23:01:10 +01:00
parent e6fa8d974c
commit a453daa626
109 changed files with 2035 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ColonExpected": "コロンが必要です",
"DisallowedExtraPropWarning": "プロパティ {0} は許可されていません",
"DoubleQuotesExpected": "プロパティ キーは二重引用符で囲む必要があります",
"DuplicateKeyWarning": "オブジェクト キーが重複しています",
"End of file expected": "ファイルの終わりが必要です",
"ExpectedCloseBrace": "コンマまたは閉じ波かっこが必要です",
"ExpectedCloseBracket": "コンマまたは右角かっこが必要です",
"Invalid symbol": "JSON オブジェクト、配列、またはリテラルが必要です",
"InvalidEscapeCharacter": "文字列に無効なエスケープ文字があります",
"InvalidNumberFormat": "無効な数値表示形式",
"InvalidUnicode": "文字列に無効な Unicode シーケンスがあります",
"MaxPropWarning": "オブジェクトには、{0} 個の制限を超えるプロパティが含まれています",
"MinPropWarning": "オブジェクトに含まれるプロパティの数が必要な数 {0} 個を下回っています",
"MissingRequiredPropWarning": "プロパティ \"{0}\" がありません",
"PropertyExpected": "プロパティが必要です",
"RequiredDependentPropWarning": "プロパティ {1} に必要なプロパティ {0} がオブジェクトにありません",
"UnexpectedEndOfComment": "予期しないコメントの終了",
"UnexpectedEndOfNumber": "予期しない数の終了",
"UnexpectedEndOfString": "予期しない文字列の終了",
"ValueExpected": "値が必要です",
"additionalItemsWarning": "スキーマに従って配列に含まれる項目が多すぎます。{0} 個以下にする必要があります",
"enumWarning": "値が利用可能な値ではありません。有効な値: {0}",
"exclusiveMaximumWarning": "値が排他の最大値 {0} を超えています",
"exclusiveMinimumWarning": "値が排他の最小値 {0} を下回っています",
"maxItemsWarning": "配列の項目が多すぎます。{0} 個以下にする必要があります",
"maxLengthWarning": "文字列は最大長より短くなっています: ",
"maximumWarning": "値が最大値 {0} を超えています",
"minItemsWarning": "配列の項目が少なすぎます。{0} 個以上にする必要があります",
"minLengthWarning": "文字列が最小長より短くなっています: ",
"minimumWarning": "値が最小値 {0} を下回っています",
"multipleOfWarning": "値は {0} で割り切ることができません",
"notSchemaWarning": "許可されていないスキーマと一致します。",
"oneOfWarning": "1 つだけ検証する必要があるときに複数のスキーマと一致します。",
"patternWarning": "文字列が \"{0}\" のパターンと一致しません",
"typeArrayMismatchWarning": "型が正しくありません。{0} のいずれかが必要です",
"typeMismatchWarning": "型が正しくありません。\"{0}\" が必要です",
"uniqueItemsWarning": "配列に重複する項目が含まれています"
}