diff --git a/i18n/chs/src/make.i18n.json b/i18n/chs/src/make.i18n.json index 407150e..26b1ef5 100644 --- a/i18n/chs/src/make.i18n.json +++ b/i18n/chs/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(递归)", "project.configuring.background.op.may.run.on.out.of.date.input": "项目在后台进行配置,{0} 可能会在过期输入时运行。", "cannot.op.because.project.already.doing": "无法 {0},因为项目已在执行 \\\"{1}\\\"。", "yes": "是", - "no": "否" + "no": "否", + "make.popupStr": "正在生成 ${0} 当前生成文件配置 ${0}", + "make.build.cancelling": "正在取消...", + "make.generating.dryrun": "正在生成干运行输出", + "make.generating.forTargets": "(针对具体目标)", + "make.prePostConfigure.cancelling": "正在取消...", + "make.preconfigure.title": "正在预配置 ${0}", + "make.preconfigure.cancel.title": "正在取消预配置", + "make.postconfigure.title": "正在进行后期配置: ${0}", + "make.postconfigure.cancelling.title": "正在取消后期配置", + "make.configuring.title": "正在配置", + "make.confiuring.cancel.title": "正在取消配置", + "make.configure.cache": "正在从缓存中配置" } \ No newline at end of file diff --git a/i18n/chs/src/util.i18n.json b/i18n/chs/src/util.i18n.json new file mode 100644 index 0000000..1fe4250 --- /dev/null +++ b/i18n/chs/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "正在终止进程 PID=${0} ..." +} \ No newline at end of file diff --git a/i18n/cht/src/make.i18n.json b/i18n/cht/src/make.i18n.json index 7954c06..42608ce 100644 --- a/i18n/cht/src/make.i18n.json +++ b/i18n/cht/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(遞迴)", "project.configuring.background.op.may.run.on.out.of.date.input": "專案正在背景中設定,而 {0} 可能會以過期的輸入執行。", "cannot.op.because.project.already.doing": "無法{0},因為專案已在執行 '{1}'。", "yes": "是", - "no": "否" + "no": "否", + "make.popupStr": "正在建立 ${0} 目前的 Makefile 設定 ${0}", + "make.build.cancelling": "正在取消...", + "make.generating.dryrun": "正在產生乾執行輸出", + "make.generating.forTargets": "(特別針對目標)", + "make.prePostConfigure.cancelling": "正在取消...", + "make.preconfigure.title": "預先設定 ${0}", + "make.preconfigure.cancel.title": "正在取消預先設定", + "make.postconfigure.title": "後續設定: ${0}", + "make.postconfigure.cancelling.title": "正在取消後續設定", + "make.configuring.title": "正在設定", + "make.confiuring.cancel.title": "正在取消設定", + "make.configure.cache": "正在從快取設定" } \ No newline at end of file diff --git a/i18n/cht/src/util.i18n.json b/i18n/cht/src/util.i18n.json new file mode 100644 index 0000000..9de2e4b --- /dev/null +++ b/i18n/cht/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "正在終止流程 PID=${0} ..." +} \ No newline at end of file diff --git a/i18n/csy/src/make.i18n.json b/i18n/csy/src/make.i18n.json index 38f198e..e4e239e 100644 --- a/i18n/csy/src/make.i18n.json +++ b/i18n/csy/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(rekurzivní)", "project.configuring.background.op.may.run.on.out.of.date.input": "Projekt se konfiguruje na pozadí a {0} může běžet na zastaralém vstupu.", "cannot.op.because.project.already.doing": "Nelze {0}, protože projekt již provádí operaci {1}.", "yes": "Ano", - "no": "Ne" + "no": "Ne", + "make.popupStr": "Sestavování ${0} aktuální konfiguraci souboru pravidel ${0}", + "make.build.cancelling": "Probíhá rušení...", + "make.generating.dryrun": "Generuje se výstup zkušebního běhu", + "make.generating.forTargets": "(konkrétně pro cíle)", + "make.prePostConfigure.cancelling": "Probíhá rušení...", + "make.preconfigure.title": "Přednakonfigurovat ${0}", + "make.preconfigure.cancel.title": "Ruší se předběžná konfigurace", + "make.postconfigure.title": "Následná konfigurace: ${0}", + "make.postconfigure.cancelling.title": "Ruší se následná konfigurace", + "make.configuring.title": "Probíhá konfigurace", + "make.confiuring.cancel.title": "Ruší se konfigurace", + "make.configure.cache": "Konfigurace z mezipaměti" } \ No newline at end of file diff --git a/i18n/csy/src/util.i18n.json b/i18n/csy/src/util.i18n.json new file mode 100644 index 0000000..4c56bdd --- /dev/null +++ b/i18n/csy/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Ukončuje se proces PID=${0}..." +} \ No newline at end of file diff --git a/i18n/deu/src/make.i18n.json b/i18n/deu/src/make.i18n.json index fcff6e3..2a42cf3 100644 --- a/i18n/deu/src/make.i18n.json +++ b/i18n/deu/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(rekursiv)", "project.configuring.background.op.may.run.on.out.of.date.input": "Das Projekt wird im Hintergrund konfiguriert, und {0} kann mit veralteten Eingaben ausgeführt werden.", "cannot.op.because.project.already.doing": "Kann nicht {0}, weil das Projekt bereits „{1}“ ausführt.", "yes": "Ja", - "no": "Nein" + "no": "Nein", + "make.popupStr": "Erstellen von ${0} der aktuellen Makefile-Konfiguration ${0}", + "make.build.cancelling": "Wird abgebrochen...", + "make.generating.dryrun": "Ausgabe des Probelaufs wird generiert.", + "make.generating.forTargets": "(speziell für Ziele)", + "make.prePostConfigure.cancelling": "Wird abgebrochen...", + "make.preconfigure.title": "Vorkonfiguration von ${0}", + "make.preconfigure.cancel.title": "Vorkonfiguration wird abgebrochen", + "make.postconfigure.title": "Nachkonfiguration von ${0}", + "make.postconfigure.cancelling.title": "Die Nachkonfiguration wird abgebrochen", + "make.configuring.title": "Wird konfiguriert", + "make.confiuring.cancel.title": "Konfiguration wird abgebrochen", + "make.configure.cache": "Konfiguration aus dem Cache" } \ No newline at end of file diff --git a/i18n/deu/src/util.i18n.json b/i18n/deu/src/util.i18n.json new file mode 100644 index 0000000..c038222 --- /dev/null +++ b/i18n/deu/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Prozess PID=${0} wird beendet..." +} \ No newline at end of file diff --git a/i18n/esn/src/make.i18n.json b/i18n/esn/src/make.i18n.json index e48e7d2..e5db3dc 100644 --- a/i18n/esn/src/make.i18n.json +++ b/i18n/esn/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(recursivo)", "project.configuring.background.op.may.run.on.out.of.date.input": "El proyecto se está configurando en segundo plano y {0} podría ejecutarse en una entrada obsoleta.", "cannot.op.because.project.already.doing": "No se puede {0} porque el proyecto ya está realizando una operación '{1}'.", "yes": "Sí", - "no": "No" + "no": "No", + "make.popupStr": "Compilando ${0} la configuración actual de archivos Make ${0}", + "make.build.cancelling": "Cancelando...", + "make.generating.dryrun": "Generando salida de simulacro", + "make.generating.forTargets": "(para destinos específicamente)", + "make.prePostConfigure.cancelling": "Cancelando...", + "make.preconfigure.title": "Preconfigurando ${0}", + "make.preconfigure.cancel.title": "Cancelando la preconfiguración", + "make.postconfigure.title": "Postconfigurando: ${0}", + "make.postconfigure.cancelling.title": "Cancelando la configuración posterior", + "make.configuring.title": "Configurando", + "make.confiuring.cancel.title": "Cancelando la configuración", + "make.configure.cache": "Configurando desde caché" } \ No newline at end of file diff --git a/i18n/esn/src/util.i18n.json b/i18n/esn/src/util.i18n.json new file mode 100644 index 0000000..060bc5b --- /dev/null +++ b/i18n/esn/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Terminando proceso PID=${0} ..." +} \ No newline at end of file diff --git a/i18n/fra/src/make.i18n.json b/i18n/fra/src/make.i18n.json index e255cc1..3b83202 100644 --- a/i18n/fra/src/make.i18n.json +++ b/i18n/fra/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(récursif)", "project.configuring.background.op.may.run.on.out.of.date.input": "Le projet se configure en arrière-plan et {0} peut s’exécuter sur des entrées obsolètes.", "cannot.op.because.project.already.doing": "Impossible {0} car le projet fait déjà un '{1}'.", "yes": "Oui", - "no": "Non" + "no": "Non", + "make.popupStr": "Génération de ${0} la configuration makefile actuelle ${0}", + "make.build.cancelling": "Annulation en cours...", + "make.generating.dryrun": "Génération de la sortie de test", + "make.generating.forTargets": "(pour les cibles spécifiquement)", + "make.prePostConfigure.cancelling": "Annulation en cours...", + "make.preconfigure.title": "Préconfiguration de ${0}", + "make.preconfigure.cancel.title": "Annulation de la préconfiguration", + "make.postconfigure.title": "Postconfiguration : ${0}", + "make.postconfigure.cancelling.title": "Annulation de la postconfiguration", + "make.configuring.title": "Configuration", + "make.confiuring.cancel.title": "Annulation de la configuration", + "make.configure.cache": "Configuration à partir du cache" } \ No newline at end of file diff --git a/i18n/fra/src/util.i18n.json b/i18n/fra/src/util.i18n.json new file mode 100644 index 0000000..4e9793b --- /dev/null +++ b/i18n/fra/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Fin du processus PID=${0} ..." +} \ No newline at end of file diff --git a/i18n/ita/src/make.i18n.json b/i18n/ita/src/make.i18n.json index dc68649..51de737 100644 --- a/i18n/ita/src/make.i18n.json +++ b/i18n/ita/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(ricorsivo)", "project.configuring.background.op.may.run.on.out.of.date.input": "Il progetto viene configurato in background e {0} potrebbe essere eseguito con input non aggiornato.", "cannot.op.because.project.already.doing": "Non è possibile {0} perché il progetto sta già eseguendo un '{1}'.", "yes": "Sì", - "no": "No" + "no": "No", + "make.popupStr": "Compilazione di ${0} della configurazione del makefile corrente ${0}", + "make.build.cancelling": "Annullamento in corso...", + "make.generating.dryrun": "Generazione dell'output di prova", + "make.generating.forTargets": "(per specificamente destinazioni)", + "make.prePostConfigure.cancelling": "Annullamento in corso...", + "make.preconfigure.title": "Preconfigurazione di ${0}", + "make.preconfigure.cancel.title": "Annullamento della preconfigurazione", + "make.postconfigure.title": "Post-configurazione: ${0}", + "make.postconfigure.cancelling.title": "Annullamento della post-configurazione", + "make.configuring.title": "Configurazione in corso", + "make.confiuring.cancel.title": "Annullamento della configurazione", + "make.configure.cache": "Configurazione dalla cache" } \ No newline at end of file diff --git a/i18n/ita/src/util.i18n.json b/i18n/ita/src/util.i18n.json new file mode 100644 index 0000000..299e1a9 --- /dev/null +++ b/i18n/ita/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Terminazione del processo PID=${0} in corso..." +} \ No newline at end of file diff --git a/i18n/jpn/src/make.i18n.json b/i18n/jpn/src/make.i18n.json index 0ff786f..34f030c 100644 --- a/i18n/jpn/src/make.i18n.json +++ b/i18n/jpn/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(再帰的)", "project.configuring.background.op.may.run.on.out.of.date.input": "プロジェクトはバックグラウンドで構成されており、{0} が古い入力で実行される場合があります。", "cannot.op.because.project.already.doing": "プロジェクトが既に `{1}` を実行しているため、{0} できません。", "yes": "はい", - "no": "いいえ" + "no": "いいえ", + "make.popupStr": "${0} 現在のメイクシフト構成 ${0} のビルド", + "make.build.cancelling": "取り消しています...", + "make.generating.dryrun": "ドライラン出力の生成", + "make.generating.forTargets": "(具体的にはターゲットの場合)", + "make.prePostConfigure.cancelling": "取り消しています...", + "make.preconfigure.title": "${0} の事前構成", + "make.preconfigure.cancel.title": "事前構成の取り消し", + "make.postconfigure.title": "構成後: ${0}", + "make.postconfigure.cancelling.title": "構成後の取り消し", + "make.configuring.title": "構成", + "make.confiuring.cancel.title": "構成を取り消しています", + "make.configure.cache": "キャッシュからの構成" } \ No newline at end of file diff --git a/i18n/jpn/src/util.i18n.json b/i18n/jpn/src/util.i18n.json new file mode 100644 index 0000000..a35d889 --- /dev/null +++ b/i18n/jpn/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "プロセス PID=${0} を終了しています..." +} \ No newline at end of file diff --git a/i18n/kor/src/make.i18n.json b/i18n/kor/src/make.i18n.json index 5632065..97d1840 100644 --- a/i18n/kor/src/make.i18n.json +++ b/i18n/kor/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(재귀적)", "project.configuring.background.op.may.run.on.out.of.date.input": "프로젝트가 백그라운드에서 구성되고 있으며 {0}은(는) 오래된 입력에서 실행될 수 있습니다.", "cannot.op.because.project.already.doing": "프로젝트에서 이미 '{0}' 수행 중이므로 {1} 수 없습니다.", "yes": "예", - "no": "아니요" + "no": "아니요", + "make.popupStr": "${0} ${0} 현재 메이크파일 구성을 빌드하는 중", + "make.build.cancelling": "취소하는 중...", + "make.generating.dryrun": "시험 실행 출력을 생성하는 중", + "make.generating.forTargets": "(특히 대상의 경우)", + "make.prePostConfigure.cancelling": "취소하는 중...", + "make.preconfigure.title": "${0} 사전 구성하는 중", + "make.preconfigure.cancel.title": "사전 구성을 취소하는 중", + "make.postconfigure.title": "사전 구성 중: ${0}", + "make.postconfigure.cancelling.title": "사후 구성 취소하는 중", + "make.configuring.title": "구성하는 중", + "make.confiuring.cancel.title": "구성을 취소하는 중", + "make.configure.cache": "캐시에서 구성하는 중" } \ No newline at end of file diff --git a/i18n/kor/src/util.i18n.json b/i18n/kor/src/util.i18n.json new file mode 100644 index 0000000..e119bee --- /dev/null +++ b/i18n/kor/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "PID=${0} 프로세스를 종료하는 중 ..." +} \ No newline at end of file diff --git a/i18n/plk/src/make.i18n.json b/i18n/plk/src/make.i18n.json index 2c69d7c..38391d3 100644 --- a/i18n/plk/src/make.i18n.json +++ b/i18n/plk/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(cykliczne)", "project.configuring.background.op.may.run.on.out.of.date.input": "Projekt jest konfigurowany w tle i {0} może być uruchamiany w nieaktualnych danych wejściowych.", "cannot.op.because.project.already.doing": "Nie można {0} ponieważ projekt wykonuje już operację „{1}”.", "yes": "Tak", - "no": "Nie" + "no": "Nie", + "make.popupStr": "Kompilowanie ${0} bieżącej konfiguracji pliku reguł programu make ${0}", + "make.build.cancelling": "Trwa anulowanie...", + "make.generating.dryrun": "Generowanie danych wyjściowych przebiegu suchego", + "make.generating.forTargets": "(w szczególności dla celów)", + "make.prePostConfigure.cancelling": "Trwa anulowanie...", + "make.preconfigure.title": "Wstępne konfigurowanie ${0}", + "make.preconfigure.cancel.title": "Anulowanie wstępnej konfiguracji", + "make.postconfigure.title": "Po skonfigurowaniu: ${0}", + "make.postconfigure.cancelling.title": "Anulowanie po skonfigurowaniu", + "make.configuring.title": "Konfigurowanie", + "make.confiuring.cancel.title": "Anulowanie konfiguracji", + "make.configure.cache": "Konfigurowanie z pamięci podręcznej" } \ No newline at end of file diff --git a/i18n/plk/src/util.i18n.json b/i18n/plk/src/util.i18n.json new file mode 100644 index 0000000..413808a --- /dev/null +++ b/i18n/plk/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Trwa kończenie procesu PID=${0}..." +} \ No newline at end of file diff --git a/i18n/ptb/src/make.i18n.json b/i18n/ptb/src/make.i18n.json index fa86d20..35c6020 100644 --- a/i18n/ptb/src/make.i18n.json +++ b/i18n/ptb/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(recursivo)", "project.configuring.background.op.may.run.on.out.of.date.input": "O projeto está sendo configurado em segundo plano e {0} pode ser executado em uma entrada desatualizada.", "cannot.op.because.project.already.doing": "Não é possível {0} porque o projeto já está fazendo um '{1}'.", "yes": "Sim", - "no": "Não" + "no": "Não", + "make.popupStr": "Construindo ${0} a configuração atual do makefile ${0}", + "make.build.cancelling": "Cancelando...", + "make.generating.dryrun": "Gerando resultados de simulação", + "make.generating.forTargets": "(para alvos especificamente)", + "make.prePostConfigure.cancelling": "Cancelando...", + "make.preconfigure.title": "Pré-configuração ${0}", + "make.preconfigure.cancel.title": "Cancelando a pré-configuração", + "make.postconfigure.title": "Pós-configuração: ${0}", + "make.postconfigure.cancelling.title": "Cancelando pós-configuração", + "make.configuring.title": "Configurando", + "make.confiuring.cancel.title": "Cancelando configuração", + "make.configure.cache": "Configurando a partir do cache" } \ No newline at end of file diff --git a/i18n/ptb/src/util.i18n.json b/i18n/ptb/src/util.i18n.json new file mode 100644 index 0000000..73fffdf --- /dev/null +++ b/i18n/ptb/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Finalizando PID do processo=${0} ..." +} \ No newline at end of file diff --git a/i18n/rus/src/make.i18n.json b/i18n/rus/src/make.i18n.json index 4fb380f..83fd7de 100644 --- a/i18n/rus/src/make.i18n.json +++ b/i18n/rus/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(рекурсивно)", "project.configuring.background.op.may.run.on.out.of.date.input": "Проект настраивается в фоновом режиме и {0} может работать на устаревших входных данных.", "cannot.op.because.project.already.doing": "Не {0}, так как проект уже выполняет '{1}'.", "yes": "Да", - "no": "Нет" + "no": "Нет", + "make.popupStr": "Выполняется сборка ${0} текущей конфигурации файла makefile ${0}", + "make.build.cancelling": "Отмена...", + "make.generating.dryrun": "Создание выходных данных пробного запуска", + "make.generating.forTargets": "(специально для целевых объектов)", + "make.prePostConfigure.cancelling": "Отмена...", + "make.preconfigure.title": "Предварительная настройка ${0}", + "make.preconfigure.cancel.title": "Отмена предварительной настройки", + "make.postconfigure.title": "Последующая настройка: ${0}", + "make.postconfigure.cancelling.title": "Отмена после настройки", + "make.configuring.title": "Настройка", + "make.confiuring.cancel.title": "Отмена настройки", + "make.configure.cache": "Настройка из кэша" } \ No newline at end of file diff --git a/i18n/rus/src/util.i18n.json b/i18n/rus/src/util.i18n.json new file mode 100644 index 0000000..fc9ef10 --- /dev/null +++ b/i18n/rus/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "Завершение процесса PID=${0}..." +} \ No newline at end of file diff --git a/i18n/trk/src/make.i18n.json b/i18n/trk/src/make.i18n.json index 972939d..296ab4a 100644 --- a/i18n/trk/src/make.i18n.json +++ b/i18n/trk/src/make.i18n.json @@ -4,8 +4,21 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "recursive": "(özyinelemeli)", "project.configuring.background.op.may.run.on.out.of.date.input": "Proje arka planda yapılandırılıyor ve {0} eski girişte çalıştırılabilir.", "cannot.op.because.project.already.doing": "Proje zaten “{1}” yaptığı için {0} olamaz.", "yes": "Evet", - "no": "Hayır" + "no": "Hayır", + "make.popupStr": "${0} mevcut derleme görevleri dosyası yapılandırması ${0}", + "make.build.cancelling": "İptal ediliyor...", + "make.generating.dryrun": "Deneme çıktısı oluşturma", + "make.generating.forTargets": "(özellikle hedefler için)", + "make.prePostConfigure.cancelling": "İptal ediliyor...", + "make.preconfigure.title": "${0}'ı önceden yapılandırma", + "make.preconfigure.cancel.title": "Yapılandırma öncesi iptal ediliyor", + "make.postconfigure.title": "Yapılandırma sonrası: ${0}", + "make.postconfigure.cancelling.title": "Yapılandırma sonrası iptal ediliyor", + "make.configuring.title": "Yapılandırılıyor", + "make.confiuring.cancel.title": "Yapılandırma iptal ediliyor", + "make.configure.cache": "Önbellekten yapılandırılıyor" } \ No newline at end of file diff --git a/i18n/trk/src/util.i18n.json b/i18n/trk/src/util.i18n.json new file mode 100644 index 0000000..6b6d645 --- /dev/null +++ b/i18n/trk/src/util.i18n.json @@ -0,0 +1,8 @@ +/*--------------------------------------------------------------------------------------------- + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for license information. + *--------------------------------------------------------------------------------------------*/ +// Do not edit this file. It is machine generated. +{ + "utils.terminate.process": "PID=${0} süreci sonlandırılıyor ..." +} \ No newline at end of file