diff --git a/i18n/chs/package.i18n.json b/i18n/chs/package.i18n.json index 14c35f04..a840294b 100644 --- a/i18n/chs/package.i18n.json +++ b/i18n/chs/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "要传递给试运行 make 调用的参数", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "要添加到扩展已知列表的编译器工具的名称", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "要从扩展已知列表中排除的编译器工具的名称", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "打开生成文件项目目录时自动配置它们", "makefile-tools.configuration.makefile.configureOnEdit.description": "更改任何相关生成文件和/或设置时自动配置生成文件项目目录", "makefile-tools.configuration.makefile.configureAfterCommand.description": "在执行相关操作(例如更改生成配置或生成文件目标)后自动配置生成文件项目目录", diff --git a/i18n/chs/src/configuration.i18n.json b/i18n/chs/src/configuration.i18n.json index c60a5276..8c9f1f44 100644 --- a/i18n/chs/src/configuration.i18n.json +++ b/i18n/chs/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json path: {0}", "additional.compiler.names": "其他编译程序名称: '{0}'", "exclude.compiler.names": "排除编译程序名称: \"{0}\"", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "干运行交换机: '{0}'", "reading.current.launch.configuration": "正在从工作区状态读取当前启动配置 \"{0}\"。", "launch.configuration.no.longer.defined.settings": "在设置 \"makefile.launchConfigurations\" 中不再定义启动配置 \"{0}\"。", diff --git a/i18n/chs/src/util.i18n.json b/i18n/chs/src/util.i18n.json index bc96446a..f55e7396 100644 --- a/i18n/chs/src/util.i18n.json +++ b/i18n/chs/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "正在终止进程 PID = {0}", "utils.terminate.process": "正在终止进程 PID=${0} ...", "utils.quoting": "正在通过以下方式生成子进程:\n 进程名称: {0}\n 进程参数: {1}\n 工作目录: {2}\n shell 类型: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "目标对象已将属性 {0} 设置为 {1}。正在使用 {2} 从源覆盖", "utils.dryrun.detailed.output": "可以在 {0} 查看详细的试运行输出", "utils.dryrun.error.environment": "确保扩展调用的 make 命令与在开发提示器环境中调用的命令相同。", diff --git a/i18n/cht/package.i18n.json b/i18n/cht/package.i18n.json index 9f34535b..075ab8db 100644 --- a/i18n/cht/package.i18n.json +++ b/i18n/cht/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "要傳遞至試執行 Make 引動過程的引數", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "要新增至延伸模組已知清單的編譯器工具名稱", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "要從延伸模組已知清單中排除的編譯器工具名稱", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "開啟 Makefile 專案目錄時自動加以設定。", "makefile-tools.configuration.makefile.configureOnEdit.description": "當變更任何相關的 Makefile 和/或設定時,自動設定 Makefile 專案目錄", "makefile-tools.configuration.makefile.configureAfterCommand.description": "在相關作業之後自動設定 Makefile 專案目錄,像是變更組建設定或 Makefile 目標", diff --git a/i18n/cht/src/configuration.i18n.json b/i18n/cht/src/configuration.i18n.json index 8b4910db..81f62b2d 100644 --- a/i18n/cht/src/configuration.i18n.json +++ b/i18n/cht/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json path:{0}", "additional.compiler.names": "其他編譯器名稱:'{0}'", "exclude.compiler.names": "排除編譯器名稱:'{0}'", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "空運行切換:'{0}'", "reading.current.launch.configuration": "正在從工作區狀態讀取目前的啟動設定「{0}」。", "launch.configuration.no.longer.defined.settings": "已不再在設定 「makefile.launchConfigurations」中定義啟動設定「{0}」。", diff --git a/i18n/cht/src/util.i18n.json b/i18n/cht/src/util.i18n.json index 31c9923b..d5290f7a 100644 --- a/i18n/cht/src/util.i18n.json +++ b/i18n/cht/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "終止流程 PID = {0}", "utils.terminate.process": "正在終止流程 PID=${0} ...", "utils.quoting": "使用下列方式繁衍子流程:\n 流程名稱:{0}\n 流程引數:{1}\n 工作目錄:{2}\n 殼層類型:{3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "目的地物件已將屬性 {0} 設為 {1}。正在使用 {2} 覆寫來源", "utils.dryrun.detailed.output": "您可以在 {0} 看到詳細的空運行輸出", "utils.dryrun.error.environment": "請確定延伸模組叫用的 Make 命令與開發提示環境中的命令相同。", diff --git a/i18n/csy/package.i18n.json b/i18n/csy/package.i18n.json index 417e1b85..46b34cea 100644 --- a/i18n/csy/package.i18n.json +++ b/i18n/csy/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumenty, které se mají předat při zkušebním volání maku", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Názvy kompilačních nástrojů, které se mají přidat na seznam známých rozšíření", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Názvy kompilačních nástrojů, které se mají vyloučit ze seznamu známých rozšíření", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Automaticky nakonfigurovat adresáře projektu souboru pravidel při jejich otevření", "makefile-tools.configuration.makefile.configureOnEdit.description": "Automaticky nakonfigurovat adresáře projektu souboru pravidel při změně všech relevantních souborů pravidel nebo nastavení", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Automaticky nakonfigurovat adresáře projektu souboru pravidel po relevantních operacích, například po změně konfigurace sestavení nebo cíle souboru pravidel", diff --git a/i18n/csy/src/configuration.i18n.json b/i18n/csy/src/configuration.i18n.json index e79ef300..46a5168e 100644 --- a/i18n/csy/src/configuration.i18n.json +++ b/i18n/csy/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "cesta compile_commands.json: {0}", "additional.compiler.names": "Další názvy kompilátorů: {0}", "exclude.compiler.names": "Vyloučit názvy kompilátoru: {0}", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Přepínače zkušebního běhu: {0}", "reading.current.launch.configuration": "Načítá se aktuální konfigurace spuštění „{0}“ ze stavu pracovního prostoru.", "launch.configuration.no.longer.defined.settings": "V nastavení „makefile.launchConfigurations“ se už nedefinuje konfigurace spouštění „{0}“.", diff --git a/i18n/csy/src/util.i18n.json b/i18n/csy/src/util.i18n.json index 0e50628d..17f03590 100644 --- a/i18n/csy/src/util.i18n.json +++ b/i18n/csy/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "Ukončuje se proces s PID = {0}.", "utils.terminate.process": "Ukončuje se proces PID=${0}...", "utils.quoting": "Vytváří se podřízený proces s:\n název procesu: {0}\n argumenty procesu: {1}\n pracovní adresář: {2}\n typ prostředí: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "Cílový objekt už má vlastnost {0} nastavenou na {1}. Přepisování ze zdroje pomocí {2}", "utils.dryrun.detailed.output": "Podrobný výstup zkušebního běhu si můžete zobrazit tady: {0}", "utils.dryrun.error.environment": "Ujistěte se, že rozšíření vyvolává stejný příkaz make jako v prostředí výzvy pro vývoj.", diff --git a/i18n/deu/package.i18n.json b/i18n/deu/package.i18n.json index cfbcfa2f..5a9f199b 100644 --- a/i18n/deu/package.i18n.json +++ b/i18n/deu/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumente, die an den Aufruf „dry-run make“ übergeben werden sollen", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Namen von Compiler-Tools, die zur Liste bekannter Erweiterungen hinzugefügt werden sollen", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Namen von Compiler-Tools, die aus der Liste bekannter Erweiterungen ausgeschlossen werden sollen", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "„Makefile“-Projektverzeichnisse automatisch konfigurieren, wenn sie geöffnet werden", "makefile-tools.configuration.makefile.configureOnEdit.description": "„Makefile“-Projektverzeichnisse automatisch konfigurieren, wenn relevante „Makefiles“ und/oder Einstellungen geändert werden", "makefile-tools.configuration.makefile.configureAfterCommand.description": "„Makefile“-Projektverzeichnisse nach relevanten Vorgängen automatisch konfigurieren, z. B. Änderung von Buildkonfiguration oder „Makefile“-Ziel", diff --git a/i18n/deu/src/configuration.i18n.json b/i18n/deu/src/configuration.i18n.json index cae069eb..4329c7c1 100644 --- a/i18n/deu/src/configuration.i18n.json +++ b/i18n/deu/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json-Pfad: {0}", "additional.compiler.names": "Zusätzliche Compilernamen: \"{0}\"", "exclude.compiler.names": "Compilernamen ausschließen: „{0}“", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Probelaufschalter: \"{0}\"", "reading.current.launch.configuration": "Die aktuelle Startkonfiguration \"{0}\" wird aus dem Arbeitsbereichszustand gelesen.", "launch.configuration.no.longer.defined.settings": "Die Startkonfiguration \"{0}\" ist in den Einstellungen \"makefile.launchConfigurations\" nicht mehr definiert.", diff --git a/i18n/deu/src/util.i18n.json b/i18n/deu/src/util.i18n.json index 81789eee..6f5a81e7 100644 --- a/i18n/deu/src/util.i18n.json +++ b/i18n/deu/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "Prozess-PID wird beendet = {0}", "utils.terminate.process": "Prozess PID=${0} wird beendet...", "utils.quoting": "Untergeordneter Prozess wird erzeugt mit:\n Prozessname: {0}\n Prozessargumente: {1}\n Arbeitsverzeichnis: {2}\n Shelltyp: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "Für das Zielobjekt ist die Eigenschaft „{0}“ bereits auf „{1}“ festgelegt. Überschreiben aus der Quelle mit {2}", "utils.dryrun.detailed.output": "Die detaillierte Ausgabe des Probelaufs finden Sie unter {0}", "utils.dryrun.error.environment": "Stellen Sie sicher, dass die Erweiterung den gleichen Make-Befehl aufruft wie in Ihrer Entwicklungsaufforderungsumgebung.", diff --git a/i18n/esn/package.i18n.json b/i18n/esn/package.i18n.json index eabe47d3..5a439bbf 100644 --- a/i18n/esn/package.i18n.json +++ b/i18n/esn/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumentos que se van a pasar a la invocación de simulacro de make", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nombres de las herramientas del compilador que se van a agregar a la lista conocida de extensiones", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nombres de las herramientas del compilador que se excluirán de la lista conocida de extensiones", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Configura automáticamente los directorios del proyecto del archivo Make al abrirlos", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurar automáticamente los directorios de proyecto de los archivos Make cuando se cambien los archivos Make pertinentes o la configuración", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurar automáticamente los directorios del proyecto de archivo Make después de las operaciones pertinentes, como cambiar la configuración de compilación o el destino del archivo Make", diff --git a/i18n/esn/src/configuration.i18n.json b/i18n/esn/src/configuration.i18n.json index 7f204a6e..bc4e935c 100644 --- a/i18n/esn/src/configuration.i18n.json +++ b/i18n/esn/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "Ruta de compile_commands.json: {0}", "additional.compiler.names": "Nombres de compilador adicionales: '{0}'", "exclude.compiler.names": "Excluir nombres de compilador: \"{0}\"", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Conmutadores de simulacro: '{0}'", "reading.current.launch.configuration": "Leyendo la configuración actual inicial \"{0}\" del estado del área de trabajo.", "launch.configuration.no.longer.defined.settings": "La configuración \"{0}\" de inicio ya no está definida en la configuración \"makefile.launchConfigurations\".", diff --git a/i18n/esn/src/util.i18n.json b/i18n/esn/src/util.i18n.json index 674597c5..420a7a46 100644 --- a/i18n/esn/src/util.i18n.json +++ b/i18n/esn/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "Terminando proceso PID = {0}", "utils.terminate.process": "Terminando proceso PID=${0} ...", "utils.quoting": "Generando proceso secundario con:\n nombre del proceso: {0}\n argumentos del proceso: {1}\n directorio de trabajo: {2}\n tipo de shell: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "El objeto de destino ya tiene la propiedad {0} establecida en {1}. Sobrescribiendo desde el origen con {2}", "utils.dryrun.detailed.output": "Puede ver la salida de simulacro detallada en {0}", "utils.dryrun.error.environment": "Asegúrese de que la extensión está invocando el mismo comando Make que en el entorno del símbolo del sistema de desarrollo.", diff --git a/i18n/fra/package.i18n.json b/i18n/fra/package.i18n.json index 76fbeed3..7e709d56 100644 --- a/i18n/fra/package.i18n.json +++ b/i18n/fra/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Les arguments à passer à l’épreuve font invocation", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Noms des outils de compilation à ajouter à la liste des extensions connues", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Noms des outils de compilation à exclure de la liste des extensions connues", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurer automatiquement les répertoires de projet Makefile lorsqu’ils sont ouverts", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurer automatiquement les répertoires de projet Makefile lorsque des makefiles et/ou paramètres pertinents sont modifiés", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurez automatiquement les répertoires de projet Makefile après les opérations pertinentes, comme modifier la configuration de la construction ou la cible du makefile", diff --git a/i18n/fra/src/configuration.i18n.json b/i18n/fra/src/configuration.i18n.json index ef840edd..b1eddb9c 100644 --- a/i18n/fra/src/configuration.i18n.json +++ b/i18n/fra/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "un chemin d’accès compile_commands.json : {0}", "additional.compiler.names": "Noms de compilateur supplémentaires : « {0} »", "exclude.compiler.names": "Exclure les noms de compilateur : « {0} »", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Commutateurs de test : « {0} »", "reading.current.launch.configuration": "Lecture du lancement de la configuration actuelle « {0} » à partir de l’état de l’espace de travail.", "launch.configuration.no.longer.defined.settings": "Le lancement de la configuration « {0} » n’est plus défini dans les paramètres « makefile.launchConfigurations ».", diff --git a/i18n/fra/src/util.i18n.json b/i18n/fra/src/util.i18n.json index 8a08d088..6bd689ad 100644 --- a/i18n/fra/src/util.i18n.json +++ b/i18n/fra/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "PID de processus de destruction = {0}", "utils.terminate.process": "Fin du processus PID=${0} ...", "utils.quoting": "Génération du processus enfant avec :\n nom du processus : {0}\n arguments de processus : {1}\n répertoire de travail : {2}\n type d’interpréteur de commandes : {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "L’objet de destination a déjà la propriété {0} définie sur {1}. Remplacement à partir de la source par {2}", "utils.dryrun.detailed.output": "Vous pouvez voir la sortie détaillée de l’exécution à sec sur {0}", "utils.dryrun.error.environment": "Assurez-vous que l’extension appelle la même commande Make que dans votre environnement d’invite de développement.", diff --git a/i18n/ita/package.i18n.json b/i18n/ita/package.i18n.json index aec182d0..fbcfb042 100644 --- a/i18n/ita/package.i18n.json +++ b/i18n/ita/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Argomenti da passare alla chiamata di dry-run make", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nomi degli strumenti del compilatore da aggiungere all'elenco noto dell'estensione", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nomi degli strumenti del compilatore da escludere dall'elenco noto dell'estensione", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurare automaticamente le directory del progetto Makefile all'apertura", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurare automaticamente le directory del progetto Makefile quando vengono modificati i makefile e/o le impostazioni pertinenti", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurare automaticamente le directory del progetto Makefile dopo le operazioni rilevanti, ad esempio modificare la configurazione della compilazione o la destinazione makefile", diff --git a/i18n/ita/src/configuration.i18n.json b/i18n/ita/src/configuration.i18n.json index 280a49fd..33aff52f 100644 --- a/i18n/ita/src/configuration.i18n.json +++ b/i18n/ita/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json path: {0}", "additional.compiler.names": "Nomi aggiuntivi del compilatore: \"{0}\"", "exclude.compiler.names": "Escludi nomi compilatore: \"{0}\"", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Commutatori prova: \"{0}\"", "reading.current.launch.configuration": "Lettura della configurazione corrente di avvio \"{0}\" dallo stato dell'area di lavoro.", "launch.configuration.no.longer.defined.settings": "La configurazione di avvio \"{0}\" non è più definita nelle impostazioni \"makefile.launchConfigurations\".", diff --git a/i18n/ita/src/util.i18n.json b/i18n/ita/src/util.i18n.json index 49e6fa77..0c4dd7a5 100644 --- a/i18n/ita/src/util.i18n.json +++ b/i18n/ita/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "Arresto del processo PID = {0}", "utils.terminate.process": "Terminazione del processo PID=${0} in corso...", "utils.quoting": "Generazione del processo figlio con:\n nome del processo: {0}\n argomento del processo: {1}\n directory di lavoro: {2}\n tipo di shell: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "L'oggetto di destinazione ha già una proprietà {0} impostata su {1}. Sovrascrittura dall'origine con {2}", "utils.dryrun.detailed.output": "È possibile visualizzare l'output dettagliato di prova in {0}", "utils.dryrun.error.environment": "Assicurati che l'interno stia richiamando lo stesso comando make dell'ambiente del prompt di sviluppo.", diff --git a/i18n/jpn/package.i18n.json b/i18n/jpn/package.i18n.json index a3100c07..fd5cb489 100644 --- a/i18n/jpn/package.i18n.json +++ b/i18n/jpn/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "ドライラン make 呼び出しに渡す引数", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "拡張機能の既知のリストに追加するコンパイラ ツールの名前", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "拡張機能の既知のリストから除外するコンパイラ ツールの名前", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "メイクファイル プロジェクト ディレクトリを開いたときに自動的に構成する", "makefile-tools.configuration.makefile.configureOnEdit.description": "関連するメイクファイルや設定が変更されたときにメイクファイル プロジェクト ディレクトリを自動的に構成する", "makefile-tools.configuration.makefile.configureAfterCommand.description": "ビルド構成の変更やメイクファイル ターゲットなど、関連する操作の後にメイクファイル プロジェクト ディレクトリを自動的に構成する", diff --git a/i18n/jpn/src/configuration.i18n.json b/i18n/jpn/src/configuration.i18n.json index b59d685d..0e9481ef 100644 --- a/i18n/jpn/src/configuration.i18n.json +++ b/i18n/jpn/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json パス: {0}", "additional.compiler.names": "追加のコンパイラ名: '{0}'", "exclude.compiler.names": "コンパイラ名の除外: '{0}'", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "ドライラン スイッチ: '{0}'", "reading.current.launch.configuration": "ワークスペース状態から現在の起動構成 \"{0}\" を読み取っています。", "launch.configuration.no.longer.defined.settings": "起動構成 \"{0}\" が設定 \"makefile.launchConfigurations\" で定義されていません。", diff --git a/i18n/jpn/src/util.i18n.json b/i18n/jpn/src/util.i18n.json index 61c50b45..d4f32fae 100644 --- a/i18n/jpn/src/util.i18n.json +++ b/i18n/jpn/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "プロセス PID = {0} を強制終了しています", "utils.terminate.process": "プロセス PID=${0} を終了しています...", "utils.quoting": "次の子プロセスを生成しています:\n プロセス名: {0}\n プロセス引数: {1}\n 作業ディレクトリ: {2}\n シェルの種類: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "対象オブジェクトでは既にプロパティ {0} が {1} に設定されています。ソースから {2} で上書きしています", "utils.dryrun.detailed.output": "詳細なドライラン出力は、{0} で確認できます", "utils.dryrun.error.environment": "拡張機能が、開発プロンプト環境と同じ make コマンドを呼び出していることを確認してください。", diff --git a/i18n/kor/package.i18n.json b/i18n/kor/package.i18n.json index 3a8de7e5..2032d318 100644 --- a/i18n/kor/package.i18n.json +++ b/i18n/kor/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "시험 실행 make 호출에 전달할 인수", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "알려진 확장 목록에서 추가할 컴파일러 도구의 이름", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "알려진 확장 목록에서 제외할 컴파일러 도구의 이름", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "메이크파일 프로젝트 디렉터리가 열릴 때 자동으로 구성", "makefile-tools.configuration.makefile.configureOnEdit.description": "관련 메이크파일 및/또는 설정이 변경되면 메이크파일 프로젝트 디렉터리를 자동으로 구성", "makefile-tools.configuration.makefile.configureAfterCommand.description": "빌드 구성 변경 또는 메이크파일 대상과 같은 관련 작업 후에 메이크파일 프로젝트 디렉터리를 자동으로 구성", diff --git a/i18n/kor/src/configuration.i18n.json b/i18n/kor/src/configuration.i18n.json index 2f686f70..6be4e341 100644 --- a/i18n/kor/src/configuration.i18n.json +++ b/i18n/kor/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json 경로: {0}", "additional.compiler.names": "추가 컴파일러 이름: '{0}'", "exclude.compiler.names": "컴파일러 이름 '{0}' 제외", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "시험 실행 스위치: '{0}'", "reading.current.launch.configuration": "작업 영역 상태에서 현재 시작 구성 \"{0}\"을(를) 읽습니다.", "launch.configuration.no.longer.defined.settings": "\"makefile.launchConfigurations\" 설정에서 시작 구성 \"{0}\"이(가) 더 이상 정의되어 있지 않습니다.", diff --git a/i18n/kor/src/util.i18n.json b/i18n/kor/src/util.i18n.json index 794745a4..76df7425 100644 --- a/i18n/kor/src/util.i18n.json +++ b/i18n/kor/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "프로세스 PID를 종료하는 중 = {0}", "utils.terminate.process": "PID=${0} 프로세스를 종료하는 중 ...", "utils.quoting": "다음을 사용하여 자식 프로세스 생성:\n 프로세스 이름: {0}\n 프로세스 인수: {1}\n 작업 디렉터리: {2}\n 셸 유형: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "대상 개체의 속성 {0}이(가) 이미 {1}(으)로 설정되어 있습니다. {2}을(를) 사용하여 원본에서 덮어쓰기", "utils.dryrun.detailed.output": "자세한 시험 실행 출력은 {0}에서 볼 수 있습니다.", "utils.dryrun.error.environment": "확장 프로그램이 개발 프롬프트 환경과 동일한 make 명령을 호출하고 있는지 확인하세요.", diff --git a/i18n/plk/package.i18n.json b/i18n/plk/package.i18n.json index 610b9f7c..9f663ddd 100644 --- a/i18n/plk/package.i18n.json +++ b/i18n/plk/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumenty do przekazania do przywołania przebiegu próbnego make", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nazwy narzędzi kompilatora do dodania do listy znanych rozszerzeń", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nazwy narzędzi kompilatora do wykluczenia z listy znanych rozszerzeń", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Automatycznie konfiguruj katalogi projektu pliku reguł programu make po ich otwarciu", "makefile-tools.configuration.makefile.configureOnEdit.description": "Automatycznie konfiguruj katalogi projektu pliku reguł programu make, gdy zostaną zmienione odpowiednie pliki reguł programu make i/lub ustawienia", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Automatycznie konfiguruj katalogi projektu pliku reguł programu make po odpowiednich operacjach, takich jak zmiana konfiguracji kompilacji lub obiekt docelowy pliku reguł programu make", diff --git a/i18n/plk/src/configuration.i18n.json b/i18n/plk/src/configuration.i18n.json index 9a95eb56..3f649af7 100644 --- a/i18n/plk/src/configuration.i18n.json +++ b/i18n/plk/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "ścieżka compile_commands.json: {0}", "additional.compiler.names": "Dodatkowe nazwy kompilatora: „{0}”", "exclude.compiler.names": "Wyklucz nazwy kompilatora: „{0}”", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Przełączniki przebiegu suchego: „{0}”", "reading.current.launch.configuration": "Odczytywanie bieżącej konfiguracji uruchamiania „{0}” ze stanu obszaru roboczego.", "launch.configuration.no.longer.defined.settings": "Konfiguracja uruchamiania „{0}” nie jest już zdefiniowana w ustawieniach „makefile.launchConfigurations”.", diff --git a/i18n/plk/src/util.i18n.json b/i18n/plk/src/util.i18n.json index 708490fe..c9a51f50 100644 --- a/i18n/plk/src/util.i18n.json +++ b/i18n/plk/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "Trwa zabijanie procesu PID = {0}", "utils.terminate.process": "Trwa kończenie procesu PID=${0}...", "utils.quoting": "Zduplikowanie procesu podrzędnego za pomocą:\n nazwa procesu: {0}\n argumenty procesu: {1}\n Katalog roboczy: {2}\n typ powłoki: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "Dla miejsca docelowego ustawiono już właściwość {0} na {1}. Zastępowanie ze źródła za pomocą {2}", "utils.dryrun.detailed.output": "Szczegółowe dane wyjściowe uruchomienia próbnego można zobaczyć na stronie {0}", "utils.dryrun.error.environment": "Upewnij się, że rozszerzenie wywołuje to samo polecenie make co w środowisku monitu programistycznego.", diff --git a/i18n/ptb/package.i18n.json b/i18n/ptb/package.i18n.json index cd49bbf8..867dc531 100644 --- a/i18n/ptb/package.i18n.json +++ b/i18n/ptb/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Argumentos a serem passados para a invocação do make de simulação", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Nomes de ferramentas do compilador a serem adicionados na lista de extensões conhecidas", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Nomes de ferramentas do compilador a serem excluídas da lista de extensões conhecidas", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Configurar os diretórios de projeto do Makefile automaticamente quando eles forem abertos", "makefile-tools.configuration.makefile.configureOnEdit.description": "Configurar automaticamente os diretórios do projeto Makefile quando os makefiles e/ou as configurações relevantes forem alterados", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Configurar automaticamente diretórios de projeto Makefile após operações relevantes, como alterar a configuração de complicação ou o destino do makefile", diff --git a/i18n/ptb/src/configuration.i18n.json b/i18n/ptb/src/configuration.i18n.json index 5b3ab631..3454d07d 100644 --- a/i18n/ptb/src/configuration.i18n.json +++ b/i18n/ptb/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "caminho compile_commands.json: {0}", "additional.compiler.names": "Nomes de compiladores adicionais: \"{0}\"", "exclude.compiler.names": "Excluir nomes do compilador: \"{0}\"", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Comutadores de simulação: \"{0}\"", "reading.current.launch.configuration": "Lendo a configuração de inicialização atual \"{0}\" do estado do workspace.", "launch.configuration.no.longer.defined.settings": "A configuração de inicialização \"{0}\" não está mais definida nas configurações \"makefile.launchConfigurations\".", diff --git a/i18n/ptb/src/util.i18n.json b/i18n/ptb/src/util.i18n.json index d20d77e3..f356fbc2 100644 --- a/i18n/ptb/src/util.i18n.json +++ b/i18n/ptb/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "Encerrando o processo PID = {0}", "utils.terminate.process": "Finalizando PID do processo=${0} ...", "utils.quoting": "Gerando o processo filho com:\n nome do processo: {0}\n argumentos do processo: {1}\n diretório de trabalho: {2}\n tipo de shell: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "O objeto de destino já tem a propriedade {0} definida como {1}. Substituindo a origem com {2}", "utils.dryrun.detailed.output": "Você pode ver a saída detalhada da simulação em {0}", "utils.dryrun.error.environment": "Certifique-se de que a extensão esteja invocando o mesmo comando make do seu ambiente de prompt de desenvolvimento.", diff --git a/i18n/rus/package.i18n.json b/i18n/rus/package.i18n.json index 635f8cd8..457d2877 100644 --- a/i18n/rus/package.i18n.json +++ b/i18n/rus/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Аргументы для перехода к пробному вызову make", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Имена средств компилятора, которые будут добавлены в список известных расширений", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Имена средств компилятора, исключаемых из списка известных расширений", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Автоматическая настройка каталогов проекта файла makefile при их открытии", "makefile-tools.configuration.makefile.configureOnEdit.description": "Автоматически настраивать каталоги проекта файла makefile при изменении любых соответствующих make-файлов и/или параметров.", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Автоматически настраивать каталоги проекта файла makefile после соответствующих операций, таких как изменение конфигурации сборки или цели файла makefile.", diff --git a/i18n/rus/src/configuration.i18n.json b/i18n/rus/src/configuration.i18n.json index 763a48ff..b917a00e 100644 --- a/i18n/rus/src/configuration.i18n.json +++ b/i18n/rus/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "Путь compile_commands.json: {0}", "additional.compiler.names": "Дополнительные имена компилятора: '{0}'", "exclude.compiler.names": "Исключить имена компилятора: '{0}'", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Коммутаторы пробного запуска: '{0}'", "reading.current.launch.configuration": "Чтение текущей конфигурации запуска \"{0}\" из состояния рабочей области.", "launch.configuration.no.longer.defined.settings": "Конфигурация запуска \"{0}\" больше не определена в параметрах \"makefile.launchConfigurations\".", diff --git a/i18n/rus/src/util.i18n.json b/i18n/rus/src/util.i18n.json index ec37102c..bcc051bb 100644 --- a/i18n/rus/src/util.i18n.json +++ b/i18n/rus/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "PID завершения процесса = {0}", "utils.terminate.process": "Завершение процесса PID=${0}...", "utils.quoting": "Процесс создания рабочего процесса с помощью:\n имя процесса: {0}\n аргументы процесса: {1}\n рабочий каталог: {2}\n тип оболочки: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "Для конечного объекта для свойства {0} задано значение {1}. Перезапись из источника с помощью {2}", "utils.dryrun.detailed.output": "Подробные выходные данные пробного запуска можно просмотреть в {0}", "utils.dryrun.error.environment": "Убедитесь, что расширение выполняет вызов той же команды make, что и в среде запроса на разработку.", diff --git a/i18n/trk/package.i18n.json b/i18n/trk/package.i18n.json index d86aaac5..f0555bb6 100644 --- a/i18n/trk/package.i18n.json +++ b/i18n/trk/package.i18n.json @@ -57,6 +57,7 @@ "makefile-tools.configuration.makefile.dryrunSwitches.description": "Prova make çağrısına geçirilecek bağımsız değişkenler", "makefile-tools.configuration.makefile.additionalCompilerNames.description": "Bilinen uzantı listesine eklenecek derleyici araçlarının adları", "makefile-tools.configuration.makefile.excludeCompilerNames.description": "Bilinen uzantı listesinden çıkarılacak derleyici araçlarının adları", + "makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with", "makefile-tools.configuration.makefile.configureOnOpen.description": "Make proje dizinleri açıldığında bu dizinleri otomatik olarak yapılandırın.", "makefile-tools.configuration.makefile.configureOnEdit.description": "Herhangi bir ilgili derleme görevleri dosyası ve/veya ayar değiştirildiğinde Derleme görevleri dosyası proje dizinlerini otomatik olarak yapılandırın", "makefile-tools.configuration.makefile.configureAfterCommand.description": "Derleme görevleri dosyası proje dizinlerini, derleme yapılandırmasını değiştirme veya derleme görevleri dosyası hedefi gibi ilgili işlemlerden sonra otomatik olarak yapılandırın", diff --git a/i18n/trk/src/configuration.i18n.json b/i18n/trk/src/configuration.i18n.json index 62fb7500..2f8d066e 100644 --- a/i18n/trk/src/configuration.i18n.json +++ b/i18n/trk/src/configuration.i18n.json @@ -28,6 +28,7 @@ "compile.commands.json.path": "compile_commands.json yolu: {0}", "additional.compiler.names": "Ek derleyici adları: '{0}'", "exclude.compiler.names": "Derleyici adlarını dışla: '{0}'", + "safe.commands": "Safe commands: '{0}'", "dry.run.switches": "Deneme anahtarları: '{0}'", "reading.current.launch.configuration": "Geçerli başlatma yapılandırması \"{0}\" çalışma alanı durumundan okunuyor.", "launch.configuration.no.longer.defined.settings": "Başlatma yapılandırması \"{0}\" artık \"makefile.launchConfigurations\" ayarlarında tanımlı değil.", diff --git a/i18n/trk/src/util.i18n.json b/i18n/trk/src/util.i18n.json index fcb060a5..c744684a 100644 --- a/i18n/trk/src/util.i18n.json +++ b/i18n/trk/src/util.i18n.json @@ -9,6 +9,7 @@ "killing.process": "PID = {0} işlemi sonlandırılıyor", "utils.terminate.process": "PID=${0} süreci sonlandırılıyor ...", "utils.quoting": "Alt işlem şu öğeyle üretiliyor:\n işlem adı: {0}\n işlem bağımsız değişkenleri: {1}\n çalışma dizini: {2}\n kabuk türü: {3}", + "unsafe.command": "Commands must be marked as safe before they will be executed in the shell. Add {0} to the {1} setting if this command is safe to execute", "utils.overwriting.property": "Hedef nesnede {0} özelliği zaten {1} olarak ayarlanmış. {2} ile kaynaktan üzerine yazılıyor", "utils.dryrun.detailed.output": "Ayrıntılı deneme çıkışını şu konumda görüntüleyebilirsiniz: {0}", "utils.dryrun.error.environment": "Uzantının, geliştirme istemi ortamınızla aynı derleme komutunu çağırdığından emin olun.",