-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6afe2ca
commit 792c9fb
Showing
2 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,14 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: pgRouting v3.6.0-dev\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-28 19:05-0600\n" | ||
"POT-Creation-Date: 2024-05-07 21:31+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.12.1\n" | ||
"Generated-By: Babel 2.15.0\n" | ||
|
||
msgid "BFS - Category" | ||
msgstr "" | ||
|
@@ -4433,17 +4433,17 @@ msgid "Code enhancement" | |
msgstr "" | ||
|
||
msgid "" | ||
"`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving " | ||
"`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving " | ||
"distance cleanup" | ||
msgstr "" | ||
|
||
msgid "" | ||
"`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read " | ||
"`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read " | ||
"postgresql data on C++" | ||
msgstr "" | ||
|
||
msgid "" | ||
"`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy " | ||
"`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy " | ||
"does not work" | ||
msgstr "" | ||
|
||
|
@@ -12537,13 +12537,16 @@ msgid "" | |
"edges share a common endpoint in G." | ||
msgstr "" | ||
|
||
msgid "Currently works for undirected graph." | ||
msgstr "" | ||
|
||
msgid "pgr_lineGraph(`Edges SQL`_, [``directed``])" | ||
msgstr "" | ||
|
||
msgid "Returns set of |result-lineg|" | ||
msgstr "" | ||
|
||
msgid "For a **directed** graph" | ||
msgid "For an **undirected** graph" | ||
msgstr "" | ||
|
||
msgid "Gives a local identifier for the edge" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: pgRouting v3.7.0-dev\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-28 19:05-0600\n" | ||
"POT-Creation-Date: 2024-05-07 21:31+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -3973,13 +3973,13 @@ msgstr "" | |
msgid "Code enhancement" | ||
msgstr "" | ||
|
||
msgid "`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving distance cleanup" | ||
msgid "`#2599 <https://github.com/pgRouting/pgrouting/pull/2599>`__ Driving distance cleanup" | ||
msgstr "" | ||
|
||
msgid "`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read postgresql data on C++" | ||
msgid "`#2607 <https://github.com/pgRouting/pgrouting/pull/2607>`__ Read postgresql data on C++" | ||
msgstr "" | ||
|
||
msgid "`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy does not work" | ||
msgid "`#2614 <https://github.com/pgRouting/pgrouting/pull/2614>`__ Clang tidy does not work" | ||
msgstr "" | ||
|
||
msgid "All releases" | ||
|
@@ -10762,13 +10762,16 @@ msgstr "" | |
msgid "Two vertices of L(G) are adjacent if and only if their corresponding edges share a common endpoint in G." | ||
msgstr "" | ||
|
||
msgid "Currently works for undirected graph." | ||
msgstr "" | ||
|
||
msgid "pgr_lineGraph(`Edges SQL`_, [``directed``])" | ||
msgstr "" | ||
|
||
msgid "Returns set of |result-lineg|" | ||
msgstr "" | ||
|
||
msgid "For a **directed** graph" | ||
msgid "For an **undirected** graph" | ||
msgstr "" | ||
|
||
msgid "Gives a local identifier for the edge" | ||
|