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