Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated strings from microsoft/vscode-loc-drop@55b1093401a1ebb71ef0e54995f2d932395d90b9 #1829

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 23 additions & 19 deletions i18n/vscode-language-pack-cs/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@
"editor.inlayHints.offUnlessPressed": "Vložené nápovědy jsou ve výchozím nastavení skryté a zobrazí se, když podržíte {0}.",
"editor.inlayHints.on": "Pomocné parametry pro vložené informace jsou povoleny.",
"editor.inlayHints.onUnlessPressed": "Vložené nápovědy se ve výchozím nastavení zobrazují a skryjí se, když podržíte {0}.",
"editor.inlineSuggest.edits.renderSideBySide.auto": "Larger suggestions will show side by side if there is enough space, otherwise they will be shown below.",
"editor.inlineSuggest.edits.renderSideBySide.never": "Larger suggestions are never shown side by side and will always be shown below.",
"editor.inlineSuggest.edits.renderSideBySide.auto": "Pokud je dostatek místa, zobrazí se větší návrhy vedle sebe, jinak se zobrazí níže.",
"editor.inlineSuggest.edits.renderSideBySide.never": "Větší návrhy se nikdy nezobrazují vedle sebe a vždy se zobrazí níže.",
"editor.lightbulb.enabled.off": "Umožňuje zakázat nabídku akcí kódu.",
"editor.lightbulb.enabled.on": "Zobrazí nabídku akcí kódu, pokud je kurzor na řádcích s kódem nebo na prázdných řádcích.",
"editor.lightbulb.enabled.onCode": "Zobrazí nabídku akcí kódu, pokud je kurzor na řádcích s kódem.",
Expand Down Expand Up @@ -1818,7 +1818,7 @@
"symbolIcon.interfaceForeground": "Barva popředí pro symboly interface. Tyto symboly se zobrazují ve widgetu osnovy, popisu cesty a návrhů.",
"symbolIcon.keyForeground": "Barva popředí pro symboly key. Tyto symboly se zobrazují ve widgetu osnovy, popisu cesty a návrhů.",
"symbolIcon.keywordForeground": "Barva popředí pro symboly keyword. Tyto symboly se zobrazují ve widgetu osnovy, popisu cesty a návrhů.",
"symbolIcon.methodArrowForeground": "The foreground color for method with an arrow symbols. These symbols appear in the suggest widget.",
"symbolIcon.methodArrowForeground": "Barva popředí pro metodu se symboly šipek. Tyto symboly se zobrazí ve widgetu návrhů.",
"symbolIcon.methodForeground": "Barva popředí pro symboly method. Tyto symboly se zobrazují ve widgetu osnovy, popisu cesty a návrhů.",
"symbolIcon.moduleForeground": "Barva popředí pro symboly module. Tyto symboly se zobrazují ve widgetu osnovy, popisu cesty a návrhů.",
"symbolIcon.namespaceForeground": "Barva popředí pro symboly namespace. Tyto symboly se zobrazují ve widgetu osnovy, popisu cesty a návrhů.",
Expand Down Expand Up @@ -5575,8 +5575,7 @@
"interactiveSession.history.editor": "Otevřít v editoru",
"interactiveSession.history.pick": "Přepnout na chat",
"interactiveSession.open": "Otevřít editor",
"managePlan": "Spravovat plán Copilotu",
"manageSettings": "Spravovat nastavení Copilotu",
"manageCopilot": "Manage Copilot",
"more": "Další…",
"newChatTitle": "Nový název chatu",
"openChat": "Otevřít chat",
Expand Down Expand Up @@ -5767,13 +5766,14 @@
"chat.experimental.detectParticipant.enabled": "Povolí automatickou detekci účastníka chatu pro panelový chat.",
"chat.experimental.detectParticipant.enabled.deprecated": "Toto nastavení je zastaralé. Místo toho prosím použijte nastavení chat.detectParticipant.enabled.",
"chat.implicitContext.enabled.1": "Enables automatically using the active editor as chat context for specified chat locations.",
"chat.implicitContext.value": "The value for the implicit context.",
"chat.implicitContext.value.always": "Implicit context is always enabled.",
"chat.implicitContext.value.first": "Implicit context is enabled for the first interaction.",
"chat.implicitContext.value.never": "Implicit context is never enabled.",
"chat.implicitContext.value": "Hodnota pro implicitní kontext.",
"chat.implicitContext.value.always": "Implicitní kontext je vždy povolený.",
"chat.implicitContext.value.first": "Implicitní kontext je povolený pro první interakci.",
"chat.implicitContext.value.never": "Implicitní kontext není nikdy povolen.",
"chat.promptFiles.config.description": "Zadejte umístění souborů opakovaně použitelných výzev (*{0}), které lze připojit v relacích chatu, úprav a vloženého chatu. [Další informace]({1}).\r\n\r\nRelativní cesty se řeší z kořenových složek vašeho pracovního prostoru.",
"chat.promptFiles.config.title": "Soubory výzev",
"chat.renderRelatedFiles": "Určuje, jestli se mají ve vstupu chatu vykreslovat související soubory.",
"chat.statusIndicator": "Controls whether a Copilot related status indicator appears in the lower right corner.",
"clear": "Zahájit nový chat",
"file": "Zvolte soubor v pracovním prostoru",
"interactiveSession.editor.fontFamily": "Určuje rodinu písem v blocích kódu chatu.",
Expand Down Expand Up @@ -5809,6 +5809,7 @@
"chat.fileAttachmentHover": "Vybraný model nepodporuje tento typ {0}.",
"chat.fileAttachmentWithRange3": "Připojeno: {0}, řádek {1} až řádek {2}.",
"chat.imageAttachment": "Připojený obrázek, {0}",
"chat.imageAttachmentHover": "{0}",
"chat.omittedFileAttachment": "Vynecháno: {0}.",
"chat.omittedFileAttachmentWithRange": "Vynecháno: {0}, řádek {1} až řádek {2}.",
"chat.partialFileAttachment": "Částečně připojeno: {0}.",
Expand Down Expand Up @@ -6008,6 +6009,7 @@
"chat.fileAttachmentHover": "{0} nepodporuje tento typ {1}.",
"chat.fileAttachmentWithRange": "Připojený soubor, {0}, od řádku {1} do řádku {2}",
"chat.imageAttachment": "Připojený obrázek, {0}",
"chat.imageAttachmentHover": "{0}",
"chat.moreModels": "Přidat další modely...",
"chat.normalMode": "Upravit",
"chat.submitToSecondaryAgent": "Odeslat komu: @{0}",
Expand Down Expand Up @@ -6124,21 +6126,23 @@
"willResolveTo": "Přeloží se na {0}"
},
"vs/workbench/contrib/chat/browser/chatStatus": {
"chatAndCompletionsQuotaExceededStatus": "Limit reached",
"chatAndCompletionsQuotaExceededStatus": "Dosaženo limitu",
"chatQuotaExceededStatus": "Dosáhlo se limitu chatu.",
"chatStatus": "Stav Copilotu",
"chatsLabel": "Chats Used",
"completionsLabel": "Completions Used",
"chatsLabel": "Chats Messages Remaining",
"completionsLabel": "Code Completions Remaining",
"completionsQuotaExceededStatus": "Dosáhlo se limitu dokončení.",
"limitQuota": "Usage will reset on {0}.",
"limitTitle": "You are currently using Copilot Free:",
"gaugeBackground": "Gauge background color.",
"gaugeForeground": "Gauge foreground color.",
"limitQuota": "Limits will reset on {0}.",
"limitTitle": "You are using Copilot Free",
"openChat": "Otevřít chat ({0})",
"quotaDisplay": "{0} / {1}",
"settings.toggleCompletions": "Code Completions",
"settings.toggleNextEditSuggestions": "Next Edit Suggestions (Preview)",
"proTitle": "You are using Copilot Pro",
"settings.toggleCompletions": "Dokončování kódu",
"settings.toggleNextEditSuggestions": "Další návrhy úprav (Preview)",
"shortcuts.chat": "Chat",
"shortcuts.copilotEdits": "Copilot Edits",
"shortcuts.inlineChat": "Inline Chat",
"shortcuts.inlineChat": "Vložený chat",
"signInToUseCopilot": "Pokud chcete používat Copilot, přihlaste se…"
},
"vs/workbench/contrib/chat/browser/chatWidget": {
Expand Down Expand Up @@ -7396,7 +7400,7 @@
"vs/workbench/contrib/debug/browser/watchExpressionsView": {
"addWatchExpression": "Přidat výraz",
"collapse": "Sbalit vše",
"copyWatchExpression": "Copy Expression",
"copyWatchExpression": "Kopírovat výraz",
"removeAllWatchExpressions": "Odebrat všechny výrazy",
"typeNewValue": "Přidat novou hodnotu",
"watchAriaTreeLabel": "Výrazy kukátka ladění",
Expand Down
36 changes: 20 additions & 16 deletions i18n/vscode-language-pack-de/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@
"editor.inlayHints.offUnlessPressed": "Inlayhinweise sind standardmäßig ausgeblendet. Sie werden angezeigt, wenn {0} gedrückt gehalten wird.",
"editor.inlayHints.on": "Inlay-Hinweise sind aktiviert",
"editor.inlayHints.onUnlessPressed": "Inlay-Hinweise werden standardmäßig angezeigt und ausgeblendet, wenn Sie {0} gedrückt halten",
"editor.inlineSuggest.edits.renderSideBySide.auto": "Larger suggestions will show side by side if there is enough space, otherwise they will be shown below.",
"editor.inlineSuggest.edits.renderSideBySide.never": "Larger suggestions are never shown side by side and will always be shown below.",
"editor.inlineSuggest.edits.renderSideBySide.auto": "Größere Vorschläge werden nebeneinander angezeigt, wenn genügend Speicherplatz vorhanden ist, andernfalls werden sie unten angezeigt.",
"editor.inlineSuggest.edits.renderSideBySide.never": "Größere Vorschläge werden nie nebeneinander angezeigt und werden immer unten angezeigt.",
"editor.lightbulb.enabled.off": "Codeaktionsmenü deaktivieren.",
"editor.lightbulb.enabled.on": "Zeigt das Codeaktionsmenü an, wenn sich der Cursor in Zeilen mit Code oder in leeren Zeilen befindet.",
"editor.lightbulb.enabled.onCode": "Zeigt das Codeaktionsmenü an, wenn sich der Cursor in Zeilen mit Code befindet.",
Expand Down Expand Up @@ -1818,7 +1818,7 @@
"symbolIcon.interfaceForeground": "Die Vordergrundfarbe für Schnittstellensymbole. Diese Symbole werden in den Widgets für Gliederung, Breadcrumbs und Vorschläge angezeigt.",
"symbolIcon.keyForeground": "Die Vordergrundfarbe für Schlüsselsymbole. Diese Symbole werden in den Widgets für Gliederung, Breadcrumbs und Vorschläge angezeigt.",
"symbolIcon.keywordForeground": "Die Vordergrundfarbe für Schlüsselwortsymbole. Diese Symbole werden in den Widgets für Gliederung, Breadcrumbs und Vorschläge angezeigt.",
"symbolIcon.methodArrowForeground": "The foreground color for method with an arrow symbols. These symbols appear in the suggest widget.",
"symbolIcon.methodArrowForeground": "Die Vordergrundfarbe für die Methode mit Pfeilsymbolen. Diese Symbole erscheinen im Widget für Vorschläge.",
"symbolIcon.methodForeground": "Die Vordergrundfarbe für Methodensymbole. Diese Symbole werden in den Widgets für Gliederung, Breadcrumbs und Vorschläge angezeigt.",
"symbolIcon.moduleForeground": "Die Vordergrundfarbe für Modulsymbole. Diese Symbole werden in den Widgets für Gliederung, Breadcrumbs und Vorschläge angezeigt.",
"symbolIcon.namespaceForeground": "Die Vordergrundfarbe für Namespacesymbole. Diese Symbole werden in den Widgets für Gliederung, Breadcrumbs und Vorschläge angezeigt.",
Expand Down Expand Up @@ -5575,8 +5575,7 @@
"interactiveSession.history.editor": "In Editor öffnen",
"interactiveSession.history.pick": "Zum Chat wechseln",
"interactiveSession.open": "Editor öffnen",
"managePlan": "Manage Copilot Plan",
"manageSettings": "Copilot-Einstellungen verwalten",
"manageCopilot": "Manage Copilot",
"more": "Mehr...",
"newChatTitle": "Neuer Chattitel",
"openChat": "Chat öffnen",
Expand Down Expand Up @@ -5767,13 +5766,14 @@
"chat.experimental.detectParticipant.enabled": "Aktiviert die automatische Erkennung von Chatteilnehmern für Panelchat.",
"chat.experimental.detectParticipant.enabled.deprecated": "Diese Einstellung ist veraltet. Verwenden Sie stattdessen „chat.detectParticipant.enabled“.",
"chat.implicitContext.enabled.1": "Enables automatically using the active editor as chat context for specified chat locations.",
"chat.implicitContext.value": "The value for the implicit context.",
"chat.implicitContext.value.always": "Implicit context is always enabled.",
"chat.implicitContext.value.first": "Implicit context is enabled for the first interaction.",
"chat.implicitContext.value.never": "Implicit context is never enabled.",
"chat.implicitContext.value": "Der Wert für den impliziten Kontext.",
"chat.implicitContext.value.always": "Der implizite Kontext wird immer aktiviert.",
"chat.implicitContext.value.first": "Der implizite Kontext wird für die erste Interaktion aktiviert.",
"chat.implicitContext.value.never": "Der implizite Kontext wird nie aktiviert.",
"chat.promptFiles.config.description": "Geben Sie die Speicherorte wiederverwendbarer Promptdateien („*{0}“) an, die in Chat-, Bearbeitungs- und Inlinechatsitzungen angefügt werden können. [Weitere Informationen]({1}).\r\n\r\nRelative Pfade werden aus den Stammordnern Ihres Arbeitsbereichs aufgelöst.",
"chat.promptFiles.config.title": "Promptdateien",
"chat.renderRelatedFiles": "Steuert, ob zugehörige Dateien in der Chateingabe gerendert werden sollen.",
"chat.statusIndicator": "Controls whether a Copilot related status indicator appears in the lower right corner.",
"clear": "Neuen Chat starten",
"file": "Wählen Sie eine Datei im Arbeitsbereich aus",
"interactiveSession.editor.fontFamily": "Steuert die Schriftfamilie der Chatcodeblocks.",
Expand Down Expand Up @@ -5809,6 +5809,7 @@
"chat.fileAttachmentHover": "Das ausgewählte Modell unterstützt diesen {0} Typ nicht.",
"chat.fileAttachmentWithRange3": "Angefügt: {0}, Zeile {1} bis Zeile {2}.",
"chat.imageAttachment": "Angefügtes Bild, {0}",
"chat.imageAttachmentHover": "{0}",
"chat.omittedFileAttachment": "Ausgelassen: {0}.",
"chat.omittedFileAttachmentWithRange": "Ausgelassen: {0}, Zeile {1} bis Zeile {2}.",
"chat.partialFileAttachment": "Teilweise angefügt: {0}.",
Expand Down Expand Up @@ -6008,6 +6009,7 @@
"chat.fileAttachmentHover": "{0} unterstützt diesen {1} Typ nicht.",
"chat.fileAttachmentWithRange": "Angefügte Datei, {0}, Zeile {1} an Zeile {2}",
"chat.imageAttachment": "Angefügtes Bild, {0}",
"chat.imageAttachmentHover": "{0}",
"chat.moreModels": "Weitere Modelle hinzufügen...",
"chat.normalMode": "Bearbeiten",
"chat.submitToSecondaryAgent": "Senden an @{0}",
Expand Down Expand Up @@ -6124,16 +6126,18 @@
"willResolveTo": "Wird aufgelöst in {0}"
},
"vs/workbench/contrib/chat/browser/chatStatus": {
"chatAndCompletionsQuotaExceededStatus": "Limit reached",
"chatAndCompletionsQuotaExceededStatus": "Limit erreicht",
"chatQuotaExceededStatus": "Das Chat-Limit wurde erreicht.",
"chatStatus": "Copilot-Status",
"chatsLabel": "Chats Used",
"completionsLabel": "Completions Used",
"chatsLabel": "Chats Messages Remaining",
"completionsLabel": "Code Completions Remaining",
"completionsQuotaExceededStatus": "Vervollständigungslimit erreicht",
"limitQuota": "Usage will reset on {0}.",
"limitTitle": "Sie verwenden derzeit Copilot Free:",
"gaugeBackground": "Gauge background color.",
"gaugeForeground": "Gauge foreground color.",
"limitQuota": "Limits will reset on {0}.",
"limitTitle": "You are using Copilot Free",
"openChat": "Chat öffnen ({0})",
"quotaDisplay": "{0} / {1}",
"proTitle": "You are using Copilot Pro",
"settings.toggleCompletions": "Code-Vervollständigungen",
"settings.toggleNextEditSuggestions": "Nächste Bearbeitungsvorschläge (Preview)",
"shortcuts.chat": "Chat",
Expand Down Expand Up @@ -7396,7 +7400,7 @@
"vs/workbench/contrib/debug/browser/watchExpressionsView": {
"addWatchExpression": "Ausdruck hinzufügen",
"collapse": "Alle zuklappen",
"copyWatchExpression": "Copy Expression",
"copyWatchExpression": "Ausdruck kopieren",
"removeAllWatchExpressions": "Alle Ausdrücke entfernen",
"typeNewValue": "Neuen Wert eingeben",
"watchAriaTreeLabel": "Überwachungsausdrücke debuggen",
Expand Down
Loading
Loading