Skip to content

Commit 3286cea

Browse files
author
cBuild
authored
Merge master-localization into master (#16114)
1 parent 2beac32 commit 3286cea

38 files changed

Lines changed: 143 additions & 143 deletions

doc/distrib/NodeHelpFiles/cs-CZ/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Uzel `List.GroupBySimilarity` seskupuje prvky seznamu podle přilehlosti jejich
33

44
Pomocí vstupu `tolerance` určete podobnost prvků. U seznamů čísel představuje hodnota `tolerance` maximální přípustný rozdíl mezi dvěma čísly, aby byla považována za podobná.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
U seznamů řetězců představuje vstup 'tolerance' maximální počet znaků, které se mohou mezi dvěma řetězci lišit, přičemž ke srovnání se použije Levenštejnova vzdálenost. Maximální tolerance řetězců je nastavena na hodnotu 10.
77

88
Booleovský vstup `considerAdjacency` označuje, zda má být při seskupování prvků zohledněna přilehlost. Pokud má hodnotu True, budou seskupeny dohromady pouze sousední prvky, které jsou podobné. Pokud má hodnotu False, k vytvoření shluků se použije samotná podobnost bez ohledu na přilehlost.
99

doc/distrib/NodeHelpFiles/de-DE/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Verwenden Sie die Eingabe `tolerance`, um die Ähnlichkeit von Elementen zu bestimmen. Bei Nummernlisten stellt der Wert 'tolerance' die maximal zulässige Differenz zwischen zwei Nummern dar, damit sie als ähnlich angesehen werden.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
Bei Zeichenfolgenlisten stellt 'tolerance' die maximale Anzahl an Zeichen dar, die sich bei zwei Zeichenfolgen unterscheiden können, wobei die Levenshtein-Distanz zum Vergleich verwendet wird. Die maximale Toleranz für Zeichenfolgen beträgt 10.
77

88
Die boolesche Eingabe `considerAdjacency` gibt an, ob die Nachbarschaft beim Gruppieren der Elemente berücksichtigt werden soll. Wenn True angegeben ist, werden nur benachbarte Elemente, die sich ähneln, gruppiert. Wenn False angegeben ist, wird nur die Ähnlichkeit zur Bildung von Gruppen verwendet, unabhängig von der Nachbarschaft.
99

doc/distrib/NodeHelpFiles/es-ES/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Utilice la entrada `tolerance` para determinar la similitud de los elementos. Para las listas de números, el valor de `tolerance` representa la diferencia máxima admisible entre dos números para que se consideren similares.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
Para las listas de cadenas, el valor de`tolerance`representa el número máximo de caracteres que pueden diferir entre dos cadenas utilizando la distancia de Levenshtein para la comparación. La tolerancia máxima para las cadenas está limitada a 10.
77

88
La entrada booleana `considerAdjacency` indica si se debe tener en cuenta la adyacencia al agrupar los elementos. Si se establece en "True" (verdadero), solo se agruparán los elementos adyacentes que sean similares. Si se establece en "False" (falso), solo se utilizará la similitud para formar clústeres, independientemente de la adyacencia.
99

doc/distrib/NodeHelpFiles/fr-FR/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Les clusters 'List.GroupBySimilarity' établissent la liste des éléments en fo
33

44
Utilisez l'entrée 'tolerance' pour déterminer la similitude des éléments. Pour les listes de nombres, la valeur de 'tolerance' représente la différence maximale admissible entre deux nombres pour qu'ils soient considérés comme similaires.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
Pour les listes de chaînes, 'tolerance' représente le nombre maximal de caractères pouvant différer entre deux chaînes, en utilisant la distance de Levenshtein pour la comparaison. La tolérance maximale pour les chaînes est limitée à 10.
77

88
L'entrée booléenne 'considerAdjacency' indique si la contiguïté doit être prise en compte lors du regroupement des éléments. Si la valeur est True, seuls les éléments contigus qui sont similaires seront regroupés. Si la valeur est False, seule la similarité sera utilisée pour former des clusters, indépendamment de la contiguïté.
99

doc/distrib/NodeHelpFiles/it-IT/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ I cluster `List.GroupBySimilarity` elencano gli elementi in base all'adiacenza d
33

44
Utilizzare l'input `tolerance` per determinare la similitudine degli elementi. Per gli elenchi di numeri, il valore `tolerance` rappresenta la differenza massima consentita tra due numeri affinché siano considerati simili.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
Per gli elenchi di stringhe, `tolerance` rappresenta il numero massimo di caratteri che possono differire tra due stringhe, utilizzando la distanza di Levenshtein per il confronto. La tolleranza massima per le stringhe è impostata su 10.
77

88
L'input booleano `considerAdjacency` indica se l'adiacenza deve essere presa in considerazione quando si raggruppano gli elementi. Se è True, solo gli elementi adiacenti simili verranno raggruppati insieme. Se è False, verrà utilizzata solo la similitudine per formare cluster, indipendentemente dall'adiacenza.
99

doc/distrib/NodeHelpFiles/ja-JP/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
要素の類似性を判定するには、`tolerance` 入力を使用します。数値のリストの場合、`tolerance` の値は、2 つの数値が類似していると見なされる最大許容差です。
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
文字列リストの場合、'tolerance' は 2 つの文字列間で異なる文字数の許容される最大数であり、レーベンシュタイン距離を比較に使用します。文字列の最大許容差は 10 に制限されます。
77

88
`considerAdjacency` ブール値入力は、要素をクラスタ化するときに隣接関係を考慮するかどうかを示します。True の場合は、類似した隣接する要素のみがクラスタ化されます。False の場合は、隣接関係に関係なく、類似性のみを使用してクラスタが形成されます。
99

doc/distrib/NodeHelpFiles/ko-KR/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
`tolerance` 입력을 사용하여 요소의 유사성을 결정합니다. 숫자 리스트의 경우 'tolerance' 값은 두 숫자가 유사하다고 간주될 수 있는 최대 허용 차이를 나타냅니다.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
문자열 리스트에서 '공차'는 비교를 위해 Levenshtein 거리를 사용하여 두 문자열 간에 다를 수 있는 최대 문자 수를 나타냅니다. 문자열의 최대 공차는 10으로 제한됩니다.
77

88
`considerAdjacency` 부울 입력은 요소를 클러스터링할 때 인접성을 고려해야 하는지 여부를 나타냅니다. True인 경우 유사한 인접 요소만 함께 클러스터링됩니다. False이면 인접성에 관계없이 유사성만을 사용하여 클러스터를 형성합니다.
99

doc/distrib/NodeHelpFiles/pl-PL/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Węzeł `List.GroupBySimilarity` grupuje elementy listy na podstawie sąsiadowan
33

44
Użyj wartości wejściowej `tolerance`, aby określić podobieństwo elementów. W przypadku list liczb wartość 'tolerance' reprezentuje maksymalną dopuszczalną różnicę między dwiema liczbami, które można uznać za podobne.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
W przypadku list ciągów 'tolerance' oznacza maksymalną liczbę znaków, które mogą być różne między dwoma ciągami — na potrzeby porównania używana jest odległość Levenshteina. Maksymalna tolerancja dla ciągów jest ustawiona na wartość 10.
77

88
Wejściowa wartość logiczna (Boolean) `considerAdjacency` wskazuje, czy sąsiadowanie powinno być uwzględniane podczas tworzenia grup elementów. Jeśli wartością jest True (Prawda), zgrupowane zostaną tylko sąsiadujące elementy, które są podobne. Jeśli wartością jest False (Fałsz), do tworzenia klastrów zostanie użyte samo podobieństwo, niezależnie od sąsiadowania.
99

doc/distrib/NodeHelpFiles/pt-BR/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Os clusters `List.GroupBySimilarity` listam elementos com base na adjacência de
33

44
Use a entrada `tolerance` para determinar a similaridade dos elementos. Para listas de números, o valor de 'tolerance' representa a diferença máxima permitida entre dois números para que sejam considerados semelhantes.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
Para listas de sequências de caracteres, 'tolerance' representa o número máximo de caracteres que podem diferir entre duas sequências de caracteres, usando a distância de Levenshtein para comparação. A tolerância máxima para as sequências de caracteres é definida como 10.
77

88
A entrada booleana `considerAdjacency` indica se a adjacência deve ser considerada ao agrupar os elementos. Se True, somente os elementos adjacentes que são similares serão agrupados. Se False, somente a similaridade será usada para formar clusters, independentemente da adjacência.
99

doc/distrib/NodeHelpFiles/ru-RU/DSCore.List.GroupBySimilarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Используйте входное значение допуска `tolerance` для определения сходства элементов. Для списков чисел значение 'tolerance' представляет собой максимально допустимую разницу между двумя числами, чтобы они считались сходными.
55

6-
For string lists, 'tolerance' represents the maximum number of characters that can differ between two strings, using Levenshtein distance for comparison. Maximum tolerance for strings is limited to 10.
6+
Для списков строк значение tolerance указывает максимальное количество символов, которое может отличаться в двух строках (для сравнения используется расстояние Левенштейна). Максимальный допуск для строк — 10.
77

88
Логический входной параметр `considerAdjacency` указывает, следует ли учитывать смежность при группировании элементов. Если задано значение True, в кластер будут включены только схожие смежные элементы. Если задано значение False, для формирования кластеров будет использоваться только сходство, независимо от смежности.
99

0 commit comments

Comments
 (0)