Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge in translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Aug 17, 2016
1 parent aa78431 commit 6230ba8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions i18n/esn/out/node/nodeDebug.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"scope.exception": "Excepción",
"scope.global": "Global",
"scope.local": "Local",
"scope.local.with.count": "Local ({0} de {1})",
"scope.script": "Script",
"scope.unknown": "Tipo de ámbito desconocido: {0}",
"scope.with": "Con",
Expand Down
1 change: 1 addition & 0 deletions i18n/fra/out/node/nodeDebug.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"scope.exception": "Exception",
"scope.global": "Global",
"scope.local": "Local",
"scope.local.with.count": "Local ({0} sur {1})",
"scope.script": "Script",
"scope.unknown": "Type de portée inconnu : {0}",
"scope.with": "Avec",
Expand Down
1 change: 1 addition & 0 deletions i18n/ita/out/node/nodeDebug.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"scope.exception": "Eccezione",
"scope.global": "Globale",
"scope.local": "Locale",
"scope.local.with.count": "Locali ({0} di {1})",
"scope.script": "Script",
"scope.unknown": "Tipo di ambito sconosciuto: {0}",
"scope.with": "Con",
Expand Down
2 changes: 2 additions & 0 deletions i18n/ita/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"node.address.description": "Indirizzo TCP/IP della porta di debug (solo per Node.js >= 5.0). Il valore predefinito è 'localhost'.",
"node.attach.config.name": "Attach",
"node.attach.localRoot.description": "Radice di origine locale che corrisponde a 'remoteRoot'.",
"node.attach.processId.description": "ID del processo a cui collegarsi.",
"node.attach.remoteRoot.description": "Radice di origine dell'host remoto.",
"node.attach.restart.description": "Riavvia la sessione dopo la chiusura di Node.js.",
"node.launch.args.description": "Argomenti della riga di comando passati al programma.",
Expand All @@ -28,6 +29,7 @@
"node.launch.runtimeExecutable.description": "Percorso assoluto dell'eseguibile del runtime da usare. Il valore predefinito è l'eseguibile del runtime in PATH.",
"node.outDir.description": "Se sono abilitati i mapping di origine, il codice generato dovrebbe trovarsi in questa directory. Se non è specificato, il codice generato dovrebbe trovarsi nella stessa directory dell'origine.",
"node.port.description": "Porta di debug a cui connettersi. Il valore predefinito è 5858.",
"node.processattach.config.name": "Collega a processo",
"node.smartStep.description": "Esegue automaticamente un'istruzione alla volta del codice generato che non può essere mappato all'origine.",
"node.sourceMaps.description": "Usa i mapping di origine JavaScript (se esistenti).",
"node.stopOnEntry.description": "Arresta automaticamente il programma dopo l'avvio.",
Expand Down
2 changes: 2 additions & 0 deletions i18n/rus/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"node.address.description": "TCP/IP-адрес порта отладки (только для Node.js >= 5.0). Значение по умолчанию — \"localhost\".",
"node.attach.config.name": "Подключить",
"node.attach.localRoot.description": "Корневой элемент локального источника, соответствующий remoteRoot.",
"node.attach.processId.description": "Идентификатор процесса, к которому необходимо подключиться.",
"node.attach.remoteRoot.description": "Исходный корневой элемент удаленного узла.",
"node.attach.restart.description": "Перезапуск сеанса после завершения Node.js.",
"node.launch.args.description": "Аргументы командной строки, передаваемые программе.",
Expand All @@ -28,6 +29,7 @@
"node.launch.runtimeExecutable.description": "Абсолютный путь к исполняемому файлу среды выполнения. По умолчанию это исполняемый файл среды выполнения, заданный переменной PATH.",
"node.outDir.description": "Если карты исходного кода включены, созданный код должен быть в этом каталоге. Если параметр не задан, созданный код будет в том же каталоге, что и источник.",
"node.port.description": "Порт отладки для присоединения. Значение по умолчанию — 5858.",
"node.processattach.config.name": "Подключение к процессу",
"node.smartStep.description": "Автоматическая пошаговая отработка сформированного кода, который невозможно снова добавить в исходный источник.",
"node.sourceMaps.description": "Использовать карты исходного кода JavaScript (если они существуют).",
"node.stopOnEntry.description": "Автоматически остановить программу после запуска.",
Expand Down

0 comments on commit 6230ba8

Please sign in to comment.