umap-project 3.4.0b1__py3-none-any.whl → 3.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- umap/__init__.py +1 -1
- umap/context_processors.py +1 -1
- umap/locale/da/LC_MESSAGES/django.mo +0 -0
- umap/locale/da/LC_MESSAGES/django.po +20 -16
- umap/locale/en/LC_MESSAGES/django.po +18 -14
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +20 -16
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +18 -14
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +72 -71
- umap/migrations/0018_datalayer_uuid.py +1 -1
- umap/models.py +7 -3
- umap/settings/local.py.sample +1 -1
- umap/static/umap/content.css +0 -3
- umap/static/umap/css/bar.css +9 -6
- umap/static/umap/css/form.css +27 -11
- umap/static/umap/css/popup.css +1 -0
- umap/static/umap/js/components/base.js +1 -1
- umap/static/umap/js/components/copiable.js +47 -0
- umap/static/umap/js/modules/autocomplete.js +31 -58
- umap/static/umap/js/modules/browser.js +8 -8
- umap/static/umap/js/modules/data/features.js +33 -36
- umap/static/umap/js/modules/data/fields.js +446 -0
- umap/static/umap/js/modules/data/layer.js +76 -93
- umap/static/umap/js/modules/domutils.js +24 -4
- umap/static/umap/js/modules/filters.js +20 -47
- umap/static/umap/js/modules/form/fields.js +4 -4
- umap/static/umap/js/modules/formatter.js +9 -1
- umap/static/umap/js/modules/help.js +13 -14
- umap/static/umap/js/modules/i18n.js +1 -1
- umap/static/umap/js/modules/importer.js +18 -27
- umap/static/umap/js/modules/importers/banfr.js +0 -1
- umap/static/umap/js/modules/importers/cadastrefr.js +19 -19
- umap/static/umap/js/modules/importers/communesfr.js +7 -8
- umap/static/umap/js/modules/importers/datasets.js +14 -14
- umap/static/umap/js/modules/importers/geodatamine.js +20 -22
- umap/static/umap/js/modules/importers/opendata.js +10 -0
- umap/static/umap/js/modules/importers/overpass.js +19 -18
- umap/static/umap/js/modules/managers.js +1 -265
- umap/static/umap/js/modules/permissions.js +5 -3
- umap/static/umap/js/modules/rendering/controls.js +6 -4
- umap/static/umap/js/modules/rendering/icon.js +5 -9
- umap/static/umap/js/modules/rendering/layers/base.js +1 -1
- umap/static/umap/js/modules/rendering/layers/classified.js +16 -11
- umap/static/umap/js/modules/rendering/layers/heat.js +27 -21
- umap/static/umap/js/modules/rendering/map.js +22 -22
- umap/static/umap/js/modules/rendering/popup.js +6 -3
- umap/static/umap/js/modules/rendering/template.js +31 -37
- umap/static/umap/js/modules/rendering/ui.js +1 -2
- umap/static/umap/js/modules/rules.js +34 -41
- umap/static/umap/js/modules/schema.js +0 -7
- umap/static/umap/js/modules/share.js +36 -69
- umap/static/umap/js/modules/slideshow.js +3 -3
- umap/static/umap/js/modules/tableeditor.js +0 -1
- umap/static/umap/js/modules/ui/bar.js +51 -32
- umap/static/umap/js/modules/ui/dialog.js +10 -1
- umap/static/umap/js/modules/ui/panel.js +28 -23
- umap/static/umap/js/modules/ui/tooltip.js +1 -1
- umap/static/umap/js/modules/umap.js +84 -84
- umap/static/umap/js/modules/utils.js +13 -4
- umap/static/umap/js/umap.controls.js +33 -14
- umap/static/umap/locale/am_ET.js +19 -8
- umap/static/umap/locale/am_ET.json +19 -8
- umap/static/umap/locale/ar.js +19 -8
- umap/static/umap/locale/ar.json +19 -8
- umap/static/umap/locale/ast.js +19 -8
- umap/static/umap/locale/ast.json +19 -8
- umap/static/umap/locale/bg.js +19 -8
- umap/static/umap/locale/bg.json +19 -8
- umap/static/umap/locale/br.js +20 -9
- umap/static/umap/locale/br.json +20 -9
- umap/static/umap/locale/ca.js +19 -8
- umap/static/umap/locale/ca.json +19 -8
- umap/static/umap/locale/cs_CZ.js +20 -9
- umap/static/umap/locale/cs_CZ.json +20 -9
- umap/static/umap/locale/da.js +54 -43
- umap/static/umap/locale/da.json +54 -43
- umap/static/umap/locale/de.js +44 -33
- umap/static/umap/locale/de.json +44 -33
- umap/static/umap/locale/el.js +20 -9
- umap/static/umap/locale/el.json +20 -9
- umap/static/umap/locale/en.js +20 -9
- umap/static/umap/locale/en.json +20 -9
- umap/static/umap/locale/en_US.json +19 -8
- umap/static/umap/locale/es.js +55 -44
- umap/static/umap/locale/es.json +55 -44
- umap/static/umap/locale/et.js +20 -9
- umap/static/umap/locale/et.json +20 -9
- umap/static/umap/locale/eu.js +25 -14
- umap/static/umap/locale/eu.json +25 -14
- umap/static/umap/locale/fa_IR.js +20 -9
- umap/static/umap/locale/fa_IR.json +20 -9
- umap/static/umap/locale/fi.js +19 -8
- umap/static/umap/locale/fi.json +19 -8
- umap/static/umap/locale/fr.js +21 -10
- umap/static/umap/locale/fr.json +21 -10
- umap/static/umap/locale/gl.js +147 -136
- umap/static/umap/locale/gl.json +147 -136
- umap/static/umap/locale/he.js +19 -8
- umap/static/umap/locale/he.json +19 -8
- umap/static/umap/locale/hr.js +19 -8
- umap/static/umap/locale/hr.json +19 -8
- umap/static/umap/locale/hu.js +62 -51
- umap/static/umap/locale/hu.json +62 -51
- umap/static/umap/locale/id.js +19 -8
- umap/static/umap/locale/id.json +19 -8
- umap/static/umap/locale/is.js +20 -9
- umap/static/umap/locale/is.json +20 -9
- umap/static/umap/locale/it.js +20 -9
- umap/static/umap/locale/it.json +20 -9
- umap/static/umap/locale/ja.js +19 -8
- umap/static/umap/locale/ja.json +19 -8
- umap/static/umap/locale/ko.js +19 -8
- umap/static/umap/locale/ko.json +19 -8
- umap/static/umap/locale/lt.js +19 -8
- umap/static/umap/locale/lt.json +19 -8
- umap/static/umap/locale/ms.js +20 -9
- umap/static/umap/locale/ms.json +20 -9
- umap/static/umap/locale/nl.js +20 -9
- umap/static/umap/locale/nl.json +20 -9
- umap/static/umap/locale/no.js +19 -8
- umap/static/umap/locale/no.json +19 -8
- umap/static/umap/locale/pl.js +56 -45
- umap/static/umap/locale/pl.json +56 -45
- umap/static/umap/locale/pl_PL.json +19 -8
- umap/static/umap/locale/pt.js +20 -9
- umap/static/umap/locale/pt.json +20 -9
- umap/static/umap/locale/pt_BR.js +19 -8
- umap/static/umap/locale/pt_BR.json +19 -8
- umap/static/umap/locale/pt_PT.js +19 -8
- umap/static/umap/locale/pt_PT.json +19 -8
- umap/static/umap/locale/ro.js +19 -8
- umap/static/umap/locale/ro.json +19 -8
- umap/static/umap/locale/ru.js +19 -8
- umap/static/umap/locale/ru.json +19 -8
- umap/static/umap/locale/si.js +1 -1
- umap/static/umap/locale/si.json +1 -1
- umap/static/umap/locale/sk_SK.js +19 -8
- umap/static/umap/locale/sk_SK.json +19 -8
- umap/static/umap/locale/sl.js +19 -8
- umap/static/umap/locale/sl.json +19 -8
- umap/static/umap/locale/sr.js +19 -8
- umap/static/umap/locale/sr.json +19 -8
- umap/static/umap/locale/sv.js +19 -8
- umap/static/umap/locale/sv.json +19 -8
- umap/static/umap/locale/th_TH.js +19 -8
- umap/static/umap/locale/th_TH.json +19 -8
- umap/static/umap/locale/tr.js +19 -8
- umap/static/umap/locale/tr.json +19 -8
- umap/static/umap/locale/uk_UA.js +19 -8
- umap/static/umap/locale/uk_UA.json +19 -8
- umap/static/umap/locale/vi.js +19 -8
- umap/static/umap/locale/vi.json +19 -8
- umap/static/umap/locale/vi_VN.json +19 -8
- umap/static/umap/locale/zh.js +19 -8
- umap/static/umap/locale/zh.json +19 -8
- umap/static/umap/locale/zh_CN.json +19 -8
- umap/static/umap/locale/zh_TW.Big5.json +19 -8
- umap/static/umap/locale/zh_TW.js +53 -42
- umap/static/umap/locale/zh_TW.json +53 -42
- umap/static/umap/map.css +8 -7
- umap/static/umap/unittests/utils.js +7 -7
- umap/templates/umap/content_footer.html +1 -0
- umap/templates/umap/css.html +0 -2
- umap/templates/umap/js.html +1 -3
- umap/templates/umap/login_popup_end.html +2 -2
- umap/tests/integration/conftest.py +11 -2
- umap/tests/integration/test_anonymous_owned_map.py +2 -2
- umap/tests/integration/test_conditional_rules.py +107 -52
- umap/tests/integration/test_draw_polygon.py +4 -0
- umap/tests/integration/test_draw_polyline.py +11 -0
- umap/tests/integration/test_edit_datalayer.py +1 -1
- umap/tests/integration/test_fields.py +19 -0
- umap/tests/integration/test_filters.py +6 -7
- umap/tests/integration/test_iframe.py +1 -1
- umap/tests/integration/test_import.py +23 -0
- umap/tests/integration/test_map.py +2 -2
- umap/tests/integration/test_map_preview.py +1 -1
- umap/tests/integration/test_owned_map.py +2 -2
- umap/tests/integration/test_picto.py +1 -1
- umap/tests/integration/test_popup.py +31 -0
- umap/tests/integration/test_remote_data.py +4 -4
- umap/tests/integration/test_save.py +1 -1
- umap/tests/integration/test_search.py +41 -0
- umap/tests/integration/test_share.py +2 -2
- umap/tests/integration/test_team.py +1 -1
- umap/tests/integration/test_websocket_sync.py +69 -20
- umap/tests/test_dashboard.py +1 -1
- umap/tests/test_statics.py +2 -2
- umap/tests/test_utils.py +4 -1
- umap/tests/test_views.py +1 -1
- umap/utils.py +3 -2
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/METADATA +17 -17
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/RECORD +198 -199
- umap/static/umap/js/umap.core.js +0 -93
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.css +0 -46
- umap/static/umap/vendors/editinosm/Leaflet.EditInOSM.js +0 -240
- umap/static/umap/vendors/editinosm/edit-in-osm.png +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/WHEEL +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/entry_points.txt +0 -0
- {umap_project-3.4.0b1.dist-info → umap_project-3.4.2.dist-info}/licenses/LICENSE +0 -0
umap/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = "3.4.
|
|
1
|
+
VERSION = "3.4.2"
|
umap/context_processors.py
CHANGED
|
@@ -16,7 +16,7 @@ def settings(request):
|
|
|
16
16
|
"UMAP_HOST_INFOS": djsettings.UMAP_HOST_INFOS,
|
|
17
17
|
"UMAP_ALLOW_EDIT_PROFILE": djsettings.UMAP_ALLOW_EDIT_PROFILE,
|
|
18
18
|
"UMAP_TAGS": sorted(
|
|
19
|
-
djsettings.UMAP_TAGS, key=lambda item: normalize_string(
|
|
19
|
+
djsettings.UMAP_TAGS, key=lambda item: normalize_string(item[1])
|
|
20
20
|
),
|
|
21
21
|
}
|
|
22
22
|
|
|
Binary file
|
|
@@ -12,7 +12,7 @@ msgid ""
|
|
|
12
12
|
msgstr ""
|
|
13
13
|
"Project-Id-Version: uMap\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
|
-
"POT-Creation-Date: 2025-
|
|
15
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
16
16
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
17
17
|
"Last-Translator: ERYpTION, 2025\n"
|
|
18
18
|
"Language-Team: Danish (http://app.transifex.com/openstreetmap/umap/language/da/)\n"
|
|
@@ -46,7 +46,7 @@ msgstr "Brug af “%(name)s” til at autentificere er forældet og vil snart bl
|
|
|
46
46
|
msgid "name"
|
|
47
47
|
msgstr "navn"
|
|
48
48
|
|
|
49
|
-
#: models.py:63 models.py:
|
|
49
|
+
#: models.py:63 models.py:507
|
|
50
50
|
msgid "description"
|
|
51
51
|
msgstr "beskrivelse"
|
|
52
52
|
|
|
@@ -66,23 +66,23 @@ msgstr "URL-skabelon i OSM flise-format"
|
|
|
66
66
|
msgid "Order of the tilelayers in the edit box"
|
|
67
67
|
msgstr "Rækkefølge af flise-lag i redigeringsboksen"
|
|
68
68
|
|
|
69
|
-
#: models.py:176 models.py:
|
|
69
|
+
#: models.py:176 models.py:501
|
|
70
70
|
msgid "Only editable with secret edit link"
|
|
71
71
|
msgstr "Er kun redigerbart med et hemmeligt redigeringslink"
|
|
72
72
|
|
|
73
|
-
#: models.py:177 models.py:
|
|
73
|
+
#: models.py:177 models.py:502
|
|
74
74
|
msgid "Everyone can edit"
|
|
75
75
|
msgstr "Alle kan redigere"
|
|
76
76
|
|
|
77
|
-
#: models.py:180 models.py:
|
|
77
|
+
#: models.py:180 models.py:495
|
|
78
78
|
msgid "Everyone"
|
|
79
79
|
msgstr "Alle"
|
|
80
80
|
|
|
81
|
-
#: models.py:181 models.py:190 models.py:
|
|
81
|
+
#: models.py:181 models.py:190 models.py:496
|
|
82
82
|
msgid "Editors and team only"
|
|
83
83
|
msgstr "Kun redaktører og team"
|
|
84
84
|
|
|
85
|
-
#: models.py:182 models.py:
|
|
85
|
+
#: models.py:182 models.py:497
|
|
86
86
|
msgid "Owner only"
|
|
87
87
|
msgstr "Kun ejer"
|
|
88
88
|
|
|
@@ -102,7 +102,7 @@ msgstr "Enhver med link"
|
|
|
102
102
|
msgid "Blocked"
|
|
103
103
|
msgstr "Blokeret"
|
|
104
104
|
|
|
105
|
-
#: models.py:192 models.py:
|
|
105
|
+
#: models.py:192 models.py:491
|
|
106
106
|
msgid "Deleted"
|
|
107
107
|
msgstr "Slettet"
|
|
108
108
|
|
|
@@ -142,15 +142,15 @@ msgstr "redaktører"
|
|
|
142
142
|
msgid "team"
|
|
143
143
|
msgstr "team"
|
|
144
144
|
|
|
145
|
-
#: models.py:230 models.py:
|
|
145
|
+
#: models.py:230 models.py:523
|
|
146
146
|
msgid "edit status"
|
|
147
147
|
msgstr "redigeringsstatus"
|
|
148
148
|
|
|
149
|
-
#: models.py:235 models.py:
|
|
149
|
+
#: models.py:235 models.py:528
|
|
150
150
|
msgid "share status"
|
|
151
151
|
msgstr "delingsstatus"
|
|
152
152
|
|
|
153
|
-
#: models.py:238 models.py:
|
|
153
|
+
#: models.py:238 models.py:518
|
|
154
154
|
msgid "settings"
|
|
155
155
|
msgstr "indstillinger"
|
|
156
156
|
|
|
@@ -166,15 +166,15 @@ msgstr "Dette kort er et skabelonkort."
|
|
|
166
166
|
msgid "Clone of"
|
|
167
167
|
msgstr "Kloning af"
|
|
168
168
|
|
|
169
|
-
#: models.py:
|
|
169
|
+
#: models.py:490 models.py:494 models.py:500
|
|
170
170
|
msgid "Inherit"
|
|
171
171
|
msgstr "Nedarv"
|
|
172
172
|
|
|
173
|
-
#: models.py:
|
|
173
|
+
#: models.py:513
|
|
174
174
|
msgid "display on load"
|
|
175
175
|
msgstr "vis ved indlæsning"
|
|
176
176
|
|
|
177
|
-
#: models.py:
|
|
177
|
+
#: models.py:514
|
|
178
178
|
msgid "Display this layer on load."
|
|
179
179
|
msgstr "Vis dette lag ved indlæsning."
|
|
180
180
|
|
|
@@ -424,13 +424,13 @@ msgid ""
|
|
|
424
424
|
"Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
|
|
425
425
|
"class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
426
426
|
"class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
|
|
427
|
-
msgstr ""
|
|
427
|
+
msgstr "Ups, det var ikke meningen, jeg vil gerne <a href=\"%(login_url)s\" class=\"login\">oprette en konto</a> eller <a href=\"%(login_url)s\" class=\"login\">logge ind</a> (bare rolig, vi knytter kortet til din konto)."
|
|
428
428
|
|
|
429
429
|
#: templates/umap/components/alerts/alert.html:35
|
|
430
430
|
msgid ""
|
|
431
431
|
"Yes, I want to continue editing anonymously, I will save the secret edit "
|
|
432
432
|
"link to be able to edit this map later or on another device"
|
|
433
|
-
msgstr ""
|
|
433
|
+
msgstr "Ja, jeg vil fortsætte med at redigere anonymt. Jeg gemmer det hemmelige redigeringslink, så jeg kan redigere dette kort senere eller på en anden enhed."
|
|
434
434
|
|
|
435
435
|
#: templates/umap/components/alerts/alert.html:39
|
|
436
436
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
@@ -499,6 +499,10 @@ msgstr "Kontakt"
|
|
|
499
499
|
msgid "Help"
|
|
500
500
|
msgstr "Hjælp"
|
|
501
501
|
|
|
502
|
+
#: templates/umap/content_footer.html:10
|
|
503
|
+
msgid "Terms of Service"
|
|
504
|
+
msgstr "Servicevilkår"
|
|
505
|
+
|
|
502
506
|
#: templates/umap/dashboard_menu.html:6
|
|
503
507
|
#, python-format
|
|
504
508
|
msgid "My Maps (%(count)s)"
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
12
12
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -41,7 +41,7 @@ msgstr ""
|
|
|
41
41
|
msgid "name"
|
|
42
42
|
msgstr ""
|
|
43
43
|
|
|
44
|
-
#: models.py:63 models.py:
|
|
44
|
+
#: models.py:63 models.py:507
|
|
45
45
|
msgid "description"
|
|
46
46
|
msgstr ""
|
|
47
47
|
|
|
@@ -61,23 +61,23 @@ msgstr ""
|
|
|
61
61
|
msgid "Order of the tilelayers in the edit box"
|
|
62
62
|
msgstr ""
|
|
63
63
|
|
|
64
|
-
#: models.py:176 models.py:
|
|
64
|
+
#: models.py:176 models.py:501
|
|
65
65
|
msgid "Only editable with secret edit link"
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
-
#: models.py:177 models.py:
|
|
68
|
+
#: models.py:177 models.py:502
|
|
69
69
|
msgid "Everyone can edit"
|
|
70
70
|
msgstr ""
|
|
71
71
|
|
|
72
|
-
#: models.py:180 models.py:
|
|
72
|
+
#: models.py:180 models.py:495
|
|
73
73
|
msgid "Everyone"
|
|
74
74
|
msgstr ""
|
|
75
75
|
|
|
76
|
-
#: models.py:181 models.py:190 models.py:
|
|
76
|
+
#: models.py:181 models.py:190 models.py:496
|
|
77
77
|
msgid "Editors and team only"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
-
#: models.py:182 models.py:
|
|
80
|
+
#: models.py:182 models.py:497
|
|
81
81
|
msgid "Owner only"
|
|
82
82
|
msgstr ""
|
|
83
83
|
|
|
@@ -97,7 +97,7 @@ msgstr ""
|
|
|
97
97
|
msgid "Blocked"
|
|
98
98
|
msgstr ""
|
|
99
99
|
|
|
100
|
-
#: models.py:192 models.py:
|
|
100
|
+
#: models.py:192 models.py:491
|
|
101
101
|
msgid "Deleted"
|
|
102
102
|
msgstr ""
|
|
103
103
|
|
|
@@ -137,15 +137,15 @@ msgstr ""
|
|
|
137
137
|
msgid "team"
|
|
138
138
|
msgstr ""
|
|
139
139
|
|
|
140
|
-
#: models.py:230 models.py:
|
|
140
|
+
#: models.py:230 models.py:523
|
|
141
141
|
msgid "edit status"
|
|
142
142
|
msgstr ""
|
|
143
143
|
|
|
144
|
-
#: models.py:235 models.py:
|
|
144
|
+
#: models.py:235 models.py:528
|
|
145
145
|
msgid "share status"
|
|
146
146
|
msgstr ""
|
|
147
147
|
|
|
148
|
-
#: models.py:238 models.py:
|
|
148
|
+
#: models.py:238 models.py:518
|
|
149
149
|
msgid "settings"
|
|
150
150
|
msgstr ""
|
|
151
151
|
|
|
@@ -161,15 +161,15 @@ msgstr ""
|
|
|
161
161
|
msgid "Clone of"
|
|
162
162
|
msgstr ""
|
|
163
163
|
|
|
164
|
-
#: models.py:
|
|
164
|
+
#: models.py:490 models.py:494 models.py:500
|
|
165
165
|
msgid "Inherit"
|
|
166
166
|
msgstr ""
|
|
167
167
|
|
|
168
|
-
#: models.py:
|
|
168
|
+
#: models.py:513
|
|
169
169
|
msgid "display on load"
|
|
170
170
|
msgstr ""
|
|
171
171
|
|
|
172
|
-
#: models.py:
|
|
172
|
+
#: models.py:514
|
|
173
173
|
msgid "Display this layer on load."
|
|
174
174
|
msgstr ""
|
|
175
175
|
|
|
@@ -494,6 +494,10 @@ msgstr ""
|
|
|
494
494
|
msgid "Help"
|
|
495
495
|
msgstr ""
|
|
496
496
|
|
|
497
|
+
#: templates/umap/content_footer.html:10
|
|
498
|
+
msgid "Terms of Service"
|
|
499
|
+
msgstr ""
|
|
500
|
+
|
|
497
501
|
#: templates/umap/dashboard_menu.html:6
|
|
498
502
|
#, python-format
|
|
499
503
|
msgid "My Maps (%(count)s)"
|
|
Binary file
|
|
@@ -17,7 +17,7 @@ msgid ""
|
|
|
17
17
|
msgstr ""
|
|
18
18
|
"Project-Id-Version: uMap\n"
|
|
19
19
|
"Report-Msgid-Bugs-To: \n"
|
|
20
|
-
"POT-Creation-Date: 2025-
|
|
20
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
21
21
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
22
22
|
"Last-Translator: Ignacio L'Episcopo, 2024-2025\n"
|
|
23
23
|
"Language-Team: Spanish (http://app.transifex.com/openstreetmap/umap/language/es/)\n"
|
|
@@ -51,7 +51,7 @@ msgstr "El uso de “%(name)s” para autenticar está obsoleto y se eliminará
|
|
|
51
51
|
msgid "name"
|
|
52
52
|
msgstr "nombre"
|
|
53
53
|
|
|
54
|
-
#: models.py:63 models.py:
|
|
54
|
+
#: models.py:63 models.py:507
|
|
55
55
|
msgid "description"
|
|
56
56
|
msgstr "descripción"
|
|
57
57
|
|
|
@@ -71,23 +71,23 @@ msgstr "Plantilla de URL usando el formato de teselas OSM"
|
|
|
71
71
|
msgid "Order of the tilelayers in the edit box"
|
|
72
72
|
msgstr "Orden de las capas de teselas en el cuadro de edición"
|
|
73
73
|
|
|
74
|
-
#: models.py:176 models.py:
|
|
74
|
+
#: models.py:176 models.py:501
|
|
75
75
|
msgid "Only editable with secret edit link"
|
|
76
76
|
msgstr "Solo editable con enlace secreto de edición"
|
|
77
77
|
|
|
78
|
-
#: models.py:177 models.py:
|
|
78
|
+
#: models.py:177 models.py:502
|
|
79
79
|
msgid "Everyone can edit"
|
|
80
80
|
msgstr "Todos pueden editar"
|
|
81
81
|
|
|
82
|
-
#: models.py:180 models.py:
|
|
82
|
+
#: models.py:180 models.py:495
|
|
83
83
|
msgid "Everyone"
|
|
84
84
|
msgstr "Todos"
|
|
85
85
|
|
|
86
|
-
#: models.py:181 models.py:190 models.py:
|
|
86
|
+
#: models.py:181 models.py:190 models.py:496
|
|
87
87
|
msgid "Editors and team only"
|
|
88
88
|
msgstr "Solo editores y equipo"
|
|
89
89
|
|
|
90
|
-
#: models.py:182 models.py:
|
|
90
|
+
#: models.py:182 models.py:497
|
|
91
91
|
msgid "Owner only"
|
|
92
92
|
msgstr "Solo el propietario"
|
|
93
93
|
|
|
@@ -107,7 +107,7 @@ msgstr "Cualquiera con el enlace"
|
|
|
107
107
|
msgid "Blocked"
|
|
108
108
|
msgstr "Bloqueado"
|
|
109
109
|
|
|
110
|
-
#: models.py:192 models.py:
|
|
110
|
+
#: models.py:192 models.py:491
|
|
111
111
|
msgid "Deleted"
|
|
112
112
|
msgstr "Eliminado"
|
|
113
113
|
|
|
@@ -147,15 +147,15 @@ msgstr "editores"
|
|
|
147
147
|
msgid "team"
|
|
148
148
|
msgstr "equipo"
|
|
149
149
|
|
|
150
|
-
#: models.py:230 models.py:
|
|
150
|
+
#: models.py:230 models.py:523
|
|
151
151
|
msgid "edit status"
|
|
152
152
|
msgstr "estado de edición"
|
|
153
153
|
|
|
154
|
-
#: models.py:235 models.py:
|
|
154
|
+
#: models.py:235 models.py:528
|
|
155
155
|
msgid "share status"
|
|
156
156
|
msgstr "estado de compartir"
|
|
157
157
|
|
|
158
|
-
#: models.py:238 models.py:
|
|
158
|
+
#: models.py:238 models.py:518
|
|
159
159
|
msgid "settings"
|
|
160
160
|
msgstr "ajustes"
|
|
161
161
|
|
|
@@ -171,15 +171,15 @@ msgstr "Este mapa es una plantilla."
|
|
|
171
171
|
msgid "Clone of"
|
|
172
172
|
msgstr "Clon de"
|
|
173
173
|
|
|
174
|
-
#: models.py:
|
|
174
|
+
#: models.py:490 models.py:494 models.py:500
|
|
175
175
|
msgid "Inherit"
|
|
176
176
|
msgstr "Heredar"
|
|
177
177
|
|
|
178
|
-
#: models.py:
|
|
178
|
+
#: models.py:513
|
|
179
179
|
msgid "display on load"
|
|
180
180
|
msgstr "mostrar al cargar"
|
|
181
181
|
|
|
182
|
-
#: models.py:
|
|
182
|
+
#: models.py:514
|
|
183
183
|
msgid "Display this layer on load."
|
|
184
184
|
msgstr "Mostrar esta capa al cargar."
|
|
185
185
|
|
|
@@ -429,13 +429,13 @@ msgid ""
|
|
|
429
429
|
"Oops, I didn't mean it, I want to <a href=\"%(login_url)s\" "
|
|
430
430
|
"class=\"login\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
431
431
|
"class=\"login\">log in</a> (no worry, we'll attach the map to your account)."
|
|
432
|
-
msgstr ""
|
|
432
|
+
msgstr "Ups, no era mi intención. Quiero <a href=\"%(login_url)s\" class=\"login\">crear una cuenta</a> o <a href=\"%(login_url)s\" class=\"login\">iniciar sesión</a> (no te preocupes, vincularemos el mapa a tu cuenta)."
|
|
433
433
|
|
|
434
434
|
#: templates/umap/components/alerts/alert.html:35
|
|
435
435
|
msgid ""
|
|
436
436
|
"Yes, I want to continue editing anonymously, I will save the secret edit "
|
|
437
437
|
"link to be able to edit this map later or on another device"
|
|
438
|
-
msgstr ""
|
|
438
|
+
msgstr "Sí, quiero seguir editando de forma anónima. Guardaré el enlace secreto de edición para poder modificar este mapa más tarde o desde otro dispositivo."
|
|
439
439
|
|
|
440
440
|
#: templates/umap/components/alerts/alert.html:39
|
|
441
441
|
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
@@ -504,6 +504,10 @@ msgstr "Contacto"
|
|
|
504
504
|
msgid "Help"
|
|
505
505
|
msgstr "Ayuda"
|
|
506
506
|
|
|
507
|
+
#: templates/umap/content_footer.html:10
|
|
508
|
+
msgid "Terms of Service"
|
|
509
|
+
msgstr "Términos del servicio"
|
|
510
|
+
|
|
507
511
|
#: templates/umap/dashboard_menu.html:6
|
|
508
512
|
#, python-format
|
|
509
513
|
msgid "My Maps (%(count)s)"
|
|
Binary file
|
|
@@ -24,7 +24,7 @@ msgid ""
|
|
|
24
24
|
msgstr ""
|
|
25
25
|
"Project-Id-Version: uMap\n"
|
|
26
26
|
"Report-Msgid-Bugs-To: \n"
|
|
27
|
-
"POT-Creation-Date: 2025-
|
|
27
|
+
"POT-Creation-Date: 2025-11-24 14:49+0000\n"
|
|
28
28
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
29
29
|
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2025\n"
|
|
30
30
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
@@ -58,7 +58,7 @@ msgstr "L’utilisation de “%(name)s” pour s’authentifier est dépréciée
|
|
|
58
58
|
msgid "name"
|
|
59
59
|
msgstr "nom"
|
|
60
60
|
|
|
61
|
-
#: models.py:63 models.py:
|
|
61
|
+
#: models.py:63 models.py:507
|
|
62
62
|
msgid "description"
|
|
63
63
|
msgstr "description"
|
|
64
64
|
|
|
@@ -78,23 +78,23 @@ msgstr "Modèle d'URL au format des tuiles OSM"
|
|
|
78
78
|
msgid "Order of the tilelayers in the edit box"
|
|
79
79
|
msgstr "Ordre des calques de tuiles dans le panneau de modification"
|
|
80
80
|
|
|
81
|
-
#: models.py:176 models.py:
|
|
81
|
+
#: models.py:176 models.py:501
|
|
82
82
|
msgid "Only editable with secret edit link"
|
|
83
83
|
msgstr "Modifiable seulement avec le lien de modification secret"
|
|
84
84
|
|
|
85
|
-
#: models.py:177 models.py:
|
|
85
|
+
#: models.py:177 models.py:502
|
|
86
86
|
msgid "Everyone can edit"
|
|
87
87
|
msgstr "Tout le monde peut modifier"
|
|
88
88
|
|
|
89
|
-
#: models.py:180 models.py:
|
|
89
|
+
#: models.py:180 models.py:495
|
|
90
90
|
msgid "Everyone"
|
|
91
91
|
msgstr "Tout le monde"
|
|
92
92
|
|
|
93
|
-
#: models.py:181 models.py:190 models.py:
|
|
93
|
+
#: models.py:181 models.py:190 models.py:496
|
|
94
94
|
msgid "Editors and team only"
|
|
95
95
|
msgstr "Éditeurs et équipe seulement"
|
|
96
96
|
|
|
97
|
-
#: models.py:182 models.py:
|
|
97
|
+
#: models.py:182 models.py:497
|
|
98
98
|
msgid "Owner only"
|
|
99
99
|
msgstr "Propriétaire uniquement"
|
|
100
100
|
|
|
@@ -114,7 +114,7 @@ msgstr "Quiconque a le lien"
|
|
|
114
114
|
msgid "Blocked"
|
|
115
115
|
msgstr "Bloquée"
|
|
116
116
|
|
|
117
|
-
#: models.py:192 models.py:
|
|
117
|
+
#: models.py:192 models.py:491
|
|
118
118
|
msgid "Deleted"
|
|
119
119
|
msgstr "Supprimé"
|
|
120
120
|
|
|
@@ -154,15 +154,15 @@ msgstr "éditeurs"
|
|
|
154
154
|
msgid "team"
|
|
155
155
|
msgstr "équipe"
|
|
156
156
|
|
|
157
|
-
#: models.py:230 models.py:
|
|
157
|
+
#: models.py:230 models.py:523
|
|
158
158
|
msgid "edit status"
|
|
159
159
|
msgstr "statut de modification"
|
|
160
160
|
|
|
161
|
-
#: models.py:235 models.py:
|
|
161
|
+
#: models.py:235 models.py:528
|
|
162
162
|
msgid "share status"
|
|
163
163
|
msgstr "qui a accès"
|
|
164
164
|
|
|
165
|
-
#: models.py:238 models.py:
|
|
165
|
+
#: models.py:238 models.py:518
|
|
166
166
|
msgid "settings"
|
|
167
167
|
msgstr "réglages"
|
|
168
168
|
|
|
@@ -178,15 +178,15 @@ msgstr "Cette carte est un modèle."
|
|
|
178
178
|
msgid "Clone of"
|
|
179
179
|
msgstr "Clone de"
|
|
180
180
|
|
|
181
|
-
#: models.py:
|
|
181
|
+
#: models.py:490 models.py:494 models.py:500
|
|
182
182
|
msgid "Inherit"
|
|
183
183
|
msgstr "Par défaut"
|
|
184
184
|
|
|
185
|
-
#: models.py:
|
|
185
|
+
#: models.py:513
|
|
186
186
|
msgid "display on load"
|
|
187
187
|
msgstr "afficher au chargement."
|
|
188
188
|
|
|
189
|
-
#: models.py:
|
|
189
|
+
#: models.py:514
|
|
190
190
|
msgid "Display this layer on load."
|
|
191
191
|
msgstr "Afficher ce calque au chargement."
|
|
192
192
|
|
|
@@ -511,6 +511,10 @@ msgstr "Contact"
|
|
|
511
511
|
msgid "Help"
|
|
512
512
|
msgstr "Aide"
|
|
513
513
|
|
|
514
|
+
#: templates/umap/content_footer.html:10
|
|
515
|
+
msgid "Terms of Service"
|
|
516
|
+
msgstr "Conditions d'utilisation"
|
|
517
|
+
|
|
514
518
|
#: templates/umap/dashboard_menu.html:6
|
|
515
519
|
#, python-format
|
|
516
520
|
msgid "My Maps (%(count)s)"
|
|
Binary file
|