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
|
@@ -20,7 +20,7 @@ msgid ""
|
|
|
20
20
|
msgstr ""
|
|
21
21
|
"Project-Id-Version: uMap\n"
|
|
22
22
|
"Report-Msgid-Bugs-To: \n"
|
|
23
|
-
"POT-Creation-Date:
|
|
23
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
24
24
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
25
25
|
"Last-Translator: Francesco Piero Paolicelli <piersoft2@gmail.com>, 2023\n"
|
|
26
26
|
"Language-Team: Italian (http://app.transifex.com/openstreetmap/umap/language/it/)\n"
|
|
@@ -38,115 +38,115 @@ msgstr "Modificabile solo con il link segreto"
|
|
|
38
38
|
msgid "Everyone can edit"
|
|
39
39
|
msgstr "Chiunque può modificare"
|
|
40
40
|
|
|
41
|
-
#: forms.py:69 models.py:
|
|
41
|
+
#: forms.py:69 models.py:349
|
|
42
42
|
msgid "Inherit"
|
|
43
43
|
msgstr "Inherit"
|
|
44
44
|
|
|
45
|
-
#: middleware.py:
|
|
45
|
+
#: middleware.py:13
|
|
46
46
|
msgid "Site is readonly for maintenance"
|
|
47
47
|
msgstr "Il sito in sola lettura per manutenzione"
|
|
48
48
|
|
|
49
|
-
#: models.py:
|
|
49
|
+
#: models.py:49
|
|
50
50
|
msgid "name"
|
|
51
51
|
msgstr "nome"
|
|
52
52
|
|
|
53
|
-
#: models.py:
|
|
53
|
+
#: models.py:80
|
|
54
54
|
msgid "details"
|
|
55
55
|
msgstr "dettagli"
|
|
56
56
|
|
|
57
|
-
#: models.py:
|
|
57
|
+
#: models.py:81
|
|
58
58
|
msgid "Link to a page where the licence is detailed."
|
|
59
59
|
msgstr "Link alla pagina con i dettagli della licenza"
|
|
60
60
|
|
|
61
|
-
#: models.py:
|
|
61
|
+
#: models.py:91
|
|
62
62
|
msgid "URL template using OSM tile format"
|
|
63
63
|
msgstr "Modello dell'URL usando il formato delle tile OSM"
|
|
64
64
|
|
|
65
|
-
#: models.py:
|
|
65
|
+
#: models.py:97
|
|
66
66
|
msgid "Order of the tilelayers in the edit box"
|
|
67
67
|
msgstr "Ordine degli sfondi (tilelayers) nel box di modifica"
|
|
68
68
|
|
|
69
|
-
#: models.py:
|
|
69
|
+
#: models.py:143 models.py:350
|
|
70
70
|
msgid "Everyone"
|
|
71
71
|
msgstr "Chiunque"
|
|
72
72
|
|
|
73
|
-
#: models.py:
|
|
73
|
+
#: models.py:144 models.py:150 models.py:351
|
|
74
74
|
msgid "Editors only"
|
|
75
75
|
msgstr "Solamente chi contribuisce"
|
|
76
76
|
|
|
77
|
-
#: models.py:
|
|
77
|
+
#: models.py:145 models.py:352
|
|
78
78
|
msgid "Owner only"
|
|
79
79
|
msgstr "Solo chi ha la proprietà"
|
|
80
80
|
|
|
81
|
-
#: models.py:
|
|
81
|
+
#: models.py:148
|
|
82
82
|
msgid "Everyone (public)"
|
|
83
83
|
msgstr "Chiunque (pubblico)"
|
|
84
84
|
|
|
85
|
-
#: models.py:
|
|
85
|
+
#: models.py:149
|
|
86
86
|
msgid "Anyone with link"
|
|
87
87
|
msgstr "Chiunque abbia il link"
|
|
88
88
|
|
|
89
|
-
#: models.py:
|
|
89
|
+
#: models.py:151
|
|
90
90
|
msgid "Blocked"
|
|
91
91
|
msgstr "Bloccata"
|
|
92
92
|
|
|
93
|
-
#: models.py:
|
|
93
|
+
#: models.py:154 models.py:356
|
|
94
94
|
msgid "description"
|
|
95
95
|
msgstr "descrizione"
|
|
96
96
|
|
|
97
|
-
#: models.py:
|
|
97
|
+
#: models.py:155
|
|
98
98
|
msgid "center"
|
|
99
99
|
msgstr "centra"
|
|
100
100
|
|
|
101
|
-
#: models.py:
|
|
101
|
+
#: models.py:156
|
|
102
102
|
msgid "zoom"
|
|
103
103
|
msgstr "zoom"
|
|
104
104
|
|
|
105
|
-
#: models.py:
|
|
105
|
+
#: models.py:158
|
|
106
106
|
msgid "locate"
|
|
107
107
|
msgstr "localizza"
|
|
108
108
|
|
|
109
|
-
#: models.py:
|
|
109
|
+
#: models.py:158
|
|
110
110
|
msgid "Locate user on load?"
|
|
111
111
|
msgstr "Geolocalizzare l'utente al caricamento?"
|
|
112
112
|
|
|
113
|
-
#: models.py:
|
|
113
|
+
#: models.py:162
|
|
114
114
|
msgid "Choose the map licence."
|
|
115
115
|
msgstr "Scegliere una licenza per la mappa."
|
|
116
116
|
|
|
117
|
-
#: models.py:
|
|
117
|
+
#: models.py:163
|
|
118
118
|
msgid "licence"
|
|
119
119
|
msgstr "licenza"
|
|
120
120
|
|
|
121
|
-
#: models.py:
|
|
121
|
+
#: models.py:174
|
|
122
122
|
msgid "owner"
|
|
123
123
|
msgstr "proprietario"
|
|
124
124
|
|
|
125
|
-
#: models.py:
|
|
125
|
+
#: models.py:178
|
|
126
126
|
msgid "editors"
|
|
127
127
|
msgstr "contributore"
|
|
128
128
|
|
|
129
|
-
#: models.py:
|
|
129
|
+
#: models.py:183 models.py:370
|
|
130
130
|
msgid "edit status"
|
|
131
131
|
msgstr "stato della modifica"
|
|
132
132
|
|
|
133
|
-
#: models.py:
|
|
133
|
+
#: models.py:188
|
|
134
134
|
msgid "share status"
|
|
135
135
|
msgstr "stato condivisione"
|
|
136
136
|
|
|
137
|
-
#: models.py:
|
|
137
|
+
#: models.py:191 models.py:365
|
|
138
138
|
msgid "settings"
|
|
139
139
|
msgstr "impostazioni"
|
|
140
140
|
|
|
141
|
-
#: models.py:
|
|
141
|
+
#: models.py:298
|
|
142
142
|
msgid "Clone of"
|
|
143
143
|
msgstr "Duplicata da "
|
|
144
144
|
|
|
145
|
-
#: models.py:
|
|
145
|
+
#: models.py:360
|
|
146
146
|
msgid "display on load"
|
|
147
147
|
msgstr "mostra al caricamento"
|
|
148
148
|
|
|
149
|
-
#: models.py:
|
|
149
|
+
#: models.py:361
|
|
150
150
|
msgid "Display this layer on load."
|
|
151
151
|
msgstr "Visualizza questo layer al caricamento."
|
|
152
152
|
|
|
@@ -303,50 +303,78 @@ msgstr "Prendi ispirazione, visualizza mappe"
|
|
|
303
303
|
msgid "You are logged in. Continuing..."
|
|
304
304
|
msgstr "Utente loggato. Continuare..."
|
|
305
305
|
|
|
306
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
306
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
307
307
|
msgid "by"
|
|
308
308
|
msgstr "di"
|
|
309
309
|
|
|
310
|
-
#: templates/umap/map_list.html:17
|
|
310
|
+
#: templates/umap/map_list.html:17
|
|
311
311
|
msgid "More"
|
|
312
312
|
msgstr "Altre mappe"
|
|
313
313
|
|
|
314
|
-
#: templates/umap/map_table.html:
|
|
315
|
-
msgid "Map"
|
|
316
|
-
msgstr "Mappa"
|
|
317
|
-
|
|
318
|
-
#: templates/umap/map_table.html:7
|
|
314
|
+
#: templates/umap/map_table.html:5
|
|
319
315
|
msgid "Name"
|
|
320
316
|
msgstr "Nome"
|
|
321
317
|
|
|
322
|
-
#: templates/umap/map_table.html:
|
|
318
|
+
#: templates/umap/map_table.html:6
|
|
319
|
+
msgid "Preview"
|
|
320
|
+
msgstr ""
|
|
321
|
+
|
|
322
|
+
#: templates/umap/map_table.html:7
|
|
323
323
|
msgid "Who can see / edit"
|
|
324
324
|
msgstr "Chi può vedere / modificare"
|
|
325
325
|
|
|
326
|
-
#: templates/umap/map_table.html:
|
|
326
|
+
#: templates/umap/map_table.html:8
|
|
327
327
|
msgid "Last save"
|
|
328
328
|
msgstr "Ultimo salvataggio"
|
|
329
329
|
|
|
330
|
-
#: templates/umap/map_table.html:
|
|
330
|
+
#: templates/umap/map_table.html:9
|
|
331
331
|
msgid "Owner"
|
|
332
332
|
msgstr "Proprietario"
|
|
333
333
|
|
|
334
|
-
#: templates/umap/map_table.html:
|
|
334
|
+
#: templates/umap/map_table.html:10
|
|
335
335
|
msgid "Actions"
|
|
336
336
|
msgstr "Azioni"
|
|
337
337
|
|
|
338
|
-
#: templates/umap/map_table.html:
|
|
338
|
+
#: templates/umap/map_table.html:22
|
|
339
|
+
msgid "Open preview"
|
|
340
|
+
msgstr ""
|
|
341
|
+
|
|
342
|
+
#: templates/umap/map_table.html:38
|
|
339
343
|
msgid "Share"
|
|
340
344
|
msgstr "Condividi"
|
|
341
345
|
|
|
342
|
-
#: templates/umap/map_table.html:
|
|
346
|
+
#: templates/umap/map_table.html:39
|
|
343
347
|
msgid "Edit"
|
|
344
348
|
msgstr "Modifica"
|
|
345
349
|
|
|
346
|
-
#: templates/umap/map_table.html:
|
|
350
|
+
#: templates/umap/map_table.html:40
|
|
347
351
|
msgid "Download"
|
|
348
352
|
msgstr "Download"
|
|
349
353
|
|
|
354
|
+
#: templates/umap/map_table.html:49
|
|
355
|
+
msgid "first"
|
|
356
|
+
msgstr ""
|
|
357
|
+
|
|
358
|
+
#: templates/umap/map_table.html:50
|
|
359
|
+
msgid "previous"
|
|
360
|
+
msgstr ""
|
|
361
|
+
|
|
362
|
+
#: templates/umap/map_table.html:59
|
|
363
|
+
#, python-format
|
|
364
|
+
msgid ""
|
|
365
|
+
"\n"
|
|
366
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
367
|
+
" "
|
|
368
|
+
msgstr ""
|
|
369
|
+
|
|
370
|
+
#: templates/umap/map_table.html:65
|
|
371
|
+
msgid "next"
|
|
372
|
+
msgstr ""
|
|
373
|
+
|
|
374
|
+
#: templates/umap/map_table.html:66
|
|
375
|
+
msgid "last"
|
|
376
|
+
msgstr ""
|
|
377
|
+
|
|
350
378
|
#: templates/umap/navigation.html:15
|
|
351
379
|
msgid "Starred maps"
|
|
352
380
|
msgstr "Mappe selezionate"
|
|
@@ -445,52 +473,52 @@ msgstr "Mio profilo"
|
|
|
445
473
|
msgid "You have no map yet."
|
|
446
474
|
msgstr "Non hai ancora alcuna mappa."
|
|
447
475
|
|
|
448
|
-
#: views.py:
|
|
476
|
+
#: views.py:301
|
|
449
477
|
msgid "View the map"
|
|
450
478
|
msgstr "Visualizza la mappa"
|
|
451
479
|
|
|
452
|
-
#: views.py:
|
|
480
|
+
#: views.py:660
|
|
453
481
|
msgid "Map has been updated!"
|
|
454
482
|
msgstr "La mappa è stata aggiornata!"
|
|
455
483
|
|
|
456
|
-
#: views.py:
|
|
484
|
+
#: views.py:685
|
|
457
485
|
msgid "Map editors updated with success!"
|
|
458
486
|
msgstr "Aggiornato l'elenco degli editor abilitati alla modifica della mappa!"
|
|
459
487
|
|
|
460
|
-
#: views.py:
|
|
488
|
+
#: views.py:723
|
|
461
489
|
#, python-format
|
|
462
490
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
463
491
|
msgstr "Link uMap per la modifica della tua mappa: %(map_name)s"
|
|
464
492
|
|
|
465
|
-
#: views.py:
|
|
493
|
+
#: views.py:726
|
|
466
494
|
#, python-format
|
|
467
495
|
msgid "Here is your secret edit link: %(link)s"
|
|
468
496
|
msgstr "Qui il tuo link segreto: %(link)s"
|
|
469
497
|
|
|
470
|
-
#: views.py:
|
|
498
|
+
#: views.py:732
|
|
471
499
|
#, python-format
|
|
472
500
|
msgid "Email sent to %(email)s"
|
|
473
501
|
msgstr "Email inviata a %(email)s"
|
|
474
502
|
|
|
475
|
-
#: views.py:
|
|
503
|
+
#: views.py:743
|
|
476
504
|
msgid "Only its owner can delete the map."
|
|
477
505
|
msgstr "Solo il proprietario può eliminare la mappa."
|
|
478
506
|
|
|
479
|
-
#: views.py:
|
|
507
|
+
#: views.py:766
|
|
480
508
|
#, python-format
|
|
481
509
|
msgid ""
|
|
482
510
|
"Your map has been cloned! If you want to edit this map from another "
|
|
483
511
|
"computer, please use this link: %(anonymous_url)s"
|
|
484
512
|
msgstr "La mappa è stata clonata! Per modificarla usando un altro computer, si deve utilizzare questo link: %(anonymous_url)s"
|
|
485
513
|
|
|
486
|
-
#: views.py:
|
|
514
|
+
#: views.py:771
|
|
487
515
|
msgid "Congratulations, your map has been cloned!"
|
|
488
516
|
msgstr "Perfetto, la tua mappa è stata clonata!"
|
|
489
517
|
|
|
490
|
-
#: views.py:
|
|
518
|
+
#: views.py:1007
|
|
491
519
|
msgid "Layer successfully deleted."
|
|
492
520
|
msgstr "Layer eliminato correttamente"
|
|
493
521
|
|
|
494
|
-
#: views.py:
|
|
522
|
+
#: views.py:1029
|
|
495
523
|
msgid "Permissions updated with success!"
|
|
496
524
|
msgstr "Autorizzazioni aggiornate con successo!"
|
|
Binary file
|
|
@@ -9,7 +9,7 @@ msgid ""
|
|
|
9
9
|
msgstr ""
|
|
10
10
|
"Project-Id-Version: uMap\n"
|
|
11
11
|
"Report-Msgid-Bugs-To: \n"
|
|
12
|
-
"POT-Creation-Date:
|
|
12
|
+
"POT-Creation-Date: 2024-01-08 12:33+0000\n"
|
|
13
13
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
14
14
|
"Last-Translator: Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48) <admin@mnh48.moe>, 2021,2023\n"
|
|
15
15
|
"Language-Team: Malay (http://app.transifex.com/openstreetmap/umap/language/ms/)\n"
|
|
@@ -27,115 +27,115 @@ msgstr "Hanya boleh disunting dengan pautan rahsia"
|
|
|
27
27
|
msgid "Everyone can edit"
|
|
28
28
|
msgstr "Sesiapa pun boleh sunting"
|
|
29
29
|
|
|
30
|
-
#: forms.py:69 models.py:
|
|
30
|
+
#: forms.py:69 models.py:349
|
|
31
31
|
msgid "Inherit"
|
|
32
32
|
msgstr "Warisi"
|
|
33
33
|
|
|
34
|
-
#: middleware.py:
|
|
34
|
+
#: middleware.py:13
|
|
35
35
|
msgid "Site is readonly for maintenance"
|
|
36
36
|
msgstr "Laman dalam mod baca sahaja untuk penyenggaraan"
|
|
37
37
|
|
|
38
|
-
#: models.py:
|
|
38
|
+
#: models.py:49
|
|
39
39
|
msgid "name"
|
|
40
40
|
msgstr "nama"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:80
|
|
43
43
|
msgid "details"
|
|
44
44
|
msgstr "perincian"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:81
|
|
47
47
|
msgid "Link to a page where the licence is detailed."
|
|
48
48
|
msgstr "Pautan ke halaman yang menyatakan lesennya."
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:91
|
|
51
51
|
msgid "URL template using OSM tile format"
|
|
52
52
|
msgstr "Templat URL menggunakan format fail OSM"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:97
|
|
55
55
|
msgid "Order of the tilelayers in the edit box"
|
|
56
56
|
msgstr "Kedudukan lapisan jubin dalam kotak suntingan"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:143 models.py:350
|
|
59
59
|
msgid "Everyone"
|
|
60
60
|
msgstr "Semua orang"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:144 models.py:150 models.py:351
|
|
63
63
|
msgid "Editors only"
|
|
64
64
|
msgstr "Penyunting sahaja"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:145 models.py:352
|
|
67
67
|
msgid "Owner only"
|
|
68
68
|
msgstr "Pemilik sahaja"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:148
|
|
71
71
|
msgid "Everyone (public)"
|
|
72
72
|
msgstr "Semua orang (umum)"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:149
|
|
75
75
|
msgid "Anyone with link"
|
|
76
76
|
msgstr "Sesiapa yang ada pautan"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:151
|
|
79
79
|
msgid "Blocked"
|
|
80
80
|
msgstr "Disekat"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:154 models.py:356
|
|
83
83
|
msgid "description"
|
|
84
84
|
msgstr "keterangan"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:155
|
|
87
87
|
msgid "center"
|
|
88
88
|
msgstr "pertengahkan"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:156
|
|
91
91
|
msgid "zoom"
|
|
92
92
|
msgstr "zum"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:158
|
|
95
95
|
msgid "locate"
|
|
96
96
|
msgstr "mengesan"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:158
|
|
99
99
|
msgid "Locate user on load?"
|
|
100
100
|
msgstr "Kesan kedudukan pengguna semasa dimuatkan?"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:162
|
|
103
103
|
msgid "Choose the map licence."
|
|
104
104
|
msgstr "Pilih lesen peta."
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:163
|
|
107
107
|
msgid "licence"
|
|
108
108
|
msgstr "lesen"
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:174
|
|
111
111
|
msgid "owner"
|
|
112
112
|
msgstr "pemilik"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:178
|
|
115
115
|
msgid "editors"
|
|
116
116
|
msgstr "penyunting"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:183 models.py:370
|
|
119
119
|
msgid "edit status"
|
|
120
120
|
msgstr "status suntingan"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:188
|
|
123
123
|
msgid "share status"
|
|
124
124
|
msgstr "status perkongsian"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:191 models.py:365
|
|
127
127
|
msgid "settings"
|
|
128
128
|
msgstr "tetapan"
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:298
|
|
131
131
|
msgid "Clone of"
|
|
132
132
|
msgstr "Klon bagi"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:360
|
|
135
135
|
msgid "display on load"
|
|
136
136
|
msgstr "paparkan semasa dimuatkan"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:361
|
|
139
139
|
msgid "Display this layer on load."
|
|
140
140
|
msgstr "Paparkan lapisan ini ketika dimuatkan."
|
|
141
141
|
|
|
@@ -292,50 +292,78 @@ msgstr "Dapatkan inspirasi, layari peta-peta"
|
|
|
292
292
|
msgid "You are logged in. Continuing..."
|
|
293
293
|
msgstr "Anda telah log masuk. Menyambung..."
|
|
294
294
|
|
|
295
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
295
|
+
#: templates/umap/map_list.html:9 views.py:296
|
|
296
296
|
msgid "by"
|
|
297
297
|
msgstr "oleh"
|
|
298
298
|
|
|
299
|
-
#: templates/umap/map_list.html:17
|
|
299
|
+
#: templates/umap/map_list.html:17
|
|
300
300
|
msgid "More"
|
|
301
301
|
msgstr "Lebih lagi"
|
|
302
302
|
|
|
303
|
-
#: templates/umap/map_table.html:
|
|
304
|
-
msgid "Map"
|
|
305
|
-
msgstr "Peta"
|
|
306
|
-
|
|
307
|
-
#: templates/umap/map_table.html:7
|
|
303
|
+
#: templates/umap/map_table.html:5
|
|
308
304
|
msgid "Name"
|
|
309
305
|
msgstr "Nama"
|
|
310
306
|
|
|
311
|
-
#: templates/umap/map_table.html:
|
|
307
|
+
#: templates/umap/map_table.html:6
|
|
308
|
+
msgid "Preview"
|
|
309
|
+
msgstr ""
|
|
310
|
+
|
|
311
|
+
#: templates/umap/map_table.html:7
|
|
312
312
|
msgid "Who can see / edit"
|
|
313
313
|
msgstr "Siapa boleh lihat / sunting"
|
|
314
314
|
|
|
315
|
-
#: templates/umap/map_table.html:
|
|
315
|
+
#: templates/umap/map_table.html:8
|
|
316
316
|
msgid "Last save"
|
|
317
317
|
msgstr "Simpan kali terakhir"
|
|
318
318
|
|
|
319
|
-
#: templates/umap/map_table.html:
|
|
319
|
+
#: templates/umap/map_table.html:9
|
|
320
320
|
msgid "Owner"
|
|
321
321
|
msgstr "Pemilik"
|
|
322
322
|
|
|
323
|
-
#: templates/umap/map_table.html:
|
|
323
|
+
#: templates/umap/map_table.html:10
|
|
324
324
|
msgid "Actions"
|
|
325
325
|
msgstr "Tindakan"
|
|
326
326
|
|
|
327
|
-
#: templates/umap/map_table.html:
|
|
327
|
+
#: templates/umap/map_table.html:22
|
|
328
|
+
msgid "Open preview"
|
|
329
|
+
msgstr ""
|
|
330
|
+
|
|
331
|
+
#: templates/umap/map_table.html:38
|
|
328
332
|
msgid "Share"
|
|
329
333
|
msgstr "Kongsi"
|
|
330
334
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
335
|
+
#: templates/umap/map_table.html:39
|
|
332
336
|
msgid "Edit"
|
|
333
337
|
msgstr "Sunting"
|
|
334
338
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
339
|
+
#: templates/umap/map_table.html:40
|
|
336
340
|
msgid "Download"
|
|
337
341
|
msgstr "Muat turun"
|
|
338
342
|
|
|
343
|
+
#: templates/umap/map_table.html:49
|
|
344
|
+
msgid "first"
|
|
345
|
+
msgstr ""
|
|
346
|
+
|
|
347
|
+
#: templates/umap/map_table.html:50
|
|
348
|
+
msgid "previous"
|
|
349
|
+
msgstr ""
|
|
350
|
+
|
|
351
|
+
#: templates/umap/map_table.html:59
|
|
352
|
+
#, python-format
|
|
353
|
+
msgid ""
|
|
354
|
+
"\n"
|
|
355
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
356
|
+
" "
|
|
357
|
+
msgstr ""
|
|
358
|
+
|
|
359
|
+
#: templates/umap/map_table.html:65
|
|
360
|
+
msgid "next"
|
|
361
|
+
msgstr ""
|
|
362
|
+
|
|
363
|
+
#: templates/umap/map_table.html:66
|
|
364
|
+
msgid "last"
|
|
365
|
+
msgstr ""
|
|
366
|
+
|
|
339
367
|
#: templates/umap/navigation.html:15
|
|
340
368
|
msgid "Starred maps"
|
|
341
369
|
msgstr "Peta ditandai bintang"
|
|
@@ -432,52 +460,52 @@ msgstr "Profil saya"
|
|
|
432
460
|
msgid "You have no map yet."
|
|
433
461
|
msgstr "Anda belum ada peta."
|
|
434
462
|
|
|
435
|
-
#: views.py:
|
|
463
|
+
#: views.py:301
|
|
436
464
|
msgid "View the map"
|
|
437
465
|
msgstr "Lihat peta"
|
|
438
466
|
|
|
439
|
-
#: views.py:
|
|
467
|
+
#: views.py:660
|
|
440
468
|
msgid "Map has been updated!"
|
|
441
469
|
msgstr "Peta telah dikemas kini!"
|
|
442
470
|
|
|
443
|
-
#: views.py:
|
|
471
|
+
#: views.py:685
|
|
444
472
|
msgid "Map editors updated with success!"
|
|
445
473
|
msgstr "Penyunting peta telah dikemas kini dengan jayanya!"
|
|
446
474
|
|
|
447
|
-
#: views.py:
|
|
475
|
+
#: views.py:723
|
|
448
476
|
#, python-format
|
|
449
477
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
450
478
|
msgstr "Pautan suntingan uMap untuk peta anda: %(map_name)s"
|
|
451
479
|
|
|
452
|
-
#: views.py:
|
|
480
|
+
#: views.py:726
|
|
453
481
|
#, python-format
|
|
454
482
|
msgid "Here is your secret edit link: %(link)s"
|
|
455
483
|
msgstr "Ini pautan suntingan rahsia anda: %(link)s"
|
|
456
484
|
|
|
457
|
-
#: views.py:
|
|
485
|
+
#: views.py:732
|
|
458
486
|
#, python-format
|
|
459
487
|
msgid "Email sent to %(email)s"
|
|
460
488
|
msgstr "E-mel telah dihantar ke %(email)s"
|
|
461
489
|
|
|
462
|
-
#: views.py:
|
|
490
|
+
#: views.py:743
|
|
463
491
|
msgid "Only its owner can delete the map."
|
|
464
492
|
msgstr "Hanya pemiliknya sahaja mampu memadamkan peta."
|
|
465
493
|
|
|
466
|
-
#: views.py:
|
|
494
|
+
#: views.py:766
|
|
467
495
|
#, python-format
|
|
468
496
|
msgid ""
|
|
469
497
|
"Your map has been cloned! If you want to edit this map from another "
|
|
470
498
|
"computer, please use this link: %(anonymous_url)s"
|
|
471
499
|
msgstr "Peta anda telah diklon! Jika anda ingin menyunting peta ini dari komputer lain, sila gunakan pautan ini: %(anonymous_url)s"
|
|
472
500
|
|
|
473
|
-
#: views.py:
|
|
501
|
+
#: views.py:771
|
|
474
502
|
msgid "Congratulations, your map has been cloned!"
|
|
475
503
|
msgstr "Tahniah, peta anda telah berjaya diklon!"
|
|
476
504
|
|
|
477
|
-
#: views.py:
|
|
505
|
+
#: views.py:1007
|
|
478
506
|
msgid "Layer successfully deleted."
|
|
479
507
|
msgstr "Lapisan telah berjaya dipadamkan."
|
|
480
508
|
|
|
481
|
-
#: views.py:
|
|
509
|
+
#: views.py:1029
|
|
482
510
|
msgid "Permissions updated with success!"
|
|
483
511
|
msgstr "Kebenaran telah dikemas kini dengan jayanya!"
|
|
Binary file
|