umap-project 1.12.1__py3-none-any.whl → 1.13.0__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/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +82 -54
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +86 -58
- umap/locale/en/LC_MESSAGES/django.po +79 -51
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +82 -54
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +84 -56
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +108 -80
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +82 -54
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +82 -54
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +82 -54
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +82 -54
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
- umap/models.py +29 -0
- umap/static/umap/base.css +33 -5
- umap/static/umap/content.css +41 -2
- umap/static/umap/img/16.svg +12 -2
- umap/static/umap/img/source/16.svg +165 -820
- umap/static/umap/js/umap.browser.js +9 -3
- umap/static/umap/js/umap.controls.js +60 -222
- umap/static/umap/js/umap.core.js +66 -30
- umap/static/umap/js/umap.forms.js +18 -31
- umap/static/umap/js/umap.icon.js +44 -21
- umap/static/umap/js/umap.js +11 -27
- umap/static/umap/js/umap.layer.js +68 -25
- umap/static/umap/js/umap.popup.js +87 -0
- umap/static/umap/js/umap.share.js +254 -0
- umap/static/umap/js/umap.ui.js +4 -2
- umap/static/umap/locale/am_ET.js +19 -9
- umap/static/umap/locale/am_ET.json +19 -9
- umap/static/umap/locale/ar.js +19 -9
- umap/static/umap/locale/ar.json +19 -9
- umap/static/umap/locale/ast.js +19 -9
- umap/static/umap/locale/ast.json +19 -9
- umap/static/umap/locale/bg.js +19 -9
- umap/static/umap/locale/bg.json +19 -9
- umap/static/umap/locale/br.js +22 -12
- umap/static/umap/locale/br.json +22 -12
- umap/static/umap/locale/ca.js +19 -9
- umap/static/umap/locale/ca.json +19 -9
- umap/static/umap/locale/cs_CZ.js +19 -9
- umap/static/umap/locale/cs_CZ.json +19 -9
- umap/static/umap/locale/da.js +19 -9
- umap/static/umap/locale/da.json +19 -9
- umap/static/umap/locale/de.js +30 -20
- umap/static/umap/locale/de.json +30 -20
- umap/static/umap/locale/el.js +19 -9
- umap/static/umap/locale/el.json +19 -9
- umap/static/umap/locale/en.js +19 -9
- umap/static/umap/locale/en.json +19 -9
- umap/static/umap/locale/en_US.json +19 -9
- umap/static/umap/locale/es.js +19 -9
- umap/static/umap/locale/es.json +19 -9
- umap/static/umap/locale/et.js +19 -9
- umap/static/umap/locale/et.json +19 -9
- umap/static/umap/locale/fa_IR.js +19 -9
- umap/static/umap/locale/fa_IR.json +19 -9
- umap/static/umap/locale/fi.js +19 -9
- umap/static/umap/locale/fi.json +19 -9
- umap/static/umap/locale/fr.js +21 -11
- umap/static/umap/locale/fr.json +21 -11
- umap/static/umap/locale/gl.js +19 -9
- umap/static/umap/locale/gl.json +19 -9
- umap/static/umap/locale/he.js +19 -9
- umap/static/umap/locale/he.json +19 -9
- umap/static/umap/locale/hr.js +19 -9
- umap/static/umap/locale/hr.json +19 -9
- umap/static/umap/locale/hu.js +19 -9
- umap/static/umap/locale/hu.json +19 -9
- umap/static/umap/locale/id.js +19 -9
- umap/static/umap/locale/id.json +19 -9
- umap/static/umap/locale/is.js +19 -9
- umap/static/umap/locale/is.json +19 -9
- umap/static/umap/locale/it.js +19 -9
- umap/static/umap/locale/it.json +19 -9
- umap/static/umap/locale/ja.js +19 -9
- umap/static/umap/locale/ja.json +19 -9
- umap/static/umap/locale/ko.js +19 -9
- umap/static/umap/locale/ko.json +19 -9
- umap/static/umap/locale/lt.js +19 -9
- umap/static/umap/locale/lt.json +19 -9
- umap/static/umap/locale/ms.js +19 -9
- umap/static/umap/locale/ms.json +19 -9
- umap/static/umap/locale/nl.js +20 -10
- umap/static/umap/locale/nl.json +20 -10
- umap/static/umap/locale/no.js +19 -9
- umap/static/umap/locale/no.json +19 -9
- umap/static/umap/locale/pl.js +19 -9
- umap/static/umap/locale/pl.json +19 -9
- umap/static/umap/locale/pl_PL.json +19 -9
- umap/static/umap/locale/pt.js +19 -9
- umap/static/umap/locale/pt.json +19 -9
- umap/static/umap/locale/pt_BR.js +19 -9
- umap/static/umap/locale/pt_BR.json +19 -9
- umap/static/umap/locale/pt_PT.js +19 -9
- umap/static/umap/locale/pt_PT.json +19 -9
- umap/static/umap/locale/ro.js +19 -9
- umap/static/umap/locale/ro.json +19 -9
- umap/static/umap/locale/ru.js +19 -9
- umap/static/umap/locale/ru.json +19 -9
- umap/static/umap/locale/sk_SK.js +19 -9
- umap/static/umap/locale/sk_SK.json +19 -9
- umap/static/umap/locale/sl.js +19 -9
- umap/static/umap/locale/sl.json +19 -9
- umap/static/umap/locale/sr.js +19 -9
- umap/static/umap/locale/sr.json +19 -9
- umap/static/umap/locale/sv.js +19 -9
- umap/static/umap/locale/sv.json +19 -9
- umap/static/umap/locale/th_TH.js +19 -9
- umap/static/umap/locale/th_TH.json +19 -9
- umap/static/umap/locale/tr.js +19 -9
- umap/static/umap/locale/tr.json +19 -9
- umap/static/umap/locale/uk_UA.js +19 -9
- umap/static/umap/locale/uk_UA.json +19 -9
- umap/static/umap/locale/vi.js +19 -9
- umap/static/umap/locale/vi.json +19 -9
- umap/static/umap/locale/vi_VN.json +19 -9
- umap/static/umap/locale/zh.js +19 -9
- umap/static/umap/locale/zh.json +19 -9
- umap/static/umap/locale/zh_CN.json +19 -9
- umap/static/umap/locale/zh_TW.Big5.json +19 -9
- umap/static/umap/locale/zh_TW.js +55 -45
- umap/static/umap/locale/zh_TW.json +55 -45
- umap/static/umap/map.css +77 -10
- umap/static/umap/test/Map.Export.js +3 -3
- umap/static/umap/test/Polygon.js +2 -2
- umap/static/umap/test/Polyline.js +2 -0
- umap/static/umap/test/index.html +1 -0
- umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
- umap/static/umap/vendors/leaflet/leaflet-src.js +7144 -7144
- umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
- umap/templates/auth/user_form.html +1 -1
- umap/templates/umap/content.html +1 -1
- umap/templates/umap/js.html +1 -0
- umap/templates/umap/map_list.html +1 -1
- umap/templates/umap/map_table.html +67 -35
- umap/templates/umap/user_dashboard.html +23 -1
- umap/templatetags/umap_tags.py +7 -27
- umap/tests/integration/test_edit_datalayer.py +45 -0
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_facets_browser.py +86 -0
- umap/utils.py +17 -0
- umap/views.py +7 -18
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/RECORD +159 -156
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.12.1.dist-info → umap_project-1.13.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -14,7 +14,7 @@ msgid ""
|
|
|
14
14
|
msgstr ""
|
|
15
15
|
"Project-Id-Version: uMap\n"
|
|
16
16
|
"Report-Msgid-Bugs-To: \n"
|
|
17
|
-
"POT-Creation-Date:
|
|
17
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
18
18
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
19
19
|
"Last-Translator: Eric Armijo, 2023\n"
|
|
20
20
|
"Language-Team: Spanish (http://app.transifex.com/openstreetmap/umap/language/es/)\n"
|
|
@@ -32,115 +32,115 @@ msgstr "Sólo puede editarse con el enlace secreto de edición"
|
|
|
32
32
|
msgid "Everyone can edit"
|
|
33
33
|
msgstr "Todos pueden editar"
|
|
34
34
|
|
|
35
|
-
#: forms.py:69 models.py:
|
|
35
|
+
#: forms.py:69 models.py:349
|
|
36
36
|
msgid "Inherit"
|
|
37
37
|
msgstr "Heredar"
|
|
38
38
|
|
|
39
|
-
#: middleware.py:
|
|
39
|
+
#: middleware.py:13
|
|
40
40
|
msgid "Site is readonly for maintenance"
|
|
41
41
|
msgstr "El sitio está en sólo lectura por mantenimiento"
|
|
42
42
|
|
|
43
|
-
#: models.py:
|
|
43
|
+
#: models.py:49
|
|
44
44
|
msgid "name"
|
|
45
45
|
msgstr "nombre"
|
|
46
46
|
|
|
47
|
-
#: models.py:
|
|
47
|
+
#: models.py:80
|
|
48
48
|
msgid "details"
|
|
49
49
|
msgstr "detalles"
|
|
50
50
|
|
|
51
|
-
#: models.py:
|
|
51
|
+
#: models.py:81
|
|
52
52
|
msgid "Link to a page where the licence is detailed."
|
|
53
53
|
msgstr "Enlace a una página donde se detalla la licencia."
|
|
54
54
|
|
|
55
|
-
#: models.py:
|
|
55
|
+
#: models.py:91
|
|
56
56
|
msgid "URL template using OSM tile format"
|
|
57
57
|
msgstr "Plantilla URL usando el formato de teselas OSM"
|
|
58
58
|
|
|
59
|
-
#: models.py:
|
|
59
|
+
#: models.py:97
|
|
60
60
|
msgid "Order of the tilelayers in the edit box"
|
|
61
61
|
msgstr "Orden de las capas de teselas en la caja de edición"
|
|
62
62
|
|
|
63
|
-
#: models.py:
|
|
63
|
+
#: models.py:143 models.py:350
|
|
64
64
|
msgid "Everyone"
|
|
65
65
|
msgstr "Todos"
|
|
66
66
|
|
|
67
|
-
#: models.py:
|
|
67
|
+
#: models.py:144 models.py:150 models.py:351
|
|
68
68
|
msgid "Editors only"
|
|
69
69
|
msgstr "Sólo editores"
|
|
70
70
|
|
|
71
|
-
#: models.py:
|
|
71
|
+
#: models.py:145 models.py:352
|
|
72
72
|
msgid "Owner only"
|
|
73
73
|
msgstr "Sólo propietario"
|
|
74
74
|
|
|
75
|
-
#: models.py:
|
|
75
|
+
#: models.py:148
|
|
76
76
|
msgid "Everyone (public)"
|
|
77
77
|
msgstr "Todos (público)"
|
|
78
78
|
|
|
79
|
-
#: models.py:
|
|
79
|
+
#: models.py:149
|
|
80
80
|
msgid "Anyone with link"
|
|
81
81
|
msgstr "Cualquiera con enlace"
|
|
82
82
|
|
|
83
|
-
#: models.py:
|
|
83
|
+
#: models.py:151
|
|
84
84
|
msgid "Blocked"
|
|
85
85
|
msgstr "Bloqueado"
|
|
86
86
|
|
|
87
|
-
#: models.py:
|
|
87
|
+
#: models.py:154 models.py:356
|
|
88
88
|
msgid "description"
|
|
89
89
|
msgstr "descripción"
|
|
90
90
|
|
|
91
|
-
#: models.py:
|
|
91
|
+
#: models.py:155
|
|
92
92
|
msgid "center"
|
|
93
93
|
msgstr "centrar"
|
|
94
94
|
|
|
95
|
-
#: models.py:
|
|
95
|
+
#: models.py:156
|
|
96
96
|
msgid "zoom"
|
|
97
97
|
msgstr "acercar/alejar"
|
|
98
98
|
|
|
99
|
-
#: models.py:
|
|
99
|
+
#: models.py:158
|
|
100
100
|
msgid "locate"
|
|
101
101
|
msgstr "ubicar"
|
|
102
102
|
|
|
103
|
-
#: models.py:
|
|
103
|
+
#: models.py:158
|
|
104
104
|
msgid "Locate user on load?"
|
|
105
105
|
msgstr "¿Al cargar ubicar al usuario?"
|
|
106
106
|
|
|
107
|
-
#: models.py:
|
|
107
|
+
#: models.py:162
|
|
108
108
|
msgid "Choose the map licence."
|
|
109
109
|
msgstr "Elija la licencia del mapa."
|
|
110
110
|
|
|
111
|
-
#: models.py:
|
|
111
|
+
#: models.py:163
|
|
112
112
|
msgid "licence"
|
|
113
113
|
msgstr "licencia"
|
|
114
114
|
|
|
115
|
-
#: models.py:
|
|
115
|
+
#: models.py:174
|
|
116
116
|
msgid "owner"
|
|
117
117
|
msgstr "propietario"
|
|
118
118
|
|
|
119
|
-
#: models.py:
|
|
119
|
+
#: models.py:178
|
|
120
120
|
msgid "editors"
|
|
121
121
|
msgstr "editores"
|
|
122
122
|
|
|
123
|
-
#: models.py:
|
|
123
|
+
#: models.py:183 models.py:370
|
|
124
124
|
msgid "edit status"
|
|
125
125
|
msgstr "estado de la edición"
|
|
126
126
|
|
|
127
|
-
#: models.py:
|
|
127
|
+
#: models.py:188
|
|
128
128
|
msgid "share status"
|
|
129
129
|
msgstr "compartir estado"
|
|
130
130
|
|
|
131
|
-
#: models.py:
|
|
131
|
+
#: models.py:191 models.py:365
|
|
132
132
|
msgid "settings"
|
|
133
133
|
msgstr "ajustes"
|
|
134
134
|
|
|
135
|
-
#: models.py:
|
|
135
|
+
#: models.py:298
|
|
136
136
|
msgid "Clone of"
|
|
137
137
|
msgstr "Clon de"
|
|
138
138
|
|
|
139
|
-
#: models.py:
|
|
139
|
+
#: models.py:360
|
|
140
140
|
msgid "display on load"
|
|
141
141
|
msgstr "mostrar al cargar"
|
|
142
142
|
|
|
143
|
-
#: models.py:
|
|
143
|
+
#: models.py:361
|
|
144
144
|
msgid "Display this layer on load."
|
|
145
145
|
msgstr "Mostrar esta capa al cargar."
|
|
146
146
|
|
|
@@ -297,50 +297,78 @@ msgstr "Inspírate, navega por los mapas"
|
|
|
297
297
|
msgid "You are logged in. Continuing..."
|
|
298
298
|
msgstr "Has iniciado sesión. Continuando..."
|
|
299
299
|
|
|
300
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
300
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
301
301
|
msgid "by"
|
|
302
302
|
msgstr "por"
|
|
303
303
|
|
|
304
|
-
#: templates/umap/map_list.html:17
|
|
304
|
+
#: templates/umap/map_list.html:17
|
|
305
305
|
msgid "More"
|
|
306
306
|
msgstr "Más"
|
|
307
307
|
|
|
308
|
-
#: templates/umap/map_table.html:
|
|
309
|
-
msgid "Map"
|
|
310
|
-
msgstr "Mapa"
|
|
311
|
-
|
|
312
|
-
#: templates/umap/map_table.html:7
|
|
308
|
+
#: templates/umap/map_table.html:5
|
|
313
309
|
msgid "Name"
|
|
314
310
|
msgstr "Nombre"
|
|
315
311
|
|
|
316
|
-
#: templates/umap/map_table.html:
|
|
312
|
+
#: templates/umap/map_table.html:6
|
|
313
|
+
msgid "Preview"
|
|
314
|
+
msgstr ""
|
|
315
|
+
|
|
316
|
+
#: templates/umap/map_table.html:7
|
|
317
317
|
msgid "Who can see / edit"
|
|
318
318
|
msgstr "Quién puede ver / editar"
|
|
319
319
|
|
|
320
|
-
#: templates/umap/map_table.html:
|
|
320
|
+
#: templates/umap/map_table.html:8
|
|
321
321
|
msgid "Last save"
|
|
322
322
|
msgstr "Último guardado"
|
|
323
323
|
|
|
324
|
-
#: templates/umap/map_table.html:
|
|
324
|
+
#: templates/umap/map_table.html:9
|
|
325
325
|
msgid "Owner"
|
|
326
326
|
msgstr "Dueño"
|
|
327
327
|
|
|
328
|
-
#: templates/umap/map_table.html:
|
|
328
|
+
#: templates/umap/map_table.html:10
|
|
329
329
|
msgid "Actions"
|
|
330
330
|
msgstr "Acciones"
|
|
331
331
|
|
|
332
|
-
#: templates/umap/map_table.html:
|
|
332
|
+
#: templates/umap/map_table.html:22
|
|
333
|
+
msgid "Open preview"
|
|
334
|
+
msgstr ""
|
|
335
|
+
|
|
336
|
+
#: templates/umap/map_table.html:38
|
|
333
337
|
msgid "Share"
|
|
334
338
|
msgstr "Compartir"
|
|
335
339
|
|
|
336
|
-
#: templates/umap/map_table.html:
|
|
340
|
+
#: templates/umap/map_table.html:39
|
|
337
341
|
msgid "Edit"
|
|
338
342
|
msgstr "Editar"
|
|
339
343
|
|
|
340
|
-
#: templates/umap/map_table.html:
|
|
344
|
+
#: templates/umap/map_table.html:40
|
|
341
345
|
msgid "Download"
|
|
342
346
|
msgstr "Descargar"
|
|
343
347
|
|
|
348
|
+
#: templates/umap/map_table.html:49
|
|
349
|
+
msgid "first"
|
|
350
|
+
msgstr ""
|
|
351
|
+
|
|
352
|
+
#: templates/umap/map_table.html:50
|
|
353
|
+
msgid "previous"
|
|
354
|
+
msgstr ""
|
|
355
|
+
|
|
356
|
+
#: templates/umap/map_table.html:59
|
|
357
|
+
#, python-format
|
|
358
|
+
msgid ""
|
|
359
|
+
"\n"
|
|
360
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
361
|
+
" "
|
|
362
|
+
msgstr ""
|
|
363
|
+
|
|
364
|
+
#: templates/umap/map_table.html:65
|
|
365
|
+
msgid "next"
|
|
366
|
+
msgstr ""
|
|
367
|
+
|
|
368
|
+
#: templates/umap/map_table.html:66
|
|
369
|
+
msgid "last"
|
|
370
|
+
msgstr ""
|
|
371
|
+
|
|
344
372
|
#: templates/umap/navigation.html:15
|
|
345
373
|
msgid "Starred maps"
|
|
346
374
|
msgstr "Mapas con estrellas"
|
|
@@ -439,52 +467,52 @@ msgstr "Mi perfil"
|
|
|
439
467
|
msgid "You have no map yet."
|
|
440
468
|
msgstr "Aún no tiene mapa."
|
|
441
469
|
|
|
442
|
-
#: views.py:
|
|
470
|
+
#: views.py:301
|
|
443
471
|
msgid "View the map"
|
|
444
472
|
msgstr "Ver el mapa"
|
|
445
473
|
|
|
446
|
-
#: views.py:
|
|
474
|
+
#: views.py:660
|
|
447
475
|
msgid "Map has been updated!"
|
|
448
476
|
msgstr "¡El mapa ha sido actualizado!"
|
|
449
477
|
|
|
450
|
-
#: views.py:
|
|
478
|
+
#: views.py:685
|
|
451
479
|
msgid "Map editors updated with success!"
|
|
452
480
|
msgstr "¡Los editores del mapas han sido actualizados con éxito!"
|
|
453
481
|
|
|
454
|
-
#: views.py:
|
|
482
|
+
#: views.py:723
|
|
455
483
|
#, python-format
|
|
456
484
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
457
485
|
msgstr "El enlace de edición de uMap para tu mapa: %(map_name)s"
|
|
458
486
|
|
|
459
|
-
#: views.py:
|
|
487
|
+
#: views.py:726
|
|
460
488
|
#, python-format
|
|
461
489
|
msgid "Here is your secret edit link: %(link)s"
|
|
462
490
|
msgstr "Aquí está tu enlace secreto de edición: %(link)s"
|
|
463
491
|
|
|
464
|
-
#: views.py:
|
|
492
|
+
#: views.py:732
|
|
465
493
|
#, python-format
|
|
466
494
|
msgid "Email sent to %(email)s"
|
|
467
495
|
msgstr "Correo electrónico enviado a %(email)s"
|
|
468
496
|
|
|
469
|
-
#: views.py:
|
|
497
|
+
#: views.py:743
|
|
470
498
|
msgid "Only its owner can delete the map."
|
|
471
499
|
msgstr "Sólo el propietario puede borrar el mapa."
|
|
472
500
|
|
|
473
|
-
#: views.py:
|
|
501
|
+
#: views.py:766
|
|
474
502
|
#, python-format
|
|
475
503
|
msgid ""
|
|
476
504
|
"Your map has been cloned! If you want to edit this map from another "
|
|
477
505
|
"computer, please use this link: %(anonymous_url)s"
|
|
478
506
|
msgstr "¡Tu mapa ha sido clonado! Si quieres editar este mapa desde otro ordenador, usa este enlace: %(anonymous_url)s"
|
|
479
507
|
|
|
480
|
-
#: views.py:
|
|
508
|
+
#: views.py:771
|
|
481
509
|
msgid "Congratulations, your map has been cloned!"
|
|
482
510
|
msgstr "¡Enhorabuena! ¡Tu mapa ha sido clonado!"
|
|
483
511
|
|
|
484
|
-
#: views.py:
|
|
512
|
+
#: views.py:1007
|
|
485
513
|
msgid "Layer successfully deleted."
|
|
486
514
|
msgstr "Se eliminó la capa con éxito."
|
|
487
515
|
|
|
488
|
-
#: views.py:
|
|
516
|
+
#: views.py:1029
|
|
489
517
|
msgid "Permissions updated with success!"
|
|
490
518
|
msgstr "¡Permisos actualizados con éxito!"
|
|
Binary file
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
# spf, 2019
|
|
17
17
|
# Syl Martin, 2023
|
|
18
18
|
# Philippe Verdy, 2017
|
|
19
|
-
# yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023
|
|
19
|
+
# yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024
|
|
20
20
|
# YOHAN BONIFACE <yb@enix.org>, 2012
|
|
21
21
|
# yohanboniface <yohanboniface@free.fr>, 2014,2016
|
|
22
22
|
msgid ""
|
|
23
23
|
msgstr ""
|
|
24
24
|
"Project-Id-Version: uMap\n"
|
|
25
25
|
"Report-Msgid-Bugs-To: \n"
|
|
26
|
-
"POT-Creation-Date:
|
|
26
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
27
27
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
28
|
-
"Last-Translator:
|
|
28
|
+
"Last-Translator: yohanboniface <yohanboniface@free.fr>, 2013-2014,2018-2019,2023-2024\n"
|
|
29
29
|
"Language-Team: French (http://app.transifex.com/openstreetmap/umap/language/fr/)\n"
|
|
30
30
|
"MIME-Version: 1.0\n"
|
|
31
31
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -41,115 +41,115 @@ msgstr "Modifiable seulement avec le lien de modification secret"
|
|
|
41
41
|
msgid "Everyone can edit"
|
|
42
42
|
msgstr "Tout le monde peut modifier"
|
|
43
43
|
|
|
44
|
-
#: forms.py:69 models.py:
|
|
44
|
+
#: forms.py:69 models.py:349
|
|
45
45
|
msgid "Inherit"
|
|
46
46
|
msgstr "Par défaut"
|
|
47
47
|
|
|
48
|
-
#: middleware.py:
|
|
48
|
+
#: middleware.py:13
|
|
49
49
|
msgid "Site is readonly for maintenance"
|
|
50
50
|
msgstr "Le site est en lecture seule pour maintenance."
|
|
51
51
|
|
|
52
|
-
#: models.py:
|
|
52
|
+
#: models.py:49
|
|
53
53
|
msgid "name"
|
|
54
54
|
msgstr "nom"
|
|
55
55
|
|
|
56
|
-
#: models.py:
|
|
56
|
+
#: models.py:80
|
|
57
57
|
msgid "details"
|
|
58
58
|
msgstr "détails"
|
|
59
59
|
|
|
60
|
-
#: models.py:
|
|
60
|
+
#: models.py:81
|
|
61
61
|
msgid "Link to a page where the licence is detailed."
|
|
62
62
|
msgstr "Lien vers une page détaillant la licence."
|
|
63
63
|
|
|
64
|
-
#: models.py:
|
|
64
|
+
#: models.py:91
|
|
65
65
|
msgid "URL template using OSM tile format"
|
|
66
66
|
msgstr "Modèle d'URL au format des tuiles OSM"
|
|
67
67
|
|
|
68
|
-
#: models.py:
|
|
68
|
+
#: models.py:97
|
|
69
69
|
msgid "Order of the tilelayers in the edit box"
|
|
70
70
|
msgstr "Ordre des calques de tuiles dans le panneau de modification"
|
|
71
71
|
|
|
72
|
-
#: models.py:
|
|
72
|
+
#: models.py:143 models.py:350
|
|
73
73
|
msgid "Everyone"
|
|
74
74
|
msgstr "Tout le monde"
|
|
75
75
|
|
|
76
|
-
#: models.py:
|
|
76
|
+
#: models.py:144 models.py:150 models.py:351
|
|
77
77
|
msgid "Editors only"
|
|
78
78
|
msgstr "Éditeurs uniquement"
|
|
79
79
|
|
|
80
|
-
#: models.py:
|
|
80
|
+
#: models.py:145 models.py:352
|
|
81
81
|
msgid "Owner only"
|
|
82
82
|
msgstr "Propriétaire uniquement"
|
|
83
83
|
|
|
84
|
-
#: models.py:
|
|
84
|
+
#: models.py:148
|
|
85
85
|
msgid "Everyone (public)"
|
|
86
86
|
msgstr "Tout le monde (public)"
|
|
87
87
|
|
|
88
|
-
#: models.py:
|
|
88
|
+
#: models.py:149
|
|
89
89
|
msgid "Anyone with link"
|
|
90
90
|
msgstr "Quiconque a le lien"
|
|
91
91
|
|
|
92
|
-
#: models.py:
|
|
92
|
+
#: models.py:151
|
|
93
93
|
msgid "Blocked"
|
|
94
94
|
msgstr "Bloquée"
|
|
95
95
|
|
|
96
|
-
#: models.py:
|
|
96
|
+
#: models.py:154 models.py:356
|
|
97
97
|
msgid "description"
|
|
98
98
|
msgstr "description"
|
|
99
99
|
|
|
100
|
-
#: models.py:
|
|
100
|
+
#: models.py:155
|
|
101
101
|
msgid "center"
|
|
102
102
|
msgstr "centre"
|
|
103
103
|
|
|
104
|
-
#: models.py:
|
|
104
|
+
#: models.py:156
|
|
105
105
|
msgid "zoom"
|
|
106
106
|
msgstr "zoom"
|
|
107
107
|
|
|
108
|
-
#: models.py:
|
|
108
|
+
#: models.py:158
|
|
109
109
|
msgid "locate"
|
|
110
110
|
msgstr "géolocaliser"
|
|
111
111
|
|
|
112
|
-
#: models.py:
|
|
112
|
+
#: models.py:158
|
|
113
113
|
msgid "Locate user on load?"
|
|
114
114
|
msgstr "Géolocaliser l'utilisateur au chargement ?"
|
|
115
115
|
|
|
116
|
-
#: models.py:
|
|
116
|
+
#: models.py:162
|
|
117
117
|
msgid "Choose the map licence."
|
|
118
118
|
msgstr "Choisir une licence pour la carte"
|
|
119
119
|
|
|
120
|
-
#: models.py:
|
|
120
|
+
#: models.py:163
|
|
121
121
|
msgid "licence"
|
|
122
122
|
msgstr "licence"
|
|
123
123
|
|
|
124
|
-
#: models.py:
|
|
124
|
+
#: models.py:174
|
|
125
125
|
msgid "owner"
|
|
126
126
|
msgstr "créateur"
|
|
127
127
|
|
|
128
|
-
#: models.py:
|
|
128
|
+
#: models.py:178
|
|
129
129
|
msgid "editors"
|
|
130
130
|
msgstr "éditeurs"
|
|
131
131
|
|
|
132
|
-
#: models.py:
|
|
132
|
+
#: models.py:183 models.py:370
|
|
133
133
|
msgid "edit status"
|
|
134
134
|
msgstr "statut de modification"
|
|
135
135
|
|
|
136
|
-
#: models.py:
|
|
136
|
+
#: models.py:188
|
|
137
137
|
msgid "share status"
|
|
138
138
|
msgstr "qui a accès"
|
|
139
139
|
|
|
140
|
-
#: models.py:
|
|
140
|
+
#: models.py:191 models.py:365
|
|
141
141
|
msgid "settings"
|
|
142
142
|
msgstr "réglages"
|
|
143
143
|
|
|
144
|
-
#: models.py:
|
|
144
|
+
#: models.py:298
|
|
145
145
|
msgid "Clone of"
|
|
146
146
|
msgstr "Clone de"
|
|
147
147
|
|
|
148
|
-
#: models.py:
|
|
148
|
+
#: models.py:360
|
|
149
149
|
msgid "display on load"
|
|
150
150
|
msgstr "afficher au chargement."
|
|
151
151
|
|
|
152
|
-
#: models.py:
|
|
152
|
+
#: models.py:361
|
|
153
153
|
msgid "Display this layer on load."
|
|
154
154
|
msgstr "Afficher ce calque au chargement."
|
|
155
155
|
|
|
@@ -306,50 +306,78 @@ msgstr "Naviguer dans les cartes"
|
|
|
306
306
|
msgid "You are logged in. Continuing..."
|
|
307
307
|
msgstr "Vous êtes maintenant identifié. Merci de patienter..."
|
|
308
308
|
|
|
309
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
309
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
310
310
|
msgid "by"
|
|
311
311
|
msgstr "par"
|
|
312
312
|
|
|
313
|
-
#: templates/umap/map_list.html:17
|
|
313
|
+
#: templates/umap/map_list.html:17
|
|
314
314
|
msgid "More"
|
|
315
315
|
msgstr "Plus"
|
|
316
316
|
|
|
317
|
-
#: templates/umap/map_table.html:
|
|
318
|
-
msgid "Map"
|
|
319
|
-
msgstr "Carte"
|
|
320
|
-
|
|
321
|
-
#: templates/umap/map_table.html:7
|
|
317
|
+
#: templates/umap/map_table.html:5
|
|
322
318
|
msgid "Name"
|
|
323
319
|
msgstr "Nom"
|
|
324
320
|
|
|
325
|
-
#: templates/umap/map_table.html:
|
|
321
|
+
#: templates/umap/map_table.html:6
|
|
322
|
+
msgid "Preview"
|
|
323
|
+
msgstr "Aperçu"
|
|
324
|
+
|
|
325
|
+
#: templates/umap/map_table.html:7
|
|
326
326
|
msgid "Who can see / edit"
|
|
327
327
|
msgstr "Qui peut voir / modifier"
|
|
328
328
|
|
|
329
|
-
#: templates/umap/map_table.html:
|
|
329
|
+
#: templates/umap/map_table.html:8
|
|
330
330
|
msgid "Last save"
|
|
331
331
|
msgstr "Dernière modification"
|
|
332
332
|
|
|
333
|
-
#: templates/umap/map_table.html:
|
|
333
|
+
#: templates/umap/map_table.html:9
|
|
334
334
|
msgid "Owner"
|
|
335
335
|
msgstr "Propriétaire"
|
|
336
336
|
|
|
337
|
-
#: templates/umap/map_table.html:
|
|
337
|
+
#: templates/umap/map_table.html:10
|
|
338
338
|
msgid "Actions"
|
|
339
339
|
msgstr "Actions"
|
|
340
340
|
|
|
341
|
-
#: templates/umap/map_table.html:
|
|
341
|
+
#: templates/umap/map_table.html:22
|
|
342
|
+
msgid "Open preview"
|
|
343
|
+
msgstr "Ouvrir l'aperçu"
|
|
344
|
+
|
|
345
|
+
#: templates/umap/map_table.html:38
|
|
342
346
|
msgid "Share"
|
|
343
347
|
msgstr "Partager"
|
|
344
348
|
|
|
345
|
-
#: templates/umap/map_table.html:
|
|
349
|
+
#: templates/umap/map_table.html:39
|
|
346
350
|
msgid "Edit"
|
|
347
351
|
msgstr "Éditer"
|
|
348
352
|
|
|
349
|
-
#: templates/umap/map_table.html:
|
|
353
|
+
#: templates/umap/map_table.html:40
|
|
350
354
|
msgid "Download"
|
|
351
355
|
msgstr "Télécharger"
|
|
352
356
|
|
|
357
|
+
#: templates/umap/map_table.html:49
|
|
358
|
+
msgid "first"
|
|
359
|
+
msgstr "début"
|
|
360
|
+
|
|
361
|
+
#: templates/umap/map_table.html:50
|
|
362
|
+
msgid "previous"
|
|
363
|
+
msgstr "précédente"
|
|
364
|
+
|
|
365
|
+
#: templates/umap/map_table.html:59
|
|
366
|
+
#, python-format
|
|
367
|
+
msgid ""
|
|
368
|
+
"\n"
|
|
369
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
370
|
+
" "
|
|
371
|
+
msgstr "\n Page %(maps_number)s de %(num_pages)s\n "
|
|
372
|
+
|
|
373
|
+
#: templates/umap/map_table.html:65
|
|
374
|
+
msgid "next"
|
|
375
|
+
msgstr "suivante"
|
|
376
|
+
|
|
377
|
+
#: templates/umap/map_table.html:66
|
|
378
|
+
msgid "last"
|
|
379
|
+
msgstr "fin"
|
|
380
|
+
|
|
353
381
|
#: templates/umap/navigation.html:15
|
|
354
382
|
msgid "Starred maps"
|
|
355
383
|
msgstr "Favoris"
|
|
@@ -448,52 +476,52 @@ msgstr "Mon profil"
|
|
|
448
476
|
msgid "You have no map yet."
|
|
449
477
|
msgstr "Vous n'avez pas encore de carte."
|
|
450
478
|
|
|
451
|
-
#: views.py:
|
|
479
|
+
#: views.py:301
|
|
452
480
|
msgid "View the map"
|
|
453
481
|
msgstr "Voir la carte"
|
|
454
482
|
|
|
455
|
-
#: views.py:
|
|
483
|
+
#: views.py:660
|
|
456
484
|
msgid "Map has been updated!"
|
|
457
485
|
msgstr "La carte a été mise à jour !"
|
|
458
486
|
|
|
459
|
-
#: views.py:
|
|
487
|
+
#: views.py:685
|
|
460
488
|
msgid "Map editors updated with success!"
|
|
461
489
|
msgstr "Éditeurs de la carte mis à jour !"
|
|
462
490
|
|
|
463
|
-
#: views.py:
|
|
491
|
+
#: views.py:723
|
|
464
492
|
#, python-format
|
|
465
493
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
466
494
|
msgstr "La lien d'édition uMap pour votre carte %(map_name)s"
|
|
467
495
|
|
|
468
|
-
#: views.py:
|
|
496
|
+
#: views.py:726
|
|
469
497
|
#, python-format
|
|
470
498
|
msgid "Here is your secret edit link: %(link)s"
|
|
471
499
|
msgstr "Voici votre lien d'édition secret: %(link)s"
|
|
472
500
|
|
|
473
|
-
#: views.py:
|
|
501
|
+
#: views.py:732
|
|
474
502
|
#, python-format
|
|
475
503
|
msgid "Email sent to %(email)s"
|
|
476
504
|
msgstr "Courriel envoyé à %(email)s"
|
|
477
505
|
|
|
478
|
-
#: views.py:
|
|
506
|
+
#: views.py:743
|
|
479
507
|
msgid "Only its owner can delete the map."
|
|
480
508
|
msgstr "Seul le créateur de la carte peut la supprimer."
|
|
481
509
|
|
|
482
|
-
#: views.py:
|
|
510
|
+
#: views.py:766
|
|
483
511
|
#, python-format
|
|
484
512
|
msgid ""
|
|
485
513
|
"Your map has been cloned! If you want to edit this map from another "
|
|
486
514
|
"computer, please use this link: %(anonymous_url)s"
|
|
487
515
|
msgstr "Votre carte a été dupliquée ! Si vous souhaitez la modifier depuis un autre ordinateur, veuillez utiliser ce lien : %(anonymous_url)s"
|
|
488
516
|
|
|
489
|
-
#: views.py:
|
|
517
|
+
#: views.py:771
|
|
490
518
|
msgid "Congratulations, your map has been cloned!"
|
|
491
519
|
msgstr "Votre carte a été dupliquée !"
|
|
492
520
|
|
|
493
|
-
#: views.py:
|
|
521
|
+
#: views.py:1007
|
|
494
522
|
msgid "Layer successfully deleted."
|
|
495
523
|
msgstr "Calque supprimé."
|
|
496
524
|
|
|
497
|
-
#: views.py:
|
|
525
|
+
#: views.py:1029
|
|
498
526
|
msgid "Permissions updated with success!"
|
|
499
527
|
msgstr "Les permissions ont bien été modifiées !"
|
|
Binary file
|