Co-authored-by: vscode <vscode@microsoft.com>
This commit is contained in:
azure-pipelines[bot] 2024-09-19 18:19:15 -07:00 коммит произвёл GitHub
Родитель fb7e8b3dcf
Коммит 9e0e4c1410
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
14 изменённых файлов: 280 добавлений и 182 удалений

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Upravit",
"vetoExtHostRestart": "Vlastní editor „{0}“ se nepovedlo uložit."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Přerušeno onCreateEditSessionIdentity-event po 10000ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Přepnout na chat",
"interactiveSession.open": "Otevřít editor",
"newChatTitle": "Nový název chatu",
"openChat": "Otevřít chat"
"openChat": "Otevřít chat",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Nový chat"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Použít v editoru",
"interactive.compare.apply": "Použít úpravy",
"interactive.compare.discard": "Zahodit úpravy",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Symbol...",
"workbench.action.chat.attachContext.label": "Připojit kontext",
"workbench.action.chat.attachFile.label": "Připojit soubor",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Přidat výběr do chatu"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Odebrat žádost a odpověď",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Užitečné",
"interactive.insertIntoNotebook.label": "Vložit do poznámkového bloku",
"interactive.reportIssueForBug.label": "Nahlásit problém",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Chat",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Povolí automatickou detekci účastníka chatu pro panelový chat.",
"chat.experimental.implicitContext": "Určuje, jestli se zobrazí zaškrtávací políčko, které uživateli umožní určit, který implicitní kontext je zahrnutý do výzvy účastníka chatu.",
"chat.experimental.variables.editor": "Povolí proměnné pro chat editoru.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "True, pokud se použily úpravy textu chatu.",
"chatExtensionInvalid": "True, pokud je nainstalované rozšíření chatu neplatné a je třeba jej aktualizovat.",
"chatIsEnabled": "True, pokud je chat povolen, protože je aktivován výchozí účastník chatu s implementací.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "True, pokud je pro panel zaregistrován výchozí účastník chatu.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Sbalit všechny komentáře",
"comments.expandAll": "Rozbalit všechny komentáře",
"comments.expandUnresolved": "Rozbalit nerozpoznané komentáře",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Přejít na další rozsah komentářů",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Přejít na Předchozí rozsah komentářů",
@ -6129,6 +6134,7 @@
"commentThread": "Kontextová hodnota vlákna komentáře.",
"commentThreadIsEmpty": "Nastavte, když vlákno komentáře neobsahuje žádné komentáře.",
"editorHasCommentingRange": "Jestli má aktivní editor rozsah komentářů",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Určuje, jestli má otevřený pracovní prostor komentáře nebo rozsahy komentování.",
"hasCommentingRange": "Určuje, jestli má pozice na aktivním kurzoru rozsah komentářů."
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Typ viewType aktuálně aktivního vlastního editoru"
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Přidané vlastní editory",
"contributes.displayName": "Lidsky čitelný název vlastního editoru. Zobrazí se uživatelům při výběru editoru, který se má použít.",
@ -7106,7 +7115,6 @@
"categories": "Kategorie",
"changelog": "Protokol změn",
"changelogtooltip": "Historie aktualizací rozšíření získaná ze souboru CHANGELOG.md rozšíření",
"contents": "Contents",
"dependencies": "Závislosti",
"dependenciestooltip": "Zobrazí seznam rozšíření, na kterých je toto rozšíření závislé.",
"details": "Podrobnosti",
@ -7137,6 +7145,7 @@
"rating": "Hodnocení",
"repository": "Úložiště",
"resources": "Prostředky",
"sources": "Sources",
"workspace extension": "Rozšíření pracovního prostoru"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Obnovení přidružení profilů pracovního prostoru"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Používá se",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Žádný",
"enable for current window": "Použít tento profil pro aktuální okno",
"enable for new windows": "Použít tento profil jako výchozí pro nová okna",
@ -13041,7 +13048,6 @@
"profileName": "Název profilu",
"profiles": "Profily",
"profilesSashBorder": "Barva ohraničení rozděleného zobrazení okna editoru profilů",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Nastavení",
"snippets": "Fragmenty kódu",
"tasks": "Úlohy",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Použít tento profil pro aktuální okno",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Zrušit",
"copy from": "{0} (kopie)",
"copyFromProfile": "Duplikovat…",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Umožňuje používat světlé nativní barvy widgetů."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Zakázáno",
"all profiles and disabled": "All Profiles",
"exclude": "Vybrat rozšíření {0}",
"extensions": "Rozšíření",
"installingExtension": "Instaluje se rozšíření {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Bearbeiten",
"vetoExtHostRestart": "Der benutzerdefinierte Editor \"{0}\" konnte nicht gespeichert werden."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "OnWillCreateEditSessionIdentity-Ereignis nach 10000 ms abgebrochen"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Zum Chat wechseln",
"interactiveSession.open": "Editor öffnen",
"newChatTitle": "Neuer Chattitel",
"openChat": "Chat öffnen"
"openChat": "Chat öffnen",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Neuer Chat"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Im Editor anwenden",
"interactive.compare.apply": "Änderungen anwenden",
"interactive.compare.discard": "Änderungen verwerfen",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Symbol...",
"workbench.action.chat.attachContext.label": "Kontext anfügen",
"workbench.action.chat.attachFile.label": "Datei anhängen",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Auswahl zum Chat hinzufügen"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Anforderung und Antwort entfernen",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Hilfreich",
"interactive.insertIntoNotebook.label": "In Notebook einfügen",
"interactive.reportIssueForBug.label": "Problem melden",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Chat",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Aktiviert die automatische Erkennung von Chatteilnehmern für Panelchat.",
"chat.experimental.implicitContext": "Steuert, ob ein Kontrollkästchen angezeigt wird, damit der Benutzer bestimmen kann, welcher implizite Kontext in der Aufforderung eines Chatteilnehmers enthalten ist.",
"chat.experimental.variables.editor": "Aktiviert Variablen für Editor-Chat.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "TRUE, wenn die Chattextbearbeitungen angewendet wurden.",
"chatExtensionInvalid": "Wahr, wenn die installierte Chaterweiterung ungültig ist und aktualisiert werden muss.",
"chatIsEnabled": "Wahr, wenn der Chat aktiviert ist, weil ein Standard-Chat-Teilnehmer mit einer Implementierung aktiviert ist.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "Wahr, wenn ein Standard-Chatteilnehmer für das Panel registriert ist.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Alle Kommentare zuklappen",
"comments.expandAll": "Alle Kommentare erweitern",
"comments.expandUnresolved": "Nicht aufgelöste Kommentare erweitern",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Zum nächsten Kommentarbereich wechseln",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Zum vorherigen Kommentarbereich wechseln",
@ -6129,6 +6134,7 @@
"commentThread": "Der Kontextwert des Kommentarthreads.",
"commentThreadIsEmpty": "Festlegen, wenn der Kommentarthread keine Kommentare enthält",
"editorHasCommentingRange": "Gibt an, ob der aktive Editor über einen Kommentarbereich verfügt.",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Gibt an, ob der geöffnete Arbeitsbereich Kommentare oder Kommentarbereiche aufweist.",
"hasCommentingRange": "Gibt an, ob die Position am aktiven Cursor einen Kommentarbereich aufweist"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Der viewType des zurzeit aktiven benutzerdefinierten Editors."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Beigetragene benutzerdefinierte Editoren.",
"contributes.displayName": "Der lesbare Name des benutzerdefinierten Editors. Dieser wird den Benutzern angezeigt, wenn sie den zu verwendenden Editor auswählen.",
@ -7106,7 +7115,6 @@
"categories": "Kategorien",
"changelog": "Änderungsprotokoll",
"changelogtooltip": "Updateverlauf der Erweiterung, der aus der Datei \"CHANGELOG.md\" der Erweiterung gerendert wurde",
"contents": "Contents",
"dependencies": "Abhängigkeiten",
"dependenciestooltip": "Listet Erweiterungen auf, von denen diese Erweiterung abhängig ist",
"details": "Details",
@ -7137,6 +7145,7 @@
"rating": "Bewertung",
"repository": "Repository",
"resources": "Ressourcen",
"sources": "Sources",
"workspace extension": "Arbeitsbereichserweiterung"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Arbeitsbereichsprofilzuordnungen zurücksetzen"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Wird verwendet",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Keine",
"enable for current window": "Dieses Profil für das aktuelle Fenster verwenden",
"enable for new windows": "Dieses Profil als Standard für neue Fenster verwenden",
@ -13041,7 +13048,6 @@
"profileName": "Profilname",
"profiles": "Profile",
"profilesSashBorder": "Die Farbe des Rahmens der Splitview-Sash des Profil-Editors.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Einstellungen",
"snippets": "Codeausschnitte",
"tasks": "Aufgaben",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Dieses Profil für das aktuelle Fenster verwenden",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Abbrechen",
"copy from": "{0} (Kopieren)",
"copyFromProfile": "Duplizieren...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Verwenden Sie helle native Widgetfarben."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Deaktiviert",
"all profiles and disabled": "All Profiles",
"exclude": "{0}-Erweiterung auswählen",
"extensions": "Erweiterungen",
"installingExtension": "Erweiterung „{0}“ wird installiert..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Editar",
"vetoExtHostRestart": "No se pudo guardar el editor personalizado '{0}'."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Se anuló el evento onWillCreateEditSessionIdentity después de 10000 ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Cambiar a chat",
"interactiveSession.open": "Abrir Editor",
"newChatTitle": "Nuevo título del chat",
"openChat": "Abrir chat"
"openChat": "Abrir chat",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Nuevo chat"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Aplicar en el editor",
"interactive.compare.apply": "Aplicar ediciones",
"interactive.compare.discard": "Descartar ediciones",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Símbolo...",
"workbench.action.chat.attachContext.label": "Adjuntar contexto",
"workbench.action.chat.attachFile.label": "Adjuntar archivo",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Agregar selección al chat"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Quitar solicitud y respuesta",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Útil",
"interactive.insertIntoNotebook.label": "Insertar en Notebook",
"interactive.reportIssueForBug.label": "Notificar incidencia",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Chat",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Habilita la detección automática del participante del chat para el chat del panel.",
"chat.experimental.implicitContext": "Controla si se muestra una casilla para permitir al usuario determinar qué contexto implícito se incluye con el mensaje de un participante del chat.",
"chat.experimental.variables.editor": "Habilita variables para el chat del editor.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "True cuando se han aplicado las ediciones de texto del chat.",
"chatExtensionInvalid": "True cuando la extensión de chat instalada no es válida y debe actualizarse.",
"chatIsEnabled": "True cuando el chat está habilitado porque se activa un participante de chat predeterminado con una implementación.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "True cuando se registra un participante de chat predeterminado para el panel.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Contraer todos los comentarios",
"comments.expandAll": "Expandir todos los comentarios",
"comments.expandUnresolved": "Expandir comentarios sin resolver",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Ir al rango de comentarios siguiente",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Ir al rango de comentarios anterior",
@ -6129,6 +6134,7 @@
"commentThread": "Valor de contexto del hilo de comentarios",
"commentThreadIsEmpty": "Se establece cuando el hilo de comentarios no tiene comentarios",
"editorHasCommentingRange": "Si el editor activo tiene un rango de comentarios",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Si el área de trabajo abierta tiene comentarios o intervalos de comentarios.",
"hasCommentingRange": "Si la posición en el cursor activo tiene un intervalo de comentarios"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "El valor viewType del editor personalizado activo."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Editores personalizados aportados.",
"contributes.displayName": "Nombre en lenguaje natural del editor personalizado. Se muestra a los usuarios cuando se selecciona el editor que se va a usar.",
@ -7106,7 +7115,6 @@
"categories": "Categorías",
"changelog": "Registro de cambios",
"changelogtooltip": "Historial de actualización de extensiones renderizado desde el archivo 'changelog.MD' ",
"contents": "Contents",
"dependencies": "Dependencias",
"dependenciestooltip": "Enumera las extensiones de las que depende esta extensión",
"details": "Detalles",
@ -7137,6 +7145,7 @@
"rating": "Clasificación",
"repository": "Repositorio",
"resources": "Recursos",
"sources": "Sources",
"workspace extension": "Extensión del área de trabajo"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Restablecer asociaciones de perfiles del área de trabajo"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "En uso",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Ninguno",
"enable for current window": "Usar este perfil para la ventana actual",
"enable for new windows": "Usar este perfil como predeterminado para las nuevas ventanas",
@ -13041,7 +13048,6 @@
"profileName": "Nombre de perfil",
"profiles": "Perfiles",
"profilesSashBorder": "El color del borde de la vista dividida del editor de perfiles.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Configuración",
"snippets": "Fragmentos de código",
"tasks": "Tareas",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Usar este perfil para la ventana actual",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Cancelar",
"copy from": "{0} (copiar)",
"copyFromProfile": "Duplicar...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Usar colores de widget nativos claros."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Deshabilitado",
"all profiles and disabled": "All Profiles",
"exclude": "Seleccionar {0} extensión",
"extensions": "Extensiones",
"installingExtension": "Instalando extensión {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Modifier",
"vetoExtHostRestart": "Impossible denregistrer le '{0}' de léditeur personnalisé."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Événement onNumCreateEditSessionIdentity abandonné après 10 000 ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Basculer vers la conversation",
"interactiveSession.open": "Ouvrir léditeur",
"newChatTitle": "Nouveau titre de la conversation",
"openChat": "Ouvrir la conversation"
"openChat": "Ouvrir la conversation",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Nouvelle conversation"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Appliquer dans Éditeur",
"interactive.compare.apply": "Appliquer les modifications",
"interactive.compare.discard": "Ignorer les modifications",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Symbole...",
"workbench.action.chat.attachContext.label": "Joindre le contexte",
"workbench.action.chat.attachFile.label": "Joignez un fichier",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Ajouter la sélection à la conversation"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Suppression de la demande et de la réponse",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Utile",
"interactive.insertIntoNotebook.label": "Insérer dans Notebook",
"interactive.reportIssueForBug.label": "Problème de rapport",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Conversation",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Active la détection automatique des participants à la conversation pour la conversation de panneau.",
"chat.experimental.implicitContext": "Contrôle si une case à cocher saffiche pour permettre à lutilisateur de déterminer le contexte implicite inclus dans linvite dun participant à la conversation.",
"chat.experimental.variables.editor": "Active les variables pour la conversation de léditeur.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "La valeur est true lorsque les modifications apportées au texte de la conversation sont appliquées.",
"chatExtensionInvalid": "True lorsque lextension de conversation installée nest pas valide et doit être mise à jour.",
"chatIsEnabled": "True lorsque le chat est activé, parce quun(e) participant(e) à la conversation par défaut est activé avec une implémentation.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "La valeur est true quand un participant à la conversation par défaut est inscrit pour le panneau.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Réduire tous les commentaires",
"comments.expandAll": "Développer tous les commentaires",
"comments.expandUnresolved": "Développer les commentaires non résolus",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Accéder à la plage de commentaires suivante",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Accéder à la plage de commentaires précédente",
@ -6129,6 +6134,7 @@
"commentThread": "Valeur de contexte du thread de commentaire",
"commentThreadIsEmpty": "Définir lorsque le thread de commentaires na pas de commentaires",
"editorHasCommentingRange": "Indique si l'éditeur actif a une plage de commentaires",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Indique si lespace de travail ouvert a des commentaires ou des plages de commentaires.",
"hasCommentingRange": "Indique si la position au curseur actif a une plage de commentaires"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Désigne le viewType de l'éditeur personnalisé actif."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Éditeurs personnalisés faisant l'objet d'une contribution.",
"contributes.displayName": "Nom lisible par l'homme de l'éditeur personnalisé. Ceci s'affiche quand les utilisateurs sélectionnent l'éditeur à utiliser.",
@ -7106,7 +7115,6 @@
"categories": "Catégories",
"changelog": "Journal des modifications",
"changelogtooltip": "Historique de mise à jour de l'extension, affiché depuis le fichier 'CHANGELOG.md' de lextension",
"contents": "Contents",
"dependencies": "Dépendances",
"dependenciestooltip": "Répertorie les extensions dont dépend cette extension",
"details": "Détails",
@ -7137,6 +7145,7 @@
"rating": "Évaluation",
"repository": "Dépôt",
"resources": "Ressources",
"sources": "Sources",
"workspace extension": "Extension de lespace de travail"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Réinitialiser les associations de profils despace de travail"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Utilisé",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Aucun",
"enable for current window": "Utiliser ce profil pour la fenêtre actuelle",
"enable for new windows": "Utiliser ce profil comme valeur par défaut pour les nouvelles fenêtres",
@ -13041,7 +13048,6 @@
"profileName": "Nom de profil",
"profiles": "Profils",
"profilesSashBorder": "Couleur de la bordure de léditeur de profils splitview sash.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Paramètres",
"snippets": "Extraits de code",
"tasks": "Tâches",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Utilisez ce profil pour la fenêtre actuelle",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Annuler",
"copy from": "{0} (Copier)",
"copyFromProfile": "Dupliquer...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Utilisez des couleurs de widget natives claires."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Désactivé",
"all profiles and disabled": "All Profiles",
"exclude": "Sélectionner {0} extension",
"extensions": "Extensions",
"installingExtension": "Installation de lextension {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Modifica",
"vetoExtHostRestart": "Impossibile salvare l'editor personalizzato '{0}'."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Evento onWillCreateEditSessionIdentity interrotto dopo 10000 ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Passa alla chat",
"interactiveSession.open": "Apri Editor",
"newChatTitle": "Nuovo titolo della chat",
"openChat": "Apri chat"
"openChat": "Apri chat",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Nuova chat"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Applica nell'editor",
"interactive.compare.apply": "Applica modifiche",
"interactive.compare.discard": "Rimuovi modifiche",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Simbolo...",
"workbench.action.chat.attachContext.label": "Connetti contesto",
"workbench.action.chat.attachFile.label": "Allega file",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Aggiungere selezione alla chat"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Rimuovere richiesta e risposta",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Utile",
"interactive.insertIntoNotebook.label": "Inserisci nel blocco appunti",
"interactive.reportIssueForBug.label": "Segnala problema",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Chat",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Abilita il rilevamento automatico dei partecipanti alla chat per la chat del pannello.",
"chat.experimental.implicitContext": "Controlla se viene visualizzata una casella di controllo per consentire all'utente di stabilire il contesto implicito incluso nella richiesta di un partecipante alla chat.",
"chat.experimental.variables.editor": "Abilita le variabili per la chat dell'editor.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "True quando le modifiche sono state applicate al testo della chat.",
"chatExtensionInvalid": "True quando lestensione della chat installata non è valida e deve essere aggiornata.",
"chatIsEnabled": "True quando la chat è abilitata perché un partecipante della chat predefinito viene attivato con unimplementazione.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "True quando un partecipante della chat predefinito viene registrato per il gruppo.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Comprimi tutti i commenti",
"comments.expandAll": "Espandi tutti i commenti",
"comments.expandUnresolved": "Espandi commenti non risolti",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Vai all'intervallo di commenti successivo",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Vai all'intervallo di commenti precedente",
@ -6129,6 +6134,7 @@
"commentThread": "Valore di contesto del thread di commento",
"commentThreadIsEmpty": "Imposta quando il thread non ha commenti",
"editorHasCommentingRange": "Indica se l'editor attivo ha un intervallo di commenti",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Indicare se l'area di lavoro aperta contiene commenti o intervalli di commenti.",
"hasCommentingRange": "Indica se la posizione in corrispondenza del cursore attivo ha un intervallo di commenti"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Tipo di visualizzazione dell'editor personalizzato attualmente attivo."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Editor personalizzati aggiunti come contributo.",
"contributes.displayName": "Nome leggibile dell'editor personalizzato. Viene visualizzato agli utenti quando selezionano l'editor da usare.",
@ -7106,7 +7115,6 @@
"categories": "Categorie",
"changelog": "Log delle modifiche",
"changelogtooltip": "Cronologia degli aggiornamenti dell'estensione. Rendering eseguito dal file 'CHANGELOG.md' dell'estensione",
"contents": "Contents",
"dependencies": "Dipendenze",
"dependenciestooltip": "Elenca le estensioni da cui dipende questa estensione",
"details": "Dettagli",
@ -7137,6 +7145,7 @@
"rating": "Valutazione",
"repository": "Repository",
"resources": "Risorse",
"sources": "Sources",
"workspace extension": "Estensione dell'area di lavoro"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Reimpostare le associazioni dei profili dell'area di lavoro"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "In uso",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Nessuno",
"enable for current window": "Usare questo profilo per la finestra corrente",
"enable for new windows": "Usa questo profilo come predefinito per le nuove finestre",
@ -13041,7 +13048,6 @@
"profileName": "Nome profilo",
"profiles": "Profili",
"profilesSashBorder": "Colore del bordo della barra di divisione dell'editor dei Profili.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Impostazioni",
"snippets": "Frammenti di codice",
"tasks": "Attività",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Usare questo profilo per la finestra corrente",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Annulla",
"copy from": "{0} (Copia)",
"copyFromProfile": "Duplicare...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Usare i colori chiari dei widget nativi."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Disabilitato",
"all profiles and disabled": "All Profiles",
"exclude": "Seleziona {0} estensione",
"extensions": "Estensioni",
"installingExtension": "Installazione dell'estensione {0} in corso..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "編集",
"vetoExtHostRestart": "カスタム エディター '{0}' を保存できませんでした。"
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "10000 ミリ秒後に onWillCreateEditSessionIdentity-event が中止されました"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "チャットに切り替える",
"interactiveSession.open": "エディターを開く",
"newChatTitle": "新しいチャットのタイトル",
"openChat": "チャットを開く"
"openChat": "チャットを開く",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "新しいチャット"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "エディターで適用します",
"interactive.compare.apply": "編集の適用",
"interactive.compare.discard": "編集の破棄",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "シンボル...",
"workbench.action.chat.attachContext.label": "コンテキストのアタッチ",
"workbench.action.chat.attachFile.label": "ファイルの添付",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "選択内容をチャットに追加"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "要求と応答を削除する",
"chat.retry.label": "Retry",
"interactive.helpful.label": "役に立った",
"interactive.insertIntoNotebook.label": "ノートブックに挿入する",
"interactive.reportIssueForBug.label": "問題を報告",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "チャット",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "パネル チャットのチャット参加者の自動検出を有効にします。",
"chat.experimental.implicitContext": "ユーザーがチャット参加者のプロンプトに含まれる暗黙的なコンテキストを決定できるように、チェックボックスを表示するかどうかを制御します。",
"chat.experimental.variables.editor": "エディター チャットの変数を有効にします。",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "チャット テキストの編集が適用されている場合は true。",
"chatExtensionInvalid": "インストールされているチャット拡張機能が無効であり、更新する必要がある場合は true です。",
"chatIsEnabled": "既定のチャット参加者が実装でアクティブ化されるためにチャットが有効になっている場合は true です。",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "既定のチャット参加者がパネルに登録されている場合は true です。",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "すべてのコメントを折りたたむ",
"comments.expandAll": "すべてのコメントを展開",
"comments.expandUnresolved": "未解決のコメントを展開",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "次のコメント範囲に移動",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "前のコメント範囲に移動",
@ -6129,6 +6134,7 @@
"commentThread": "コメント スレッドのコンテキスト値",
"commentThreadIsEmpty": "コメント スレッドにコメントがない場合に設定する",
"editorHasCommentingRange": "アクティブなエディターにコメント範囲があるかどうか",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "開いているワークスペースにコメントまたはコメント範囲があるかどうか。",
"hasCommentingRange": "アクティブカーソルの位置にコメント範囲があるかどうか"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "現在アクティブなカスタム エディターの viewType。"
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "提供されるカスタム エディター。",
"contributes.displayName": "カスタム エディターの、人間が判読できる名前です。これは、使用するエディターを選択するときにユーザーに表示されます。",
@ -7106,7 +7115,6 @@
"categories": "カテゴリ",
"changelog": "変更ログ",
"changelogtooltip": "拡張機能の更新履歴、拡張機能の 'CHANGELOG.md' ファイルから表示",
"contents": "Contents",
"dependencies": "依存関係",
"dependenciestooltip": "この拡張機能が依存する拡張機能の一覧",
"details": "詳細",
@ -7137,6 +7145,7 @@
"rating": "評価",
"repository": "リポジトリ",
"resources": "リソース",
"sources": "Sources",
"workspace extension": "ワークスペース拡張機能"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "ワークスペース プロファイルの関連付けをリセットする"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "使用中",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "なし",
"enable for current window": "現在のウィンドウでこのプロファイルを使用する",
"enable for new windows": "このプロファイルを新しいウィンドウの既定として使用する",
@ -13041,7 +13048,6 @@
"profileName": "プロファイル名",
"profiles": "プロファイル",
"profilesSashBorder": "プロファイル エディターの分割ビュー サッシュの枠線の色。",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "設定",
"snippets": "スニペット",
"tasks": "タスク",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "現在のウィンドウでこのプロファイルを使用する",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "キャンセル",
"copy from": "{0} (コピー)",
"copyFromProfile": "重複...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "ライトなネイティブ ウィジェットの色を使用します。"
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "無効",
"all profiles and disabled": "All Profiles",
"exclude": "{0} 拡張機能を選択",
"extensions": "拡張機能",
"installingExtension": "拡張機能 {0} をインストールしています...."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "편집",
"vetoExtHostRestart": "사용자 지정 편집기 '{0}'을(를) 저장하지 못했습니다."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "10000ms 이후 onWillCreateEditSessionIdentity-event 중단됨"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "채팅으로 전환",
"interactiveSession.open": "편집기 열기",
"newChatTitle": "새 채팅 제목",
"openChat": "채팅 열기"
"openChat": "채팅 열기",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "새 채팅"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "편집기에서 적용",
"interactive.compare.apply": "편집 내용 적용",
"interactive.compare.discard": "편집 내용 취소",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "기호...",
"workbench.action.chat.attachContext.label": "컨텍스트 연결",
"workbench.action.chat.attachFile.label": "파일 첨부",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "채팅에 선택 영역 추가"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "요청 및 응답 제거",
"chat.retry.label": "Retry",
"interactive.helpful.label": "유용함",
"interactive.insertIntoNotebook.label": "전자 필기장에 삽입",
"interactive.reportIssueForBug.label": "이슈 보고",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "채팅",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "패널 채팅에서 채팅 참가자 자동 감지를 사용합니다.",
"chat.experimental.implicitContext": "사용자가 채팅 참가자의 프롬프트에 포함되는 암시적 컨텍스트를 확인할 수 있도록 확인란이 표시되는지 여부를 제어합니다.",
"chat.experimental.variables.editor": "편집기 채팅에 변수를 사용하도록 설정합니다.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "채팅 텍스트 편집이 적용된 경우 True입니다.",
"chatExtensionInvalid": "설치된 채팅 확장이 잘못되어 업데이트해야 하는 경우 True입니다.",
"chatIsEnabled": "채팅이 활성화된 경우 기본 채팅 참가자가 실행에 따라 활성화되므로 True입니다.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "패널에 기본 채팅 참가자가 등록되어 있을 경우 True입니다.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "모든 메모 축소",
"comments.expandAll": "모든 메모 확장",
"comments.expandUnresolved": "확인되지 않은 주석 확장",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "다음 주석 범위로 이동",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "이전 주석 범위로 이동",
@ -6129,6 +6134,7 @@
"commentThread": "주석 스레드의 컨텍스트 값",
"commentThreadIsEmpty": "주석 스레드에 주석이 없는 경우 설정",
"editorHasCommentingRange": "활성 편집기에 주석 범위가 있는지 여부",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "열린 작업 영역에 주석 또는 주석 달기 범위가 있는지 여부.",
"hasCommentingRange": "활성 커서의 위치에 메모 범위가 있는지 여부"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "현재 활성 사용자 지정 편집기의 viewType입니다."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "사용자 지정 편집기를 적용했습니다.",
"contributes.displayName": "사람이 읽을 수 있는 사용자 지정 편집기 이름입니다. 사용할 편집기를 선택할 때 사용자에게 표시됩니다.",
@ -7106,7 +7115,6 @@
"categories": "범주",
"changelog": "변경 로그",
"changelogtooltip": "확장의 'CHANGELOG.md' 파일에서 렌더링된 확장 업데이트 기록",
"contents": "Contents",
"dependencies": "종속성",
"dependenciestooltip": "이 확장이 종속된 확장 나열",
"details": "세부 정보",
@ -7137,6 +7145,7 @@
"rating": "등급",
"repository": "저장소",
"resources": "리소스",
"sources": "Sources",
"workspace extension": "작업 영역 확장"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "작업 영역 프로필 연결 초기화"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "사용 중",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "없음",
"enable for current window": "현재 창에 이 프로필 사용",
"enable for new windows": "이 프로필을 새 창의 기본값으로 사용",
@ -13041,7 +13048,6 @@
"profileName": "프로필 이름",
"profiles": "프로필",
"profilesSashBorder": "프로필 편집기 분할된 보기 섀시 테두리의 색입니다.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "설정",
"snippets": "코드 조각",
"tasks": "작업",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "현재 창에 이 프로필 사용",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "취소",
"copy from": "{0}(복사)",
"copyFromProfile": "복제...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "밝은 네이티브 위젯 색을 사용합니다."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "사용 안 함",
"all profiles and disabled": "All Profiles",
"exclude": "{0} 확장 선택",
"extensions": "확장",
"installingExtension": "{0} 확장 설치 중..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Edycja",
"vetoExtHostRestart": "Nie można zapisać edytora niestandardowego „{0}”."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Przerwano zdarzenie onWillCreateEditSessionIdentity po 10 000 ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Przełącz do czatu",
"interactiveSession.open": "Otwórz edytor",
"newChatTitle": "Tytuł nowego czatu",
"openChat": "Otwórz czat"
"openChat": "Otwórz czat",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Nowy czat"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Zastosuj w Edytorze",
"interactive.compare.apply": "Zastosuj edycje",
"interactive.compare.discard": "Odrzuć zmiany",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Symbol...",
"workbench.action.chat.attachContext.label": "Dołącz kontekst",
"workbench.action.chat.attachFile.label": "Dołącz plik",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Dodaj zaznaczenie do czatu"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Usuń żądanie i odpowiedź",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Przydatne",
"interactive.insertIntoNotebook.label": "Wstaw do notesu",
"interactive.reportIssueForBug.label": "Zgłoś problem",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Czat",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Włącza automatyczne wykrywanie uczestnika czatu na potrzeby czatu panelowego.",
"chat.experimental.implicitContext": "Kontroluje, czy pole wyboru jest wyświetlane, aby umożliwić użytkownikowi określenie, który niejawny kontekst jest dołączony do polecenia uczestnika czatu.",
"chat.experimental.variables.editor": "Włącza zmienne dla czatu edytora.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "Wartość True (Prawda) po zastosowaniu edycji tekstu czatu.",
"chatExtensionInvalid": "Wartość True (Prawda), jeśli zainstalowane rozszerzenie czatu jest nieprawidłowe i wymaga aktualizacji.",
"chatIsEnabled": "Wartość True (Prawda), gdy czat jest włączony, ponieważ domyślny uczestnik czatu jest aktywowany za pomocą implementacji.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "Wartość True (Prawda),, gdy domyślny uczestnik czatu jest zarejestrowany w panelu.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Zwiń wszystkie komentarze",
"comments.expandAll": "Rozwiń wszystkie komentarze",
"comments.expandUnresolved": "Rozwiń nierozpoznane komentarze",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Przejdź do następnego zakresu komentowania",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Przejdź do poprzedniego zakresu komentowania",
@ -6129,6 +6134,7 @@
"commentThread": "Wartość kontekstu wątku komentarzy",
"commentThreadIsEmpty": "Ustaw, gdy wątek komentarzy nie ma komentarzy",
"editorHasCommentingRange": "Czy aktywny edytor zawiera zakres komentowania",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Określa, czy otwarty obszar roboczy zawiera komentarze, czy zakresy komentarzy.",
"hasCommentingRange": "Określa, czy pozycja przy aktywnym kursorze ma zakres komentowania"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Element viewType aktualnie aktywnego edytora niestandardowego."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Dodane edytory niestandardowe.",
"contributes.displayName": "Czytelna dla użytkownika nazwa edytora niestandardowego. Jest ona wyświetlana użytkownikom podczas wybierania edytora do użycia.",
@ -7106,7 +7115,6 @@
"categories": "Kategorie",
"changelog": "Dziennik zmian",
"changelogtooltip": "Historia aktualizacji rozszerzenia, renderowana z pliku „CHANGELOG.md” rozszerzenia",
"contents": "Contents",
"dependencies": "Zależności",
"dependenciestooltip": "Wyświetla rozszerzenia, od których jest zależne to rozszerzenie",
"details": "Szczegóły",
@ -7137,6 +7145,7 @@
"rating": "Ocena",
"repository": "Repozytorium",
"resources": "Zasoby",
"sources": "Sources",
"workspace extension": "Rozszerzenie obszaru roboczego"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Resetowanie skojarzeń profilów obszaru roboczego"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "W użyciu",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Brak",
"enable for current window": "Użyj tego profilu dla bieżącego okna",
"enable for new windows": "Użyj tego profilu jako domyślnego dla nowych okien",
@ -13041,7 +13048,6 @@
"profileName": "Nazwa profilu",
"profiles": "Profile",
"profilesSashBorder": "Kolor obramowania wstążki widoku podziału Edytora profilów.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Ustawienia",
"snippets": "Fragmenty kodu",
"tasks": "Zadania",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Użyj tego profilu dla bieżącego okna",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Anuluj",
"copy from": "{0} (Kopiuj)",
"copyFromProfile": "Duplikuj...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Użyj jasnych natywnych kolorów widżetów."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Wyłączone",
"all profiles and disabled": "All Profiles",
"exclude": "Wybierz rozszerzenie {0}",
"extensions": "Rozszerzenia",
"installingExtension": "Trwa instalowanie rozszerzenia {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Editar",
"vetoExtHostRestart": "O editor personalizado '{0}' não pôde ser salvo."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Evento-onWillCreateEditSessionIdentity anulado após 10000ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Alternar para o chat",
"interactiveSession.open": "Abrir Editor",
"newChatTitle": "Título do novo chat",
"openChat": "Abrir Chat"
"openChat": "Abrir Chat",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Novo chat"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Aplicar no Editor",
"interactive.compare.apply": "Aplicar Edições",
"interactive.compare.discard": "Descartar Edições",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Símbolo...",
"workbench.action.chat.attachContext.label": "Anexar Contexto",
"workbench.action.chat.attachFile.label": "Anexar Arquivo",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Adicionar Seleção ao Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Remover Solicitação e Resposta",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Útil",
"interactive.insertIntoNotebook.label": "Inserir no Bloco de Anotações",
"interactive.reportIssueForBug.label": "Emissão de relatório",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Chat",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Habilita a detecção automática do participante do chat para o chat do painel.",
"chat.experimental.implicitContext": "Controla se uma caixa de seleção é mostrada para permitir que o usuário determine qual contexto implícito está incluído no prompt de um participante do chat.",
"chat.experimental.variables.editor": "Habilita variáveis para o chat do editor.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "Verdadeiro quando as edições de texto do chat foram aplicadas.",
"chatExtensionInvalid": "True quando a extensão de chat instalada é inválida e precisa ser atualizada.",
"chatIsEnabled": "True quando o chat está habilitado porque um participante padrão de chat padrão está ativado com uma implementação.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "True quando um participante padrão de chat estiver registrado no painel.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Recolher Todos os Comentários",
"comments.expandAll": "Expandir Todos os Comentários",
"comments.expandUnresolved": "Expandir Comentários Não Resolvidos",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Ir para o Próximo Intervalo de Comentário",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Ir para o Intervalo de Comentário Anterior",
@ -6129,6 +6134,7 @@
"commentThread": "O valor de contexto da thread do comentário",
"commentThreadIsEmpty": "Definir quando o segmento de comentário não tem comentários",
"editorHasCommentingRange": "Se o editor ativo tem um intervalo de comentário",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Se o espaço de trabalho aberto tem comentários ou intervalos de comentários.",
"hasCommentingRange": "Se a posição no cursor ativo tiver um intervalo de comentários"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "O tipo de visualização do editor personalizado ativo no momento."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Editores personalizados contribuídos.",
"contributes.displayName": "Nome legível por humanos do editor personalizado. Ele é exibido aos usuários ao selecionar qual editor deve ser usado.",
@ -7106,7 +7115,6 @@
"categories": "Categorias",
"changelog": "Log de mudanças",
"changelogtooltip": "Histórico de atualização de extensão, renderizado do arquivo 'CHANGELOG.md' da extensão",
"contents": "Contents",
"dependencies": "Dependências",
"dependenciestooltip": "Lista as extensões das quais essa extensão depende",
"details": "Detalhes",
@ -7137,6 +7145,7 @@
"rating": "Classificação",
"repository": "Repositório",
"resources": "Recursos",
"sources": "Sources",
"workspace extension": "Extensão do workspace"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Redefinir Associações de Perfis de Workspace"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Em uso",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Nenhum",
"enable for current window": "Use esse perfil para a janela atual",
"enable for new windows": "Usar este perfil como padrão para novas janelas",
@ -13041,7 +13048,6 @@
"profileName": "Nome do Perfil",
"profiles": "Perfis",
"profilesSashBorder": "A cor da borda da faixa de exibição dividida do editor de Perfis.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Configurações",
"snippets": "Snippets",
"tasks": "Tarefas",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Usar este Perfil para a Janela Atual",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Cancelar",
"copy from": "{0} (Copiar)",
"copyFromProfile": "Duplicar...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Use cores claras de widgets nativos."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Desabilitado",
"all profiles and disabled": "All Profiles",
"exclude": "Selecionar {0} Extensão",
"extensions": "Extensões",
"installingExtension": "Instalando a extensão {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Ëðït",
"vetoExtHostRestart": "ǵstøm ëðïtør '{0}' çøµlð ñøt þë sævëð."
"vetoExtHostRestart": "Æ çµstøm ëðïtør før '{0}' ïs øpëñ."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "Æþørtëð øñWïllÇrëætëËðït§ëssïøñÏðëñtïtÿ-ëvëñt æftër 10000ms"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "§wïtçh tø çhæt",
"interactiveSession.open": "Øpëñ Ëðïtør",
"newChatTitle": "Ñëw çhæt tïtlë",
"openChat": "Øpëñ Çhæt"
"openChat": "Øpëñ Çhæt",
"title4": "Çhæt"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Ñëw Çhæt"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Æpplÿ Æll Ëðïts",
"chatCodeBlock.applyAll.editingSessionActive": "Æñ ëðïtïñg sëssïøñ ïs ælrëæðÿ æçtïvë, plëæsë æççëpt ør rëjëçt thë çµrrëñt prøpøsëð ëðïts þëførë çøñtïñµïñg.",
"chatCodeBlock.applyAllEdits": "Æpplÿïñg ëðïts tø wørkspæçë...",
"chatCodeBlock.generating": "Gëñërætïñg ëðïts...",
"chatCodeBlock.generatingEdits": "Æpplÿïñg æll ëðïts",
"interactive.applyInEditor.label": "Æpplÿ ïñ Ëðïtør",
"interactive.compare.apply": "Æpplÿ Ëðïts",
"interactive.compare.discard": "Ðïsçærð Ëðïts",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "§ëlëçt æñð Ïñsërt Kërñël Værïæþlë",
"chatContext.symbol": "§ÿmþøl...",
"workbench.action.chat.attachContext.label": "Ættæçh Çøñtëxt",
"workbench.action.chat.attachFile.label": ttæçh Fïlë",
"workbench.action.chat.attachFile.label": ðð Fïlë tø Çhæt",
"workbench.action.chat.attachSelection.label": "Æðð §ëlëçtïøñ tø Çhæt"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Rëmøvë Rëqµëst æñð Rëspøñsë",
"chat.retry.label": "Rëtrÿ",
"interactive.helpful.label": "Hëlpfµl",
"interactive.insertIntoNotebook.label": "Ïñsërt ïñtø Ñøtëþøøk",
"interactive.reportIssueForBug.label": "Rëpørt Ïssµë",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Çhæt",
"chat.commandCenter.enabled": "Çøñtrøls whëthër thë çømmæñð çëñtër shøws æ mëñµ før çhæt æçtïøñs (rëqµïrës {0}).",
"chat.experimental.detectParticipant.enabled": "Ëñæþlës çhæt pærtïçïpæñt æµtøðëtëçtïøñ før pæñël çhæt.",
"chat.experimental.implicitContext": "Çøñtrøls whëthër æ çhëçkþøx ïs shøwñ tø ælløw thë µsër tø ðëtërmïñë whïçh ïmplïçït çøñtëxt ïs ïñçlµðëð wïth æ çhæt pærtïçïpæñt's prømpt.",
"chat.experimental.variables.editor": "Ëñæþlës værïæþlës før ëðïtør çhæt.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Æççëpt Æll",
"accept.file": "Æççëpt Fïlë",
"accept.file": "Æççëpt",
"discard.file": "Ðïsçærð",
"multiDiffEditorInput.name": "§µggëstëð Ëðïts"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "Trµë whëñ thë çhæt tëxt ëðïts hævë þëëñ æpplïëð.",
"chatExtensionInvalid": "Trµë whëñ thë ïñstællëð çhæt ëxtëñsïøñ ïs ïñvælïð æñð ñëëðs tø þë µpðætëð.",
"chatIsEnabled": "Trµë whëñ çhæt ïs ëñæþlëð þëçæµsë æ ðëfæµlt çhæt pærtïçïpæñt ïs æçtïvætëð wïth æñ ïmplëmëñtætïøñ.",
"chatItemId": "Thë ïð øf thë çhæt ïtëm.",
"chatLastItemId": "Thë ïð øf thë læst çhæt ïtëm.",
"chatModelsAreUserSelectable": "Trµë whëñ thë çhæt møðël çæñ þë sëlëçtëð mæñµællÿ þÿ thë µsër.",
"chatParticipantRegistered": "Trµë whëñ æ ðëfæµlt çhæt pærtïçïpæñt ïs rëgïstërëð før thë pæñël.",
"chatParticipantSupportsModelPicker": "Trµë whëñ thë çµrrëñt çhæt pærtïçïpæñt sµppørts pïçkïñg thë møðël mæñµællÿ.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Çøllæpsë Æll Çømmëñts",
"comments.expandAll": "Ëxpæñð Æll Çømmëñts",
"comments.expandUnresolved": "Ëxpæñð Üñrësølvëð Çømmëñts",
"comments.focusCommand.error": "Thë çµrsør mµst þë øñ æ lïñë wïth æ çømmëñt tø føçµs thë çømmëñt",
"comments.focusCommentOnCurrentLine": "Føçµs Çømmëñt øñ ǵrrëñt £ïñë",
"comments.nextCommentingRange": "Gø tø Ñëxt Çømmëñtïñg Ræñgë",
"comments.previousCommentedRange": "Gø tø Prëvïøµs Çømmëñtëð Ræñgë",
"comments.previousCommentingRange": "Gø tø Prëvïøµs Çømmëñtïñg Ræñgë",
@ -6129,6 +6134,7 @@
"commentThread": "Thë çøñtëxt vælµë øf thë çømmëñt thrëæð",
"commentThreadIsEmpty": "§ët whëñ thë çømmëñt thrëæð hæs ñø çømmëñts",
"editorHasCommentingRange": "Whëthër thë æçtïvë ëðïtør hæs æ çømmëñtïñg ræñgë",
"hasComment": "Whëthër thë pøsïtïøñ æt thë æçtïvë çµrsør hæs æ çømmëñt",
"hasCommentingProvider": "Whëthër thë øpëñ wørkspæçë hæs ëïthër çømmëñts ør çømmëñtïñg ræñgës.",
"hasCommentingRange": "Whëthër thë pøsïtïøñ æt thë æçtïvë çµrsør hæs æ çømmëñtïñg ræñgë"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Thë vïëwTÿpë øf thë çµrrëñtlÿ æçtïvë çµstøm ëðïtør."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "Æ çµstøm tëxt ëðïtør før '{0}' ïs øpëñ."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Çøñtrïþµtëð çµstøm ëðïtørs.",
"contributes.displayName": "Hµmæñ rëæðæþlë ñæmë øf thë çµstøm ëðïtør. Thïs ïs ðïsplæÿëð tø µsërs whëñ sëlëçtïñg whïçh ëðïtør tø µsë.",
@ -7106,7 +7115,6 @@
"categories": "Çætëgørïës",
"changelog": "Çhæñgëløg",
"changelogtooltip": "Ëxtëñsïøñ µpðætë hïstørÿ, rëñðërëð frøm thë ëxtëñsïøñ's 'ÇHÆÑGË£ØG.mð' fïlë",
"contents": "Çøñtëñts",
"dependencies": "Ðëpëñðëñçïës",
"dependenciestooltip": "£ïsts ëxtëñsïøñs thïs ëxtëñsïøñ ðëpëñðs øñ",
"details": "Ðëtæïls",
@ -7137,6 +7145,7 @@
"rating": "Rætïñg",
"repository": "Rëpøsïtørÿ",
"resources": "Rësøµrçës",
"sources": "§øµrçës",
"workspace extension": "Wørkspæçë Ëxtëñsïøñ"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Rësët Wørkspæçë Prøfïlës Æssøçïætïøñs"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Ïñ µsë",
"activeProfile": "Æçtïvë",
"addButton": "Æðð Følðër",
"addFolder": "Æðð Følðër",
"addFolderTitle": "§ëlëçt Følðërs Tø Æðð",
@ -13002,9 +13011,7 @@
"default profile contents description": "ßrøwsë çøñtëñts øf thïs prøfïlë\r\n",
"defaultProfileIcon": "Ïçøñ çæññøt þë çhæñgëð før thë ðëfæµlt prøfïlë",
"defaultProfileName": "Ñæmë çæññøt þë çhæñgëð før thë ðëfæµlt prøfïlë",
"deleteTrustedUri": "Ðëlëtë Pæth",
"editIcon": "Ïçøñ før thë ëðït følðër ïçøñ ïñ thë prøfïlës ëðïtør.",
"editTrustedUri": "Ëðït Pæth",
"empty profile": "Ñøñë",
"enable for current window": "Üsë thïs prøfïlë før thë çµrrëñt wïñðøw",
"enable for new windows": "Üsë thïs prøfïlë æs thë ðëfæµlt før ñëw wïñðøws",
@ -13041,7 +13048,6 @@
"profileName": "Prøfïlë Ñæmë",
"profiles": "Prøfïlës",
"profilesSashBorder": "Thë çølør øf thë Prøfïlës ëðïtør splïtvïëw sæsh þørðër.",
"removeIcon": "Ïçøñ før thë rëmøvë følðër ïçøñ ïñ thë prøfïlës ëðïtør.",
"settings": "§ëttïñgs",
"snippets": "§ñïppëts",
"tasks": "Tæsks",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Üsë thïs Prøfïlë før ǵrrëñt Wïñðøw",
"applyToAllProfiles": "Æpplÿ Ëxtëñsïøñ tø æll Prøfïlës",
"cancel": "Çæñçël",
"copy from": "{0} (Çøpÿ)",
"copyFromProfile": "еplïçætë...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Üsë lïght ñætïvë wïðgët çølørs."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Ðïsæþlëð",
"all profiles and disabled": "Æll Prøfïlës",
"exclude": "§ëlëçt {0} Ëxtëñsïøñ",
"extensions": "Ëxtëñsïøñs",
"installingExtension": "Ïñstællïñg ëxtëñsïøñ {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Изменить",
"vetoExtHostRestart": "Не удалось сохранить специализированный редактор \"{0}\"."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "onWillCreateEditSessionIdentity-event прервано на 10000 мс"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Переключиться в чат",
"interactiveSession.open": "Открыть редактор",
"newChatTitle": "Название нового чата",
"openChat": "Открыть чат"
"openChat": "Открыть чат",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Новый чат"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Применить в редакторе",
"interactive.compare.apply": "Применить изменения",
"interactive.compare.discard": "Отменить изменения",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Символ...",
"workbench.action.chat.attachContext.label": "Вложить контекст",
"workbench.action.chat.attachFile.label": "Вложить файл",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Добавить выделенные элементы в чат"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "Удалить запрос и ответ",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Полезное",
"interactive.insertIntoNotebook.label": "Вставить в записную книжку",
"interactive.reportIssueForBug.label": "Сообщить о проблеме",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Чат",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Включает автоматическое определение участников чата для чата панели.",
"chat.experimental.implicitContext": "Управляет тем, отображается ли флажок, позволяющий пользователю определить, какой неявный контекст включен в запрос участника чата.",
"chat.experimental.variables.editor": "Включает переменные для чата редактора.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "ИСТИНА, если применены изменения текста чата.",
"chatExtensionInvalid": "ИСТИНА, когда установленное расширение чата недействительно и его необходимо обновить.",
"chatIsEnabled": "ИСТИНА, когда чат включен, поскольку участник чата по умолчанию активирован с помощью реализации.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "ИСТИНА, когда для панели зарегистрирован участник чата по умолчанию.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Свернуть все комментарии",
"comments.expandAll": "Развернуть все комментарии",
"comments.expandUnresolved": "Развернуть неразрешенные комментарии",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Перейти к следующему диапазону комментариев",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Перейти к предыдущему диапазону комментариев",
@ -6129,6 +6134,7 @@
"commentThread": "Значение контекста потока комментариев",
"commentThreadIsEmpty": "Задать, если в потоке комментариев нет комментариев",
"editorHasCommentingRange": "Есть ли у активного редактора диапазон комментариев",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Содержит ли открытая рабочая область комментарии или диапазоны комментариев.",
"hasCommentingRange": "Содержит ли позиция активного курсора диапазон комментирования"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Тип представления (viewType) текущего активного пользовательского редактора."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Добавленные специализированные редакторы.",
"contributes.displayName": "Понятное для человека имя специализированного редактора. Оно отображается пользователям при выборе используемого редактора.",
@ -7106,7 +7115,6 @@
"categories": "Категории",
"changelog": "Журнал изменений",
"changelogtooltip": "История обновления расширения, полученная из файла 'CHANGELOG.md' расширения",
"contents": "Contents",
"dependencies": "Зависимости",
"dependenciestooltip": "Выводит список расширений, от которых зависит это расширение",
"details": "Подробные сведения",
@ -7137,6 +7145,7 @@
"rating": "Оценка",
"repository": "Репозиторий",
"resources": "Ресурсы",
"sources": "Sources",
"workspace extension": "Расширение рабочей области"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Сбросить сопоставления профилей рабочей области"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Используется",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Нет",
"enable for current window": "Использовать этот профиль для текущего окна",
"enable for new windows": "Использовать этот профиль по умолчанию для новых окон",
@ -13041,7 +13048,6 @@
"profileName": "Имя профиля",
"profiles": "Профили",
"profilesSashBorder": "Цвет границы sash раздельного представления в редакторе профилей.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Параметры",
"snippets": "Фрагменты",
"tasks": "Задачи",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Использовать этот профиль для текущего окна",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "Отмена",
"copy from": "{0} (копировать)",
"copyFromProfile": "Дублировать...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Использовать светлые цвета мини-приложений."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Отключено",
"all profiles and disabled": "All Profiles",
"exclude": "Выбрать расширение {0}",
"extensions": "Расширения",
"installingExtension": "Установка расширения {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "Düzenle",
"vetoExtHostRestart": "'{0}' özel düzenleyicisi kaydedilemedi."
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "10000 ms sonra onWillCreateEditSessionIdentity-event durduruldu"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "Sohbete geç",
"interactiveSession.open": "Düzenleyiciyi Aç",
"newChatTitle": "Yeni sohbet başlığı",
"openChat": "Sohbeti Aç"
"openChat": "Sohbeti Aç",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "Yeni Sohbet"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "Düzenleyicide Uygula",
"interactive.compare.apply": "Düzenlemeyi Uygula...",
"interactive.compare.discard": "Düzenlemeleri At",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "Sembol...",
"workbench.action.chat.attachContext.label": "Bağlam Ekle",
"workbench.action.chat.attachFile.label": "Dosya Ekle",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "Seçimi Sohbete Ekle"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "İsteği Kaldır ve Yanıtla",
"chat.retry.label": "Retry",
"interactive.helpful.label": "Yardımcı oldu",
"interactive.insertIntoNotebook.label": "Not Defterine Ekle",
"interactive.reportIssueForBug.label": "Sorun Raporla",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "Sohbet",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "Panel sohbeti için sohbet katılımcısını otomatik algılamayı etkinleştirir.",
"chat.experimental.implicitContext": "Kullanıcının, sohbet katılımcısının istemine hangi örtülü bağlamın dahil edildiğini belirlemesine olanak tanıyan bir onay kutusunun gösterilip gösterilmeyeceğini kontrol eder.",
"chat.experimental.variables.editor": "Düzenleyici sohbeti değişkenlerini sağlar.",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "Sohbet metni düzenlemeleri uygulandığında true olur.",
"chatExtensionInvalid": "Yüklü sohbet uzantısı geçersiz olduğunda ve güncelleştirilmesi gerektiğinde true.",
"chatIsEnabled": "Bir uygulama ile varsayılan bir sohbet katılımcısı etkinleştirildiği için sohbet etkinleştirildiğinde true.",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "Panel için varsayılan bir sohbet katılımcısı kaydedildiğinde true.",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "Tüm Açıklamaları Daralt",
"comments.expandAll": "Tüm Açıklamaları Genişlet",
"comments.expandUnresolved": "Çözülmemiş Açıklamaları Genişlet",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "Sonraki Açıklama Aralığına Git",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "Önceki Yorum Aralığına Git",
@ -6129,6 +6134,7 @@
"commentThread": "Açıklama yazışmasının bağlam değeri",
"commentThreadIsEmpty": "Açıklama yazışmasııklamaya sahip değilken ayarla",
"editorHasCommentingRange": "Aktif düzenleyicinin yorum yapma aralığının olup olmadığı",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "Açık çalışma alanında açıklamalar veya açıklama aralıkları olup olmadığını belirtir.",
"hasCommentingRange": "Etkin imleç konumunda yorum aralığı olup olmamasını belirtir"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "Şu anda etkin olan özel düzenleyicinin viewType'ı."
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "Katkıda bulunulan özel düzenleyiciler.",
"contributes.displayName": "Özel düzenleyicinin kullanıcı tarafından okunabilen adı. Kullanılacak düzenleyiciyi seçerken kullanıcılara gösterilir.",
@ -7106,7 +7115,6 @@
"categories": "Kategoriler",
"changelog": "Değişim Günlüğü",
"changelogtooltip": "Uzantı güncelleştirme geçmişi, uzantının 'CHANGELOG.md' dosyasından işlendi",
"contents": "Contents",
"dependencies": "Bağımlılıklar",
"dependenciestooltip": "Bu uzantının bağımlı olduğu uzantıları listeler",
"details": "Ayrıntılar",
@ -7137,6 +7145,7 @@
"rating": "Derecelendirme",
"repository": "Depo",
"resources": "Kaynaklar",
"sources": "Sources",
"workspace extension": "Çalışma Alanı Uzantısı"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "Çalışma Alanı Profilleri İlişkilendirmelerini Sıfırla"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "Kullanımda",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "Yok",
"enable for current window": "Geçerli pencere için bu profili kullan",
"enable for new windows": "Yeni pencereler için varsayılan olarak bu profili kullan",
@ -13041,7 +13048,6 @@
"profileName": "Profil Adı",
"profiles": "Profiller",
"profilesSashBorder": "Profil düzenleyicisi bölünmüş görünüm kanat kenarlığı rengi.",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "Ayarlar",
"snippets": "Kod parçacıkları",
"tasks": "Görevler",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "Geçerli Pencere için bu Profili kullan",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "İptal",
"copy from": "{0} (Kopyala)",
"copyFromProfile": "Çoğalt...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "Açık yerel pencere öğesi renklerini kullanın."
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "Devre Dışı",
"all profiles and disabled": "All Profiles",
"exclude": "{0} uzantısını seçin",
"extensions": "Uzantılar",
"installingExtension": "{0} uzantısı yükleniyor..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "编辑",
"vetoExtHostRestart": "无法保存自定义编辑器“{0}”。"
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "10000ms 后已中止 onWillCreateEditSessionIdentity-event"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "切换到聊天",
"interactiveSession.open": "打开编辑器",
"newChatTitle": "新聊天标题",
"openChat": "打开聊天"
"openChat": "打开聊天",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "新建聊天"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "在编辑器中应用",
"interactive.compare.apply": "应用编辑",
"interactive.compare.discard": "放弃编辑",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "符号...",
"workbench.action.chat.attachContext.label": "附加上下文",
"workbench.action.chat.attachFile.label": "附加文件",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "将所选内容添加到聊天"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "移除请求和响应",
"chat.retry.label": "Retry",
"interactive.helpful.label": "有用",
"interactive.insertIntoNotebook.label": "插入笔记本",
"interactive.reportIssueForBug.label": "报告问题",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "聊天",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "为 panel 聊天启用聊天参与者自动删除功能。",
"chat.experimental.implicitContext": "控制是否显示复选框以允许用户确定聊天参与者提示中包含哪些隐式上下文。",
"chat.experimental.variables.editor": "为编辑器聊天启用变量。",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "应用聊天文本编辑后为 True。",
"chatExtensionInvalid": "已安装的聊天扩展无效且需要更新时为 True。",
"chatIsEnabled": "启用聊天时为 True因为默认聊天参与者是使用实现激活的。",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "为面板注册默认聊天参与者时为 True。",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "折叠所有注释",
"comments.expandAll": "展开所有注释",
"comments.expandUnresolved": "展开未解决注释",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "转到下一注释范围",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "转到上一个注释范围",
@ -6129,6 +6134,7 @@
"commentThread": "注释线程的上下文值",
"commentThreadIsEmpty": "在注释线程没有注释时设置",
"editorHasCommentingRange": "活动编辑器是否具有注释范围",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "打开的工作区是否具有注释或注释范围。",
"hasCommentingRange": "活动光标处的位置是否具有评论范围"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "当前处于活动状态的自定义编辑器的 viewType。"
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "提供的自定义编辑器。",
"contributes.displayName": "自定义编辑器的用户可读名称。当选择要使用的编辑器时,向用户显示此名称。",
@ -7106,7 +7115,6 @@
"categories": "类别",
"changelog": "更改日志",
"changelogtooltip": "扩展的更新历史,显示扩展的 \"CHANGELOG.md\" 文件。",
"contents": "Contents",
"dependencies": "依赖项",
"dependenciestooltip": "包含此扩展依赖的扩展",
"details": "细节",
@ -7137,6 +7145,7 @@
"rating": "评分",
"repository": "仓库",
"resources": "资源",
"sources": "Sources",
"workspace extension": "工作区扩展"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "重置工作区配置文件关联"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "在使用中",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "无",
"enable for current window": "将此配置文件用于当前窗口",
"enable for new windows": "将此配置文件用作新窗口的默认设置",
@ -13041,7 +13048,6 @@
"profileName": "配置文件名称",
"profiles": "配置文件",
"profilesSashBorder": "配置文件编辑器拆分视图窗体边框的颜色。",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "设置",
"snippets": "片段",
"tasks": "任务",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "将此配置文件用于当前窗口",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "取消",
"copy from": "{0} (复制)",
"copyFromProfile": "复制...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "使用浅色本机小组件颜色。"
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "已禁用",
"all profiles and disabled": "All Profiles",
"exclude": "选择 {0} 扩展",
"extensions": "扩展",
"installingExtension": "正在安装扩展 {0}..."

