diff --git a/i18n/cht/src/vs/base/common/json.i18n.json b/i18n/cht/src/vs/base/common/json.i18n.json index 4481ee3612f..67b6d1799bd 100644 --- a/i18n/cht/src/vs/base/common/json.i18n.json +++ b/i18n/cht/src/vs/base/common/json.i18n.json @@ -4,5 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "error.invalidNumberFormat": "數字格式無效" + "error.endOfFileExpected": "必須為檔案結尾", + "error.invalidNumberFormat": "數字格式無效", + "error.invalidSymbol": "符號無效" } \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e..49f8938476d 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "正在載入..." +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e..abf7f689894 100644 --- a/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,10 @@ * 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 +{ + "noResults": "沒有結果", + "peekView.alternateTitle": "參考", + "referenceCount": "{0} 個參考", + "referencesCount": "{0} 個參考", + "treeAriaLabel": "參考" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json index c27cdc7e07c..037bb6ff8fe 100644 --- a/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "變更所有發生次數", - "rename.error.multiplefile": "抱歉,但是還無法對用在多個檔案中的符號執行重新命名。" + "rename.label": "重新命名符號" } \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index dbaa94775a9..e1afe41b1e9 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "missingGalleryInformation": "遺漏資源庫資訊", "noCompatible": "找不到與此 Code 版本相容的 {0} 版本。", "restartCode": "請先重新啟動 Code,再重新安裝 {0}。" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 4c8e383dcae..7de8081cad4 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,8 +10,11 @@ "functionBreakpointAriaLabel": "函式中斷點 {0},中斷點,偵錯", "functionBreakpointPlaceholder": "要中斷的函式", "loadMoreStackFrames": "載入更多堆疊框架", + "paused": "已暫停", + "running": "正在執行", "stackFrameAriaLabel": "堆疊框架 {0} 第 {1} {2} 行,呼叫堆疊,偵錯", "stackFrameError": "要求堆疊追蹤時發生錯誤", + "thread": "執行緒", "threadAriaLabel": "執行緒 {0},呼叫堆疊,偵錯", "variableAriaLabel": "{0} 值 {1},變數,偵錯", "variableScopeAriaLabel": "範圍 {0},變數,偵錯", diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 8866dedf7b2..5b3c74d0ccc 100644 --- a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "externalTerminal.linuxExec": "自訂要在 Linux 上執行的終端機。", + "externalTerminal.windowsExec": "自訂要在 Windows 執行的終端機。", "globalConsoleActionMacLinux": "開啟新的終端機", "globalConsoleActionWin": "開啟新的命令提示字元", "scopedConsoleActionMacLinux": "在終端機中開啟", diff --git a/i18n/deu/src/vs/base/common/json.i18n.json b/i18n/deu/src/vs/base/common/json.i18n.json index 2f7e4e60c7e..63cd36c12c2 100644 --- a/i18n/deu/src/vs/base/common/json.i18n.json +++ b/i18n/deu/src/vs/base/common/json.i18n.json @@ -8,7 +8,9 @@ "error.closeBracketExpected": "Eine schließende Klammer wurde erwartet.", "error.colonExpected": "Ein Doppelpunkt wurde erwartet.", "error.commaExpected": "Ein Komma wurde erwartet.", + "error.endOfFileExpected": "Das Dateiende wurde erwartet.", "error.invalidNumberFormat": "Ungültiges Zahlenformat.", + "error.invalidSymbol": "Ungültiges Symbol", "error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.", "error.valueExpected": "Ein Wert wurde erwartet." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e..fab6f765b34 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "Wird geladen..." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 22a8a21d8f2..c17a2553e99 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -4,5 +4,10 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "missingPreviewMessage": "Keine Vorschau verfügbar." + "missingPreviewMessage": "Keine Vorschau verfügbar.", + "noResults": "Keine Ergebnisse", + "peekView.alternateTitle": "Verweise", + "referenceCount": "{0} Verweis", + "referencesCount": "{0} Verweise", + "treeAriaLabel": "Verweise" } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json index 96228f5c13d..9141a67b593 100644 --- a/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "Alle Vorkommen ändern", - "rename.error.multiplefile": "Umbenennen kann noch nicht für Symbole ausgeführt werden, die in mehreren Dateien verwendet werden." + "rename.label": "Symbol umbenennen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 7cc43c74cc7..df0f453f5e8 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -8,6 +8,8 @@ "invalidName": "Die Erweiterung ist ungültig: Manifestnamenkonflikt.", "invalidPublisher": "Die Erweiterung ist ungültig: Manifestherausgeberkonflikt.", "invalidVersion": "Die Erweiterung ist ungültig: Manifestversionskonflikt.", + "missingGalleryInformation": "Kataloginformationen fehlen.", "noCompatible": "Eine kompatible Version von {0} mit dieser Version des Codes wurde nicht gefunden.", - "notExists": "Die Erweiterung wurde nicht gefunden." + "notExists": "Die Erweiterung wurde nicht gefunden.", + "restartCode": "Bitte starten Sie Code vor der Neuinstallation von {0} neu." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index c8de8b70e66..e8fe9becb0f 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,8 +10,11 @@ "functionBreakpointAriaLabel": "Funktionshaltepunkt {0}, Haltepunkte, Debuggen", "functionBreakpointPlaceholder": "Funktion mit Haltepunkt", "loadMoreStackFrames": "Weitere Stapelrahmen laden", + "paused": "Angehalten", + "running": "Wird ausgeführt", "stackFrameAriaLabel": "Stapelrahmen {0} Zeile {1} {2}, Aufrufliste, Debuggen", "stackFrameError": "Fehler beim Anfordern der Stapelüberwachung.", + "thread": "Thread", "threadAriaLabel": "Thread {0}, Aufrufliste, Debuggen", "variableAriaLabel": "{0} Wert {1}, Variablen, Debuggen", "variableScopeAriaLabel": "Bereich {0}, Variablen, Debuggen", diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 84e05394340..de4badf445d 100644 --- a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "externalTerminal.linuxExec": "Passt an, welches Terminal für Linux ausgeführt werden soll.", + "externalTerminal.windowsExec": "Passt an, welches Terminal für Windows ausgeführt werden soll.", "globalConsoleActionMacLinux": "Neues Terminal öffnen", "globalConsoleActionWin": "Neue Eingabeaufforderung öffnen", "scopedConsoleActionMacLinux": "In Terminal öffnen", diff --git a/i18n/esn/src/vs/base/common/json.i18n.json b/i18n/esn/src/vs/base/common/json.i18n.json index 7ecb2b855db..90aada4e687 100644 --- a/i18n/esn/src/vs/base/common/json.i18n.json +++ b/i18n/esn/src/vs/base/common/json.i18n.json @@ -4,14 +4,6 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "Se esperaba una llave de cierre", - "CloseBracketExpected": "Se esperaba un corchete de cierre", - "ColonExpected": "Se esperaban dos puntos", - "CommaExpected": "Se esperaba una coma", - "EOFExpected": "Se esperaba el fin del contenido", - "InvalidNumberFormat": "Formato de número no válido", - "PropertyExpected": "Se esperaba el nombre de la propiedad", - "UnknownSymbol": "Símbolo no válido", - "ValeExpected": "Se esperaba un valor", - "ValueExpected": "Se esperaba un valor" + "error.endOfFileExpected": "Se esperaba un fin de archivo", + "error.invalidSymbol": "Símbolo no válido" } \ No newline at end of file diff --git a/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json index bdb6f3b4208..be0da27d7de 100644 --- a/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "Cambiar todas las repeticiones", - "rename.error.multiplefile": "Aún no se puede cambiar el nombre de los símbolos que se utilizan en varios archivos." + "rename.label": "Cambiar el nombre del símbolo" } \ No newline at end of file diff --git a/i18n/fra/src/vs/base/common/json.i18n.json b/i18n/fra/src/vs/base/common/json.i18n.json index 5dfbcda5445..515aba07bd1 100644 --- a/i18n/fra/src/vs/base/common/json.i18n.json +++ b/i18n/fra/src/vs/base/common/json.i18n.json @@ -4,14 +4,6 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "Accolade fermante attendue", - "CloseBracketExpected": "Crochet fermant attendu", - "ColonExpected": "Signe des deux points attendu", - "CommaExpected": "Virgule attendue", - "EOFExpected": "Fin de contenu attendue", - "InvalidNumberFormat": "Format de nombre non valide", - "PropertyExpected": "Nom de propriété attendu", - "UnknownSymbol": "Symbole non valide", - "ValeExpected": "Valeur attendue", - "ValueExpected": "Valeur attendue" + "error.endOfFileExpected": "Fin de fichier attendue", + "error.invalidSymbol": "Symbole non valide" } \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e..541301062d8 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "Chargement en cours..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e..abc2681c92a 100644 --- a/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,10 @@ * 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 +{ + "noResults": "Aucun résultat", + "peekView.alternateTitle": "Références", + "referenceCount": "{0} référence", + "referencesCount": "{0} références", + "treeAriaLabel": "Références" +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json index f64b2636255..c28f0d5501a 100644 --- a/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "Modifier toutes les occurrences", - "rename.error.multiplefile": "Désolé, impossible de renommer les symboles utilisés dans plusieurs fichiers." + "rename.label": "Symbole Renommer" } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 461f8c836b4..87d9b968979 100644 --- a/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -4,5 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "noCompatible": "Version compatible de {0} introuvable avec cette version de Code." + "missingGalleryInformation": "Les informations relatives à la galerie sont manquantes", + "noCompatible": "Version compatible de {0} introuvable avec cette version de Code.", + "restartCode": "Redémarrez Code avant de réinstaller {0}." } \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index bb2bc96c6e0..3635b4255e2 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -13,6 +13,7 @@ "paused": "en pause", "running": "en cours d'exécution", "stackFrameAriaLabel": "Frame de pile {0}, ligne {1} {2}, pile des appels, débogage", + "thread": "Thread", "threadAriaLabel": "Thread {0}, pile des appels, débogage", "variableAriaLabel": "{0} valeur {1}, variables, débogage", "variableScopeAriaLabel": "Portée {0}, variables, débogage", diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index f14e4f0f6c0..88609e00dd9 100644 --- a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.windowsExec": "Personnalise le terminal à exécuter sur Windows.", "globalConsoleActionMacLinux": "Ouvrir un nouveau Terminal", "globalConsoleActionWin": "Ouvrir une nouvelle invite de commandes", "scopedConsoleActionMacLinux": "Ouvrir dans Terminal", diff --git a/i18n/ita/src/vs/base/common/json.i18n.json b/i18n/ita/src/vs/base/common/json.i18n.json index 3d34f4fc128..6008ddb0081 100644 --- a/i18n/ita/src/vs/base/common/json.i18n.json +++ b/i18n/ita/src/vs/base/common/json.i18n.json @@ -4,14 +4,6 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "È prevista la parentesi graffa di chiusura", - "CloseBracketExpected": "È prevista la parentesi quadra di chiusura", - "ColonExpected": "Sono previsti i due punti", - "CommaExpected": "È prevista la virgola", - "EOFExpected": "È prevista la fine del contenuto", - "InvalidNumberFormat": "Formato di numero non valido", - "PropertyExpected": "È previsto un nome di proprietà", - "UnknownSymbol": "Simbolo non valido", - "ValeExpected": "È previsto un valore", - "ValueExpected": "È previsto un valore" + "error.endOfFileExpected": "È prevista la fine del file", + "error.invalidSymbol": "Simbolo non valido" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e..af8f531bdc2 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "Caricamento..." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e..ea73acddd2a 100644 --- a/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,10 @@ * 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 +{ + "noResults": "Nessun risultato", + "peekView.alternateTitle": "Riferimenti", + "referenceCount": "{0} riferimento", + "referencesCount": "{0} riferimenti", + "treeAriaLabel": "Riferimenti" +} \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json index 3d15abf132a..b18807607df 100644 --- a/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "Cambia tutte le occorrenze", - "rename.error.multiplefile": "Non è ancora possibile rinominare simboli utilizzati in più file." + "rename.label": "Rinomina simbolo" } \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index dd36704e339..7fe5f0cf22a 100644 --- a/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -4,5 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "noCompatible": "Non è stata trovata una versione di {0} compatibile con questa versione di Visual Studio Code." + "missingGalleryInformation": "Mancano le informazioni della raccolta", + "noCompatible": "Non è stata trovata una versione di {0} compatibile con questa versione di Visual Studio Code.", + "restartCode": "Riavviare Code prima di reinstallare {0}." } \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 61cfc47f3e9..898abc91e36 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,7 +10,10 @@ "functionBreakpointAriaLabel": "Punto di interruzione {0} della funzione, punti di interruzione, debug", "functionBreakpointPlaceholder": "Funzione per cui inserire il punto di interruzione", "loadMoreStackFrames": "Carica altri stack frame", + "paused": "in pausa", + "running": "in esecuzione", "stackFrameAriaLabel": "Riga{1} {2} dello stack frame {0}, stack di chiamate, debug", + "thread": "Thread", "threadAriaLabel": "Thread {0}, stack di chiamate, debug", "variableAriaLabel": "Valore {1} di {0}, variabili, debug", "variableScopeAriaLabel": "Ambito {0}, variabili, debug", diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 807716c143b..ef289125cd2 100644 --- a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,6 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.windowsExec": "Personalizza il terminale da eseguire in Windows.", "globalConsoleActionMacLinux": "Apri nuovo terminale", "globalConsoleActionWin": "Apri nuovo prompt dei comandi", "scopedConsoleActionMacLinux": "Apri nel terminale", diff --git a/i18n/kor/src/vs/base/common/json.i18n.json b/i18n/kor/src/vs/base/common/json.i18n.json index 323196b4991..68bf31c982c 100644 --- a/i18n/kor/src/vs/base/common/json.i18n.json +++ b/i18n/kor/src/vs/base/common/json.i18n.json @@ -4,14 +4,6 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "닫는 괄호 필요", - "CloseBracketExpected": "닫는 대괄호 필요", - "ColonExpected": "콜론이 필요합니다.", - "CommaExpected": "쉼표가 필요합니다.", - "EOFExpected": "콘텐츠 끝 필요", - "InvalidNumberFormat": "잘못된 숫자 형식", - "PropertyExpected": "속성 이름 필요", - "UnknownSymbol": "잘못된 기호", - "ValeExpected": "값 필요", - "ValueExpected": "값 필요" + "error.endOfFileExpected": "파일 끝 필요", + "error.invalidSymbol": "잘못된 기호" } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e..519c07a8e60 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "로드 중..." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e..a1c1664f6d8 100644 --- a/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,10 @@ * 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 +{ + "noResults": "결과 없음", + "peekView.alternateTitle": "참조", + "referenceCount": "참조 {0}개", + "referencesCount": "참조 {0}개", + "treeAriaLabel": "참조" +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json index 944aec4686b..465a9f190fd 100644 --- a/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "모든 항목 변경", - "rename.error.multiplefile": "죄송합니다. 아직 여러 파일에서 사용되는 기호에 대해 이름 바꾸기를 수행할 수 없습니다." + "rename.label": "기호 이름 바꾸기" } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 6486bf096b4..935163d4b3b 100644 --- a/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -4,5 +4,7 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "noCompatible": "이 버전의 코드에서 {0}의 호환 버전을 찾을 수 없습니다." + "missingGalleryInformation": "갤러리 정보가 누락됨", + "noCompatible": "이 버전의 코드에서 {0}의 호환 버전을 찾을 수 없습니다.", + "restartCode": "{0}을(를) 다시 설치하기 전에 Code를 다시 시작하세요." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 54221335f99..6d13c00c8a9 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,8 +10,11 @@ "functionBreakpointAriaLabel": "함수 중단점 {0}, 중단점, 디버그", "functionBreakpointPlaceholder": "중단할 함수", "loadMoreStackFrames": "더 많은 스택 프레임 로드", + "paused": "일시 중지됨", + "running": "실행 중", "stackFrameAriaLabel": "스택 프레임 {0} 줄 {1} {2}, 호출 스택, 디버그", "stackFrameError": "스택 추적을 요청하는 중 오류가 발생했습니다.", + "thread": "스레드", "threadAriaLabel": "스레드 {0}, 호출 스택, 디버그", "variableAriaLabel": "{0} 값 {1}, 변수, 디버그", "variableScopeAriaLabel": "{0} 범위, 변수, 디버그", diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 2f50cd5d21f..d6c4940ed6c 100644 --- a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "externalTerminal.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.", + "externalTerminal.windowsExec": "Windows에서 실행할 터미널을 사용자 지정합니다.", "globalConsoleActionMacLinux": "새 터미널 열기", "globalConsoleActionWin": "새 명령 프롬프트 열기", "scopedConsoleActionMacLinux": "터미널에서 열기",