Skip to content

Commit

Permalink
Updated strings from microsoft/vscode-loc-drop@36d126f (#1714)
Browse files Browse the repository at this point in the history
Co-authored-by: vscode <vscode@microsoft.com>
  • Loading branch information
azure-pipelines[bot] and vscode committed Sep 20, 2024
1 parent fb7e8b3 commit 9e0e4c1
Show file tree
Hide file tree
Showing 14 changed files with 280 additions and 182 deletions.
33 changes: 20 additions & 13 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -5389,17 +5389,15 @@
"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"
},
"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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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.",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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ářů",
Expand Down Expand Up @@ -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ářů."
},
Expand All @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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…",
Expand Down Expand Up @@ -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}..."
Expand Down
33 changes: 20 additions & 13 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -5389,17 +5389,15 @@
"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"
},
"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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand All @@ -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.",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand All @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -7137,6 +7145,7 @@
"rating": "Bewertung",
"repository": "Repository",
"resources": "Ressourcen",
"sources": "Sources",
"workspace extension": "Arbeitsbereichserweiterung"
},
"vs/workbench/contrib/extensions/browser/extensionEnablementWorkspaceTrustTransitionParticipant": {
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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...",
Expand Down Expand Up @@ -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..."
Expand Down
Loading

0 comments on commit 9e0e4c1

Please sign in to comment.