Просмотреть файл

@ -2993,7 +2993,7 @@
},
"vs/workbench/api/browser/mainThreadCustomEditors": {
"defaultEditLabel": "編輯",
"vetoExtHostRestart": "無法儲存自訂編輯器 '{0}'。"
"vetoExtHostRestart": "A custom editor for '{0}' is open."
},
"vs/workbench/api/browser/mainThreadEditSessionIdentityParticipant": {
"timeout.onWillCreateEditSessionIdentity": "10000 毫秒後中止 OnCreateEditSessionIdentity-event"
@ -5389,7 +5389,8 @@
"interactiveSession.history.pick": "切換至聊天",
"interactiveSession.open": "開啟編輯器",
"newChatTitle": "新增聊天標題",
"openChat": "開啟聊天"
"openChat": "開啟聊天",
"title4": "Chat"
},
"vs/workbench/contrib/chat/browser/actions/chatClearActions": {
"chat.newChat.label": "新增聊天"
@ -5397,9 +5398,6 @@
"vs/workbench/contrib/chat/browser/actions/chatCodeblockActions": {
"chat.applyAll.label": "Apply All Edits",
"chatCodeBlock.applyAll.editingSessionActive": "An editing session is already active, please accept or reject the current proposed edits before continuing.",
"chatCodeBlock.applyAllEdits": "Applying edits to workspace...",
"chatCodeBlock.generating": "Generating edits...",
"chatCodeBlock.generatingEdits": "Applying all edits",
"interactive.applyInEditor.label": "在編輯器中套用",
"interactive.compare.apply": "套用編輯",
"interactive.compare.discard": "捨棄編輯",
@ -5416,7 +5414,7 @@
"chatContext.notebook.selectkernelVariable": "Select and Insert Kernel Variable",
"chatContext.symbol": "符號...",
"workbench.action.chat.attachContext.label": "連結內容",
"workbench.action.chat.attachFile.label": "附加檔案",
"workbench.action.chat.attachFile.label": "Add File to Chat",
"workbench.action.chat.attachSelection.label": "將選取專案新增至聊天"
},
"vs/workbench/contrib/chat/browser/actions/chatCopyActions": {
@ -5459,6 +5457,7 @@
},
"vs/workbench/contrib/chat/browser/actions/chatTitleActions": {
"chat.remove.label": "移除要求與回應",
"chat.retry.label": "Retry",
"interactive.helpful.label": "實用",
"interactive.insertIntoNotebook.label": "插入至筆記本",
"interactive.reportIssueForBug.label": "回報問題",
@ -5480,6 +5479,7 @@
},
"vs/workbench/contrib/chat/browser/chat.contribution": {
"chat": "聊天",
"chat.commandCenter.enabled": "Controls whether the command center shows a menu for chat actions (requires {0}).",
"chat.experimental.detectParticipant.enabled": "為小組聊天啟用聊天參與者自動偵測。",
"chat.experimental.implicitContext": "控制是否顯示核取方塊,讓使用者判斷要隨著聊天參與者的提示包含的隱含內容。",
"chat.experimental.variables.editor": "啟用編輯器聊天的變數。",
@ -5550,7 +5550,8 @@
},
"vs/workbench/contrib/chat/browser/chatEditingService": {
"accept.allFiles": "Accept All",
"accept.file": "Accept File",
"accept.file": "Accept",
"discard.file": "Discard",
"multiDiffEditorInput.name": "Suggested Edits"
},
"vs/workbench/contrib/chat/browser/chatEditorInput": {
@ -5660,6 +5661,8 @@
"chatEditApplied": "已套用聊天文字編輯時為 True。",
"chatExtensionInvalid": "當安裝的聊天擴充功能無效且需要更新時為 True。",
"chatIsEnabled": "啟用聊天時為 True因為預設聊天參與者已使用實作來啟用。",
"chatItemId": "The id of the chat item.",
"chatLastItemId": "The id of the last chat item.",
"chatModelsAreUserSelectable": "True when the chat model can be selected manually by the user.",
"chatParticipantRegistered": "當預設聊天參與者註冊面板時為 True。",
"chatParticipantSupportsModelPicker": "True when the current chat participant supports picking the model manually.",
@ -6046,6 +6049,8 @@
"comments.collapseAll": "摺疊所有註解",
"comments.expandAll": "展開所有註解",
"comments.expandUnresolved": "展開未解決的註解",
"comments.focusCommand.error": "The cursor must be on a line with a comment to focus the comment",
"comments.focusCommentOnCurrentLine": "Focus Comment on Current Line",
"comments.nextCommentingRange": "移至 [下一個註解範圍]",
"comments.previousCommentedRange": "Go to Previous Commented Range",
"comments.previousCommentingRange": "移至 [上一個註解範圍]",
@ -6129,6 +6134,7 @@
"commentThread": "註解執行緒的內容值",
"commentThreadIsEmpty": "設定註解對話沒有註解時",
"editorHasCommentingRange": "使用中編輯器是否具有註解範圍",
"hasComment": "Whether the position at the active cursor has a comment",
"hasCommentingProvider": "開啟的工作區是否有註解或註解範圍。",
"hasCommentingRange": "使用中游標的位置是否有註解範圍"
},
@ -6143,6 +6149,9 @@
"vs/workbench/contrib/customEditor/common/customEditor": {
"context.customEditor": "目前使用中的自訂編輯器 viewType。"
},
"vs/workbench/contrib/customEditor/common/customTextEditorModel": {
"vetoExtHostRestart": "A custom text editor for '{0}' is open."
},
"vs/workbench/contrib/customEditor/common/extensionPoint": {
"contributes.customEditors": "已提供自訂編輯器。",
"contributes.displayName": "人類看得懂的自訂編輯器名稱。這是在選取要使用的編輯器時,向使用者顯示的名稱。",
@ -7106,7 +7115,6 @@
"categories": "類別",
"changelog": "變更記錄",
"changelogtooltip": "延伸模組更新紀錄,從延伸模組 'CHANGELOG.md' 檔案中呈現",
"contents": "Contents",
"dependencies": "相依性",
"dependenciestooltip": "列出此延伸模組的相依項目",
"details": "詳細資料",
@ -7137,6 +7145,7 @@
"rating": "評等",
"repository": "儲存庫",
"resources": "資源",
"sources": "Sources",
"workspace extension": "工作區延伸模組"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
@ -12980,7 +12989,7 @@
"reset workspaces": "重設工作區設定檔關聯"
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditor": {
"activeProfile": "使用中",
"activeProfile": "Active",
"addButton": "Add Folder",
"addFolder": "Add Folder",
"addFolderTitle": "Select Folders To Add",
@ -13002,9 +13011,7 @@
"default profile contents description": "Browse contents of this profile\r\n",
"defaultProfileIcon": "Icon cannot be changed for the default profile",
"defaultProfileName": "Name cannot be changed for the default profile",
"deleteTrustedUri": "Delete Path",
"editIcon": "Icon for the edit folder icon in the profiles editor.",
"editTrustedUri": "Edit Path",
"empty profile": "無",
"enable for current window": "將此設定檔用於目前的視窗",
"enable for new windows": "使用此設定檔作為新視窗的預設值",
@ -13041,7 +13048,6 @@
"profileName": "設定檔名稱",
"profiles": "設定檔",
"profilesSashBorder": "設定檔編輯器分割檢視窗扇框線的色彩。",
"removeIcon": "Icon for the remove folder icon in the profiles editor.",
"settings": "設定",
"snippets": "程式碼片段",
"tasks": "工作​​",
@ -13054,6 +13060,7 @@
},
"vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": {
"active": "在目前視窗使用此設定檔",
"applyToAllProfiles": "Apply Extension to all Profiles",
"cancel": "取消",
"copy from": "{0} (複製)",
"copyFromProfile": "複製...",
@ -14801,7 +14808,7 @@
"window.systemColorTheme.light": "使用淺色原生小工具色彩。"
},
"vs/workbench/services/userDataProfile/browser/extensionsResource": {
"disabled": "停用",
"all profiles and disabled": "All Profiles",
"exclude": "選取 {0} 延伸模組",
"extensions": "延伸模組",
"installingExtension": "正在安裝延伸模組 {0}..."