Skip to content

Commit 80e3006

Browse files
authored
Merge master-localization into master (#16800)
1 parent 94666f5 commit 80e3006

25 files changed

+158
-80
lines changed

doc/distrib/NodeHelpFiles/cs-CZ/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Podrobnosti
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Skript jazyka Python vrátí výsledek vstupů uzlu procházejících vloženým skriptem jazyka Python. V níže uvedeném příkladu se krychle vytvořená uzlem Cuboid.ByCorners umístí do pole a přesune se pomocí skriptu jazyka Python, který ve smyčce prochází jak hodnoty X, tak hodnoty Y. Dvojitým kliknutím na uzel spustíte aplikaci editoru pro skript.
33
___
44
## Vzorový soubor
55

doc/distrib/NodeHelpFiles/de-DE/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Im Detail
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Python-Skript gibt das Ergebnis der Eingaben des Blocks zurück, die durch ein eingebettetes Python-Skript übergeben wurden. Im folgenden Beispiel wird ein aus Cuboid.ByCorners erstellter Würfel durch ein Python-Skript, das sowohl X als auch Y durchläuft, angeordnet und verschoben. Durch Doppelklicken auf den Block wird ein Editor für das Skript aufgerufen.
33
___
44
## Beispieldatei
55

doc/distrib/NodeHelpFiles/es-ES/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## En detalle:
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Python Script devolverá el resultado de las entradas del nodo transmitidas a través de una secuencia de comandos de Python incrustada. En el ejemplo siguiente, un cubo creado a partir de Cuboid.ByCorners se organiza en una matriz y se traslada mediante una secuencia de comandos de Python que recorre tanto X como Y. Al hacer doble clic en el nodo, aparecerá un editor para la secuencia de comandos.
33
___
44
## Archivo de ejemplo
55

doc/distrib/NodeHelpFiles/fr-FR/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Description approfondie
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Python Script renvoie le résultat des entrées du noeud transmises via un script Python intégré. Dans l'exemple ci-dessous, un cube créé à partir de Cuboid.ByCorners est mis en réseau et traduit par un script Python qui effectue une boucle à travers X et Y. Un double clic sur le nœud affiche un éditeur du script.
33
___
44
## Exemple de fichier
55

doc/distrib/NodeHelpFiles/it-IT/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## In profondità
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Lo script Python restituirà il risultato degli input del nodo passati attraverso uno script Python incorporato. Nell'esempio seguente, viene creata la matrice di un cubo generato da Cuboid.ByCorners che è poi traslato da uno script Python in loop sia su X che Y. Facendo doppio clic sul nodo verrà visualizzato un editor per lo script.
33
___
44
## File di esempio
55

doc/distrib/NodeHelpFiles/ja-JP/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 詳細
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Python Script は、埋め込み Python スクリプトに渡されたノードの入力の結果を返します。次の例では、Cuboid.ByCorners から作成された立方体が、X 方向と Y 方向の両方でループする Python スクリプトによって配列および変換されています。ノードをダブルクリックすると、スクリプトのエディタが表示されます。
33
___
44
## サンプル ファイル
55

doc/distrib/NodeHelpFiles/ko-KR/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 상세
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Python 스크립트는 전달된 노드 입력을 포함된 Python 스크립트를 통해 처리한 결과를 반환합니다. 아래 예에서는 Cuboid.ByCorners에서 작성된 정육면체가 X와 Y를 통해 루프를 실행하는 Python 스크립트에 의해 배열 및 변환됩니다. 노드를 두 번 클릭하면 스크립트의 편집기가 나타납니다.
33
___
44
## 예제 파일
55

doc/distrib/NodeHelpFiles/pl-PL/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Informacje szczegółowe
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Skrypt Python zwraca wynik dla danych wejściowych węzła przetworzonych za pomocą osadzonego skryptu Python. W poniższym przykładzie sześcian utworzony za pomocą węzła Cuboid.ByCorners zostaje umieszczony w tablicy i przekształcony przez skrypt Python z pętlami przechodzącymi przez współrzędne X i Y. Dwukrotne kliknięcie węzła powoduje wyświetlenie edytora skryptu.
33
___
44
## Plik przykładowy
55

doc/distrib/NodeHelpFiles/pt-BR/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Em profundidade
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
O script Python retornará o resultado das entradas do nó passadas por um script Python integrado. No exemplo abaixo, um cubo criado com base em Cuboid.ByCorners é colocado em matriz e convertido por um script Python que efetua o loop através de X e Y. Clicar duas vezes no nó abrirá um editor para o script.
33
___
44
## Arquivo de exemplo
55

doc/distrib/NodeHelpFiles/ru-RU/PythonNodeModels.PythonNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Подробности
2-
Python Script will return the result of the node's inputs passed through an embedded python script. In the example below, a cube created from Cuboid.ByCorners is arrayed and translated by a Python script that loops through both X and Y. Double clicking the node will bring up an editor for the script.
2+
Сценарий Python возвращает результат передачи входных элементов узла во встроенный сценарий Python. В приведенном ниже примере куб, созданный с помощью узла Cuboid.ByCorners, преобразуется в массив сценарием Python, который циклически проходит и через X, и через Y. Дважды щелкните узел, чтобы открыть редактор сценариев.
33
___
44
## Файл примера
55

0 commit comments

Comments
 (0)