-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3968 from GeotrekCE/feat_cirkwi_parser
✨ [FEAT] Add CirkwiParser to retrieve Treks and Touristic Contents (refs #3947)
- Loading branch information
Showing
21 changed files
with
2,032 additions
and
278 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
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-03 15:39+0000\n" | ||
"POT-Creation-Date: 2024-11-20 12:48+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" | ||
|
@@ -44,3 +44,32 @@ msgstr "" | |
|
||
msgid "Cirkwi POI categories" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Failed to download {url}. HTTP status code {status_code}" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"{model} '{val}' did not exist in Geotrek-Admin and was automatically created" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "{model} '{val}' does not exists in Geotrek-Admin. Please add it" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"No Practice matching Cirkwi Locomotion '{type}' (id: '{id}') was found. " | ||
"Please add it" | ||
msgstr "" | ||
|
||
msgid "Difficulty Level with Cirkwi Level" | ||
msgstr "" | ||
|
||
msgid "Address" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Type 1 '{type}' does not exist for category '{cat}'. Please add it" | ||
msgstr "" |
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-03 15:39+0000\n" | ||
"POT-Creation-Date: 2024-11-20 12:48+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" | ||
|
@@ -44,3 +44,32 @@ msgstr "" | |
|
||
msgid "Cirkwi POI categories" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Failed to download {url}. HTTP status code {status_code}" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"{model} '{val}' did not exist in Geotrek-Admin and was automatically created" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "{model} '{val}' does not exists in Geotrek-Admin. Please add it" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"No Practice matching Cirkwi Locomotion '{type}' (id: '{id}') was found. " | ||
"Please add it" | ||
msgstr "" | ||
|
||
msgid "Difficulty Level with Cirkwi Level" | ||
msgstr "" | ||
|
||
msgid "Address" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Type 1 '{type}' does not exist for category '{cat}'. Please add it" | ||
msgstr "" |
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-03 15:39+0000\n" | ||
"POT-Creation-Date: 2024-11-20 12:48+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" | ||
|
@@ -44,3 +44,32 @@ msgstr "" | |
|
||
msgid "Cirkwi POI categories" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Failed to download {url}. HTTP status code {status_code}" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"{model} '{val}' did not exist in Geotrek-Admin and was automatically created" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "{model} '{val}' does not exists in Geotrek-Admin. Please add it" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"No Practice matching Cirkwi Locomotion '{type}' (id: '{id}') was found. " | ||
"Please add it" | ||
msgstr "" | ||
|
||
msgid "Difficulty Level with Cirkwi Level" | ||
msgstr "" | ||
|
||
msgid "Address" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Type 1 '{type}' does not exist for category '{cat}'. Please add it" | ||
msgstr "" |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-03 15:39+0000\n" | ||
"POT-Creation-Date: 2024-11-20 12:30+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" | ||
|
@@ -43,3 +43,38 @@ msgstr "Catégorie de POI Cirkwi" | |
|
||
msgid "Cirkwi POI categories" | ||
msgstr "Catégories de POI Cirkwi" | ||
|
||
#, python-brace-format | ||
msgid "Failed to download {url}. HTTP status code {status_code}" | ||
msgstr "Téléchargement impossible de {url}. Code d'erreur HTTP {status_code}" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"{model} '{val}' did not exist in Geotrek-Admin and was automatically created" | ||
msgstr "" | ||
"{model} '{val}' n'existait pas dans Geotrek-Admin. Il a été créé " | ||
"automatiquement" | ||
|
||
#, python-brace-format | ||
msgid "{model} '{val}' does not exists in Geotrek-Admin. Please add it" | ||
msgstr "{model} '{val}' n'existe pas dans Geotrek-Admin. Merci de l'ajouter" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"No Practice matching Cirkwi Locomotion '{type}' (id: '{id}') was found. " | ||
"Please add it" | ||
msgstr "" | ||
"Aucune Pratique ne correspond à la Locomotion Cirkwi '{type}' (id: '{id}'). " | ||
"Merci de l'ajouter" | ||
|
||
msgid "Difficulty Level with Cirkwi Level" | ||
msgstr "Niveau de Difficulté ayant le niveau Cirkwi" | ||
|
||
msgid "Address" | ||
msgstr "Adresse" | ||
|
||
#, python-brace-format | ||
msgid "Type 1 '{type}' does not exist for category '{cat}'. Please add it" | ||
msgstr "" | ||
"Le type 1 \"{type}\" n'existe pas pour la catégorie \"{cat}\". Vous devez " | ||
"l'ajouter." |
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-03 15:39+0000\n" | ||
"POT-Creation-Date: 2024-11-20 12:48+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" | ||
|
@@ -44,3 +44,32 @@ msgstr "" | |
|
||
msgid "Cirkwi POI categories" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Failed to download {url}. HTTP status code {status_code}" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"{model} '{val}' did not exist in Geotrek-Admin and was automatically created" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "{model} '{val}' does not exists in Geotrek-Admin. Please add it" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"No Practice matching Cirkwi Locomotion '{type}' (id: '{id}') was found. " | ||
"Please add it" | ||
msgstr "" | ||
|
||
msgid "Difficulty Level with Cirkwi Level" | ||
msgstr "" | ||
|
||
msgid "Address" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Type 1 '{type}' does not exist for category '{cat}'. Please add it" | ||
msgstr "" |
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: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-03 15:39+0000\n" | ||
"POT-Creation-Date: 2024-11-20 12:48+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" | ||
|
@@ -44,3 +44,32 @@ msgstr "" | |
|
||
msgid "Cirkwi POI categories" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Failed to download {url}. HTTP status code {status_code}" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"{model} '{val}' did not exist in Geotrek-Admin and was automatically created" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "{model} '{val}' does not exists in Geotrek-Admin. Please add it" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "" | ||
"No Practice matching Cirkwi Locomotion '{type}' (id: '{id}') was found. " | ||
"Please add it" | ||
msgstr "" | ||
|
||
msgid "Difficulty Level with Cirkwi Level" | ||
msgstr "" | ||
|
||
msgid "Address" | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "Type 1 '{type}' does not exist for category '{cat}'. Please add it" | ||
msgstr "" |
Oops, something went wrong.