umap-project 1.12.2__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.
Files changed (158) hide show
  1. umap/__init__.py +1 -1
  2. umap/locale/br/LC_MESSAGES/django.mo +0 -0
  3. umap/locale/br/LC_MESSAGES/django.po +82 -54
  4. umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
  5. umap/locale/cs_CZ/LC_MESSAGES/django.po +82 -54
  6. umap/locale/el/LC_MESSAGES/django.mo +0 -0
  7. umap/locale/el/LC_MESSAGES/django.po +86 -58
  8. umap/locale/en/LC_MESSAGES/django.po +79 -51
  9. umap/locale/es/LC_MESSAGES/django.mo +0 -0
  10. umap/locale/es/LC_MESSAGES/django.po +82 -54
  11. umap/locale/fr/LC_MESSAGES/django.mo +0 -0
  12. umap/locale/fr/LC_MESSAGES/django.po +84 -56
  13. umap/locale/hu/LC_MESSAGES/django.mo +0 -0
  14. umap/locale/hu/LC_MESSAGES/django.po +108 -80
  15. umap/locale/it/LC_MESSAGES/django.mo +0 -0
  16. umap/locale/it/LC_MESSAGES/django.po +82 -54
  17. umap/locale/ms/LC_MESSAGES/django.mo +0 -0
  18. umap/locale/ms/LC_MESSAGES/django.po +82 -54
  19. umap/locale/pl/LC_MESSAGES/django.mo +0 -0
  20. umap/locale/pl/LC_MESSAGES/django.po +82 -54
  21. umap/locale/sv/LC_MESSAGES/django.mo +0 -0
  22. umap/locale/sv/LC_MESSAGES/django.po +82 -54
  23. umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
  24. umap/locale/zh_TW/LC_MESSAGES/django.po +86 -58
  25. umap/models.py +29 -0
  26. umap/static/umap/base.css +33 -5
  27. umap/static/umap/content.css +41 -2
  28. umap/static/umap/img/16.svg +12 -2
  29. umap/static/umap/img/source/16.svg +165 -820
  30. umap/static/umap/js/umap.browser.js +9 -3
  31. umap/static/umap/js/umap.controls.js +45 -217
  32. umap/static/umap/js/umap.core.js +66 -30
  33. umap/static/umap/js/umap.forms.js +18 -31
  34. umap/static/umap/js/umap.icon.js +44 -21
  35. umap/static/umap/js/umap.js +5 -26
  36. umap/static/umap/js/umap.layer.js +68 -25
  37. umap/static/umap/js/umap.popup.js +87 -0
  38. umap/static/umap/js/umap.share.js +254 -0
  39. umap/static/umap/js/umap.ui.js +4 -2
  40. umap/static/umap/locale/am_ET.js +19 -9
  41. umap/static/umap/locale/am_ET.json +19 -9
  42. umap/static/umap/locale/ar.js +19 -9
  43. umap/static/umap/locale/ar.json +19 -9
  44. umap/static/umap/locale/ast.js +19 -9
  45. umap/static/umap/locale/ast.json +19 -9
  46. umap/static/umap/locale/bg.js +19 -9
  47. umap/static/umap/locale/bg.json +19 -9
  48. umap/static/umap/locale/br.js +22 -12
  49. umap/static/umap/locale/br.json +22 -12
  50. umap/static/umap/locale/ca.js +19 -9
  51. umap/static/umap/locale/ca.json +19 -9
  52. umap/static/umap/locale/cs_CZ.js +19 -9
  53. umap/static/umap/locale/cs_CZ.json +19 -9
  54. umap/static/umap/locale/da.js +19 -9
  55. umap/static/umap/locale/da.json +19 -9
  56. umap/static/umap/locale/de.js +19 -9
  57. umap/static/umap/locale/de.json +19 -9
  58. umap/static/umap/locale/el.js +19 -9
  59. umap/static/umap/locale/el.json +19 -9
  60. umap/static/umap/locale/en.js +19 -9
  61. umap/static/umap/locale/en.json +19 -9
  62. umap/static/umap/locale/en_US.json +19 -9
  63. umap/static/umap/locale/es.js +19 -9
  64. umap/static/umap/locale/es.json +19 -9
  65. umap/static/umap/locale/et.js +19 -9
  66. umap/static/umap/locale/et.json +19 -9
  67. umap/static/umap/locale/fa_IR.js +19 -9
  68. umap/static/umap/locale/fa_IR.json +19 -9
  69. umap/static/umap/locale/fi.js +19 -9
  70. umap/static/umap/locale/fi.json +19 -9
  71. umap/static/umap/locale/fr.js +19 -9
  72. umap/static/umap/locale/fr.json +19 -9
  73. umap/static/umap/locale/gl.js +19 -9
  74. umap/static/umap/locale/gl.json +19 -9
  75. umap/static/umap/locale/he.js +19 -9
  76. umap/static/umap/locale/he.json +19 -9
  77. umap/static/umap/locale/hr.js +19 -9
  78. umap/static/umap/locale/hr.json +19 -9
  79. umap/static/umap/locale/hu.js +19 -9
  80. umap/static/umap/locale/hu.json +19 -9
  81. umap/static/umap/locale/id.js +19 -9
  82. umap/static/umap/locale/id.json +19 -9
  83. umap/static/umap/locale/is.js +19 -9
  84. umap/static/umap/locale/is.json +19 -9
  85. umap/static/umap/locale/it.js +19 -9
  86. umap/static/umap/locale/it.json +19 -9
  87. umap/static/umap/locale/ja.js +19 -9
  88. umap/static/umap/locale/ja.json +19 -9
  89. umap/static/umap/locale/ko.js +19 -9
  90. umap/static/umap/locale/ko.json +19 -9
  91. umap/static/umap/locale/lt.js +19 -9
  92. umap/static/umap/locale/lt.json +19 -9
  93. umap/static/umap/locale/ms.js +19 -9
  94. umap/static/umap/locale/ms.json +19 -9
  95. umap/static/umap/locale/nl.js +19 -9
  96. umap/static/umap/locale/nl.json +19 -9
  97. umap/static/umap/locale/no.js +19 -9
  98. umap/static/umap/locale/no.json +19 -9
  99. umap/static/umap/locale/pl.js +19 -9
  100. umap/static/umap/locale/pl.json +19 -9
  101. umap/static/umap/locale/pl_PL.json +19 -9
  102. umap/static/umap/locale/pt.js +19 -9
  103. umap/static/umap/locale/pt.json +19 -9
  104. umap/static/umap/locale/pt_BR.js +19 -9
  105. umap/static/umap/locale/pt_BR.json +19 -9
  106. umap/static/umap/locale/pt_PT.js +19 -9
  107. umap/static/umap/locale/pt_PT.json +19 -9
  108. umap/static/umap/locale/ro.js +19 -9
  109. umap/static/umap/locale/ro.json +19 -9
  110. umap/static/umap/locale/ru.js +19 -9
  111. umap/static/umap/locale/ru.json +19 -9
  112. umap/static/umap/locale/sk_SK.js +19 -9
  113. umap/static/umap/locale/sk_SK.json +19 -9
  114. umap/static/umap/locale/sl.js +19 -9
  115. umap/static/umap/locale/sl.json +19 -9
  116. umap/static/umap/locale/sr.js +19 -9
  117. umap/static/umap/locale/sr.json +19 -9
  118. umap/static/umap/locale/sv.js +19 -9
  119. umap/static/umap/locale/sv.json +19 -9
  120. umap/static/umap/locale/th_TH.js +19 -9
  121. umap/static/umap/locale/th_TH.json +19 -9
  122. umap/static/umap/locale/tr.js +19 -9
  123. umap/static/umap/locale/tr.json +19 -9
  124. umap/static/umap/locale/uk_UA.js +19 -9
  125. umap/static/umap/locale/uk_UA.json +19 -9
  126. umap/static/umap/locale/vi.js +19 -9
  127. umap/static/umap/locale/vi.json +19 -9
  128. umap/static/umap/locale/vi_VN.json +19 -9
  129. umap/static/umap/locale/zh.js +19 -9
  130. umap/static/umap/locale/zh.json +19 -9
  131. umap/static/umap/locale/zh_CN.json +19 -9
  132. umap/static/umap/locale/zh_TW.Big5.json +19 -9
  133. umap/static/umap/locale/zh_TW.js +55 -45
  134. umap/static/umap/locale/zh_TW.json +55 -45
  135. umap/static/umap/map.css +76 -9
  136. umap/static/umap/test/Map.Export.js +3 -3
  137. umap/static/umap/test/Polygon.js +2 -2
  138. umap/static/umap/test/Polyline.js +2 -0
  139. umap/static/umap/test/index.html +1 -0
  140. umap/static/umap/vendors/leaflet/leaflet-src.esm.js +7055 -7054
  141. umap/static/umap/vendors/toolbar/leaflet.toolbar-src.js +1 -1
  142. umap/templates/auth/user_form.html +1 -1
  143. umap/templates/umap/content.html +1 -1
  144. umap/templates/umap/js.html +1 -0
  145. umap/templates/umap/map_list.html +1 -1
  146. umap/templates/umap/map_table.html +67 -35
  147. umap/templates/umap/user_dashboard.html +23 -1
  148. umap/templatetags/umap_tags.py +7 -27
  149. umap/tests/integration/test_edit_datalayer.py +45 -0
  150. umap/tests/integration/test_export_map.py +2 -3
  151. umap/tests/integration/test_facets_browser.py +86 -0
  152. umap/utils.py +17 -0
  153. umap/views.py +7 -18
  154. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/METADATA +4 -11
  155. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/RECORD +158 -155
  156. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/WHEEL +0 -0
  157. {umap_project-1.12.2.dist-info → umap_project-1.13.0.dist-info}/entry_points.txt +0 -0
  158. {umap_project-1.12.2.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: 2023-10-12 06:55+0000\n"
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:318
41
+ #: forms.py:69 models.py:349
42
42
  msgid "Inherit"
43
43
  msgstr "Inherit"
44
44
 
45
- #: middleware.py:14
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:48
49
+ #: models.py:49
50
50
  msgid "name"
51
51
  msgstr "nome"
52
52
 
53
- #: models.py:79
53
+ #: models.py:80
54
54
  msgid "details"
55
55
  msgstr "dettagli"
56
56
 
57
- #: models.py:80
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:90
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:96
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:142 models.py:319
69
+ #: models.py:143 models.py:350
70
70
  msgid "Everyone"
71
71
  msgstr "Chiunque"
72
72
 
73
- #: models.py:143 models.py:149 models.py:320
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:144 models.py:321
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:147
81
+ #: models.py:148
82
82
  msgid "Everyone (public)"
83
83
  msgstr "Chiunque (pubblico)"
84
84
 
85
- #: models.py:148
85
+ #: models.py:149
86
86
  msgid "Anyone with link"
87
87
  msgstr "Chiunque abbia il link"
88
88
 
89
- #: models.py:150
89
+ #: models.py:151
90
90
  msgid "Blocked"
91
91
  msgstr "Bloccata"
92
92
 
93
- #: models.py:153 models.py:325
93
+ #: models.py:154 models.py:356
94
94
  msgid "description"
95
95
  msgstr "descrizione"
96
96
 
97
- #: models.py:154
97
+ #: models.py:155
98
98
  msgid "center"
99
99
  msgstr "centra"
100
100
 
101
- #: models.py:155
101
+ #: models.py:156
102
102
  msgid "zoom"
103
103
  msgstr "zoom"
104
104
 
105
- #: models.py:157
105
+ #: models.py:158
106
106
  msgid "locate"
107
107
  msgstr "localizza"
108
108
 
109
- #: models.py:157
109
+ #: models.py:158
110
110
  msgid "Locate user on load?"
111
111
  msgstr "Geolocalizzare l'utente al caricamento?"
112
112
 
113
- #: models.py:161
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:162
117
+ #: models.py:163
118
118
  msgid "licence"
119
119
  msgstr "licenza"
120
120
 
121
- #: models.py:173
121
+ #: models.py:174
122
122
  msgid "owner"
123
123
  msgstr "proprietario"
124
124
 
125
- #: models.py:177
125
+ #: models.py:178
126
126
  msgid "editors"
127
127
  msgstr "contributore"
128
128
 
129
- #: models.py:182 models.py:339
129
+ #: models.py:183 models.py:370
130
130
  msgid "edit status"
131
131
  msgstr "stato della modifica"
132
132
 
133
- #: models.py:187
133
+ #: models.py:188
134
134
  msgid "share status"
135
135
  msgstr "stato condivisione"
136
136
 
137
- #: models.py:190 models.py:334
137
+ #: models.py:191 models.py:365
138
138
  msgid "settings"
139
139
  msgstr "impostazioni"
140
140
 
141
- #: models.py:269
141
+ #: models.py:298
142
142
  msgid "Clone of"
143
143
  msgstr "Duplicata da "
144
144
 
145
- #: models.py:329
145
+ #: models.py:360
146
146
  msgid "display on load"
147
147
  msgstr "mostra al caricamento"
148
148
 
149
- #: models.py:330
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:303
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 templates/umap/map_table.html:39
310
+ #: templates/umap/map_list.html:17
311
311
  msgid "More"
312
312
  msgstr "Altre mappe"
313
313
 
314
- #: templates/umap/map_table.html:6
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:8
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:9
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:10
330
+ #: templates/umap/map_table.html:9
331
331
  msgid "Owner"
332
332
  msgstr "Proprietario"
333
333
 
334
- #: templates/umap/map_table.html:11
334
+ #: templates/umap/map_table.html:10
335
335
  msgid "Actions"
336
336
  msgstr "Azioni"
337
337
 
338
- #: templates/umap/map_table.html:28
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:29
346
+ #: templates/umap/map_table.html:39
343
347
  msgid "Edit"
344
348
  msgstr "Modifica"
345
349
 
346
- #: templates/umap/map_table.html:30
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:308
476
+ #: views.py:301
449
477
  msgid "View the map"
450
478
  msgstr "Visualizza la mappa"
451
479
 
452
- #: views.py:659
480
+ #: views.py:660
453
481
  msgid "Map has been updated!"
454
482
  msgstr "La mappa è stata aggiornata!"
455
483
 
456
- #: views.py:684
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:722
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:725
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:731
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:742
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:765
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:770
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:959
518
+ #: views.py:1007
491
519
  msgid "Layer successfully deleted."
492
520
  msgstr "Layer eliminato correttamente"
493
521
 
494
- #: views.py:981
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: 2023-09-22 16:21+0000\n"
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:317
30
+ #: forms.py:69 models.py:349
31
31
  msgid "Inherit"
32
32
  msgstr "Warisi"
33
33
 
34
- #: middleware.py:14
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:48
38
+ #: models.py:49
39
39
  msgid "name"
40
40
  msgstr "nama"
41
41
 
42
- #: models.py:79
42
+ #: models.py:80
43
43
  msgid "details"
44
44
  msgstr "perincian"
45
45
 
46
- #: models.py:80
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:90
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:96
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:142 models.py:318
58
+ #: models.py:143 models.py:350
59
59
  msgid "Everyone"
60
60
  msgstr "Semua orang"
61
61
 
62
- #: models.py:143 models.py:149 models.py:319
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:144 models.py:320
66
+ #: models.py:145 models.py:352
67
67
  msgid "Owner only"
68
68
  msgstr "Pemilik sahaja"
69
69
 
70
- #: models.py:147
70
+ #: models.py:148
71
71
  msgid "Everyone (public)"
72
72
  msgstr "Semua orang (umum)"
73
73
 
74
- #: models.py:148
74
+ #: models.py:149
75
75
  msgid "Anyone with link"
76
76
  msgstr "Sesiapa yang ada pautan"
77
77
 
78
- #: models.py:150
78
+ #: models.py:151
79
79
  msgid "Blocked"
80
80
  msgstr "Disekat"
81
81
 
82
- #: models.py:153 models.py:324
82
+ #: models.py:154 models.py:356
83
83
  msgid "description"
84
84
  msgstr "keterangan"
85
85
 
86
- #: models.py:154
86
+ #: models.py:155
87
87
  msgid "center"
88
88
  msgstr "pertengahkan"
89
89
 
90
- #: models.py:155
90
+ #: models.py:156
91
91
  msgid "zoom"
92
92
  msgstr "zum"
93
93
 
94
- #: models.py:157
94
+ #: models.py:158
95
95
  msgid "locate"
96
96
  msgstr "mengesan"
97
97
 
98
- #: models.py:157
98
+ #: models.py:158
99
99
  msgid "Locate user on load?"
100
100
  msgstr "Kesan kedudukan pengguna semasa dimuatkan?"
101
101
 
102
- #: models.py:161
102
+ #: models.py:162
103
103
  msgid "Choose the map licence."
104
104
  msgstr "Pilih lesen peta."
105
105
 
106
- #: models.py:162
106
+ #: models.py:163
107
107
  msgid "licence"
108
108
  msgstr "lesen"
109
109
 
110
- #: models.py:172
110
+ #: models.py:174
111
111
  msgid "owner"
112
112
  msgstr "pemilik"
113
113
 
114
- #: models.py:176
114
+ #: models.py:178
115
115
  msgid "editors"
116
116
  msgstr "penyunting"
117
117
 
118
- #: models.py:181 models.py:338
118
+ #: models.py:183 models.py:370
119
119
  msgid "edit status"
120
120
  msgstr "status suntingan"
121
121
 
122
- #: models.py:186
122
+ #: models.py:188
123
123
  msgid "share status"
124
124
  msgstr "status perkongsian"
125
125
 
126
- #: models.py:189 models.py:333
126
+ #: models.py:191 models.py:365
127
127
  msgid "settings"
128
128
  msgstr "tetapan"
129
129
 
130
- #: models.py:268
130
+ #: models.py:298
131
131
  msgid "Clone of"
132
132
  msgstr "Klon bagi"
133
133
 
134
- #: models.py:328
134
+ #: models.py:360
135
135
  msgid "display on load"
136
136
  msgstr "paparkan semasa dimuatkan"
137
137
 
138
- #: models.py:329
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:303
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 templates/umap/map_table.html:39
299
+ #: templates/umap/map_list.html:17
300
300
  msgid "More"
301
301
  msgstr "Lebih lagi"
302
302
 
303
- #: templates/umap/map_table.html:6
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:8
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:9
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:10
319
+ #: templates/umap/map_table.html:9
320
320
  msgid "Owner"
321
321
  msgstr "Pemilik"
322
322
 
323
- #: templates/umap/map_table.html:11
323
+ #: templates/umap/map_table.html:10
324
324
  msgid "Actions"
325
325
  msgstr "Tindakan"
326
326
 
327
- #: templates/umap/map_table.html:28
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:29
335
+ #: templates/umap/map_table.html:39
332
336
  msgid "Edit"
333
337
  msgstr "Sunting"
334
338
 
335
- #: templates/umap/map_table.html:30
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:308
463
+ #: views.py:301
436
464
  msgid "View the map"
437
465
  msgstr "Lihat peta"
438
466
 
439
- #: views.py:658
467
+ #: views.py:660
440
468
  msgid "Map has been updated!"
441
469
  msgstr "Peta telah dikemas kini!"
442
470
 
443
- #: views.py:683
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:721
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:724
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:730
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:741
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:764
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:769
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:958
505
+ #: views.py:1007
478
506
  msgid "Layer successfully deleted."
479
507
  msgstr "Lapisan telah berjaya dipadamkan."
480
508
 
481
- #: views.py:980
509
+ #: views.py:1029
482
510
  msgid "Permissions updated with success!"
483
511
  msgstr "Kebenaran telah dikemas kini dengan jayanya!"
Binary file