77# Celia Virginia Vergara Castillo <vicky@erosion.dev>, 2023, 2024, 2025.
88# DeepL <noreply-mt-deepl@weblate.org>, 2024, 2025.
99msgid ""
10- msgstr "Project-Id-Version: pgRouting v4.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-12-10 19:55+0000\nPO-Revision-Date: 2025-12-16 13:45 +0000\nLast-Translator: DeepL <noreply-mt-deepl@weblate.org >\nLanguage-Team: Spanish <https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/>\nLanguage: es\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.4.3\nGenerated-By: Babel 2.10.3\n"
10+ msgstr "Project-Id-Version: pgRouting v4.1\nReport-Msgid-Bugs-To: \nPOT-Creation-Date: 2025-12-10 19:55+0000\nPO-Revision-Date: 2025-12-17 13:47 +0000\nLast-Translator: Celia Virginia Vergara Castillo <vicky@erosion.dev >\nLanguage-Team: Spanish <https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/>\nLanguage: es\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n != 1;\nX-Generator: Weblate 5.4.3\nGenerated-By: Babel 2.10.3\n"
1111
1212msgid "BFS - Category"
1313msgstr "BFS - Categoría"
@@ -12423,7 +12423,7 @@ msgstr ""
1242312423
1242412424msgid "The process is done on graphs having only edges with positive costs."
1242512425msgstr ""
12426- "El proceso se realiza en grafos que sólo tienen aristas con costes positivos."
12426+ "El proceso se realiza en grafos que sólo tienen aristas con costos positivos."
1242712427
1242812428msgid ""
1242912429"It is necessary to remember that there are no deleted vertices with this "
@@ -12448,10 +12448,10 @@ msgid ""
1244812448msgstr "La función ``pgr_contractionHierarchies`` tiene la siguiente firma:"
1244912449
1245012450msgid "pgr_contractionHierarchies(`Edges SQL`_, [**options**])"
12451- msgstr "pgr_contractionHierarchies(`Edges SQL`_, [**options **])"
12451+ msgstr "pgr_contractionHierarchies(`SQL de aristas `_, [**opciones **])"
1245212452
1245312453msgid "Returns set of |result-contraction-hierarchies|"
12454- msgstr "Devuelve el conjunto de |resultados-contracción-jerarquías|. "
12454+ msgstr "Devuelve el conjunto de |rresult-contraction-hierarchies| "
1245512455
1245612456msgid "Contraction hierarchies optional parameters"
1245712457msgstr "Parámetros opcionales de las jerarquías de contracción"
@@ -12463,8 +12463,8 @@ msgid ""
1246312463"The function returns many rows (one per vertex and one per shortcut edge "
1246412464"created). The columns of the rows are:"
1246512465msgstr ""
12466- "La función devuelve muchas filas (una por vértice y una por arista de acceso "
12467- "directo creada). Las columnas de las filas son:"
12466+ "La función devuelve muchas filas (una por vértice y una por cada atajo de "
12467+ "arista creada). Las columnas de las filas son:"
1246812468
1246912469msgid "Type of the ``id``."
1247012470msgstr "Tipo del ``id``."
@@ -12530,7 +12530,7 @@ msgid "Contraction process steps details"
1253012530msgstr "Detalles de los pasos del proceso de contracción"
1253112531
1253212532msgid "Shortcut building process"
12533- msgstr "Proceso de construcción de accesos directos "
12533+ msgstr "Proceso de construcción de atajos "
1253412534
1253512535msgid ""
1253612536"A vertex ``v`` is contracted by adding shortcuts replacing former paths of "
@@ -12558,45 +12558,35 @@ msgstr ""
1255812558msgid "For each vertex ``v`` of the graph, a contraction of ``v`` is built:"
1255912559msgstr ""
1256012560
12561- #, fuzzy
1256212561msgid ":math:`v`"
12563- msgstr ":math:`9 `"
12562+ msgstr ":math:`v `"
1256412563
12565- #, fuzzy
1256612564msgid ":math:`\\{p, r, u\\}`"
12567- msgstr ":math:`\\{2, 3 \\}`"
12565+ msgstr ":math:`\\{p, r, u \\}`"
1256812566
12569- #, fuzzy
1257012567msgid ":math:`p`"
12571- msgstr ":math:`9 `"
12568+ msgstr ":math:`p `"
1257212569
12573- #, fuzzy
1257412570msgid ":math:`\\{u, v\\}`"
12575- msgstr ":math:`\\{2, 3 \\}`"
12571+ msgstr ":math:`\\{u, v \\}`"
1257612572
12577- #, fuzzy
1257812573msgid ":math:`u`"
12579- msgstr ":math:`9 `"
12574+ msgstr ":math:`u `"
1258012575
12581- #, fuzzy
1258212576msgid ":math:`\\{p, v, w\\}`"
12583- msgstr ":math:`\\{2, 3 \\}`"
12577+ msgstr ":math:`\\{p, v, w \\}`"
1258412578
12585- #, fuzzy
1258612579msgid ":math:`r`"
12587- msgstr ":math:`9 `"
12580+ msgstr ":math:`r `"
1258812581
12589- #, fuzzy
1259012582msgid ":math:`\\{v, w\\}`"
12591- msgstr ":math:`\\{2, 3 \\}`"
12583+ msgstr ":math:`\\{v, w \\}`"
1259212584
12593- #, fuzzy
1259412585msgid ":math:`w`"
12595- msgstr ":math:`9 `"
12586+ msgstr ":math:`w `"
1259612587
12597- #, fuzzy
1259812588msgid ":math:`\\{r, u\\}`"
12599- msgstr ":math:`\\{2, 3 \\}`"
12589+ msgstr ":math:`\\{r, u \\}`"
1260012590
1260112591msgid "Adjacent edges are removed."
1260212592msgstr ""
0 commit comments