mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Translation input.
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
"ExpectedCloseBrace": "コンマまたは閉じ波かっこが必要です",
|
||||
"ExpectedCloseBracket": "コンマまたは右角かっこが必要です",
|
||||
"Invalid symbol": "JSON オブジェクト、配列、またはリテラルが必要です",
|
||||
"InvalidEscapeCharacter": "文字列に無効なエスケープ文字があります",
|
||||
"InvalidNumberFormat": "無効な数値表示形式",
|
||||
"InvalidUnicode": "文字列に無効な Unicode シーケンスがあります",
|
||||
"InvalidEscapeCharacter": "文字列に使用できないエスケープ文字があります",
|
||||
"InvalidNumberFormat": "正しくない数値表示形式",
|
||||
"InvalidUnicode": "文字列に使用できない Unicode シーケンスがあります",
|
||||
"MaxPropWarning": "オブジェクトには、{0} 個の制限を超えるプロパティが含まれています",
|
||||
"MinPropWarning": "オブジェクトに含まれるプロパティの数が必要な数 {0} 個を下回っています",
|
||||
"MissingRequiredPropWarning": "プロパティ \"{0}\" がありません",
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"assocDescriptionFile": "ファイル名が glob パターンに対応しているすべてのファイルを、指定された ID の言語にマップします。",
|
||||
"assocDescriptionPath": "完全なパスが glob パターンに対応しているすべてのファイルを、指定された ID の言語にマップします。",
|
||||
"assocLabelFile": "当該拡張子のファイル",
|
||||
"assocLabelPath": "当該パスのファイル"
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"status.400": "要求が不適切です。不適切な構文のため要求は処理できませんでした。",
|
||||
"status.400": "要求が正しくありません。構文が正しくないため、要求を処理できません。",
|
||||
"status.401": "許可されていません。サーバーは応答を拒否しています。",
|
||||
"status.403": "使用不能です。サーバーは応答を拒否しています。",
|
||||
"status.404": "見つかりません。要求された場所は見つかりませんでした。",
|
||||
|
||||
Reference in New Issue
Block a user