Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Baeumer <dirkb@microsoft.com>2016-10-14 21:54:25 +0300
committerDirk Baeumer <dirkb@microsoft.com>2016-10-14 21:54:25 +0300
commitd3b76dcf2adaf2ce2c30f35a0d9c14902ca81bc0 (patch)
tree985ac03ecda9dede9d6f03d9af33937b8bfc93bc
parent62916369910ba2320f2f58c4ad935cf06b093d7c (diff)
Merge in translationstranslation/20161014.01
-rw-r--r--i18n/esn/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json4
-rw-r--r--i18n/ita/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json4
-rw-r--r--i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json2
3 files changed, 7 insertions, 3 deletions
diff --git a/i18n/esn/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json b/i18n/esn/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json
index 8b6ad71cd4e..ddb46057b96 100644
--- a/i18n/esn/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json
+++ b/i18n/esn/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json
@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "errorsAndWarnings": "Errores y advertencias: {0}"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json
index 8b6ad71cd4e..cbc56b657fc 100644
--- a/i18n/ita/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/markers/browser/markersWorkbenchContributions.i18n.json
@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "errorsAndWarnings": "Errori e avvisi di {0}"
+} \ No newline at end of file
diff --git a/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json b/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json
index cdd3c47293d..4e16eae82bd 100644
--- a/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json
+++ b/i18n/kor/src/vs/workbench/browser/actions/configureLocale.i18n.json
@@ -7,7 +7,7 @@
"JsonSchema.locale": "사용할 UI 언어입니다.",
"configureLocale": "언어 구성",
"displayLanguage": "VSCode의 표시 언어를 정의합니다.",
- "doc": "지원되는 언어 목록은 {0}을(를) 참조하세요.",
+ "doc": "지원되는 언어 목록은 {0} 을(를) 참조하세요.",
"fail.createSettings": "'{0}'({1})을(를) 만들 수 없습니다.",
"restart": "값을 변경하려면 VSCode를 다시 시작해야 합니다."
} \ No newline at end of file