diff --git a/umap/locale/en/LC_MESSAGES/django.po b/umap/locale/en/LC_MESSAGES/django.po index 12a35759..3404bad4 100644 --- a/umap/locale/en/LC_MESSAGES/django.po +++ b/umap/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-14 17:49+0000\n" +"POT-Creation-Date: 2024-06-21 19:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -553,49 +553,49 @@ msgstr "" msgid "Map editors updated with success!" msgstr "" -#: views.py:883 +#: views.py:882 #, python-format msgid "The uMap edit link for your map: %(map_name)s" msgstr "" -#: views.py:886 +#: views.py:885 #, python-format msgid "Here is your secret edit link: %(link)s" msgstr "" -#: views.py:893 +#: views.py:892 #, python-format msgid "Can't send email to %(email)s" msgstr "" -#: views.py:896 +#: views.py:895 #, python-format msgid "Email sent to %(email)s" msgstr "" -#: views.py:907 +#: views.py:906 msgid "Only its owner can delete the map." msgstr "" -#: views.py:910 +#: views.py:909 msgid "Map successfully deleted." msgstr "" -#: views.py:936 +#: views.py:935 #, python-format msgid "" "Your map has been cloned! If you want to edit this map from another " "computer, please use this link: %(anonymous_url)s" msgstr "" -#: views.py:941 +#: views.py:940 msgid "Congratulations, your map has been cloned!" msgstr "" -#: views.py:1176 +#: views.py:1175 msgid "Layer successfully deleted." msgstr "" -#: views.py:1198 +#: views.py:1197 msgid "Permissions updated with success!" msgstr "" diff --git a/umap/static/umap/locale/en.js b/umap/static/umap/locale/en.js index 9beb4279..41966d69 100644 --- a/umap/static/umap/locale/en.js +++ b/umap/static/umap/locale/en.js @@ -481,7 +481,8 @@ const locale = { "Only geometry centers": "Only geometry centers", "Search area": "Search area", "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", - "Please define an expression for the query first": "Please define an expression for the query first" + "Please define an expression for the query first": "Please define an expression for the query first", + "Data successfully imported!": "Data successfully imported!" } L.registerLocale("en", locale) L.setLocale("en") diff --git a/umap/static/umap/locale/en.json b/umap/static/umap/locale/en.json index 802796be..18ef184c 100644 --- a/umap/static/umap/locale/en.json +++ b/umap/static/umap/locale/en.json @@ -481,5 +481,6 @@ "Only geometry centers": "Only geometry centers", "Search area": "Search area", "Type area name, or let empty to load data in current map view": "Type area name, or let empty to load data in current map view", - "Please define an expression for the query first": "Please define an expression for the query first" + "Please define an expression for the query first": "Please define an expression for the query first", + "Data successfully imported!": "Data successfully imported!" } \ No newline at end of file diff --git a/umap/static/umap/locale/fr.js b/umap/static/umap/locale/fr.js index a0c9c455..64e8731a 100644 --- a/umap/static/umap/locale/fr.js +++ b/umap/static/umap/locale/fr.js @@ -481,7 +481,8 @@ const locale = { "Only geometry centers": "Seulement les centres", "Search area": "Chercher un coin", "Type area name, or let empty to load data in current map view": "Entrer le nom d'un périmètre géographique, ou laisser vide pour utiliser la vue courante de la carte", - "Please define an expression for the query first": "Définir une expression pour la requête" + "Please define an expression for the query first": "Définir une expression pour la requête", + "Data successfully imported!": "Les données ont été importées!" } L.registerLocale("fr", locale) L.setLocale("fr") diff --git a/umap/static/umap/locale/fr.json b/umap/static/umap/locale/fr.json index f2b5dc1c..59dce72c 100644 --- a/umap/static/umap/locale/fr.json +++ b/umap/static/umap/locale/fr.json @@ -481,5 +481,6 @@ "Only geometry centers": "Seulement les centres", "Search area": "Chercher un coin", "Type area name, or let empty to load data in current map view": "Entrer le nom d'un périmètre géographique, ou laisser vide pour utiliser la vue courante de la carte", - "Please define an expression for the query first": "Définir une expression pour la requête" + "Please define an expression for the query first": "Définir une expression pour la requête", + "Data successfully imported!": "Les données ont été importées!" } \ No newline at end of file