diff --git a/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json b/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json index a2a675a27a..c931d49c6b 100644 --- a/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/extensions/ms-vscode.js-debug.i18n.json @@ -64,12 +64,12 @@ "commands.callersRemoveAll.label": "Odebrat všechny vyloučené volající", "commands.disableSourceMapStepping.label": "Zakázat krokování namapovaného zdroje", "commands.enableSourceMapStepping.label": "Povolit krokování namapovaného zdroje", - "commands.networkClear.label": "Clear Network Log", - "commands.networkCopyURI.label": "Copy Request URL", - "commands.networkOpenBody.label": "Open Response Body", - "commands.networkOpenBodyInHexEditor.label": "Open Response Body in Hex Editor", - "commands.networkReplayXHR.label": "Replay Request", - "commands.networkViewRequest.label": "View Request as cURL", + "commands.networkClear.label": "Vymazat protokol sítě", + "commands.networkCopyURI.label": "Zkopírovat adresu URL žádosti", + "commands.networkOpenBody.label": "Otevřít text odpovědi", + "commands.networkOpenBodyInHexEditor.label": "Otevřít text odpovědi v šestnáctkovém editoru", + "commands.networkReplayXHR.label": "Žádost o opětovné přehrání", + "commands.networkViewRequest.label": "Zobrazit žádost jako cURL", "configuration.autoAttachMode": "Konfiguruje, které procesy se mají automaticky připojovat a ladit, když je zapnuté nastavení #debug.node.autoAttach#. Proces uzlu spuštěný s příznakem --inspect bude bez ohledu na toto nastavení připojen vždy.", "configuration.autoAttachMode.always": "Automaticky připojovat ke každému procesu Node.js spuštěnému v terminálu", "configuration.autoAttachMode.disabled": "Auto attach is disabled and not shown in status bar.", @@ -80,7 +80,7 @@ "configuration.breakOnConditionalError": "Určuje, jestli se má ukončit, když podmíněné zarážky způsobí chybu.", "configuration.debugByLinkOptions": "Možnosti použité při ladění otevřených odkazů, na které se kliklo z terminálu ladění JavaScriptu. Pokud chcete toto chování zakázat, můžete pro toto nastavení zadat hodnotu off (vypnuto). Hodnota always (vždy) povolí ladění na všech terminálech.", "configuration.defaultRuntimeExecutables": "Výchozí hodnota runtimeExecutable používaná pro spouštění konfigurací, pokud není zadaná. Toto možnost se dá použít ke konfiguraci vlastních cest k instalacím Node.js nebo prohlížeče.", - "configuration.enableNetworkView": "Enables the experimental network view for targets that support it.", + "configuration.enableNetworkView": "Povolí experimentální zobrazení sítě pro cíle, které ho podporují.", "configuration.npmScriptLensLocation": "Where a \"Run\" and \"Debug\" code lens should be shown in your npm scripts. It may be on \"all\", scripts, on \"top\" of the script section, or \"never\".", "configuration.pickAndAttachOptions": "Výchozí možnosti používané při ladění procesu pomocí příkazu Ladit: připojit k procesu Node.js", "configuration.resourceRequestOptions": "Možnosti požadavku, které se mají použít při načítání prostředků, třeba map zdrojů, v ladicím programu. Možná je bude nutné nakonfigurovat, pokud vaše mapy zdrojů například vyžadují ověření nebo používají certifikát podepsaný svým držitelem (self-signed certificate). Možnosti se používají při vytváření požadavku pomocí knihovny [`got`](https://github.com/sindresorhus/got).\r\n\r\nBěžný způsob, jak zakázat ověřování certifikátu, je předáním `{ \"https\": { \"rejectUnauthorized\": false } }`.", @@ -144,7 +144,7 @@ "node.console.title": "Konzole ladění uzlů", "node.disableOptimisticBPs.description": "Nenastavujte zarážky do žádného souboru, dokud se pro daný soubor nenačte sourcemap.", "node.enableTurboSourcemaps.description": "Konfiguruje, jestli se má pro zjišťování sourcemap použít nový a rychlejší mechanismus.", - "node.experimentalNetworking.description": "Enable experimental inspection in Node.js. When set to `auto` this is enabled for versions of Node.js that support it. It can be set to `on` or `off` to enable or disable it explicitly.", + "node.experimentalNetworking.description": "Povolte experimentální kontrolu v Node.js. Pokud je tato možnost nastavená na automaticky, je tato možnost povolená pro verze Node.js, které ji podporují. Můžete ji nastavit na zapnuto nebo vypnuto, aby bylo možné ji explicitně povolit nebo zakázat.", "node.killBehavior.description": "Konfiguruje, jak se mají ukončit procesy ladění při zastavení relace. Možnosti:\r\n\r\n- forceful (výchozí): Vynutí okamžité zrušení stromu procesu. Odešle příkaz SIGKILL v posixu nebo taskkill.exe /F ve Windows.\r\n- polite: Strom procesu se zruší řádně. Je možné, že procesy, které se nechovají správně, po vypnutí tímto způsobem nadále poběží. Odešle příkaz SIGTERM v posixu nebo taskkill.exe bez příznaku /F (force) ve Windows.\r\n- none: Nedojde k žádnému ukončení.", "node.label": "Node.js", "node.launch.args.description": "Argumenty příkazového řádku, které se předávají do programu.\r\n\r\nMůže to být pole řetězců nebo jeden řetězec. Když se program spustí v terminálu, nastavení této vlastnosti na jeden řetězec způsobí, že argumenty pro prostředí nebudou uvozeny.", @@ -273,7 +273,7 @@ "Closure ({0})": "Zavření ({0})", "Console profile started": "Profil konzoly se spustil", "Could not connect to any UWP Webview pipe. Make sure your webview is hosted in debug mode, and that the `pipeName` in your `launch.json` is correct.": "Nelze se připojit k žádnému kanálu webového zobrazení UPW. Ujistěte se, že je vaše webové zobrazení hostované v režimu ladění a že „pipeName“ v souboru „launch.json“ je správné.", - "Could not find a location for the variable": "Could not find a location for the variable", + "Could not find a location for the variable": "Nenašlo se umístění pro proměnnou.", "Could not query the provided object": "Nepovedlo se zadat dotaz na zadaný objekt.", "Could not read source map for {0}: {1}": "Nepovedlo se přečíst mapování zdroje pro {0}: {1}", "Could not read {0}: {1}": "Nelze přečíst {0}: {1}", @@ -320,7 +320,7 @@ "Lost connection to debugee, reconnecting in {0}ms\r\n": "Bylo ztraceno připojení k laděné součásti. Pokus o opětovné připojení bude proveden za {0} ms.\r\n", "Manual": "Ruční", "Module": "Modul", - "Networking not available.": "Networking not available.", + "Networking not available.": "Síť není k dispozici.", "Never": "Nikdy", "No": "Ne", "No npm scripts found in your package.json": "Ve vašem souboru package.json nebyly nalezeny žádné skripty npm.", diff --git a/i18n/vscode-language-pack-cs/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-cs/translations/extensions/vscode.typescript-language-features.i18n.json index cdc2a21f6f..f050fa0313 100644 --- a/i18n/vscode-language-pack-cs/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Umožňuje povolit nebo zakázat výchozí formátovací modul JavaScriptu.", "javascript.goToProjectConfig.title": "Přejít na konfiguraci projektu (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "V závislosti na typu vlastnosti vložte za názvy atributů ={} nebo =\"\" . Pokud chcete řídit typy uvozovek používaných u atributů řetězců, podívejte se na javascript.preferences.quoteStyle.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Upřesňující předvolby, které řídí způsob řazení importů.", "javascript.referencesCodeLens.enabled": "Umožňuje povolit nebo zakázat odkazy CodeLens v souborech JavaScriptu.", "javascript.referencesCodeLens.showOnAllFunctions": "Umožňuje povolit nebo zakázat odkazy CodeLens pro všechny funkce v souborech JavaScriptu.", "javascript.suggestionActions.enabled": "Umožňuje povolit nebo zakázat diagnostiku návrhů pro soubory JavaScriptu v editoru.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "V závislosti na typu vlastnosti vložte za názvy atributů ={} nebo =\"\" . Pokud chcete řídit typy uvozovek používaných u atributů řetězců, podívejte se na typescript.preferences.quoteStyle.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Vložte „={}“ za názvy atributů.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Vkládejte pouze názvy atributů.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Upřesňující předvolby, které řídí způsob řazení importů.", + "typescript.preferences.organizeImports.accentCollation": "Při porovnávání vyhodnocovat znaky s diakritickými znaménky jako nerovnocenné se základním znakem.", + "typescript.preferences.organizeImports.caseFirst": "Určuje, jestli mají být velká písmena před malými. Platí jenom pro organizeImportsCollation: unicode.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Rozlišovat malá a velká písmena pro řazení importů.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Řadit importy s rozlišováním malých a velkých písmen.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Řadit importy s rozlišováním malých a velkých písmen.", + "typescript.preferences.organizeImports.locale": "Přepíše národní prostředí používané pro kolaci. Pokud chcete použít národní prostředí uživatelského rozhraní, zadejte hodnotu auto. Platí jenom pro organizeImportsCollation: unicode.", + "typescript.preferences.organizeImports.numericCollation": "Seřadit číselné řetězce podle celočíselné hodnoty.", + "typescript.preferences.organizeImports.typeOrder.auto": "Zjišťovat, kde by se měly řadit pojmenované importy pouze s importem informací o typu.", + "typescript.preferences.organizeImports.typeOrder.first": "Pojmenované importy pouze s importem informací o typu jsou řazeny až na konec seznamu importů.", + "typescript.preferences.organizeImports.typeOrder.inline": "Pojmenované importy se řadí pouze podle názvu.", + "typescript.preferences.organizeImports.typeOrder.last": "Pojmenované importy pouze s importem informací o typu jsou řazeny až na konec seznamu importů.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Seřadí importy pomocí číselné hodnoty každého bodu kódu.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Řadit importy pomocí kolace kódu Unicode.", "typescript.preferences.preferTypeOnlyAutoImports": "Pokud je to možné, zahrnout klíčové slovo type do automatických importů Vyžaduje v pracovním prostoru použití TypeScriptu 5.3+.", "typescript.preferences.quoteStyle": "Upřednostňovaný styl uvozovek, který se má použít pro rychlé opravy.", "typescript.preferences.quoteStyle.auto": "Odvodit typ uvozovek z existujícího kódu", diff --git a/i18n/vscode-language-pack-cs/translations/main.i18n.json b/i18n/vscode-language-pack-cs/translations/main.i18n.json index 89ef5405fe..42663d2b26 100644 --- a/i18n/vscode-language-pack-cs/translations/main.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Určuje, jestli vyvolání příkazu převede chat do trvalého režimu, kde se příkaz automaticky přidá do vstupu chatu pro další zprávu.", "chatCommandWhen": "Podmínka, která musí být true, aby byl tento příkaz povolen.", "chatCommandsDescription": "Příkazy dostupné pro tohoto účastníka chatu, které uživatel může vyvolat pomocí lomítka (/).", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Popis tohoto účastníka chatu zobrazený v uživatelském rozhraní", "chatParticipantDisambiguation": "Metadata, která pomáhají automaticky směrovat dotazy uživatelů na tohoto účastníka chatu.", "chatParticipantDisambiguationCategory": "Podrobný název této kategorie, např. workspace_questions nebo web_questions.", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Určuje, jestli tento účastník podporuje {0}.", "chatParticipantWhen": "Podmínka, která musí být pravdivá, aby bylo možné tohoto účastníka povolit.", "chatSampleRequest": "Když uživatel klikne na tohoto účastníka v zadání /help, odešle se tento text účastníkovi.", - "showExtension": "Show Extension", + "showExtension": "Zobrazit rozšíření", "vscode.extension.contributes.chatParticipant": "Přidává účastníka chatu." }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "True, pokud se použily úpravy textu chatu.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "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í.", + "chatParticipantRegistered": "True, pokud je pro panel zaregistrován výchozí účastník chatu.", "chatRequest": "Položka chatu je žádost", "chatResponse": "Položka chatu je odpověď", "chatResponseErrored": "True, pokud odpověď chatu vedla k chybě.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Filtr komentářů intenzivní práce", "focusCommentsList": "Zobrazení Komentáře na intenzivní práci", "resolved": "Zobrazit vyřešené", - "sorting by position in file": "Position in File", + "sorting by position in file": "Pozice v souboru", "sorting by updated at": "Aktualizováno", "toggle resolved": "Zobrazit vyřešené", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Pozice v souboru", "toggle sorting by updated at": "Aktualizováno", "toggle unresolved": "Zobrazit nevyřešené", "unresolved": "Zobrazit nevyřešené" @@ -8192,7 +8192,7 @@ "empty": "Žádné výsledky, upřesněte prosím svůj vstup a zkuste to znovu", "err.apply": "Nepovedlo se zavést změny.", "err.discard": "Změny se nepodařilo zahodit.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Pokud chcete pokračovat v ukládání, přijměte nebo zahoďte změny.", "welcome.2": "Probíhá příprava..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Zavřít", "testOutputTitle": "Výstup testu", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Sbalit bloky zásobníku", "testing.goToNextMessage": "Přejít na další selhání testu", "testing.goToNextMessage.description": "Zobrazí další zprávu o selhání ve vašem souboru.", "testing.goToPreviousMessage": "Přejít na předchozí selhání testu", @@ -12526,8 +12526,8 @@ "run test": "Spustit test", "testing.cancelRun": "Zrušit testovací běh", "testing.debugLastRun": "Ladit testovací běh", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Přejít na chybu", + "testing.goToTest": "Přejít na test", "testing.reRunLastRun": "Znovu spustit testovací běh", "testing.revealInExplorer": "Zobrazit v Průzkumníkovi testů", "testing.showResultOutput": "Zobrazit výstup výsledku", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Určuje, jestli je nadřazený prvek testu nepřetržitě spuštěný, a je nastavený v kontextu nabídky testovacích položek.", "testing.isRefreshing": "Určuje, zda některý kontroler testů aktuálně aktualizuje testy.", "testing.isTestCoverageOpen": "Udává, jestli je otevřená sestava pokrytí testu.", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Určuje, jestli zpráva zobrazená v zobrazení náhledu obsahuje trasování zásobníku", "testing.peekItemType": "Typ položky v zobrazení náhledu výstupu. Buď \"test\", \"zpráva\", \"úkol\" nebo \"výsledek\".", "testing.profile.context.group": "Typ nabídky, ve které existuje podnabídka konfigurace testovacího profilu: spuštění, ladění nebo pokrytí.", "testing.supportsContinuousRun": "Označuje, jestli je podporovaný průběžný testovací běh.", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Profily" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Použít tento profil pro aktuální okno", "cancel": "Zrušit", "copy from": "{0} (kopie)", "copyFromProfile": "Duplikovat…", diff --git a/i18n/vscode-language-pack-de/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-de/translations/extensions/vscode.typescript-language-features.i18n.json index bd0eebed5c..99a16927d9 100644 --- a/i18n/vscode-language-pack-de/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-de/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Standardmäßigen JavaScript-Formatierer aktivieren/deaktivieren.", "javascript.goToProjectConfig.title": "Zu Projektkonfiguration wechseln (jsconfig/tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Fügen Sie `={}` oder `=\"\"` nach Attributnamen ein, die auf dem Eigenschaftentyp basieren. Informationen zum Steuern des Typs von Anführungszeichen, die für die Attribute in Zeichenfolgen verwendet werden, finden Sie unter „javascript.preferences.quoteStyle“.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Erweiterte Einstellungen, die steuern, wie Importe geordnet werden.", "javascript.referencesCodeLens.enabled": "Aktiviert oder deaktiviert CodeLens-Verweise in JavaScript-Dateien.", "javascript.referencesCodeLens.showOnAllFunctions": "Verweise auf CodeLens für alle Funktionen in JavaScript-Dateien aktivieren/deaktivieren", "javascript.suggestionActions.enabled": "Aktiviert oder deaktiviert Vorschlagsdiagnosen für JavaScript-Dateien im Editor.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Fügen Sie `={}` oder `=\"\"` nach Attributnamen ein, die auf dem Eigenschaftentyp basieren. Informationen zum Steuern des Typs von Anführungszeichen, die für die Attribute in Zeichenfolgen verwendet werden, finden Sie unter „typescript.preferences.quoteStyle“.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Fügen Sie „={}“ nach Attributnamen ein.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Fügen Sie nur Attributnamen ein.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Erweiterte Einstellungen, die steuern, wie Importe geordnet werden.", + "typescript.preferences.organizeImports.accentCollation": "Zeichen mit diakritischen Markierungen als ungleich zu Basiszeichen vergleichen.", + "typescript.preferences.organizeImports.caseFirst": "Gibt an, ob Großbuchstaben vor Kleinbuchstaben liegen. Gilt nur für \"organizeImportsCollation: 'unicode'\".", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Groß-/Kleinbuchstaben für Importsortierung erkennen.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Importe ohne Beachtung der Groß-/Kleinschreibung sortieren.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Importe mit Beachtung der Groß-/Kleinschreibung sortieren.", + "typescript.preferences.organizeImports.locale": "Überschreibt das Gebietsschema, das für die Sortierung verwendet wird. Geben Sie \"auto\" an, um das Gebietsschema der Benutzeroberfläche zu verwenden. Gilt nur für \"organizeImportsCollation: 'unicode'\".", + "typescript.preferences.organizeImports.numericCollation": "Numerische Zeichenfolgen nach ganzzahligem Wert sortieren.", + "typescript.preferences.organizeImports.typeOrder.auto": "Ermitteln, wo nur typbezogene benannte Importe sortiert werden sollen.", + "typescript.preferences.organizeImports.typeOrder.first": "Nur benannte Importe vom Typ werden bis zum Ende der Importliste sortiert.", + "typescript.preferences.organizeImports.typeOrder.inline": "Benannte Importe werden nur nach Namen sortiert.", + "typescript.preferences.organizeImports.typeOrder.last": "Nur benannte Importe vom Typ werden bis zum Ende der Importliste sortiert.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Importe anhand des numerischen Werts jedes Codepunkts sortieren.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Importe mithilfe der Unicode-Codesortierung sortieren.", "typescript.preferences.preferTypeOnlyAutoImports": "Schließen Sie das type-Schlüsselwort nach Möglichkeit in automatische Importe ein. Erfordert die Verwendung von TypeScript 5.3 und höher im Arbeitsbereich.", "typescript.preferences.quoteStyle": "Bevorzugtes Anführungszeichenformat, das für schnelle Problembehebungen verwendet werden soll.", "typescript.preferences.quoteStyle.auto": "Anführungszeichentyp aus vorhandenem Code ableiten", diff --git a/i18n/vscode-language-pack-de/translations/main.i18n.json b/i18n/vscode-language-pack-de/translations/main.i18n.json index 94886e5117..13982c8ed6 100644 --- a/i18n/vscode-language-pack-de/translations/main.i18n.json +++ b/i18n/vscode-language-pack-de/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Gibt an, ob durch Aufrufen des Befehls der Chat in einen beständigen Modus versetzt wird, in dem der Befehl automatisch zur Chateingabe für die nächste Nachricht hinzugefügt wird.", "chatCommandWhen": "Eine Bedingung, die erfüllt sein muss, um diesen Befehl zu aktivieren.", "chatCommandsDescription": "Für diesen Chatteilnehmer verfügbare Befehle, die der Benutzer mit einem `/` aufrufen kann.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Eine Beschreibung dieses Chatteilnehmers, die in der Benutzeroberfläche angezeigt wird.", "chatParticipantDisambiguation": "Metadaten, die beim automatischen Weiterleiten von Benutzerfragen an diesen Chatteilnehmer helfen.", "chatParticipantDisambiguationCategory": "Ein detaillierter Name für diese Kategorie, z. B. \"workspace_questions\" oder \"web_questions\".", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Gibt an, ob dieser Teilnehmer „{0}“ unterstützt.", "chatParticipantWhen": "Eine Bedingung, die erfüllt sein muss, um diesen Teilnehmer zu aktivieren.", "chatSampleRequest": "Wenn der Benutzer in \"/help\" auf diesen Teilnehmer klickt, wird dieser Text an den Teilnehmer übermittelt.", - "showExtension": "Show Extension", + "showExtension": "Erweiterung anzeigen", "vscode.extension.contributes.chatParticipant": "Fügt einen Chatteilnehmer hinzu" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "TRUE, wenn die Chattextbearbeitungen angewendet wurden.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "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.", + "chatParticipantRegistered": "Wahr, wenn ein Standard-Chatteilnehmer für das Panel registriert ist.", "chatRequest": "Das Chatelement ist eine Anforderung.", "chatResponse": "Das Chatelement ist eine Antwort.", "chatResponseErrored": "TRUE, wenn die Chatantwort zu einem Fehler geführt hat.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Kommentarfilter fokussieren", "focusCommentsList": "Kommentaransicht fokussieren", "resolved": "Aufgelöst anzeigen", - "sorting by position in file": "Position in File", + "sorting by position in file": "Position in Datei", "sorting by updated at": "Aktualisierungszeitpunkt", "toggle resolved": "Aufgelöst anzeigen", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Position in Datei", "toggle sorting by updated at": "Aktualisierungszeitpunkt", "toggle unresolved": "Nicht aufgelöst anzeigen", "unresolved": "Nicht aufgelöst anzeigen" @@ -8192,7 +8192,7 @@ "empty": "Keine Ergebnisse, verfeinern Sie Ihre Eingabe und versuchen Sie es erneut.", "err.apply": "Fehler beim Anwenden von Änderungen.", "err.discard": "Fehler beim Verwerfen von Änderungen.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Akzeptieren oder verwerfen Sie die Änderungen, um mit dem Speichern fortzufahren.", "welcome.2": "Wird vorbereitet..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Schließen", "testOutputTitle": "Testausgabe", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Stapelrahmen zuklappen", "testing.goToNextMessage": "Zum nächsten Testfehler wechseln", "testing.goToNextMessage.description": "Zeigt die nächste Fehlermeldung in Ihrer Datei an.", "testing.goToPreviousMessage": "Zum vorherigen Testfehler wechseln", @@ -12526,8 +12526,8 @@ "run test": "Test ausführen", "testing.cancelRun": "Testlauf abbrechen", "testing.debugLastRun": "Testlauf debuggen", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Zum Fehler wechseln", + "testing.goToTest": "Zu Test wechseln", "testing.reRunLastRun": "Testlauf erneut ausführen", "testing.revealInExplorer": "Im Test-Explorer anzeigen", "testing.showResultOutput": "Ergebnisausgabe anzeigen", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Gibt an, ob das übergeordnete Element eines Tests fortlaufend ausgeführt wird. Ist im Menükontext von Testelementen festgelegt.", "testing.isRefreshing": "Gibt an, ob ein Testcontroller derzeit Tests aktualisiert.", "testing.isTestCoverageOpen": "Gibt an, ob ein Bericht zur Testabdeckung geöffnet ist.", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Gibt an, ob die in einer Vorschauansicht angezeigte Nachricht eine Stapelüberwachung aufweist.", "testing.peekItemType": "Typ des Elements in der Ausgabevorschauansicht. Entweder ein \"Test\", eine \"Nachricht\", eine \"Aufgabe\" oder ein \"Ergebnis\".", "testing.profile.context.group": "Typ des Menüs, in dem das Untermenü zum Konfigurieren des Testprofils vorhanden ist. Entweder “Ausführen“, „Debuggen“ oder „Abdeckung“", "testing.supportsContinuousRun": "Gibt an, ob kontinuierliche Testläufe unterstützt werden.", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Profile" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Dieses Profil für das aktuelle Fenster verwenden", "cancel": "Abbrechen", "copy from": "{0} (Kopieren)", "copyFromProfile": "Duplizieren...", diff --git a/i18n/vscode-language-pack-es/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-es/translations/extensions/vscode.typescript-language-features.i18n.json index 6a57214969..93de1440e0 100644 --- a/i18n/vscode-language-pack-es/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-es/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Habilita o deshabilita el formateador predeterminado de JavaScript.", "javascript.goToProjectConfig.title": "Ir a Configuración del proyecto (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Inserte `={}` o `=\"\"` después de los nombres de atributo según el tipo de propiedad. Consulte `javascript.preferences.quoteStyle` para controlar el tipo de comillas usadas para los atributos de cadena.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Preferencias avanzadas que controlan cómo se ordenan las importaciones.", "javascript.referencesCodeLens.enabled": "Habilitar/deshabilitar las referencias de CodeLens en los archivos de JavaScript.", "javascript.referencesCodeLens.showOnAllFunctions": "Habilitar o deshabilitar CodeLens de referencias en todas las funciones de los archivos de JavaScript.", "javascript.suggestionActions.enabled": "Habilita o deshabilita el diagnóstico de sugerencias para los archivos de JavaScript en el editor.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Inserte `={}` o `=\"\"` después de los nombres de atributo según el tipo de propiedad. Consulte `typescript.preferences.quoteStyle` para controlar el tipo de comillas usadas para los atributos de cadena.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Inserta '={}' después de los nombres de atributo.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Inserte solo nombres de atributo.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Preferencias avanzadas que controlan cómo se ordenan las importaciones.", + "typescript.preferences.organizeImports.accentCollation": "Comparar caracteres con marcas diacríticas como distintos del carácter base.", + "typescript.preferences.organizeImports.caseFirst": "Indica si las mayúsculas van antes que las minúsculas. Solo se aplica a \"organizeImportsCollation: 'unicode'\".", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Detección de distinción entre mayúsculas y minúsculas para la ordenación de importación.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Ordenar importaciones sin distinción entre mayúsculas y minúsculas.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Ordenar importa con distinción entre mayúsculas y minúsculas.", + "typescript.preferences.organizeImports.locale": "Invalida la configuración regional usada para la intercalación. Especifique \"auto\" para usar la configuración regional de la interfaz de usuario. Solo se aplica a \"organizeImportsCollation: 'unicode'\".", + "typescript.preferences.organizeImports.numericCollation": "Ordenar cadenas numéricas por valor entero.", + "typescript.preferences.organizeImports.typeOrder.auto": "Detectar dónde deben ordenarse las importaciones con nombre solo de tipo.", + "typescript.preferences.organizeImports.typeOrder.first": "Las importaciones con nombre de tipo solo se ordenan al final de la lista de importación.", + "typescript.preferences.organizeImports.typeOrder.inline": "Las importaciones con nombre se ordenan solo por nombre.", + "typescript.preferences.organizeImports.typeOrder.last": "Las importaciones con nombre de tipo solo se ordenan al final de la lista de importación.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Ordenar importaciones con el valor numérico de cada punto de código.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Ordenar importaciones mediante la intercalación de código Unicode.", "typescript.preferences.preferTypeOnlyAutoImports": "Incluya la palabra clave \"type\" en las importaciones automáticas siempre que sea posible. Requiere el uso de TypeScript 5.3+ en el área de trabajo.", "typescript.preferences.quoteStyle": "Estilo de comillas preferido para las correcciones rápidas.", "typescript.preferences.quoteStyle.auto": "Inferir el tipo de comillas a partir del código existente", diff --git a/i18n/vscode-language-pack-es/translations/main.i18n.json b/i18n/vscode-language-pack-es/translations/main.i18n.json index efc2b55df4..15a7ddfd23 100644 --- a/i18n/vscode-language-pack-es/translations/main.i18n.json +++ b/i18n/vscode-language-pack-es/translations/main.i18n.json @@ -2885,6 +2885,22 @@ "workspaceOpenedDetail": "El área de trabajo ya está abierta en otra ventana. Por favor, cierre primero la ventana y vuelta a intentarlo de nuevo.", "workspaceOpenedMessage": "No se puede guardar el área de trabajo '{0}'" }, + "win32/i18n/messages": { + "AddContextMenuFiles": "Agregar la acción \"Abrir con %1\" al menú contextual de archivo del Explorador de Windows", + "AddContextMenuFolders": "Agregar la acción \"Abrir con %1\" al menú contextual de directorio del Explorador de Windows", + "AddToPath": "Agregar a PATH (requiere reinicio del shell)", + "AdditionalIcons": "Iconos adicionales:", + "AssociateWithFiles": "Registrar %1 como editor para tipos de archivo admitidos", + "ConfirmUninstall": "¿Seguro que quiere quitar %1 y todos sus componentes por completo?", + "CreateDesktopIcon": "Crear un icono de &escritorio", + "CreateQuickLaunchIcon": "Crear un &icono de inicio rápido", + "FinishedLabel": "El programa de instalación ha terminado de instalar [nombre] en el equipo. La aplicación puede iniciarse mediante la selección de los accesos directos instalados.", + "OpenWithCodeContextMenu": "Abrir &con %1", + "Other": "Otros:", + "RunAfter": "Ejecutar %1 después de la instalación", + "SourceFile": "Archivo de origen %1", + "UpdatingVisualStudioCode": "Actualizando Visual Studio Code..." + }, "vs/server/node/remoteExtensionHostAgentCli": { "remotecli": "CLI remota" }, @@ -2906,22 +2922,6 @@ "vs/server/node/serverServices": { "remoteExtensionLog": "Servidor" }, - "win32/i18n/messages": { - "AddContextMenuFiles": "Agregar la acción \"Abrir con %1\" al menú contextual de archivo del Explorador de Windows", - "AddContextMenuFolders": "Agregar la acción \"Abrir con %1\" al menú contextual de directorio del Explorador de Windows", - "AddToPath": "Agregar a PATH (requiere reinicio del shell)", - "AdditionalIcons": "Iconos adicionales:", - "AssociateWithFiles": "Registrar %1 como editor para tipos de archivo admitidos", - "ConfirmUninstall": "¿Seguro que quiere quitar %1 y todos sus componentes por completo?", - "CreateDesktopIcon": "Crear un icono de &escritorio", - "CreateQuickLaunchIcon": "Crear un &icono de inicio rápido", - "FinishedLabel": "El programa de instalación ha terminado de instalar [nombre] en el equipo. La aplicación puede iniciarse mediante la selección de los accesos directos instalados.", - "OpenWithCodeContextMenu": "Abrir &con %1", - "Other": "Otros:", - "RunAfter": "Ejecutar %1 después de la instalación", - "SourceFile": "Archivo de origen %1", - "UpdatingVisualStudioCode": "Actualizando Visual Studio Code..." - }, "vs/code/electron-main/app": { "cancel": "&&No", "confirmOpenDetail": "Si no ha iniciado esta solicitud, puede tratarse de un intento de ataque a su sistema. A menos que haya realizado una acción explícita para iniciar esta solicitud, debe presionar \"No\".", @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Indica si la invocación del comando deja el chat en modo persistente, donde el comando se agrega automáticamente a la entrada del chat para el siguiente mensaje.", "chatCommandWhen": "Condición que debe ser verdadera para habilitar este comando.", "chatCommandsDescription": "Comandos disponibles para este participante del chat, que el usuario puede invocar con \"/\".", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Una descripción de este participante del chat, que se muestra en la interfaz de usuario.", "chatParticipantDisambiguation": "Metadatos para ayudar a enrutar automáticamente las preguntas de los usuarios a este participante del chat.", "chatParticipantDisambiguationCategory": "Un nombre detallado para esta categoría, por ejemplo, \"workspace_questions\" o \"web_questions\".", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Indica si este participante admite {0}.", "chatParticipantWhen": "Condición que debe ser verdadera para habilitar este participante.", "chatSampleRequest": "Cuando el usuario hace clic en este participante en \"/help\", este texto se enviará al participante.", - "showExtension": "Show Extension", + "showExtension": "Mostrar extensión", "vscode.extension.contributes.chatParticipant": "Contribuye a un participante del chat" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "True cuando se han aplicado las ediciones de texto del chat.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "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.", + "chatParticipantRegistered": "True cuando se registra un participante de chat predeterminado para el panel.", "chatRequest": "El elemento de chat es una solicitud", "chatResponse": "El elemento de chat es una respuesta.", "chatResponseErrored": "Es True cuando la respuesta del chat produjo un error.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Filtro Enfocar comentarios", "focusCommentsList": "Vista Enfocar comentarios", "resolved": "Mostrar resueltos", - "sorting by position in file": "Position in File", + "sorting by position in file": "Posición en el campo", "sorting by updated at": "Hora de actualización", "toggle resolved": "Mostrar resueltos", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Posición en el campo", "toggle sorting by updated at": "Hora de actualización", "toggle unresolved": "Mostrar sin resolver", "unresolved": "Mostrar sin resolver" @@ -8192,7 +8192,7 @@ "empty": "No hay resultados, refina la entrada e inténtalo de nuevo", "err.apply": "Error al aplicar los cambios.", "err.discard": "Error al descartar los cambios.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Acepte o descarte los cambios para continuar guardando.", "welcome.2": "En preparación..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Cerrar", "testOutputTitle": "Salida de prueba", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Contraer marcos de pila", "testing.goToNextMessage": "Ir al siguiente error de prueba", "testing.goToNextMessage.description": "Muestra el siguiente mensaje de error en el archivo", "testing.goToPreviousMessage": "Ir al error anterior de la prueba", @@ -12526,8 +12526,8 @@ "run test": "Ejecutar prueba", "testing.cancelRun": "Cancelar serie de pruebas", "testing.debugLastRun": "Ejecución de la prueba de depuración", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Ir al error", + "testing.goToTest": "Ir a la prueba", "testing.reRunLastRun": "Volver a ejecutar la prueba", "testing.revealInExplorer": "Mostrar en el Explorador de pruebas", "testing.showResultOutput": "Mostrar salida de resultado", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Indica si el elemento primario de una prueba se está ejecutando continuamente, establecido en el contexto de menú de los elementos de prueba", "testing.isRefreshing": "Indica si algún controlador de pruebas está actualizando las pruebas actualmente.", "testing.isTestCoverageOpen": "Indica si un informe de cobertura de pruebas está abierto", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Si el mensaje que se muestra en una vista de inspección tiene un seguimiento de la pila", "testing.peekItemType": "Tipo de elemento en la vista de salida. Puede ser una \"prueba\", un \"mensaje\", una \"tarea\" o un \"resultado\".", "testing.profile.context.group": "Tipo de menú en el que existe el submenú Configurar perfil de pruebas. \"run\", \"debug\" o \"coverage\"", "testing.supportsContinuousRun": "Indica si se admite la ejecución continua de prueba", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Perfiles" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Usar este perfil para la ventana actual", "cancel": "Cancelar", "copy from": "{0} (copiar)", "copyFromProfile": "Duplicar...", diff --git a/i18n/vscode-language-pack-fr/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-fr/translations/extensions/vscode.typescript-language-features.i18n.json index abe2ee63af..31093b27df 100644 --- a/i18n/vscode-language-pack-fr/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Activez/désactivez le formateur JavaScript par défaut.", "javascript.goToProjectConfig.title": "Accéder à la configuration du projet (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Insérez « ={} » ou « =\"\" » après les noms d’attributs en fonction du type d’accessoire. Consultez « javascript.preferences.quoteStyle » pour contrôler le type de guillemets utilisé pour les attributs de chaîne.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Préférences avancées qui contrôlent la façon dont les importations sont triées.", "javascript.referencesCodeLens.enabled": "Activez/désactivez les références CodeLens dans les fichiers JavaScript.", "javascript.referencesCodeLens.showOnAllFunctions": "Activez/désactivez les références CodeLens sur toutes les fonctions des fichiers JavaScript.", "javascript.suggestionActions.enabled": "Active/désactive les diagnostics de suggestion pour les fichiers JavaScript dans l'éditeur.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Insérez « ={} » ou « =\"\" » après les noms d’attributs en fonction du type d’accessoire. Consultez « typescript.preferences.quoteStyle » pour contrôler le type de guillemets utilisé pour les attributs de chaîne.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Insérez '={}' après les noms d’attributs.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Insérez uniquement des noms d’attributs.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Préférences avancées qui contrôlent la façon dont les importations sont triées.", + "typescript.preferences.organizeImports.accentCollation": "Comparez des caractères avec des signes diacritiques comme étant différents des caractères de base.", + "typescript.preferences.organizeImports.caseFirst": "Indique si les majuscules sont placées avant les minuscules. S’applique uniquement à `organizeImportsCollation : « unicode »`.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Détectez le respect de la casse pour le tri d’importation.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Triez des importations sans respect de la casse.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Triez des importations avec respect de la casse.", + "typescript.preferences.organizeImports.locale": "Remplace les paramètres régionaux utilisés pour le classement. Spécifiez « auto » pour utiliser les paramètres régionaux de l’interface utilisateur. S’applique uniquement à `organizeImportsCollation : « unicode »`.", + "typescript.preferences.organizeImports.numericCollation": "Triez des chaînes numériques par valeur entière.", + "typescript.preferences.organizeImports.typeOrder.auto": "Détectez l’emplacement où les importations nommées de type uniquement doivent être triées.", + "typescript.preferences.organizeImports.typeOrder.first": "Les importations nommées de type uniquement sont triées à la fin de la liste d’importation.", + "typescript.preferences.organizeImports.typeOrder.inline": "Les importations nommées sont uniquement triées par nom.", + "typescript.preferences.organizeImports.typeOrder.last": "Les importations nommées de type uniquement sont triées à la fin de la liste d’importation.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Triez des importations en tirant parti de la valeur numérique de chaque code de caractère.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Triez des importations en utilisant le classement de code Unicode.", "typescript.preferences.preferTypeOnlyAutoImports": "Incluez le mot clé 'type' dans les importations automatiques dès que possible. Nécessite l'utilisation de TypeScript 5.3+ dans l'espace de travail.", "typescript.preferences.quoteStyle": "Style de devis préféré à utiliser pour les correctifs rapides.", "typescript.preferences.quoteStyle.auto": "Déduire le type de guillemet à partir du code existant", diff --git a/i18n/vscode-language-pack-fr/translations/main.i18n.json b/i18n/vscode-language-pack-fr/translations/main.i18n.json index 92f2d3bd90..e7698a94a4 100644 --- a/i18n/vscode-language-pack-fr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Indique si l’appel de la commande place la conversation dans un mode persistant dans lequel la commande est automatiquement ajoutée à l’entrée de conversation pour le message suivant.", "chatCommandWhen": "Condition qui doit avoir la valeur true pour activer cette commande.", "chatCommandsDescription": "Commandes disponibles pour ce participant à la conversation que l’utilisateur peut appeler avec un `/`.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Description de ce participant à la conversation, affichée dans l’interface utilisateur.", "chatParticipantDisambiguation": "Métadonnées pour faciliter le routage automatique des questions utilisateur vers ce participant à la conversation.", "chatParticipantDisambiguationCategory": "Nom détaillé de cette catégorie, par exemple « workspace_questions » ou « web_questions ».", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Indique si ce(tte) participan(e)t prend en charge {0}.", "chatParticipantWhen": "Condition qui doit avoir la valeur true pour activer ce(tte) participant(e).", "chatSampleRequest": "Lorsque l’utilisateur clique sur ce participant dans « /help », ce texte est envoyé au participant.", - "showExtension": "Show Extension", + "showExtension": "Afficher l’extension", "vscode.extension.contributes.chatParticipant": "Contribue à un participant à la conversation" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "La valeur est true lorsque les modifications apportées au texte de la conversation sont appliquées.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "True lorsque l’extension de conversation installée n’est pas valide et doit être mise à jour.", + "chatIsEnabled": "True lorsque le chat est activé, parce qu’un(e) participant(e) à la conversation par défaut est activé avec une implémentation.", + "chatParticipantRegistered": "La valeur est true quand un participant à la conversation par défaut est inscrit pour le panneau.", "chatRequest": "L’élément de conversation est une requête.", "chatResponse": "L’élément de conversation est une réponse.", "chatResponseErrored": "Vrai lorsque la réponse de conversation a généré une erreur.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Filtre de commentaires sur le focus", "focusCommentsList": "Focus sur l’affichage des commentaires", "resolved": "Afficher les éléments résolus", - "sorting by position in file": "Position in File", + "sorting by position in file": "Position dans le fichier", "sorting by updated at": "Heure de mise à jour", "toggle resolved": "Afficher les éléments résolus", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Position dans le fichier", "toggle sorting by updated at": "Heure de mise à jour", "toggle unresolved": "Afficher les éléments non résolus", "unresolved": "Afficher les éléments non résolus" @@ -8192,7 +8192,7 @@ "empty": "Aucun résultat, affinez votre entrée et réessayez", "err.apply": "Nous n’avons pas pu appliquer les modifications.", "err.discard": "Nous n’avons pas pu ignorer les modifications.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Accepter ou ignorer les modifications pour continuer l’enregistrement.", "welcome.2": "Préparation en cours... Merci de patienter." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Fermer", "testOutputTitle": "Sortie de test", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Réduire les frames de pile", "testing.goToNextMessage": "Accéder à la défaillance du test suivant", "testing.goToNextMessage.description": "Affiche le message d’échec suivant dans votre fichier", "testing.goToPreviousMessage": "Accéder à la défaillance du test précédent", @@ -12526,8 +12526,8 @@ "run test": "Exécuter des tests", "testing.cancelRun": "Annuler la série de tests", "testing.debugLastRun": "Déboguer la série de tests", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Accéder à l’erreur", + "testing.goToTest": "Accéder au test", "testing.reRunLastRun": "Réexécuter la série de tests", "testing.revealInExplorer": "Révéler dans l'Explorateur de tests", "testing.showResultOutput": "Afficher la sortie des résultats", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Indique si le parent d’un test est en cours d’exécution continue, défini dans le contexte de menu des éléments de test", "testing.isRefreshing": "Indique si un contrôleur de test actualise actuellement les tests.", "testing.isTestCoverageOpen": "Indique si un rapport de couverture de test est ouvert", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Indique si le message affiché dans une vue d’aperçu a une trace de pile", "testing.peekItemType": "Type de l’élément dans l’affichage Aperçu de la sortie. La valeur peut être « test », « message », « tâche » ou « résultat ».", "testing.profile.context.group": "Type de menu dans lequel le sous-menu configurer le profil de test existe. « Exécuter », « déboguer » ou « couverture »", "testing.supportsContinuousRun": "Indique si l’exécution continue des tests est prise en charge", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Profils" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Utilisez ce profil pour la fenêtre actuelle", "cancel": "Annuler", "copy from": "{0} (Copier)", "copyFromProfile": "Dupliquer...", diff --git a/i18n/vscode-language-pack-it/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-it/translations/extensions/vscode.typescript-language-features.i18n.json index 91ee7b8acf..7ce943832c 100644 --- a/i18n/vscode-language-pack-it/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-it/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Abilita/Disabilita il formattatore JavaScript predefinito.", "javascript.goToProjectConfig.title": "Vai a Configurazione progetto (jsconfig/tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Inserire '={}' o '=\"\"' dopo i nomi di attributo in base al tipo di proprietà. Vedere 'javascript.preferences.quoteStyle' per controllare il tipo di virgolette usate per gli attributi stringa.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Preferenze avanzate che consentono di controllare l'ordinamento delle importazioni.", "javascript.referencesCodeLens.enabled": "Abilita/disabilita riferimenti CodeLens nei file JavaScript.", "javascript.referencesCodeLens.showOnAllFunctions": "Abilita/disabilita le finestre CodeLens per i riferimenti in tutte le funzioni nei file JavaScript.", "javascript.suggestionActions.enabled": "Abilita/Disabilita la diagnostica dei suggerimenti per i file JavaScript nell'editor.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Inserire '={}' o '=\"\"' dopo i nomi di attributo in base al tipo di proprietà. Vedere 'typescript.preferences.quoteStyle' per controllare il tipo di virgolette usate per gli attributi stringa.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Inserire “={}” dopo i nomi di attributo.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Inserire solo nomi di attributo.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Preferenze avanzate che consentono di controllare l'ordinamento delle importazioni.", + "typescript.preferences.organizeImports.accentCollation": "Confronta i caratteri con segni diacritici diversi dal carattere di base.", + "typescript.preferences.organizeImports.caseFirst": "Indica se le maiuscole precedono le minuscole. Si applica solo a `organizeImportsCollation: 'unicode'`.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Distinzione tra maiuscole e minuscole per l'ordinamento delle importazioni.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Ordinare le importazioni senza distinzione tra maiuscole e minuscole.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Ordinare le importazioni con distinzione tra maiuscole e minuscole.", + "typescript.preferences.organizeImports.locale": "Esclude le impostazioni locali utilizzate per le regole di confronto. Specificare `auto` per usare le impostazioni locali dell'interfaccia utente. Si applica solo a `organizeImportsCollation: 'unicode'`.", + "typescript.preferences.organizeImports.numericCollation": "Ordinare le stringhe numeriche per valore del numero intero.", + "typescript.preferences.organizeImports.typeOrder.auto": "Rileva dove ordinare le importazioni denominate solo per il tipo.", + "typescript.preferences.organizeImports.typeOrder.first": "Le importazioni denominate solo per il tipo vengono ordinate fino alla fine dell'elenco delle importazioni.", + "typescript.preferences.organizeImports.typeOrder.inline": "Le importazioni denominate vengono ordinate solo per nome.", + "typescript.preferences.organizeImports.typeOrder.last": "Le importazioni denominate solo per il tipo vengono ordinate fino alla fine dell'elenco delle importazioni.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Ordinare le importazioni usando il valore numerico di ogni punto di codice.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Ordinare le importazioni utilizzando le regole di confronto del codice Unicode.", "typescript.preferences.preferTypeOnlyAutoImports": "Includere la parola chiave 'type' nelle importazioni automatiche quando possibile. Richiede l'uso di TypeScript 5.3+ nell'area di lavoro.", "typescript.preferences.quoteStyle": "Stile virgolette preferito da usare per le correzioni rapide.", "typescript.preferences.quoteStyle.auto": "Dedurre il tipo di virgolette dal codice esistente", diff --git a/i18n/vscode-language-pack-it/translations/main.i18n.json b/i18n/vscode-language-pack-it/translations/main.i18n.json index 2c1314a343..d0c7f54888 100644 --- a/i18n/vscode-language-pack-it/translations/main.i18n.json +++ b/i18n/vscode-language-pack-it/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Indica se richiamando il comando la chat viene attivata in modalità persistente, in cui il comando viene aggiunto automaticamente all'input della chat per il messaggio successivo.", "chatCommandWhen": "Una condizione che deve essere True per abilitare questo comando.", "chatCommandsDescription": "Comandi disponibili per questo partecipante alla chat, che l'utente può richiamare con '/'.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Una descrizione di questo partecipante alla chat, visualizzata nell'interfaccia utente.", "chatParticipantDisambiguation": "Metadati che consentono di instradare automaticamente le domande dell’utente a questo partecipante della chat.", "chatParticipantDisambiguationCategory": "Un nome dettagliato per questa categoria, ad esempio 'workspace_questions' o 'web_questions'.", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Indica se questo partecipante supporta {0}.", "chatParticipantWhen": "Una condizione che deve essere True per abilitare questo partecipante.", "chatSampleRequest": "Quando l'utente fa clic su questo partecipante in '/help', il testo viene inviato al partecipante.", - "showExtension": "Show Extension", + "showExtension": "Mostrare estensione", "vscode.extension.contributes.chatParticipant": "Fornisce un partecipante alla chat" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "True quando le modifiche sono state applicate al testo della chat.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "True quando l’estensione della chat installata non è valida e deve essere aggiornata.", + "chatIsEnabled": "True quando la chat è abilitata perché un partecipante della chat predefinito viene attivato con un’implementazione.", + "chatParticipantRegistered": "True quando un partecipante della chat predefinito viene registrato per il gruppo.", "chatRequest": "L'elemento della chat è una richiesta", "chatResponse": "L'elemento della chat è una risposta.", "chatResponseErrored": "True quando la risposta della chat ha restituito un errore.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Filtro commenti con stato attivo", "focusCommentsList": "Visualizzazione commenti con stato attivo", "resolved": "Mostrare risolti", - "sorting by position in file": "Position in File", + "sorting by position in file": "Posizione nel file", "sorting by updated at": "Ora dell'aggiornamento", "toggle resolved": "Mostrare risolti", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Posizione nel file", "toggle sorting by updated at": "Ora dell'aggiornamento", "toggle unresolved": "Mostrare non risolti", "unresolved": "Mostrare non risolti" @@ -8192,7 +8192,7 @@ "empty": "Nessun risultato. Affinare l'input e riprovare.", "err.apply": "Non è stato possibile applicare le modifiche.", "err.discard": "Non è stato possibile rimuovere le modifiche.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Accetta o ignora le modifiche per continuare il salvataggio.", "welcome.2": "Preparazione..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Chiudi", "testOutputTitle": "Output del test", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Comprimi stack frame", "testing.goToNextMessage": "Passa al test non riuscito successivo", "testing.goToNextMessage.description": "Mostra il messaggio di errore successivo nel file", "testing.goToPreviousMessage": "Passa al test non riuscito precedente", @@ -12526,8 +12526,8 @@ "run test": "Esegui test", "testing.cancelRun": "Annulla esecuzione test", "testing.debugLastRun": "Esecuzione test di debug", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Passa all'errore", + "testing.goToTest": "Passa al test", "testing.reRunLastRun": "Esegui di nuovo il test", "testing.revealInExplorer": "Visualizza in Esplora test", "testing.showResultOutput": "Mostra output risultati", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Indica se l'elemento padre di un test viene eseguito continuamente, impostato nel menu di scelta rapida degli elementi del test", "testing.isRefreshing": "Indica se un test controller sta aggiornando i test.", "testing.isTestCoverageOpen": "Indica se un report di copertura del test è aperto", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Indica se il messaggio visualizzato in un'anteprima rapida presenta un'analisi dello stack", "testing.peekItemType": "Tipo dell'elemento nella visualizzazione dell'output in anteprima, \"test\", \"messaggio\", \"attività\" o \"risultato\".", "testing.profile.context.group": "Tipo di menu in cui è presente il sottomenu Configura profilo di test. \"esecuzione\", \"debug\" o \"copertura\"", "testing.supportsContinuousRun": "Indica se l'esecuzione continua di test è supportata", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Profili" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Usare questo profilo per la finestra corrente", "cancel": "Annulla", "copy from": "{0} (Copia)", "copyFromProfile": "Duplicare...", diff --git a/i18n/vscode-language-pack-ja/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-ja/translations/extensions/vscode.typescript-language-features.i18n.json index bbe10f0680..b6a7888155 100644 --- a/i18n/vscode-language-pack-ja/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "既定の JavaScript フォーマッタを有効/無効にします。", "javascript.goToProjectConfig.title": "プロジェクト構成 (jsconfig / tsconfig) に移動", "javascript.preferences.jsxAttributeCompletionStyle.auto": "プロパティの種類に基づいて属性名の後に '={}' または '=\"\"' を挿入します。文字列属性に使用される引用符の種類を制御するには、`javascript.preferences.quoteStyle` を参照してください。", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。", "javascript.referencesCodeLens.enabled": "JavaScript ファイル内で CodeLens の参照を有効/無効にします。", "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript ファイル内のすべての関数で CodeLens への参照を有効または無効にします。", "javascript.suggestionActions.enabled": "エディター内で JavaScript ファイルの診断の提案を有効または無効にします。", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "プロパティの種類に基づいて属性名の後に '={}' または '=\"\"' を挿入します。文字列属性に使用される引用符の種類を制御するには、`typescript.preferences.quoteStyle` を参照してください。", "typescript.preferences.jsxAttributeCompletionStyle.braces": "属性名の後に `={}` を挿入します。", "typescript.preferences.jsxAttributeCompletionStyle.none": "属性名の挿入のみ。", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。", + "typescript.preferences.organizeImports.accentCollation": "分音記号付きの文字を、基本文字と等しくないものとして比較します。", + "typescript.preferences.organizeImports.caseFirst": "大文字が小文字の前に来るかどうかを示します。`organizeImportsCollation: 'unicode'` にのみ適用されます。", + "typescript.preferences.organizeImports.caseSensitivity.auto": "インポートの並べ替えの大文字と小文字の区別を検出します。", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "インポートを大文字と小文字を区別せずに並べ替えます。", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "インポートを大文字と小文字を区別して並べ替えます。", + "typescript.preferences.organizeImports.locale": "照合順序に使用されるロケールをオーバーライドします。UI ロケールを使用するには、`auto` を指定します。`organizeImportsCollation: 'unicode'` にのみ適用されます。", + "typescript.preferences.organizeImports.numericCollation": "数値文字列を整数値で並べ替えます。", + "typescript.preferences.organizeImports.typeOrder.auto": "型専用の名前付きインポートを並べ替える場合を検出します。", + "typescript.preferences.organizeImports.typeOrder.first": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。", + "typescript.preferences.organizeImports.typeOrder.inline": "名前付きインポートは名前のみで並べ替えられます。", + "typescript.preferences.organizeImports.typeOrder.last": "型専用の名前付きインポートは、インポート リストの末尾に並べ替えられます。", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "各コード ポイントの数値を使用してインポートを並べ替えます。", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Unicode コードの照合順序を使用してインポートを並べ替えます。", "typescript.preferences.preferTypeOnlyAutoImports": "可能な場合は、`type` キーワードを自動インポートに含めます。ワークスペースで TypeScript 5.3 以降を使用する必要があります。", "typescript.preferences.quoteStyle": "迅速な修正の使用で優先される引用符のスタイル。", "typescript.preferences.quoteStyle.auto": "既存のコードから引用符の種類を推測する", diff --git a/i18n/vscode-language-pack-ja/translations/main.i18n.json b/i18n/vscode-language-pack-ja/translations/main.i18n.json index bccc51c8ca..a710f7a9db 100644 --- a/i18n/vscode-language-pack-ja/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "コマンドを呼び出すと、チャットが永続モードにになります。ここで、コマンドは次のメッセージのチャット入力に自動的に追加されます。", "chatCommandWhen": "このコマンドを有効にするために true にする必要がある条件。", "chatCommandsDescription": "このチャット参加者が使用できるコマンド。ユーザーは '/' で呼び出すことができます。", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "UI に表示される、このチャット参加者の説明。", "chatParticipantDisambiguation": "ユーザーの質問をこのチャット参加者に自動的にルーティングするのに役立つメタデータ。", "chatParticipantDisambiguationCategory": "このカテゴリの詳細な名前 (例: `workspace_questions`、`web_questions`)。", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "この参加者が {0} をサポートするかどうか。", "chatParticipantWhen": "この参加者を有効にするには TRUE にする必要がある条件。", "chatSampleRequest": "ユーザーが '/help' でこの参加者をクリックすると、このテキストがこの参加者に送信されます。", - "showExtension": "Show Extension", + "showExtension": "拡張機能の表示", "vscode.extension.contributes.chatParticipant": "チャット参加者を投稿する" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "チャット テキストの編集が適用されている場合は true。", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "インストールされているチャット拡張機能が無効であり、更新する必要がある場合は true です。", + "chatIsEnabled": "既定のチャット参加者が実装でアクティブ化されるためにチャットが有効になっている場合は true です。", + "chatParticipantRegistered": "既定のチャット参加者がパネルに登録されている場合は true です。", "chatRequest": "チャット アイテムは要求です", "chatResponse": "チャット アイテムは応答です。", "chatResponseErrored": "チャット応答でエラーが発生した場合は True。", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "コメント フィルターにフォーカス", "focusCommentsList": "コメント ビューにフォーカス", "resolved": "解決済みの内容を表示する", - "sorting by position in file": "Position in File", + "sorting by position in file": "ファイル内の位置:", "sorting by updated at": "更新時刻", "toggle resolved": "解決済みの内容を表示する", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "ファイル内の位置:", "toggle sorting by updated at": "更新時刻", "toggle unresolved": "未解決の内容を表示する", "unresolved": "未解決の内容を表示する" @@ -8192,7 +8192,7 @@ "empty": "結果なし。入力を絞り込んで、もう一度お試しください。", "err.apply": "変更を適用できませんでした。", "err.discard": "変更を破棄できませんでした。", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "保存を続行するには、変更を承認または破棄します。", "welcome.2": "準備しています..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "閉じる", "testOutputTitle": "テスト出力", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "スタック フレームを折りたたむ", "testing.goToNextMessage": "次のテスト エラーに移動", "testing.goToNextMessage.description": "ファイル内の次のエラー メッセージを表示します", "testing.goToPreviousMessage": "前のテスト エラーに移動", @@ -12526,8 +12526,8 @@ "run test": "テストの実行", "testing.cancelRun": "テストの実行をキャンセル", "testing.debugLastRun": "テスト実行のデバッグ", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "エラーへ移動", + "testing.goToTest": "テストに移動", "testing.reRunLastRun": "テスト実行の再実行", "testing.revealInExplorer": "テスト エクスプローラーで表示", "testing.showResultOutput": "結果出力の表示", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "テスト項目のメニュー コンテキストで設定された、テストの親が継続的に実行されているかどうかを示します", "testing.isRefreshing": "現在、任意のテスト コントローラーでテストを更新しているかどうかを示します。", "testing.isTestCoverageOpen": "テスト カバレッジ レポートが開かれているかどうかを示します", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "ピーク ビューに表示されるメッセージにスタック トレースがあるかどうか", "testing.peekItemType": "出力クイック表示の項目の種類。\"Test\"、\"message\"、\"task\"、または \"result\" のいずれかです。", "testing.profile.context.group": "テスト プロファイルの構成サブメニューが存在するメニューの種類。\"run\"、\"debug\"、または \"coverage\" のいずれか", "testing.supportsContinuousRun": "連続テストの実行がサポートされているかどうかを示します", @@ -12921,7 +12921,7 @@ "userDataProfiles": "プロファイル" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "現在のウィンドウでこのプロファイルを使用する", "cancel": "キャンセル", "copy from": "{0} (コピー)", "copyFromProfile": "重複...", diff --git a/i18n/vscode-language-pack-ko/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-ko/translations/extensions/vscode.typescript-language-features.i18n.json index e52c34525e..5497dfa9c6 100644 --- a/i18n/vscode-language-pack-ko/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "기본 JavaScript 포맷터를 사용하거나 사용하지 않습니다.", "javascript.goToProjectConfig.title": "프로젝트 구성(jsconfig/tsconfig)으로 이동합니다.", "javascript.preferences.jsxAttributeCompletionStyle.auto": "prop 형식에 따라 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 `javascript.preferences.quoteStyle`을 참조하세요.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "가져오기 순서 지정 방법을 제어하는 고급 기본 설정입니다.", "javascript.referencesCodeLens.enabled": "JavaScript 파일에서 CodeLense 참조를 사용/사용 안 함으로 설정합니다.", "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript 파일의 모든 기능에 대한 참조 CodeLens를 사용/사용하지 않도록 설정합니다.", "javascript.suggestionActions.enabled": "편집기에서 JavaScript 파일에 대한 제안 진단을 사용하거나 사용하지 않도록 설정합니다.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "prop 형식에 따라 특성 이름 뒤에 `={}` 또는 `=\"\"`를 삽입합니다. 문자열 특성에 사용되는 따옴표 형식을 제어하려면 `typescript.preferences.quoteStyle`을 참조하세요.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "속성 이름 뒤에 `={}`를 삽입하세요.", "typescript.preferences.jsxAttributeCompletionStyle.none": "특성 이름만 삽입하세요.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "가져오기 순서 지정 방법을 제어하는 고급 기본 설정입니다.", + "typescript.preferences.organizeImports.accentCollation": "문자와 기본 문자가 같지 않은 문자의 구분 기호를 비교합니다.", + "typescript.preferences.organizeImports.caseFirst": "대문자가 소문자 앞에 오는지 여부를 나타냅니다. 'organizeImportsCollation: 'unicode'에만 적용됩니다.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "가져오기 정렬에 대한 대/소문자 구분을 검색합니다.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "정렬은 대/소문자를 구분하지 않고 가져옵니다.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "가져오기를 대/소문자를 구분하여 정렬합니다.", + "typescript.preferences.organizeImports.locale": "데이터 정렬에 사용되는 로캘을 재정의합니다. UI 로캘을 사용하려면 `auto`로 지정하세요. 'organizeImportsCollation: 'unicode'에만 적용됩니다.", + "typescript.preferences.organizeImports.numericCollation": "정수 값을 기준으로 숫자 문자열을 정렬합니다.", + "typescript.preferences.organizeImports.typeOrder.auto": "형식 전용 명명된 가져오기를 정렬해야 하는 위치를 검색합니다.", + "typescript.preferences.organizeImports.typeOrder.first": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다.", + "typescript.preferences.organizeImports.typeOrder.inline": "명명된 가져오기는 이름별로만 정렬됩니다.", + "typescript.preferences.organizeImports.typeOrder.last": "형식은 명명된 가져오기만 가져오기 목록의 끝으로 정렬됩니다.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "각 코드 포인트의 숫자 값을 사용하여 가져오기를 정렬합니다.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "유니코드 코드 데이터 정렬을 사용하여 가져오기를 정렬합니다.", "typescript.preferences.preferTypeOnlyAutoImports": "가능한 경우 항상 자동 가져오기에 `type` 키워드를 포함합니다. 작업 영역에서 TypeScript 5.3 이상을 사용해야 합니다.", "typescript.preferences.quoteStyle": "빠른 수정에 사용할 기본 견적 스타일입니다.", "typescript.preferences.quoteStyle.auto": "기존 코드에서 따옴표 형식 유추", diff --git a/i18n/vscode-language-pack-ko/translations/main.i18n.json b/i18n/vscode-language-pack-ko/translations/main.i18n.json index c7e29a873b..0338dc1c93 100644 --- a/i18n/vscode-language-pack-ko/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "명령을 호출하면 채팅이 영구 모드로 전환되는지 여부가 결정됩니다. 여기서 명령은 다음 메시지의 채팅 입력에 자동으로 추가됩니다.", "chatCommandWhen": "이 명령을 사용하려면 true여야 하는 조건입니다.", "chatCommandsDescription": "이 채팅 참가자에 사용할 수 있는 명령입니다. 사용자가 '/'를 사용하여 호출할 수 있습니다.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "UI에 표시된 이 채팅 참가자에 대한 설명입니다.", "chatParticipantDisambiguation": "사용자 질문을 이 채팅 참가자에게 자동으로 라우팅하는 데 도움이 되는 메타데이터입니다.", "chatParticipantDisambiguationCategory": "이 범주의 자세한 이름입니다(예: `workspace_questions` 또는 `web_questions`).", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "이 참가자가 {0}을(를) 지원하는지 여부입니다.", "chatParticipantWhen": "이 참가자를 활성화하기 위해 true여야 하는 조건입니다.", "chatSampleRequest": "사용자가 `/help`에서 이 참가자를 클릭하면 이 텍스트가 해당 참가자에게 제출됩니다.", - "showExtension": "Show Extension", + "showExtension": "확장 표시", "vscode.extension.contributes.chatParticipant": "채팅 참가자 기여" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "채팅 텍스트 편집이 적용된 경우 True입니다.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "설치된 채팅 확장이 잘못되어 업데이트해야 하는 경우 True입니다.", + "chatIsEnabled": "채팅이 활성화된 경우 기본 채팅 참가자가 실행에 따라 활성화되므로 True입니다.", + "chatParticipantRegistered": "패널에 기본 채팅 참가자가 등록되어 있을 경우 True입니다.", "chatRequest": "채팅 항목이 요청입니다.", "chatResponse": "채팅 항목이 응답입니다.", "chatResponseErrored": "채팅 응답에서 오류가 발생한 경우 True입니다.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "주석 필터에 포커스", "focusCommentsList": "주석 뷰에 포커스", "resolved": "해결된 항목 표시", - "sorting by position in file": "Position in File", + "sorting by position in file": "파일 내 위치", "sorting by updated at": "업데이트된 시간", "toggle resolved": "해결된 항목 표시", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "파일 내 위치", "toggle sorting by updated at": "업데이트된 시간", "toggle unresolved": "해결되지 않은 항목 표시", "unresolved": "해결되지 않은 항목 표시" @@ -8192,7 +8192,7 @@ "empty": "결과가 없습니다. 입력을 구체화하고 다시 시도하세요.", "err.apply": "변경 사항을 적용하지 못했습니다.", "err.discard": "변경 내용을 취소하지 못했습니다.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "변경 내용을 적용하거나 취소하여 계속 저장합니다.", "welcome.2": "준비 중..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "닫기", "testOutputTitle": "테스트 출력", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "스택 프레임 축소", "testing.goToNextMessage": "다음 테스트 실패로 이동", "testing.goToNextMessage.description": "파일의 다음 실패 메시지를 표시합니다.", "testing.goToPreviousMessage": "이전 테스트 실패로 이동", @@ -12526,8 +12526,8 @@ "run test": "테스트 실행", "testing.cancelRun": "테스트 실행 취소", "testing.debugLastRun": "디버그 테스트 실행", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "오류로 이동", + "testing.goToTest": "테스트로 이동", "testing.reRunLastRun": "테스트 실행 다시 실행", "testing.revealInExplorer": "테스트 탐색기에 표시", "testing.showResultOutput": "결과 출력 표시", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "테스트의 부모 항목이 연속 실행 중인지 여부를 나타냅니다(테스트 항목의 메뉴 컨텍스트에서 설정됨).", "testing.isRefreshing": "테스트 컨트롤러가 현재 테스트를 새로 고치는 중인지를 나타냅니다.", "testing.isTestCoverageOpen": "테스트 적용 범위 보고서가 열려 있는지 여부를 나타냅니다.", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "미리 보기에 표시된 메시지에 스택 추적이 있는지 여부", "testing.peekItemType": "출력 피킹(peeking) 뷰의 항목 유형입니다. \"테스트\", \"메시지\", \"작업\" 또는 \"결과\"입니다.", "testing.profile.context.group": "테스트 프로필 구성 하위 메뉴가 있는 메뉴의 유형입니다. \"run\", \"debug\" 또는 \"coverage\"", "testing.supportsContinuousRun": "연속 테스트 실행의 지원 여부를 나타냅니다.", @@ -12921,7 +12921,7 @@ "userDataProfiles": "프로필" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "현재 창에 이 프로필 사용", "cancel": "취소", "copy from": "{0}(복사)", "copyFromProfile": "복제...", diff --git a/i18n/vscode-language-pack-pl/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-pl/translations/extensions/vscode.typescript-language-features.i18n.json index 54d9966ec2..e45cca3405 100644 --- a/i18n/vscode-language-pack-pl/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Włącz/wyłącz domyślny program formatujący języka JavaScript.", "javascript.goToProjectConfig.title": "Przejdź do konfiguracji projektu (jsconfig/tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Wstaw „={}” lub „=\"\"” po nazwach atrybutów na podstawie typu prop. Zobacz „javascript.preferences.quoteStyle”, aby kontrolować typ cudzysłowów używanych dla atrybutów ciągu.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Zaawansowane preferencje kontrolujące sposób uporządkowania importów.", "javascript.referencesCodeLens.enabled": "Włącz/wyłącz funkcję CodeLens dla odwołań w plikach języka JavaScript.", "javascript.referencesCodeLens.showOnAllFunctions": "Włącz/wyłącz funkcję CodeLens dla odwołań wszystkich funkcji w plikach języka JavaScript.", "javascript.suggestionActions.enabled": "Włącz/wyłącz diagnostykę sugestii dla plików języka JavaScript w edytorze.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Wstaw znak „={}” lub „=\"\"” po nazwach atrybutów na podstawie typu właściwości. Zobacz element „typescript.preferences.quoteStyle”, aby kontrolować typ cudzysłowów używanych dla atrybutów ciągu.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Wstaw element `={}` po nazwach atrybutów.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Wstaw tylko nazwy atrybutów.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Zaawansowane preferencje kontrolujące sposób uporządkowania importów.", + "typescript.preferences.organizeImports.accentCollation": "Porównaj znaki ze znakami diakrytycznymi jako różne od znaku podstawowego.", + "typescript.preferences.organizeImports.caseFirst": "Wskazuje, czy wielkie litery występują przed małymi literami. Dotyczy tylko elementu `organizeImportsCollation: 'unicode'`.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Wykrywaj uwzględnianie wielkości liter na potrzeby sortowania importu.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sortuj importy bez uwzględnienia wielkości liter.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sortuj importy z uwzględnieniem wielkości liter.", + "typescript.preferences.organizeImports.locale": "Zastępuje ustawienia regionalne używane do sortowania. Określ wartość „auto”, aby używać ustawień regionalnych interfejsu użytkownika. Dotyczy tylko elementu `organizeImportsCollation: 'unicode'`.", + "typescript.preferences.organizeImports.numericCollation": "Sortuj ciągi liczbowe według wartości liczby całkowitej.", + "typescript.preferences.organizeImports.typeOrder.auto": "Wykrywaj, gdzie powinny być sortowane tylko nazwane importy typu.", + "typescript.preferences.organizeImports.typeOrder.first": "Tylko nazwane importy typu są sortowane na końcu listy importu.", + "typescript.preferences.organizeImports.typeOrder.inline": "Nazwane importy są sortowane tylko według nazwy.", + "typescript.preferences.organizeImports.typeOrder.last": "Tylko nazwane importy typu są sortowane na końcu listy importu.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sortuj importy przy użyciu wartości liczbowej każdego punktu kodu.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sortuj importy przy użyciu sortowania kodu Unicode.", "typescript.preferences.preferTypeOnlyAutoImports": "Uwzględnij słowo kluczowe „type” w automatycznych importach, gdy tylko jest to możliwe. Wymaga użycia języka TypeScript w wersji 5.3 lub nowszej w obszarze roboczym.", "typescript.preferences.quoteStyle": "Preferowany styl cudzysłowu do użycia na potrzeby szybkich poprawek.", "typescript.preferences.quoteStyle.auto": "Wywnioskuj typ cudzysłowu na podstawie istniejącego kodu", diff --git a/i18n/vscode-language-pack-pl/translations/main.i18n.json b/i18n/vscode-language-pack-pl/translations/main.i18n.json index 0c94c1443f..f74cc9de33 100644 --- a/i18n/vscode-language-pack-pl/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "To, czy wywołanie polecenia powoduje przejście czatu w tryb trwały, w którym polecenie jest automatycznie dodawane do danych wejściowych czatu dla następnej wiadomości.", "chatCommandWhen": "Warunek, który musi mieć wartość True (Prawda), aby włączyć to polecenie.", "chatCommandsDescription": "Polecenia dostępne dla tego uczestnika czatu, które użytkownik może wywołać za pomocą znaku `/`.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Opis tego uczestnika czatu wyświetlany w interfejsie użytkownika.", "chatParticipantDisambiguation": "Metadane, które ułatwiają automatyczny routing pytań użytkowników do tego uczestnika czatu.", "chatParticipantDisambiguationCategory": "Szczegółowa nazwa tej kategorii, np. „workspace_questions” lub „web_questions”.", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Określa, czy ten uczestnik obsługuje {0}.", "chatParticipantWhen": "Warunek, który musi mieć wartość Prawda, aby włączyć tego uczestnika.", "chatSampleRequest": "Gdy użytkownik kliknie tego uczestnika w `/help`, tekst ten zostanie przesłany do uczestnika.", - "showExtension": "Show Extension", + "showExtension": "Pokaż rozszerzenie", "vscode.extension.contributes.chatParticipant": "Współtworzy uczestnika czatu" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "Wartość True (Prawda) po zastosowaniu edycji tekstu czatu.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "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.", + "chatParticipantRegistered": "Wartość True (Prawda),, gdy domyślny uczestnik czatu jest zarejestrowany w panelu.", "chatRequest": "Element czatu jest żądaniem", "chatResponse": "Element czatu jest odpowiedzią.", "chatResponseErrored": "Wartość true, gdy odpowiedź czatu spowodowała wystąpienie błędu.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Filtr komentarzy fokusu", "focusCommentsList": "Widok komentarzy fokusu", "resolved": "Pokaż rozwiązane", - "sorting by position in file": "Position in File", + "sorting by position in file": "Pozycja w pliku", "sorting by updated at": "Czas aktualizacji", "toggle resolved": "Pokaż rozpoznane", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Pozycja w pliku", "toggle sorting by updated at": "Czas aktualizacji", "toggle unresolved": "Pokaż nierozpoznane", "unresolved": "Pokaż nierozpoznane" @@ -8192,7 +8192,7 @@ "empty": "Brak wyników. Uściślij swoje dane wejściowe i spróbuj ponownie.", "err.apply": "Nie udało się zastosować zmian.", "err.discard": "Nie można odrzucić zmian.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Zaakceptuj lub odrzuć zmiany, aby kontynuować zapisywanie.", "welcome.2": "Trwa przygotowywanie..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Zamknij", "testOutputTitle": "Dane wyjściowe testu", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Zwiń ramki stosu", "testing.goToNextMessage": "Przejdź do następnego niepowodzenia testu", "testing.goToNextMessage.description": "Pokazuje następny komunikat o błędzie w pliku", "testing.goToPreviousMessage": "Przejdź do poprzedniego niepowodzenia testu", @@ -12526,8 +12526,8 @@ "run test": "Wykonaj test", "testing.cancelRun": "Anuluj przebieg testu", "testing.debugLastRun": "Przebieg testu debugowania", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Przejdź do błędu", + "testing.goToTest": "Przejdź do testu", "testing.reRunLastRun": "Ponownie uruchom przebieg testu", "testing.revealInExplorer": "Odsłoń w Eksploratorze testów", "testing.showResultOutput": "Pokaż dane wyjściowe wyników", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Wskazuje, czy element nadrzędny testu jest ciągle uruchomiony i ustawiony w kontekście menu elementów testowych", "testing.isRefreshing": "Wskazuje, czy którykolwiek kontroler testów aktualnie odświeża testy.", "testing.isTestCoverageOpen": "Wskazuje, czy raport pokrycia testów jest otwarty", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Określa czy komunikat wyświetlany w widoku podglądu ma ślad stosu", "testing.peekItemType": "Typ elementu w widoku wglądu do danych wyjściowych. Wartość „test”, „komunikat”, „zadanie” lub „wynik”.", "testing.profile.context.group": "Typ menu, w którym istnieje podmenu konfigurowania profilu testowania. Albo „run”, „debug” albo „coverage”", "testing.supportsContinuousRun": "Wskazuje, czy jest obsługiwany ciągły test", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Profile" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Użyj tego profilu dla bieżącego okna", "cancel": "Anuluj", "copy from": "{0} (Kopiuj)", "copyFromProfile": "Duplikuj...", diff --git a/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.typescript-language-features.i18n.json index f290bcf896..d98e65d200 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Habilitar/desabilitar o formatador padrão do JavaScript.", "javascript.goToProjectConfig.title": "Vá para Configuração do Projeto (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Insira `={}` ou `=\"\"` após os nomes dos atributos com base no tipo de prop. Consulte `javascript.preferences.quoteStyle` para controlar o tipo de aspas usado para atributos de cadeia de caracteres.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Preferências avançadas que controlam como as importações são ordenadas.", "javascript.referencesCodeLens.enabled": "Habilitar/desabilitar CodeLens de referências em arquivos JavaScript.", "javascript.referencesCodeLens.showOnAllFunctions": "Habilitar/desabilitar CodeLens de referências em todas as funções em arquivos JavaScript.", "javascript.suggestionActions.enabled": "Habilitar/desabilitar o diagnóstico de sugestão para arquivos JavaScript no editor.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Insira `={}` ou `=\"\"` após os nomes dos atributos com base no tipo de prop. Consulte `typescript.preferences.quoteStyle` para controlar o tipo de aspas usado para atributos de cadeia de caracteres.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Insira `= {} `após os nomes dos atributos.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Insira apenas nomes de atributos.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Preferências avançadas que controlam como as importações são ordenadas.", + "typescript.preferences.organizeImports.accentCollation": "Comparar caracteres com sinais diacríticos como sendo diferentes do caractere base.", + "typescript.preferences.organizeImports.caseFirst": "Indica se as letras maiúsculas vêm antes das minúsculas. Aplica-se somente a `organizeImportsCollation: 'unicode'`.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Detectar diferenciação de maiúsculas e minúsculas para a classificação de importações.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Classifica as importações sem diferenciação de maiúsculas e minúsculas.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Classificar as importações com distinção entre maiúsculas e minúsculas.", + "typescript.preferences.organizeImports.locale": "Substitui a localidade usada para agrupamento. Especifique `auto` para usar a localidade da interface do usuário. Aplica-se somente a `organizeImportsCollation: 'unicode'`.", + "typescript.preferences.organizeImports.numericCollation": "Classificar cadeias numéricas por valor inteiro.", + "typescript.preferences.organizeImports.typeOrder.auto": "Detectar onde as importações nomeadas somente por tipo devem ser classificadas.", + "typescript.preferences.organizeImports.typeOrder.first": "As importações nomeadas somente por tipo são classificadas no final da lista de importações.", + "typescript.preferences.organizeImports.typeOrder.inline": "As importações nomeadas são classificadas apenas pelo nome.", + "typescript.preferences.organizeImports.typeOrder.last": "As importações nomeadas somente por tipo são classificadas no final da lista de importações.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Classifica as importações usando o valor numérico de cada ponto de código.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Codificar as importações usando a ordenação por código Unicode.", "typescript.preferences.preferTypeOnlyAutoImports": "Inclua a palavra-chave \"type\" em importações automáticas sempre que possível. Requer o uso de TypeScript 5.3+ no espaço de trabalho.", "typescript.preferences.quoteStyle": "Estilo de citação preferencial a ser usado para Correções Rápidas.", "typescript.preferences.quoteStyle.auto": "Inferir o tipo de cotação do código existente", diff --git a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json index 017fe725af..e44de5f5f6 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Se a invocação do comando coloca o chat em um modo persistente, no qual o comando é adicionado automaticamente à entrada do chat para a próxima mensagem.", "chatCommandWhen": "Uma condição que deve ser verdadeira para habilitar esse comando.", "chatCommandsDescription": "Comandos disponíveis para este participante do chat, que o usuário pode invocar com um `/`.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Uma descrição deste participante do chat, mostrada na interface do usuário.", "chatParticipantDisambiguation": "Metadados para ajudar a direcionar automaticamente as perguntas dos usuários para este participante do chat.", "chatParticipantDisambiguationCategory": "Um nome detalhado para essa categoria, por exemplo, `workspace_questions` ou `web_questions`.", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Se este participante dá suporte a {0}.", "chatParticipantWhen": "Uma condição que deve ser verdadeira para habilitar esse participante.", "chatSampleRequest": "Quando o usuário clicar nesse participante em `/help`, esse texto será enviado ao participante.", - "showExtension": "Show Extension", + "showExtension": "Mostrar Extensão", "vscode.extension.contributes.chatParticipant": "Contribui com um participante do chat" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "Verdadeiro quando as edições de texto do chat foram aplicadas.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "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.", + "chatParticipantRegistered": "True quando um participante padrão de chat estiver registrado no painel.", "chatRequest": "O item de chat é uma solicitação", "chatResponse": "O item de chat é uma resposta.", "chatResponseErrored": "Verdadeiro quando a resposta do chat resultou em um erro.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Filtro de comentários de foco", "focusCommentsList": "Exibição Comentários de Foco", "resolved": "Mostrar Resolvidos", - "sorting by position in file": "Position in File", + "sorting by position in file": "Posição no arquivo", "sorting by updated at": "Hora da Atualização", "toggle resolved": "Mostrar Resolvidos", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Posição no arquivo", "toggle sorting by updated at": "Hora da Atualização", "toggle unresolved": "Mostrar Não Resolvidos", "unresolved": "Mostrar Não Resolvido" @@ -8192,7 +8192,7 @@ "empty": "Sem resultados, refine sua entrada e tente novamente", "err.apply": "Falha ao aplicar as alterações.", "err.discard": "Falha ao descartar alterações.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Aceite ou descarte as alterações para continuar salvando.", "welcome.2": "Preparando..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Fechar", "testOutputTitle": "Saída de Teste", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Recolher Quadros de Pilha", "testing.goToNextMessage": "Acessar Falha do Próximo Teste", "testing.goToNextMessage.description": "Mostra a próxima mensagem de falha no arquivo", "testing.goToPreviousMessage": "Acessar Falha do Teste Anterior", @@ -12526,8 +12526,8 @@ "run test": "Executar o Teste", "testing.cancelRun": "Cancelar Execução de Teste", "testing.debugLastRun": "Executar o Teste de Depuração", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Ir para o erro", + "testing.goToTest": "Ir para o Teste", "testing.reRunLastRun": "Executar o Teste de Repetição", "testing.revealInExplorer": "Fazer a revelação no Gerenciador de Testes", "testing.showResultOutput": "Mostrar Saída do Resultado", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Indica se o pai de um teste está em execução contínua, definido no contexto do menu dos itens de teste", "testing.isRefreshing": "Indica se algum controlador de teste está atualizando testes no momento.", "testing.isTestCoverageOpen": "Indica se um relatório de cobertura de teste está aberto", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Se a mensagem mostrada em uma exibição de espiada tem um rastreamento de pilha", "testing.peekItemType": "Tipo do item na visualização de saída. Um \"teste\", \"mensagem\", \"tarefa\" ou \"resultado\".", "testing.profile.context.group": "Tipo de menu em que existe o submenu Configurar perfil de teste. \"executar\", \"depurar\" ou \"cobertura\"", "testing.supportsContinuousRun": "Indica se há suporte para a execução de teste contínuo", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Perfis" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Usar este Perfil para a Janela Atual", "cancel": "Cancelar", "copy from": "{0} (Copiar)", "copyFromProfile": "Duplicar...", diff --git a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json index 627617c637..eda543341b 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Whëthër ïñvøkïñg thë çømmæñð pµts thë çhæt ïñtø æ përsïstëñt møðë, whërë thë çømmæñð ïs æµtømætïçællÿ æððëð tø thë çhæt ïñpµt før thë ñëxt mëssægë.", "chatCommandWhen": "Æ çøñðïtïøñ whïçh mµst þë trµë tø ëñæþlë thïs çømmæñð.", "chatCommandsDescription": "Çømmæñðs ævæïlæþlë før thïs çhæt pærtïçïpæñt, whïçh thë µsër çæñ ïñvøkë wïth æ `/`.", - "chatFailErrorMessage": "Çhæt fæïlëð tø løæð. Plëæsë ëñsµrë thæt thë GïtHµþ Çøpïløt Çhæt ëxtëñsïøñ ïs µp tø ðætë.", + "chatFailErrorMessage": "Çhæt fæïlëð tø løæð þëçæµsë thë ïñstællëð vërsïøñ øf thë {0} ëxtëñsïøñ ïs ñøt çømpætïþlë wïth thïs vërsïøñ øf {1}. Plëæsë ëñsµrë thæt thë GïtHµþ Çøpïløt Çhæt ëxtëñsïøñ ïs µp tø ðætë.", "chatParticipantDescription": "Æ ðësçrïptïøñ øf thïs çhæt pærtïçïpæñt, shøwñ ïñ thë ÜÏ.", "chatParticipantDisambiguation": "Mëtæðætæ tø hëlp wïth æµtømætïçællÿ røµtïñg µsër qµëstïøñs tø thïs çhæt pærtïçïpæñt.", "chatParticipantDisambiguationCategory": "Æ ðëtæïlëð ñæmë før thïs çætëgørÿ, ë.g. `wørkspæçë_qµëstïøñs` ør `wëþ_qµëstïøñs`.", diff --git a/i18n/vscode-language-pack-ru/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-ru/translations/extensions/vscode.typescript-language-features.i18n.json index ee1607a473..8f74d84b49 100644 --- a/i18n/vscode-language-pack-ru/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Включение или отключение модуля форматирования JavaScript по умолчанию.", "javascript.goToProjectConfig.title": "Перейти к конфигурации проекта (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Вставить `={}` или `=\"\"` после имен атрибутов на основе типа свойства. Сведения об управлении типов кавычек для строковых атрибутов см. в `javascript.preferences.quoteStyle`.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "Дополнительные параметры, управляющие порядком импорта.", "javascript.referencesCodeLens.enabled": "Включить/отключить ссылки CodeLens для файлов JavaScript.", "javascript.referencesCodeLens.showOnAllFunctions": "Включить/отключить ссылки CodeLens для всех функций в файлах JavaScript.", "javascript.suggestionActions.enabled": "Включить или отключить предложения диагностики для файлов JavaScript в редакторе.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Вставить `={}` или `=\"\"` после имен атрибутов на основе типа свойства. Сведения об управлении типов кавычек для строковых атрибутов см. в `typescript.preferences.quoteStyle`.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Вставить \"={}\" после имен атрибутов.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Вставлять только имена атрибутов.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "Дополнительные параметры, управляющие порядком импорта.", + "typescript.preferences.organizeImports.accentCollation": "Сравнивать символы с диакритическими знаками как неравные базовым символам.", + "typescript.preferences.organizeImports.caseFirst": "Указывает, размещается ли верхний регистр перед нижним регистром. Применяется только к \"organizeImportsCollation: 'unicode'\".", + "typescript.preferences.organizeImports.caseSensitivity.auto": "Обнаруживать учет регистра для сортировки импорта.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Сортировка импортов без учета регистра.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Сортировка импортов с учетом регистра.", + "typescript.preferences.organizeImports.locale": "Переопределяет языковой стандарт, используемый для параметров сортировки. Укажите \"auto\", чтобы использовать языковой стандарт пользовательского интерфейса. Применяется только к \"organizeImportsCollation: 'unicode'\".", + "typescript.preferences.organizeImports.numericCollation": "Сортировать числовые строки по целочисленным значениям.", + "typescript.preferences.organizeImports.typeOrder.auto": "Определить, где должны сортироваться импорты, именованные только по типу.", + "typescript.preferences.organizeImports.typeOrder.first": "Импорты, именованные только по типу, сортируются до конца списка импорта.", + "typescript.preferences.organizeImports.typeOrder.inline": "Именованные импорты сортируются только по имени.", + "typescript.preferences.organizeImports.typeOrder.last": "Импорты, именованные только по типу, сортируются до конца списка импорта.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Сортировка импортов с использованием числового значения каждой кодовой точки.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "Сортировать импорты с использованием параметров сортировки кода Юникода.", "typescript.preferences.preferTypeOnlyAutoImports": "По возможности включать ключевое слово \"type\" в автоматический импорт. Требуется использование TypeScript 5.3+ в рабочей области.", "typescript.preferences.quoteStyle": "Предпочитаемый стиль кавычек для быстрых исправлений.", "typescript.preferences.quoteStyle.auto": "Вывести тип кавычек из существующего кода", diff --git a/i18n/vscode-language-pack-ru/translations/main.i18n.json b/i18n/vscode-language-pack-ru/translations/main.i18n.json index 74d62e1e27..570bea8515 100644 --- a/i18n/vscode-language-pack-ru/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/main.i18n.json @@ -2885,6 +2885,22 @@ "workspaceOpenedDetail": "Эта рабочая область уже открыта в другом окне. Закройте это окно и повторите попытку.", "workspaceOpenedMessage": "Не удается сохранить рабочую область '{0}'" }, + "win32/i18n/messages": { + "AddContextMenuFiles": "Добавить действие \"Открыть с помощью %1\" в контекстное меню файла проводника Windows", + "AddContextMenuFolders": "Добавить действие \"Открыть с помощью %1\" в контекстное меню каталога проводника", + "AddToPath": "Добавить в PATH (требуется перезагрузка оболочки)", + "AdditionalIcons": "Дополнительные значки:", + "AssociateWithFiles": "Зарегистрировать %1 в качестве редактора для поддерживаемых типов файлов", + "ConfirmUninstall": "Вы действительно хотите полностью удалить %1 и все его компоненты?", + "CreateDesktopIcon": "Создать &значок на рабочем столе", + "CreateQuickLaunchIcon": "Создать значок &быстрого запуска", + "FinishedLabel": "Программа установки завершила установку [name] на вашем компьютере. Вы можете запустить приложение с помощью ярлыков, которые были установлены.", + "OpenWithCodeContextMenu": "Открыть с &помощью %1", + "Other": "Другое:", + "RunAfter": "Запустить %1 после установки", + "SourceFile": "Исходный файл %1", + "UpdatingVisualStudioCode": "Обновление Visual Studio Code…" + }, "vs/server/node/remoteExtensionHostAgentCli": { "remotecli": "Удаленный CLI" }, @@ -2906,22 +2922,6 @@ "vs/server/node/serverServices": { "remoteExtensionLog": "Сервер" }, - "win32/i18n/messages": { - "AddContextMenuFiles": "Добавить действие \"Открыть с помощью %1\" в контекстное меню файла проводника Windows", - "AddContextMenuFolders": "Добавить действие \"Открыть с помощью %1\" в контекстное меню каталога проводника", - "AddToPath": "Добавить в PATH (требуется перезагрузка оболочки)", - "AdditionalIcons": "Дополнительные значки:", - "AssociateWithFiles": "Зарегистрировать %1 в качестве редактора для поддерживаемых типов файлов", - "ConfirmUninstall": "Вы действительно хотите полностью удалить %1 и все его компоненты?", - "CreateDesktopIcon": "Создать &значок на рабочем столе", - "CreateQuickLaunchIcon": "Создать значок &быстрого запуска", - "FinishedLabel": "Программа установки завершила установку [name] на вашем компьютере. Вы можете запустить приложение с помощью ярлыков, которые были установлены.", - "OpenWithCodeContextMenu": "Открыть с &помощью %1", - "Other": "Другое:", - "RunAfter": "Запустить %1 после установки", - "SourceFile": "Исходный файл %1", - "UpdatingVisualStudioCode": "Обновление Visual Studio Code…" - }, "vs/code/electron-main/app": { "cancel": "&&Нет", "confirmOpenDetail": "Если вы не инициировали этот запрос, возможно, он представляет попытку атаки на систему. Если вы не предприняли явное действие для инициирования этого запроса, нажмите кнопку \"Нет\"", @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Выполняет ли вызов команды перевод чата в постоянный режим, в котором команда автоматически добавляется во входные данные чата для следующего сообщения.", "chatCommandWhen": "Условие, которое должно иметь значение true, чтобы включить эту команду.", "chatCommandsDescription": "Доступные команды для этого участника чата, которые пользователь может вызывать с помощью \"/\".", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Описание этого участника чата, отображаемое в пользовательском интерфейсе.", "chatParticipantDisambiguation": "Метаданные для помощи с автоматической маршрутизацией вопросов пользователей к этому участнику чата.", "chatParticipantDisambiguationCategory": "Подробное имя для этой категории, например \"вопросы_рабочей_области\" или \"веб-вопросы\".", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Поддерживает ли этот участник {0}.", "chatParticipantWhen": "Условие, которое должно иметь значение true, чтобы включить этого участника.", "chatSampleRequest": "Когда пользователь щелкает этого участника в \"/help\", этот текст отправляется участнику.", - "showExtension": "Show Extension", + "showExtension": "Показать расширение", "vscode.extension.contributes.chatParticipant": "Добавляет участника чата" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "ИСТИНА, если применены изменения текста чата.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "ИСТИНА, когда установленное расширение чата недействительно и его необходимо обновить.", + "chatIsEnabled": "ИСТИНА, когда чат включен, поскольку участник чата по умолчанию активирован с помощью реализации.", + "chatParticipantRegistered": "ИСТИНА, когда для панели зарегистрирован участник чата по умолчанию.", "chatRequest": "Элемент чата является запросом", "chatResponse": "Элемент чата является ответом.", "chatResponseErrored": "Значение true, если ответ чата привел к ошибке.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Фокус на фильтре комментариев", "focusCommentsList": "Фокус на представлении комментариев", "resolved": "Показать разрешенные", - "sorting by position in file": "Position in File", + "sorting by position in file": "Положение в файле", "sorting by updated at": "Время обновления", "toggle resolved": "Показать разрешенные", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Положение в файле", "toggle sorting by updated at": "Время обновления", "toggle unresolved": "Показать неразрешенные", "unresolved": "Показать неразрешенные" @@ -8192,7 +8192,7 @@ "empty": "Нет результатов. Уточните входные данные и повторите попытку", "err.apply": "Не удалось применить изменения.", "err.discard": "Не удалось отменить изменения.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Чтобы продолжить сохранение, примите или отмените изменения.", "welcome.2": "Идет подготовка…" }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "Закрыть", "testOutputTitle": "Выходные данные теста", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "Свернуть фреймы стека", "testing.goToNextMessage": "Перейти к следующей ошибке теста", "testing.goToNextMessage.description": "Отображает следующее сообщение о сбое в файле", "testing.goToPreviousMessage": "Перейти к предыдущему сбою теста", @@ -12526,8 +12526,8 @@ "run test": "Запуск теста", "testing.cancelRun": "Отменить тестовый запуск", "testing.debugLastRun": "Отладка тестового запуска", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "Перейти к ошибке", + "testing.goToTest": "Перейти к тесту", "testing.reRunLastRun": "Повторно выполнить тестовый запуск", "testing.revealInExplorer": "Открыть в Обозревателе тестов", "testing.showResultOutput": "Показать выходные данные результатов", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "Указывает, выполняется ли родительский элемент теста постоянно, задается в контексте меню тестовых элементов", "testing.isRefreshing": "Указывает, выполняет ли сейчас какой-либо контроллер тестирование обновления.", "testing.isTestCoverageOpen": "Указывает, открыт ли отчет об охвате тестов", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "Содержит ли сообщение, отображаемое в обзорном представлении, трассировку стека", "testing.peekItemType": "Тип элемента в представлении просмотра вывода. Либо \"тест\", \"сообщение\", \"задача\" или \"результат\".", "testing.profile.context.group": "Тип меню, в котором существует подменю настройки профиля тестирования. Варианты: \"run\", \"debug\" или \"coverage\"", "testing.supportsContinuousRun": "Указывает, поддерживается ли непрерывный тестовый запуск", @@ -12921,7 +12921,7 @@ "userDataProfiles": "Профили" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Использовать этот профиль для текущего окна", "cancel": "Отмена", "copy from": "{0} (копировать)", "copyFromProfile": "Дублировать...", diff --git a/i18n/vscode-language-pack-tr/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-tr/translations/extensions/vscode.typescript-language-features.i18n.json index 0e853c32b3..f57726e0a9 100644 --- a/i18n/vscode-language-pack-tr/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "Varsayılan JavaScript biçimlendiricisini etkinleştirin/devre dışı bırakın.", "javascript.goToProjectConfig.title": "Proje Yapılandırmasına Git (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "Özellik türüne göre öznitelik adlarından sonra `={}` veya `=\"\"` ekleyin. Dize öznitelikleri için kullanılan tırnakların türünü denetlemek için bkz. `javascript.preferences.quoteStyle`.", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "İçeri aktarmaların nasıl sıralanacağını denetleyen gelişmiş tercihler.", "javascript.referencesCodeLens.enabled": "JavaScript dosyalarında CodeLens başvurularını etkinleştirin/devre dışı bırakın.", "javascript.referencesCodeLens.showOnAllFunctions": "JavaScript dosyalarındaki tüm işlevlerde CodeLens başvurularını etkinleştirin/devre dışı bırakın.", "javascript.suggestionActions.enabled": "Düzenleyicideki JavaScript dosyaları için öneri tanılamayı etkinleştirin/devre dışı bırakın.", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "Özellik türüne göre öznitelik adlarından sonra `={}` veya `=\"\"` ekleyin. Dize öznitelikleri için kullanılan tırnakların türünü denetlemek için bkz. `typescript.preferences.quoteStyle`.", "typescript.preferences.jsxAttributeCompletionStyle.braces": "Öznitelik adlarına '={}' ekleyin.", "typescript.preferences.jsxAttributeCompletionStyle.none": "Yalnızca öznitelik adları ekleyin.", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "İçeri aktarmaların nasıl sıralanacağını denetleyen gelişmiş tercihler.", + "typescript.preferences.organizeImports.accentCollation": "Aksanlı karakterleri taban karakterle eşit olmayacak şekilde karşılaştır.", + "typescript.preferences.organizeImports.caseFirst": "Büyük harflerin küçük harflerden önce gelip gelmeyeceğini gösterir. Yalnızca `organizeImportsCollation: 'unicode'` için geçerlidir.", + "typescript.preferences.organizeImports.caseSensitivity.auto": "İçeri aktarma sıralaması için büyük/küçük harf duyarlılığını algıla.", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "İçeri aktarmaları büyük/küçük harfe duyarsız olarak sırala.", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "İçeri aktarmaları büyük/küçük harfe duyarlı olarak sırala.", + "typescript.preferences.organizeImports.locale": "Harmanlama için kullanılan yerel ayarı geçersiz kılar. UI yerel ayarlarını kullanmak için 'auto' değerini belirtin. Yalnızca `organizeImportsCollation: 'unicode'` için geçerlidir.", + "typescript.preferences.organizeImports.numericCollation": "Sayısal dizeleri tamsayı değerine göre sırala.", + "typescript.preferences.organizeImports.typeOrder.auto": "Yalnızca türü adlandırılmış içeri aktarmaların nerede sıralanacağı algıla.", + "typescript.preferences.organizeImports.typeOrder.first": "Yalnızca türü adlandırılmış içeri aktarmalar, içeri aktarma listesinin sonuna sıralanır.", + "typescript.preferences.organizeImports.typeOrder.inline": "Adlandırılmış içeri aktarmalar yalnızca ada göre sıralanır.", + "typescript.preferences.organizeImports.typeOrder.last": "Yalnızca türü adlandırılmış içeri aktarmalar, içeri aktarma listesinin sonuna sıralanır.", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "İçeri aktarmaları her kod noktasının sayısal değerini kullanarak sırala.", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "İçeri aktarmaları Unicode kod harmanlaması kullanarak sırala.", "typescript.preferences.preferTypeOnlyAutoImports": "Mümkün olduğunda otomatik içeri aktarmalara 'type' anahtar sözcüğünü ekleyin. Çalışma alanında TypeScript 5.3+ kullanmayı gerektirir.", "typescript.preferences.quoteStyle": "Hızlı Düzeltmeler için tercih edilen alıntı stili.", "typescript.preferences.quoteStyle.auto": "Mevcut koddan tırnak işareti türünü çıkarsa", diff --git a/i18n/vscode-language-pack-tr/translations/main.i18n.json b/i18n/vscode-language-pack-tr/translations/main.i18n.json index 0e81d1f99e..12fb7ddedb 100644 --- a/i18n/vscode-language-pack-tr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/main.i18n.json @@ -2885,22 +2885,6 @@ "workspaceOpenedDetail": "Çalışma alanı başka bir pencerede zaten açık. Lütfen önce bu pencereyi kapatın ve yeniden deneyin.", "workspaceOpenedMessage": "'{0}' çalışma alanı kaydedilemiyor" }, - "win32/i18n/messages": { - "AddContextMenuFiles": "Windows Gezgini dosya bağlam menüsüne \"%1 ile aç\" eylemi ekle", - "AddContextMenuFolders": "Windows Gezgini dizin bağlam menüsüne \"%1 ile aç\" eylemi ekle", - "AddToPath": "PATH değişkenine ekle (kabuğu yeniden başlatmayı gerektirir)", - "AdditionalIcons": "Ek simgeler:", - "AssociateWithFiles": "Desteklenen dosya türleri için %1 uygulamasını düzenleyici olarak kaydet", - "ConfirmUninstall": "%1 ve tüm bileşenlerini tamamen kaldırmak istediğinizden emin misiniz?", - "CreateDesktopIcon": "&Masaüstü simgesi oluştur", - "CreateQuickLaunchIcon": "&Hızlı Başlatma simgesi oluştur", - "FinishedLabel": "Kurulum, bilgisayarınıza [name] yükleme işlemini tamamlandı. Uygulama, yüklü kısayollar seçilerek başlatılabilir.", - "OpenWithCodeContextMenu": "%1 &ile aç", - "Other": "Diğer:", - "RunAfter": "Yüklemeden sonra %1 çalıştır", - "SourceFile": "%1 Kaynak Dosyası", - "UpdatingVisualStudioCode": "Visual Studio Code güncelleştiriliyor..." - }, "vs/server/node/remoteExtensionHostAgentCli": { "remotecli": "Uzak CLI" }, @@ -2922,6 +2906,22 @@ "vs/server/node/serverServices": { "remoteExtensionLog": "Sunucu" }, + "win32/i18n/messages": { + "AddContextMenuFiles": "Windows Gezgini dosya bağlam menüsüne \"%1 ile aç\" eylemi ekle", + "AddContextMenuFolders": "Windows Gezgini dizin bağlam menüsüne \"%1 ile aç\" eylemi ekle", + "AddToPath": "PATH değişkenine ekle (kabuğu yeniden başlatmayı gerektirir)", + "AdditionalIcons": "Ek simgeler:", + "AssociateWithFiles": "Desteklenen dosya türleri için %1 uygulamasını düzenleyici olarak kaydet", + "ConfirmUninstall": "%1 ve tüm bileşenlerini tamamen kaldırmak istediğinizden emin misiniz?", + "CreateDesktopIcon": "&Masaüstü simgesi oluştur", + "CreateQuickLaunchIcon": "&Hızlı Başlatma simgesi oluştur", + "FinishedLabel": "Kurulum, bilgisayarınıza [name] yükleme işlemini tamamlandı. Uygulama, yüklü kısayollar seçilerek başlatılabilir.", + "OpenWithCodeContextMenu": "%1 &ile aç", + "Other": "Diğer:", + "RunAfter": "Yüklemeden sonra %1 çalıştır", + "SourceFile": "%1 Kaynak Dosyası", + "UpdatingVisualStudioCode": "Visual Studio Code güncelleştiriliyor..." + }, "vs/code/electron-main/app": { "cancel": "&&Hayır", "confirmOpenDetail": "Bu isteği siz başlatmadıysanız, bu istek sisteminizde denenen bir saldırıyı gösteriyor olabilir. Bu isteği başlatmak için açık bir eylem gerçekleştirmedikçe 'Hayır' seçeneğine basmalısınız", @@ -5542,7 +5542,7 @@ "chatCommandSticky": "Komutun çağrılmasının sohbeti, bir sonraki mesaj için komutun otomatik olarak sohbet girişine eklendiği kalıcı moda geçirip geçirmediği.", "chatCommandWhen": "Bu komutu etkinleştirmek için doğru olması gereken bir koşul.", "chatCommandsDescription": "Bu sohbet katılımcısı için mevcut olan ve kullanıcının `/` işaretiyle çağırabileceği komutlar.", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "Bu sohbet katılımcısının kullanıcı arayüzünde gösterilen açıklaması.", "chatParticipantDisambiguation": "Kullanıcı sorularını otomatik olarak bu sohbet katılımcısına yönlendirmeye yardımcı olacak meta veriler.", "chatParticipantDisambiguationCategory": "Bu kategori için ayrıntılı bir ad, örneğin `calisma_alani_sorular` veya `web_sorulari`.", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "Bu katılımcının şunu destekleyip desteklemediği: {0}.", "chatParticipantWhen": "Bu katılımcıyı etkinleştirmek için doğru olması gereken bir koşul.", "chatSampleRequest": "Kullanıcı `/help`'te bu katılımcıya tıkladığında bu metin katılımcıya gönderilir.", - "showExtension": "Show Extension", + "showExtension": "Uzantıyı Göster", "vscode.extension.contributes.chatParticipant": "Bir sohbet katılımcısına katkıda bulunur" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "Sohbet metni düzenlemeleri uygulandığında true olur.", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "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.", + "chatParticipantRegistered": "Panel için varsayılan bir sohbet katılımcısı kaydedildiğinde true.", "chatRequest": "Sohbet öğesi bir istek.", "chatResponse": "Sohbet öğesi bir yanıt.", "chatResponseErrored": "Sohbet yanıtı bir hatayla sonuçlandığında true olur.", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "Açıklama filtresini odakla", "focusCommentsList": "Açıklamalar görünümüne odaklan", "resolved": "Çözümlenenleri Göster", - "sorting by position in file": "Position in File", + "sorting by position in file": "Dosyadaki Konum", "sorting by updated at": "Güncelleştirme Zamanı", "toggle resolved": "Çözümlenenleri Göster", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "Dosyadaki Konum", "toggle sorting by updated at": "Güncelleştirme Zamanı", "toggle unresolved": "Çözümlenmeyenleri Göster", "unresolved": "Çözümlenmeyenleri Göster" @@ -8192,7 +8192,7 @@ "empty": "Sonuç yok, lütfen girdinizi daraltın ve tekrar deneyin.", "err.apply": "Değişiklikler uygulanamadı.", "err.discard": "Değişiklikler atılamadı.", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "Kaydetmeye devam etmek için değişiklikleri kabul edin veya atın.", "welcome.2": "Hazırlanıyor..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12921,7 +12921,7 @@ "userDataProfiles": "Profiller" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "Geçerli Pencere için bu Profili kullan", "cancel": "İptal", "copy from": "{0} (Kopyala)", "copyFromProfile": "Çoğalt...", diff --git a/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.typescript-language-features.i18n.json index 638b590df2..dd875b5ef0 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "启用/禁用 JavaScript 格式化程序。", "javascript.goToProjectConfig.title": "转到项目配置(jsconfig/tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `javascript.preferences.quoteStyle`,控制用于字符串属性的引号样式。", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "控制导入顺序的高级首选项。", "javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。", "javascript.referencesCodeLens.showOnAllFunctions": "启用/禁用在 JavaScript 文件中对所有函数的 CodeLens 引用。", "javascript.suggestionActions.enabled": "启用或禁用编辑器中 JavaScript 文件的建议诊断。", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `typescript.preferences.quoteStyle`,控制用于字符串属性的引号样式。", "typescript.preferences.jsxAttributeCompletionStyle.braces": "在属性名称后插入 `={}`。", "typescript.preferences.jsxAttributeCompletionStyle.none": "仅插入属性名称。", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "控制导入顺序的高级首选项。", + "typescript.preferences.organizeImports.accentCollation": "将带变音符号的字符与基本字符比较,将二者视为不相等。", + "typescript.preferences.organizeImports.caseFirst": "指示大写是否在小写前面。仅适用于 `organizeImportsCollation: 'unicode'`。", + "typescript.preferences.organizeImports.caseSensitivity.auto": "检测导入排序是否区分大小写。", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "按区分大小写的方式对导入进行排序。", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "按区分大小写的方式对导数进行排序。", + "typescript.preferences.organizeImports.locale": "替代用于排序规则的区域设置。指定 `auto` 以使用 UI 区域设置。仅适用于 `organizeImportsCollation: 'unicode'`。", + "typescript.preferences.organizeImports.numericCollation": "按整数值对数值字符串进行排序。", + "typescript.preferences.organizeImports.typeOrder.auto": "检测应在何处对仅类型命名的导入进行排序。", + "typescript.preferences.organizeImports.typeOrder.first": "将仅类型命名导入排序到导入列表末尾。", + "typescript.preferences.organizeImports.typeOrder.inline": "命名导入仅按名称排序。", + "typescript.preferences.organizeImports.typeOrder.last": "将仅类型命名导入排序到导入列表末尾。", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "使用每个码位元素的数值对导入进行排序。", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "使用 Unicode 代码排序规则对导入进行排序。", "typescript.preferences.preferTypeOnlyAutoImports": "尽可能在自动导入中包含 `type` 关键字。要求在工作区中使用 TypeScript 5.3+。", "typescript.preferences.quoteStyle": "用于快速修复的首选引文样式。", "typescript.preferences.quoteStyle.auto": "从现有代码推断引号类型", diff --git a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json index f63eac2fa5..49a6b0b7f4 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "调用命令是否将聊天置于持久模式,其中该命令会自动添加到下一条消息的聊天输入中。", "chatCommandWhen": "启用命令时必须为 true 的条件。", "chatCommandsDescription": "可用于此聊天参与者的命令,用户可使用 `/` 进行调用。", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "此聊天参与者的说明,显示在 UI 中。", "chatParticipantDisambiguation": "用于帮助自动将用户问题路由到此聊天参与者的元数据。", "chatParticipantDisambiguationCategory": "此类别的详细名称,例如 `workspace_questions` 或 `web_questions`。", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "此参与者是否支持 {0}。", "chatParticipantWhen": "启用此参与者时必须为 true 的条件。", "chatSampleRequest": "当用户在 `/help` 中单击此参与者时,此文本将提交给参与者。", - "showExtension": "Show Extension", + "showExtension": "显示扩展", "vscode.extension.contributes.chatParticipant": "提供聊天参与者" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "应用聊天文本编辑后为 True。", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "已安装的聊天扩展无效且需要更新时为 True。", + "chatIsEnabled": "启用聊天时为 True,因为默认聊天参与者是使用实现激活的。", + "chatParticipantRegistered": "为面板注册默认聊天参与者时为 True。", "chatRequest": "聊天项是一个请求", "chatResponse": "聊天项是一个响应。", "chatResponseErrored": "当聊天响应导致错误时为 True。", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "焦点注释筛选器", "focusCommentsList": "焦点注释视图", "resolved": "显示已解决", - "sorting by position in file": "Position in File", + "sorting by position in file": "在文件中的位置", "sorting by updated at": "更新时间", "toggle resolved": "显示已解决", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "在文件中的位置", "toggle sorting by updated at": "更新时间", "toggle unresolved": "显示未解决", "unresolved": "显示未解决" @@ -8192,7 +8192,7 @@ "empty": "无结果,请优化输入并重试", "err.apply": "无法应用更改。", "err.discard": "无法放弃更改。", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "接受或放弃更改以继续保存。", "welcome.2": "正在准备..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "关闭", "testOutputTitle": "测试输出", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "折叠堆栈帧", "testing.goToNextMessage": "转到“下一个测试失败”", "testing.goToNextMessage.description": "显示文件中的下一条失败消息", "testing.goToPreviousMessage": "转到“上一个测试失败”", @@ -12526,8 +12526,8 @@ "run test": "运行测试", "testing.cancelRun": "取消测试运行", "testing.debugLastRun": "调试测试运行", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "转到错误", + "testing.goToTest": "转到测试", "testing.reRunLastRun": "重新运行测试", "testing.revealInExplorer": "在测试资源管理器中显示", "testing.showResultOutput": "显示结果输出", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "指示测试的父级是否持续运行,在测试项的菜单上下文中设置", "testing.isRefreshing": "指示当前是否有任何测试控制器正在刷新测试。", "testing.isTestCoverageOpen": "指示测试覆盖率报表是否已打开", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "速览视图中显示的消息是否具有堆栈跟踪", "testing.peekItemType": "输出速览视图中项的类型。类型为“测试”、“消息”、“任务”或“结果”。", "testing.profile.context.group": "存在配置测试配置文件子菜单的菜单类型。\"run\"、\"debug\" 或 \"coverage\"", "testing.supportsContinuousRun": "指示是否支持连续测试运行", @@ -12921,7 +12921,7 @@ "userDataProfiles": "配置文件" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "将此配置文件用于当前窗口", "cancel": "取消", "copy from": "{0} (复制)", "copyFromProfile": "复制...", diff --git a/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.typescript-language-features.i18n.json b/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.typescript-language-features.i18n.json index d34940c013..8027c56b0c 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.typescript-language-features.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/extensions/vscode.typescript-language-features.i18n.json @@ -246,7 +246,7 @@ "javascript.format.enable": "啟用/停用預設 JavaScript 格式器。", "javascript.goToProjectConfig.title": "前往專案設定 (jsconfig / tsconfig)", "javascript.preferences.jsxAttributeCompletionStyle.auto": "根據屬性類型,在屬性名稱後插入 `={}` or `=\"\"`。請參閲 `javascript.preferences.quoteStyle`,控制用於字串屬性的引號樣式。", - "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", + "javascript.preferences.organizeImports": "控制匯入順序的進階喜好設定。", "javascript.referencesCodeLens.enabled": "在 JavaScript 檔案啟用/停用參考 CodeLens。", "javascript.referencesCodeLens.showOnAllFunctions": "啟用/停用 JavaScript 檔案中所有函式的參考 CodeLens。", "javascript.suggestionActions.enabled": "在編輯器中為 JavaScript 檔案啟用/停用建議診斷。", @@ -288,20 +288,20 @@ "typescript.preferences.jsxAttributeCompletionStyle.auto": "根據屬性類型,在屬性名稱後插入 `={}` or `=\"\"`。請參閲 `typescript.preferences.quoteStyle`,控制用於字串屬性的引號樣式。", "typescript.preferences.jsxAttributeCompletionStyle.braces": "在屬性名稱後面插入 `={}`。", "typescript.preferences.jsxAttributeCompletionStyle.none": "僅插入屬性名稱。", - "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered.", - "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character.", - "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting.", - "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively.", - "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively.", - "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`.", - "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value.", - "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted.", - "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only.", - "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list.", - "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point.", - "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation.", + "typescript.preferences.organizeImports": "控制匯入順序的進階喜好設定。", + "typescript.preferences.organizeImports.accentCollation": "將具有變音符號的字元與基底字元不相等的字元進行比較。", + "typescript.preferences.organizeImports.caseFirst": "指出大寫是否在小寫之前。僅套用至 `organizeImportsCollation: 'unicode'。", + "typescript.preferences.organizeImports.caseSensitivity.auto": "偵測用於匯入排序的區分大小寫。", + "typescript.preferences.organizeImports.caseSensitivity.insensitive": "排序匯入時不區分大小寫。", + "typescript.preferences.organizeImports.caseSensitivity.sensitive": "排序匯入時區分大小寫。", + "typescript.preferences.organizeImports.locale": "覆寫用於定序的地區設定。指定 `auto` 使用 UI 地區設定。僅套用至 `organizeImportsCollation: 'unicode'。", + "typescript.preferences.organizeImports.numericCollation": "依整數值排序數值字串。", + "typescript.preferences.organizeImports.typeOrder.auto": "偵測應在何處排序僅限類型的具名匯入。", + "typescript.preferences.organizeImports.typeOrder.first": "只限輸入的具名匯入會排序至匯入清單的結尾。", + "typescript.preferences.organizeImports.typeOrder.inline": "具名匯入僅依名稱排序。", + "typescript.preferences.organizeImports.typeOrder.last": "只限輸入的具名匯入會排序至匯入清單的結尾。", + "typescript.preferences.organizeImports.unicodeCollation.ordinal": "使用每個程式碼項目的數值排序匯入。", + "typescript.preferences.organizeImports.unicodeCollation.unicode": "使用 Unicode 程式碼定序排序匯入。", "typescript.preferences.preferTypeOnlyAutoImports": "盡可能在自動匯入中包括 `type` 關鍵字。需要在工作區中使用 TypeScript 5.3+。", "typescript.preferences.quoteStyle": "用於快速修正的慣用引號樣式。", "typescript.preferences.quoteStyle.auto": "從現有代碼推斷引號類型", diff --git a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json index 6e328e5272..8ee2a25486 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json @@ -5542,7 +5542,7 @@ "chatCommandSticky": "叫用命令是否會將聊天置於持續性模式,其中命令會自動新增至下一個訊息的聊天輸入。", "chatCommandWhen": "必須為 True 才能啟用此命令的條件。", "chatCommandsDescription": "可供此聊天參與者使用的命令,使用者可以使用 `/` 來叫用。", - "chatFailErrorMessage": "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.", + "chatFailErrorMessage": "Chat failed to load because the installed version of the {0} extension is not compatible with this version of {1}. Please ensure that the GitHub Copilot Chat extension is up to date.", "chatParticipantDescription": "此聊天參與者的描述,顯示在 UI 中。", "chatParticipantDisambiguation": "中繼資料,可協助將使用者問題自動路由至此聊天參與者。", "chatParticipantDisambiguationCategory": "此類別的詳細名稱,例如 `workspace_questions` 或 `web_questions`。", @@ -5554,7 +5554,7 @@ "chatParticipantSupportsToolReferences": "此參與者是否支援 {0}。", "chatParticipantWhen": "必須為 True 才能啟用此參與者的條件。", "chatSampleRequest": "當使用者在 `/help` 中按一下此參與者時,此文字會提交給參與者。", - "showExtension": "Show Extension", + "showExtension": "顯示擴充功能", "vscode.extension.contributes.chatParticipant": "參與聊天參與者" }, "vs/workbench/contrib/chat/browser/codeBlockPart": { @@ -5593,9 +5593,9 @@ }, "vs/workbench/contrib/chat/common/chatContextKeys": { "chatEditApplied": "已套用聊天文字編輯時為 True。", - "chatExtensionInvalid": "True when the installed chat extension is invalid and needs to be updated.", - "chatIsEnabled": "True when chat is enabled because a default chat participant is activated with an implementation.", - "chatParticipantRegistered": "True when a default chat participant is registered for the panel.", + "chatExtensionInvalid": "當安裝的聊天擴充功能無效且需要更新時為 True。", + "chatIsEnabled": "啟用聊天時為 True,因為預設聊天參與者已使用實作來啟用。", + "chatParticipantRegistered": "當預設聊天參與者註冊面板時為 True。", "chatRequest": "聊天項目是要求", "chatResponse": "聊天項目是回應。", "chatResponseErrored": "當聊天回應導致錯誤時為 True。", @@ -6017,10 +6017,10 @@ "focusCommentsFilter": "焦點註解篩選", "focusCommentsList": "焦點註解檢視", "resolved": "顯示已解決", - "sorting by position in file": "Position in File", + "sorting by position in file": "在檔案中的位置", "sorting by updated at": "更新時間", "toggle resolved": "顯示已解決", - "toggle sorting by resource": "Position in File", + "toggle sorting by resource": "在檔案中的位置", "toggle sorting by updated at": "更新時間", "toggle unresolved": "顯示未解決", "unresolved": "顯示未解決" @@ -8192,7 +8192,7 @@ "empty": "沒有結果,請精簡您的輸入,然後再試一次", "err.apply": "無法套用變更。", "err.discard": "無法捨棄變更。", - "savehint": "Accept or discard changes to continue saving.", + "savehint": "接受或捨棄變更以繼續儲存。", "welcome.2": "即將就緒..." }, "vs/workbench/contrib/inlineChat/browser/inlineChatCurrentLine": { @@ -12489,7 +12489,7 @@ "vs/workbench/contrib/testing/browser/testingOutputPeek": { "close": "關閉", "testOutputTitle": "測試輸出", - "testing.collapsePeekStack": "Collapse Stack Frames", + "testing.collapsePeekStack": "摺疊堆疊框架", "testing.goToNextMessage": "移至下一個測試失敗", "testing.goToNextMessage.description": "顯示檔案中的下一個失敗訊息", "testing.goToPreviousMessage": "移至上一個測試失敗", @@ -12526,8 +12526,8 @@ "run test": "執行測試", "testing.cancelRun": "取消測試執行", "testing.debugLastRun": "偵錯測試回合", - "testing.goToError": "Go to Error", - "testing.goToTest": "Go to Test", + "testing.goToError": "前往 [錯誤]", + "testing.goToTest": "前往 [測試]", "testing.reRunLastRun": "重新執行測試回合", "testing.revealInExplorer": "在測試總管中顯示", "testing.showResultOutput": "顯示結果輸出", @@ -12641,7 +12641,7 @@ "testing.isParentRunningContinuously": "指出測試的父系是否持續執行,在測試項目的功能表內容中設定", "testing.isRefreshing": "指出是否有任何測試控制器正在重新整理測試。", "testing.isTestCoverageOpen": "指出是否已開啟測試涵蓋範圍報告", - "testing.peekHasStack": "Whether the message shown in a peek view has a stack trace", + "testing.peekHasStack": "在預覽檢視中顯示的訊息是否有堆疊追蹤", "testing.peekItemType": "輸出預覽檢視中的項目類型。\"test\"、\"message\"、\"task\" 或 \"result\"。", "testing.profile.context.group": "設定測試設定檔子功能表存在的功能表類型。“run”、“debug” 或 “coverage”", "testing.supportsContinuousRun": "指出是否支援持續測試執行", @@ -12921,7 +12921,7 @@ "userDataProfiles": "設定檔" }, "vs/workbench/contrib/userDataProfile/browser/userDataProfilesEditorModel": { - "active": "Use this Profile for Current Window", + "active": "在目前視窗使用此設定檔", "cancel": "取消", "copy from": "{0} (複製)", "copyFromProfile": "複製...",