Skip to content

Commit d77b2e8

Browse files
cvvergaraweblate
authored andcommitted
Translated using Weblate (Spanish)
Currently translated at 87.9% (4735 of 5382 strings) Translated using Weblate (Spanish) Currently translated at 87.7% (4722 of 5382 strings) Translated using Weblate (Spanish) Currently translated at 87.6% (4719 of 5382 strings) Translated using Weblate (Spanish) Currently translated at 87.6% (4718 of 5382 strings) Translated using Weblate (Spanish) Currently translated at 87.6% (4716 of 5382 strings) Co-authored-by: Celia Virginia Vergara Castillo <vicky@erosion.dev> Translate-URL: https://weblate.osgeo.org/projects/pgrouting/pgrouting-develop/es/ Translation: pgRouting/pgRouting
1 parent 5b6f32b commit d77b2e8

1 file changed

Lines changed: 17 additions & 27 deletions

File tree

locale/es/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Celia Virginia Vergara Castillo <vicky@erosion.dev>, 2023, 2024, 2025.
88
# DeepL <noreply-mt-deepl@weblate.org>, 2024, 2025.
99
msgid ""
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

1212
msgid "BFS - Category"
1313
msgstr "BFS - Categoría"
@@ -12423,7 +12423,7 @@ msgstr ""
1242312423

1242412424
msgid "The process is done on graphs having only edges with positive costs."
1242512425
msgstr ""
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

1242812428
msgid ""
1242912429
"It is necessary to remember that there are no deleted vertices with this "
@@ -12448,10 +12448,10 @@ msgid ""
1244812448
msgstr "La función ``pgr_contractionHierarchies`` tiene la siguiente firma:"
1244912449

1245012450
msgid "pgr_contractionHierarchies(`Edges SQL`_, [**options**])"
12451-
msgstr "pgr_contractionHierarchies(`Edges SQL`_, [**options**])"
12451+
msgstr "pgr_contractionHierarchies(`SQL de aristas`_, [**opciones**])"
1245212452

1245312453
msgid "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

1245612456
msgid "Contraction hierarchies optional parameters"
1245712457
msgstr "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:"
1246512465
msgstr ""
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

1246912469
msgid "Type of the ``id``."
1247012470
msgstr "Tipo del ``id``."
@@ -12530,7 +12530,7 @@ msgid "Contraction process steps details"
1253012530
msgstr "Detalles de los pasos del proceso de contracción"
1253112531

1253212532
msgid "Shortcut building process"
12533-
msgstr "Proceso de construcción de accesos directos"
12533+
msgstr "Proceso de construcción de atajos"
1253412534

1253512535
msgid ""
1253612536
"A vertex ``v`` is contracted by adding shortcuts replacing former paths of "
@@ -12558,45 +12558,35 @@ msgstr ""
1255812558
msgid "For each vertex ``v`` of the graph, a contraction of ``v`` is built:"
1255912559
msgstr ""
1256012560

12561-
#, fuzzy
1256212561
msgid ":math:`v`"
12563-
msgstr ":math:`9`"
12562+
msgstr ":math:`v`"
1256412563

12565-
#, fuzzy
1256612564
msgid ":math:`\\{p, r, u\\}`"
12567-
msgstr ":math:`\\{2, 3\\}`"
12565+
msgstr ":math:`\\{p, r, u\\}`"
1256812566

12569-
#, fuzzy
1257012567
msgid ":math:`p`"
12571-
msgstr ":math:`9`"
12568+
msgstr ":math:`p`"
1257212569

12573-
#, fuzzy
1257412570
msgid ":math:`\\{u, v\\}`"
12575-
msgstr ":math:`\\{2, 3\\}`"
12571+
msgstr ":math:`\\{u, v\\}`"
1257612572

12577-
#, fuzzy
1257812573
msgid ":math:`u`"
12579-
msgstr ":math:`9`"
12574+
msgstr ":math:`u`"
1258012575

12581-
#, fuzzy
1258212576
msgid ":math:`\\{p, v, w\\}`"
12583-
msgstr ":math:`\\{2, 3\\}`"
12577+
msgstr ":math:`\\{p, v, w\\}`"
1258412578

12585-
#, fuzzy
1258612579
msgid ":math:`r`"
12587-
msgstr ":math:`9`"
12580+
msgstr ":math:`r`"
1258812581

12589-
#, fuzzy
1259012582
msgid ":math:`\\{v, w\\}`"
12591-
msgstr ":math:`\\{2, 3\\}`"
12583+
msgstr ":math:`\\{v, w\\}`"
1259212584

12593-
#, fuzzy
1259412585
msgid ":math:`w`"
12595-
msgstr ":math:`9`"
12586+
msgstr ":math:`w`"
1259612587

12597-
#, fuzzy
1259812588
msgid ":math:`\\{r, u\\}`"
12599-
msgstr ":math:`\\{2, 3\\}`"
12589+
msgstr ":math:`\\{r, u\\}`"
1260012590

1260112591
msgid "Adjacent edges are removed."
1260212592
msgstr ""

0 commit comments

Comments
 (0)