From e4a043891d20036ab1869537830056589e0b43ad Mon Sep 17 00:00:00 2001 From: vscode Date: Wed, 27 Sep 2023 01:01:39 +0000 Subject: [PATCH] Updated strings from microsoft/vscode-loc-drop@7655cbc5c819e307cb6225386cfda60064f4162d --- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- .../translations/main.i18n.json | 10 +++++----- 14 files changed, 70 insertions(+), 70 deletions(-) diff --git a/i18n/vscode-language-pack-cs/translations/main.i18n.json b/i18n/vscode-language-pack-cs/translations/main.i18n.json index d10e977eed..b5a2825352 100644 --- a/i18n/vscode-language-pack-cs/translations/main.i18n.json +++ b/i18n/vscode-language-pack-cs/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Algoritmus zjišťování rozdílů byl předčasně zastaven (po {0} ms).", "hintWhitespace": "Zobrazit rozdíly v prázdných znacích", "msg1": "Jste v editoru rozdílů.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Chcete-li určit, která zvuková upozornění mají být přehrávána, je možné nakonfigurovat následující nastavení: {0}.", "removeTimeout": "Odebrat limit" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Příkaz Focus Accessible Buffer (Přepnout fokus na dostupnou vyrovnávací paměť) ({0}) umožňuje čtečkám obrazovky číst obsah terminálu.", "focusAccessibleBufferNoKb": "Příkaz Focus Accessible Buffer (Přepnout fokus na dostupnou vyrovnávací paměť) umožňuje čtečkám obrazovky číst obsah terminálu a v současné době se nedá aktivovat klávesovou zkratkou.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Přejít na další příkaz ({0})", - "goToNextCommandNoKb": "Přechod na další příkaz se v tuto chvíli nedá aktivovat klávesovou zkratkou.", - "goToPreviousCommand": "Přejít na předchozí příkaz ({0})", - "goToPreviousCommandNoKb": "Přechod na předchozí příkaz se v tuto chvíli nedá aktivovat klávesovou zkratkou.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Přejít do posledního adresáře ({0}).", "goToRecentDirectoryNoKb": "Příkaz Go to Recent Directory (Přejít do posledního adresáře) se v současné době se nedá aktivovat klávesovou zkratkou.", "goToRecentDirectoryNoKbNoShellIntegration": "Příkaz Přejít do posledního adresáře umožňuje čtečkám obrazovky snadno přejít do adresáře, který byl použit v terminálu, a v současné době se nedá aktivovat klávesovou zkratkou.", diff --git a/i18n/vscode-language-pack-de/translations/main.i18n.json b/i18n/vscode-language-pack-de/translations/main.i18n.json index f728266128..07940a8ca2 100644 --- a/i18n/vscode-language-pack-de/translations/main.i18n.json +++ b/i18n/vscode-language-pack-de/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Der Diff-Algorithmus wurde frühzeitig beendet (nach {0} ms).", "hintWhitespace": "Unterschiede bei Leerzeichen anzeigen", "msg1": "Sie befinden sich in einem Diff-Editor.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Um zu steuern, welche Audiohinweise wiedergegeben werden sollen, können die folgenden Einstellungen konfiguriert werden: {0}.", "removeTimeout": "Grenzwert entfernen" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Mit dem Befehl \"Zugänglichen Puffer fokussieren\" ({0}) können Bildschirmsprachausgaben Terminalinhalte lesen.", "focusAccessibleBufferNoKb": "Der Befehl \"Zugänglichen Puffer fokussieren\" ermöglicht Sprachausgaben das Lesen von Terminalinhalten und kann derzeit nicht durch eine Tastenzuordnung ausgelöst werden.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Befehl \"Weiter\" ({0})", - "goToNextCommandNoKb": "Der Befehl \"Weiter\" kann derzeit nicht durch eine Tastenzuordnung ausgelöst werden.", - "goToPreviousCommand": "Befehl \"Zurück\" ({0})", - "goToPreviousCommandNoKb": "Der Befehl \"Zurück\" kann derzeit nicht durch eine Tastenzuordnung ausgelöst werden.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Zum zuletzt verwendeten Verzeichnis wechseln ({0})", "goToRecentDirectoryNoKb": "Das Wechseln zu \"Zuletzt verwendetes Verzeichnis\" kann derzeit nicht durch eine Schlüsselbindung ausgelöst werden.", "goToRecentDirectoryNoKbNoShellIntegration": "Mit dem Befehl \"Gehe zu aktuellem Verzeichnis\" können Bildschirmsprachausgaben ganz einfach zu einem Verzeichnis navigieren, das im Terminal verwendet wurde und derzeit nicht durch eine Tastenzuordnung ausgelöst werden kann.", diff --git a/i18n/vscode-language-pack-es/translations/main.i18n.json b/i18n/vscode-language-pack-es/translations/main.i18n.json index 1f6ec8502e..92d7ff786b 100644 --- a/i18n/vscode-language-pack-es/translations/main.i18n.json +++ b/i18n/vscode-language-pack-es/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "El algoritmo de comparación se detuvo pronto (después de {0} ms).", "hintWhitespace": "Mostrar diferencias de espacios en blanco", "msg1": "Usted está en un editor de diferencias.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Para controlar qué indicaciones de audio se deben reproducir, se pueden configurar las siguientes opciones: {0}.", "removeTimeout": "Quitar límite" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "El comando Búfer accesible de foco ({0}) permite a los lectores de pantalla leer el contenido del terminal.", "focusAccessibleBufferNoKb": "El comando Búfer accesible de foco permite a los lectores de pantalla leer el contenido del terminal y actualmente no se puede desencadenar mediante un enlace de teclado.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Ir al comando siguiente ({0})", - "goToNextCommandNoKb": "Actualmente, la opción Ir al comando siguiente no se puede desencadenar mediante un enlace de teclado.", - "goToPreviousCommand": "Ir al comando anterior ({0})", - "goToPreviousCommandNoKb": "Actualmente, la opción Ir al comando anterior no se puede desencadenar mediante un enlace de teclado.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Ir al directorio reciente ({0})", "goToRecentDirectoryNoKb": "Actualmente, un enlace de teclado no puede desencadenar Acceder al directorio reciente.", "goToRecentDirectoryNoKbNoShellIntegration": "El comando Ir al directorio reciente permite a los lectores de pantalla navegar fácilmente a un directorio que se ha usado en el terminal y que actualmente no se puede desencadenar mediante un enlace de teclado.", diff --git a/i18n/vscode-language-pack-fr/translations/main.i18n.json b/i18n/vscode-language-pack-fr/translations/main.i18n.json index 196ebaee69..3065bd9924 100644 --- a/i18n/vscode-language-pack-fr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-fr/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "L'algorithme diff a été arrêté tôt (au bout de {0} ms.)", "hintWhitespace": "Afficher les différences d'espace blanc", "msg1": "Vous êtes dans un éditeur de différences.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Pour contrôler les signaux audio à lire, vous pouvez configurer les paramètres suivants : {0}.", "removeTimeout": "Supprimer la limite" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "La commande Focus sur la mémoire tampon accessible ({0}) permet aux lecteurs d’écran de lire le contenu du terminal.", "focusAccessibleBufferNoKb": "La commande Focus sur la mémoire tampon accessible permet aux lecteurs d’écran de lire le contenu du terminal et n’est actuellement pas déclenchée par une combinaison de touches.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Accéder à la commande suivante ({0})", - "goToNextCommandNoKb": "L’accès à la commande suivante n’est actuellement pas déclenché par une combinaison de touches.", - "goToPreviousCommand": "Accéder à la commande précédente ({0})", - "goToPreviousCommandNoKb": "L’accès à la commande précédente n’est actuellement pas déclenché par une combinaison de touches.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Accéder au répertoire récent ({0})", "goToRecentDirectoryNoKb": "Accéder au Répertoire récent n’est actuellement pas déclenché par une combinaison de touches.", "goToRecentDirectoryNoKbNoShellIntegration": "La commande Accéder à l’annuaire récent permet aux lecteurs d’écran d’accéder facilement à un répertoire qui a été utilisé dans le terminal et qui n’est actuellement pas déclenché par une liaison de touches.", diff --git a/i18n/vscode-language-pack-it/translations/main.i18n.json b/i18n/vscode-language-pack-it/translations/main.i18n.json index e253c60d06..f44d808f46 100644 --- a/i18n/vscode-language-pack-it/translations/main.i18n.json +++ b/i18n/vscode-language-pack-it/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "L'algoritmo di calcolo delle differenze è stato arrestato in anticipo (dopo {0} ms).", "hintWhitespace": "Mostra differenze spazi vuoti", "msg1": "Si è in un editor diff.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Per controllare quali segnali audio devono essere riprodotti, è possibile configurare le impostazioni seguenti: {0}.", "removeTimeout": "Rimuovi il limite" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Il comando Focus Accessible Buffer ({0}) consente alle utilità per la lettura dello schermo di leggere il contenuto del terminale.", "focusAccessibleBufferNoKb": "Il comando Focus Accessible Buffer consente alle utilità per la lettura dello schermo di leggere il contenuto del terminale e non è attualmente attivabile da un tasto di scelta rapida.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Vai al comando successivo ({0})", - "goToNextCommandNoKb": "L'opzione Vai al comando successivo non è attualmente attivabile da un tasto di scelta rapida.", - "goToPreviousCommand": "Vai al comando precedente ({0})", - "goToPreviousCommandNoKb": "L'opzione Vai a Comando precedente non è attualmente attivabile da un tasto di scelta rapida.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Vai alla directory recente ({0})", "goToRecentDirectoryNoKb": "L'opzione Vai alla directory recente non è attualmente attivabile da un tasto di scelta rapida.", "goToRecentDirectoryNoKbNoShellIntegration": "Il comando Vai a directory recente consente alle utilità per la lettura dello schermo di passare facilmente a una directory usata nel terminale e attualmente non attivabile da un tasto di scelta rapida.", diff --git a/i18n/vscode-language-pack-ja/translations/main.i18n.json b/i18n/vscode-language-pack-ja/translations/main.i18n.json index 7e670d57b0..322b3542fe 100644 --- a/i18n/vscode-language-pack-ja/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ja/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "差分アルゴリズムは早く停止しました ({0} ミリ秒後)。", "hintWhitespace": "スペースによる違いを表示する", "msg1": "差分エディターを使用しています。", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "再生するオーディオ キューを制御するには、次の設定を構成できます: {0}。", "removeTimeout": "制限の削除" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Focus Accessible Buffer ({0}) コマンドを使用すると、スクリーン リーダーはターミナル コンテンツを読み取ることができます。", "focusAccessibleBufferNoKb": "Focus Accessible Buffer コマンドを使用すると、スクリーン リーダーはターミナル コンテンツを読み取ることができます。現在、キー バインドによってトリガーすることはできません。", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "次のコマンドに移動 ({0})", - "goToNextCommandNoKb": "[次のコマンドに移動] は、現在、キー バインドではトリガーできません。", - "goToPreviousCommand": "前のコマンドに移動 ({0})", - "goToPreviousCommandNoKb": "[前のコマンドに移動] は、現在、キー バインドではトリガーできません。", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "最近使用したディレクトリに移動する ({0})", "goToRecentDirectoryNoKb": "Go to Recent Directory は、現在、キー バインドによってトリガーできません。", "goToRecentDirectoryNoKbNoShellIntegration": "[最近使用したディレクトリに移動] コマンドを使用すると、スクリーン リーダーはターミナルで使用されていて、現在キー バインドによってトリガーできないディレクトリに簡単に移動できます。", diff --git a/i18n/vscode-language-pack-ko/translations/main.i18n.json b/i18n/vscode-language-pack-ko/translations/main.i18n.json index a8ff0e37e4..63f84f29c2 100644 --- a/i18n/vscode-language-pack-ko/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ko/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "diff 알고리즘이 일찍({0}밀리초 이후) 중지되었습니다.", "hintWhitespace": "공백 차이 표시", "msg1": "diff 편집기에 있습니다.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "재생할 오디오 큐를 제어하도록 {0} 설정을 구성할 수 있습니다.", "removeTimeout": "제한 제거" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "액세스 가능 버퍼에 포커스({0}) 명령을 사용하면 화면 판독기가 터미널 내용을 읽을 수 있습니다.", "focusAccessibleBufferNoKb": "액세스 가능 버퍼에 포커스 명령을 사용하면 화면 판독기가 터미널 콘텐츠를 읽을 수 있으며 현재 키 바인딩으로 트리거할 수 없습니다.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "다음 명령으로 이동({0})", - "goToNextCommandNoKb": "다음으로 이동 명령은 현재 키 바인딩으로 트리거할 수 없습니다.", - "goToPreviousCommand": "이전 명령으로 이동({0})", - "goToPreviousCommandNoKb": "이전 명령으로 이동은 현재 키 바인딩으로 트리거할 수 없습니다.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "최근 디렉터리({0})로 이동", "goToRecentDirectoryNoKb": "최근 디렉터리로 이동은 현재 키 바인딩으로 트리거할 수 없습니다.", "goToRecentDirectoryNoKbNoShellIntegration": "최근 디렉터리로 이동 명령을 사용하면 화면 읽기 프로그램이 터미널에서 사용되었으며 현재 키 바인딩으로 트리거할 수 없는 디렉터리로 쉽게 이동할 수 있습니다.", diff --git a/i18n/vscode-language-pack-pl/translations/main.i18n.json b/i18n/vscode-language-pack-pl/translations/main.i18n.json index 62045b8fc9..906376d7ac 100644 --- a/i18n/vscode-language-pack-pl/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pl/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Algorytm diff został zatrzymany przedwcześnie (po {0} ms).", "hintWhitespace": "Pokaż różnice białych znaków", "msg1": "Jesteś w edytorze różnic.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Aby określić, które kolejki plików dźwiękowych mają być odtwarzane, można skonfigurować następujące ustawienia: {0}.", "removeTimeout": "Usuń limit" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Polecenie Focus Accessible Buffer ({0}) umożliwia czytnikom zawartości ekranu odczytywanie zawartości terminalu.", "focusAccessibleBufferNoKb": "Polecenie Focus Accessible Buffer umożliwia czytnikom zawartości ekranu odczytywanie zawartości terminalu i nie jest obecnie wyzwalane przez powiązanie klawiszy.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Przejdź do następnego polecenia ({0})", - "goToNextCommandNoKb": "Polecenie „Przejdź do następnego polecenia” nie jest obecnie wyzwalane przez powiązanie klawiszy.", - "goToPreviousCommand": "Przejdź do poprzedniego polecenia ({0})", - "goToPreviousCommandNoKb": "Polecenie „Przejdź do poprzedniego polecenia” nie jest obecnie wyzwalane przez powiązanie klawiszy.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Przejdź do ostatnio używanego katalogu ({0})", "goToRecentDirectoryNoKb": "Przechodzenie do ostatnio używanego katalogu nie jest obecnie wyzwalane przez powiązanie klawiszy.", "goToRecentDirectoryNoKbNoShellIntegration": "Polecenie Przejdź do ostatnio używanego katalogu umożliwia czytnikom zawartości ekranu łatwe przechodzenie do katalogu, który był używany w terminalu i nie jest obecnie wyzwalany przez przypisanie klawisza.", 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 6eb82f1450..e5c45bb8af 100644 --- a/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json +++ b/i18n/vscode-language-pack-pt-BR/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "O algoritmo de comparação foi interrompido antes (depois de {0} ms)", "hintWhitespace": "Mostrar Diferenças de Espaço em Branco", "msg1": "Você está em um editor de comparação.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Para controlar quais sugestões de áudio devem ser reproduzidas, as seguintes configurações podem ser definidas: {0}.", "removeTimeout": "Remover Limite" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "O comando Buffer Acessível de Foco ({0}) permite que os leitores de tela leiam o conteúdo do terminal.", "focusAccessibleBufferNoKb": "O comando Buffer Acessível de Foco permite que os leitores de tela leiam o conteúdo do terminal e atualmente não pode ser disparado por uma combinação de teclas.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Ir para o Próximo Comando ({0})", - "goToNextCommandNoKb": "Atualmente, Ir para o Próximo Comando não pode ser disparado por uma associação de teclas.", - "goToPreviousCommand": "Acessar o Comando Anterior ({0})", - "goToPreviousCommandNoKb": "Ir para o Próximo Comando não pode ser disparado por uma associação de teclas.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Ir Para Diretório Recente ({0})", "goToRecentDirectoryNoKb": "No momento, a opção Ir para o Diretório Recente não pode ser disparada por uma combinação de teclas.", "goToRecentDirectoryNoKbNoShellIntegration": "O comando Ir para o diretório recente permite que os leitores de tela naveguem facilmente para um diretório que foi usado no terminal e atualmente não pode ser acionado por uma combinação de teclas.", 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 75bcc10580..bc7a92580f 100644 --- a/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json +++ b/i18n/vscode-language-pack-qps-ploc/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Thë ðïff ælgørïthm wæs støppëð ëærlÿ (æftër {0} ms.)", "hintWhitespace": "§høw Whïtëspæçë Ðïffërëñçës", "msg1": "Ýøµ ærë ïñ æ ðïff ëðïtør.", - "msg2": "Vïëw thë ñëxt {0} ør prëvïøµs {1} ðïff ïñ ðïff rëvïëw møðë thæt ïs øptïmïzëð før sçrëëñ rëæðërs.", + "msg2": "Vïëw thë ñëxt ({0}) ør prëvïøµs ({1}) ðïff ïñ ðïff rëvïëw møðë thæt ïs øptïmïzëð før sçrëëñ rëæðërs.", "msg3": "Tø çøñtrøl whïçh æµðïø çµës shøµlð þë plæÿëð, thë følløwïñg sëttïñgs çæñ þë çøñfïgµrëð: {0}.", "removeTimeout": "Rëmøvë £ïmït" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Thë Føçµs Æççëssïþlë ßµffër ({0}) çømmæñð ëñæþlës sçrëëñ rëæðërs tø rëæð tërmïñæl çøñtëñts.", "focusAccessibleBufferNoKb": "Thë Føçµs Æççëssïþlë ßµffër çømmæñð ëñæþlës sçrëëñ rëæðërs tø rëæð tërmïñæl çøñtëñts æñð ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", "focusAfterRun": "Çøñfïgµrë whæt gëts føçµsëð æftër rµññïñg sëlëçtëð tëxt ïñ thë tërmïñæl wïth `{0}`.", - "goToNextCommand": "Gø tø Ñëxt Çømmæñð ({0})", - "goToNextCommandNoKb": "Gø tø Ñëxt Çømmæñð ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", - "goToPreviousCommand": "Gø tø Prëvïøµs Çømmæñð ({0})", - "goToPreviousCommandNoKb": "Gø tø Prëvïøµs Çømmæñð ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", + "goToNextCommand": "Gø tø Ñëxt Çømmæñð ({0}) ïñ thë æççëssïþlë vïëw", + "goToNextCommandNoKb": "Gø tø Ñëxt Çømmæñð ïñ thë æççëssïþlë vïëw ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", + "goToPreviousCommand": "Gø tø Prëvïøµs Çømmæñð ({0}) ïñ thë æççëssïþlë vïëw", + "goToPreviousCommandNoKb": "Gø tø Prëvïøµs Çømmæñð ïñ thë æççëssïþlë vïëw ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", "goToRecentDirectory": "Gø tø Rëçëñt Ðïrëçtørÿ ({0})", "goToRecentDirectoryNoKb": "Gø tø Rëçëñt Ðïrëçtørÿ ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", "goToRecentDirectoryNoKbNoShellIntegration": "Thë Gø tø Rëçëñt Ðïrëçtørÿ çømmæñð ëñæþlës sçrëëñ rëæðërs tø ëæsïlÿ ñævïgætë tø æ ðïrëçtørÿ thæt hæs þëëñ µsëð ïñ thë tërmïñæl æñð ïs çµrrëñtlÿ ñøt trïggëræþlë þÿ æ këÿþïñðïñg.", diff --git a/i18n/vscode-language-pack-ru/translations/main.i18n.json b/i18n/vscode-language-pack-ru/translations/main.i18n.json index f1ba096fca..235276abb9 100644 --- a/i18n/vscode-language-pack-ru/translations/main.i18n.json +++ b/i18n/vscode-language-pack-ru/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Алгоритм поиска различий был остановлен досрочно (через {0} мс).", "hintWhitespace": "Показать различия пробелов", "msg1": "Вы находитесь в редакторе несовпадений.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Для управления воспроизведением звуковых сигналов можно настроить следующие параметры: {0}.", "removeTimeout": "Снять ограничение" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Команда Focus Accessible Buffer ({0}) позволяет устройствам чтения с экрана читать содержимое терминала.", "focusAccessibleBufferNoKb": "Команда Focus Accessible Buffer позволяет программам чтения с экрана читать содержимое терминала и сейчас не активируется привязкой клавиш.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "К следующей команде ({0})", - "goToNextCommandNoKb": "Перейти к следующей команде с помощью привязки клавиш сейчас невозможно.", - "goToPreviousCommand": "К предыдущей команде ({0})", - "goToPreviousCommandNoKb": "Перейти к предыдущей команде с помощью привязки клавиш сейчас невозможно.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Перейти к недавнему каталогу ({0})", "goToRecentDirectoryNoKb": "Переход в недавний каталог сейчас не активируется привязкой клавиш.", "goToRecentDirectoryNoKbNoShellIntegration": "Команда \"Перейти к недавнему каталогу\" позволяет средству чтения с экрана легко перейти к каталогу, который использовался в терминале и в настоящее время не может быть активирована с помощью настраиваемого сочетания клавиш.", diff --git a/i18n/vscode-language-pack-tr/translations/main.i18n.json b/i18n/vscode-language-pack-tr/translations/main.i18n.json index d58edbaa82..a7cbcbf0c8 100644 --- a/i18n/vscode-language-pack-tr/translations/main.i18n.json +++ b/i18n/vscode-language-pack-tr/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Fark algoritması erken durduruldu ({0} ms sonra)", "hintWhitespace": "Boşluk Farklılıklarını Göster", "msg1": "Fark düzenleyicisindesiniz.", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "Hangi sesli ipuçlarının çalınacağını denetlemek için şu ayarlar yapılandırılabilir: {0}.", "removeTimeout": "Sınırı Kaldır" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "Erişilebilir Arabelleğe Odaklan ({0}) komutu, ekran okuyucuların terminal içeriğini okumasını sağlar.", "focusAccessibleBufferNoKb": "Erişilebilir Arabelleğe Odaklan komutu, ekran okuyucuların terminal içeriğini okumasını sağlar ve şu anda tuş bağlaması ile tetiklenemez.", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "Sonraki Komuta Git ({0})", - "goToNextCommandNoKb": "Sonraki Komuta Git, şu anda bir tuş bağlaması tarafından tetiklenemiyor.", - "goToPreviousCommand": "Önceki Komuta Git ({0})", - "goToPreviousCommandNoKb": "Önceki Komuta Git, şu anda bir tuş bağlaması tarafından tetiklenemiyor.", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "Son Dizine Gitme ({0})", "goToRecentDirectoryNoKb": "Son Dizine Git, şu anda bir tuş bağlaması tarafından tetiklenemez.", "goToRecentDirectoryNoKbNoShellIntegration": "Son Dizine Git komutu, ekran okuyucuların terminalde kullanılmış olan ve şu anda bir tuş atamasıyla tetiklenemeyen bir dizine kolayca gitmesini sağlar.", 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 1eeff5aeb4..4ad14e7bda 100644 --- a/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hans/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "差异算法已提前停止(在 {0} ms 之后)", "hintWhitespace": "显示空白差异", "msg1": "在一个差异编辑器的窗格中。", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "若要控制应播放哪些音频提示,可以配置以下设置: {0}。", "removeTimeout": "删除限制" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "焦点可访问缓冲({0})命令使屏幕阅读器能够读取终端内容。", "focusAccessibleBufferNoKb": "“焦点可访问缓冲”命令使屏幕阅读器能够读取终端内容,当前无法通过键绑定触发。", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "转到下一命令({0})", - "goToNextCommandNoKb": "当前无法通过键绑定触发转到下一命令。", - "goToPreviousCommand": "转到上一命令({0})", - "goToPreviousCommandNoKb": "当前无法通过键绑定触发转到上一命令。", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "转到最近使用的目录({0})", "goToRecentDirectoryNoKb": "当前无法通过键绑定触发转到 Recent Directory。", "goToRecentDirectoryNoKbNoShellIntegration": "通过“转到最近的目录”命令,屏幕阅读器可以轻松导航到已在终端中使用的目录,当前无法通过键绑定触发该目录。", 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 99c35dd110..cb47dd5e5e 100644 --- a/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json +++ b/i18n/vscode-language-pack-zh-hant/translations/main.i18n.json @@ -4934,7 +4934,7 @@ "hintTimeout": "Diff 演算法已提前停止 (在 {0} 毫秒後)。", "hintWhitespace": "顯示空白字元差異", "msg1": "您在 Diff 編輯器中。", - "msg2": "View the next {0} or previous {1} diff in diff review mode that is optimized for screen readers.", + "msg2": "View the next ({0}) or previous ({1}) diff in diff review mode that is optimized for screen readers.", "msg3": "若要控制應播放哪些音訊提示,可以設定下列設定: {0}。", "removeTimeout": "移除限制" }, @@ -10633,10 +10633,10 @@ "focusAccessibleBuffer": "焦點可存取緩衝區 ({0}) 命令可讓螢幕助讀程式讀取終端機內容。", "focusAccessibleBufferNoKb": "焦點可存取緩衝區命令可讓螢幕助讀程式讀取終端機內容,而且目前無法由按鍵繫結關係觸發。", "focusAfterRun": "Configure what gets focused after running selected text in the terminal with `{0}`.", - "goToNextCommand": "移至下一個命令 ({0})", - "goToNextCommandNoKb": "「移至下一個命令」目前無法由按鍵繫結關係觸發。", - "goToPreviousCommand": "移至上一個註解 ({0})", - "goToPreviousCommandNoKb": "「移至上一個命令」目前無法由按鍵繫結關係觸發。", + "goToNextCommand": "Go to Next Command ({0}) in the accessible view", + "goToNextCommandNoKb": "Go to Next Command in the accessible view is currently not triggerable by a keybinding.", + "goToPreviousCommand": "Go to Previous Command ({0}) in the accessible view", + "goToPreviousCommandNoKb": "Go to Previous Command in the accessible view is currently not triggerable by a keybinding.", "goToRecentDirectory": "移至最近使用的目錄 ({0})", "goToRecentDirectoryNoKb": "「移至最近使用的目錄」目前無法由按鍵繫結關係觸發。", "goToRecentDirectoryNoKbNoShellIntegration": "[移至最近使用的目錄] 命令可讓螢幕助讀程式輕鬆瀏覽至終端中使用的目錄,而且目前無法透過按鍵繫結關係觸發。",