umap-project 1.14.0a4__py3-none-any.whl → 2.0.0a0__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.
Potentially problematic release.
This version of umap-project might be problematic. Click here for more details.
- umap/__init__.py +1 -1
- umap/decorators.py +0 -14
- umap/locale/br/LC_MESSAGES/django.mo +0 -0
- umap/locale/br/LC_MESSAGES/django.po +137 -85
- umap/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- umap/locale/cs_CZ/LC_MESSAGES/django.po +136 -84
- umap/locale/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +136 -84
- umap/locale/en/LC_MESSAGES/django.po +128 -88
- umap/locale/es/LC_MESSAGES/django.mo +0 -0
- umap/locale/es/LC_MESSAGES/django.po +136 -84
- umap/locale/fr/LC_MESSAGES/django.mo +0 -0
- umap/locale/fr/LC_MESSAGES/django.po +131 -91
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +137 -85
- umap/locale/it/LC_MESSAGES/django.mo +0 -0
- umap/locale/it/LC_MESSAGES/django.po +136 -84
- umap/locale/ms/LC_MESSAGES/django.mo +0 -0
- umap/locale/ms/LC_MESSAGES/django.po +136 -84
- umap/locale/pl/LC_MESSAGES/django.mo +0 -0
- umap/locale/pl/LC_MESSAGES/django.po +136 -84
- umap/locale/sv/LC_MESSAGES/django.mo +0 -0
- umap/locale/sv/LC_MESSAGES/django.po +135 -83
- umap/locale/zh_TW/LC_MESSAGES/django.mo +0 -0
- umap/locale/zh_TW/LC_MESSAGES/django.po +143 -91
- umap/models.py +23 -1
- umap/settings/__init__.py +1 -4
- umap/settings/base.py +1 -0
- umap/static/umap/base.css +5 -0
- umap/static/umap/content.css +185 -13
- umap/static/umap/favicons/icon.svg +2 -2
- umap/static/umap/img/edit.svg +3 -3
- umap/static/umap/img/icon-delete.svg +4 -0
- umap/static/umap/img/icon-download.svg +13 -0
- umap/static/umap/img/icon-duplicate.svg +5 -0
- umap/static/umap/img/icon-edit.svg +12 -0
- umap/static/umap/img/icon-share.svg +11 -0
- umap/static/umap/img/icon-view.svg +12 -0
- umap/static/umap/img/logo.svg +2 -2
- umap/static/umap/img/logo_small.svg +2 -2
- umap/static/umap/img/marker.svg +4 -0
- umap/static/umap/img/opensource.svg +2 -2
- umap/static/umap/img/osm.svg +2 -2
- umap/static/umap/js/components/fragment.js +1 -1
- umap/static/umap/js/modules/browser.js +159 -0
- umap/static/umap/js/modules/global.js +3 -1
- umap/static/umap/js/modules/request.js +155 -0
- umap/static/umap/js/umap.autocomplete.js +28 -38
- umap/static/umap/js/umap.controls.js +73 -58
- umap/static/umap/js/umap.core.js +4 -9
- umap/static/umap/js/umap.datalayer.permissions.js +13 -12
- umap/static/umap/js/umap.features.js +51 -49
- umap/static/umap/js/umap.forms.js +19 -19
- umap/static/umap/js/umap.icon.js +17 -17
- umap/static/umap/js/umap.importer.js +2 -1
- umap/static/umap/js/umap.js +242 -291
- umap/static/umap/js/umap.layer.js +173 -140
- umap/static/umap/js/umap.permissions.js +24 -25
- umap/static/umap/js/umap.popup.js +14 -14
- umap/static/umap/js/umap.share.js +4 -4
- umap/static/umap/js/umap.slideshow.js +4 -4
- umap/static/umap/js/umap.tableeditor.js +2 -2
- umap/static/umap/js/umap.ui.js +1 -1
- umap/static/umap/locale/am_ET.js +1 -11
- umap/static/umap/locale/am_ET.json +1 -11
- umap/static/umap/locale/ar.js +1 -11
- umap/static/umap/locale/ar.json +1 -11
- umap/static/umap/locale/ast.js +1 -11
- umap/static/umap/locale/ast.json +1 -11
- umap/static/umap/locale/bg.js +1 -11
- umap/static/umap/locale/bg.json +1 -11
- umap/static/umap/locale/br.js +1 -11
- umap/static/umap/locale/br.json +1 -11
- umap/static/umap/locale/ca.js +1 -11
- umap/static/umap/locale/ca.json +1 -11
- umap/static/umap/locale/cs_CZ.js +1 -11
- umap/static/umap/locale/cs_CZ.json +1 -11
- umap/static/umap/locale/da.js +1 -11
- umap/static/umap/locale/da.json +1 -11
- umap/static/umap/locale/de.js +1 -11
- umap/static/umap/locale/de.json +1 -11
- umap/static/umap/locale/el.js +1 -11
- umap/static/umap/locale/el.json +1 -11
- umap/static/umap/locale/en.js +1 -11
- umap/static/umap/locale/en.json +1 -11
- umap/static/umap/locale/en_US.json +1 -11
- umap/static/umap/locale/es.js +1 -11
- umap/static/umap/locale/es.json +1 -11
- umap/static/umap/locale/et.js +1 -11
- umap/static/umap/locale/et.json +1 -11
- umap/static/umap/locale/fa_IR.js +6 -16
- umap/static/umap/locale/fa_IR.json +6 -16
- umap/static/umap/locale/fi.js +1 -11
- umap/static/umap/locale/fi.json +1 -11
- umap/static/umap/locale/fr.js +1 -11
- umap/static/umap/locale/fr.json +1 -11
- umap/static/umap/locale/gl.js +1 -11
- umap/static/umap/locale/gl.json +1 -11
- umap/static/umap/locale/he.js +1 -11
- umap/static/umap/locale/he.json +1 -11
- umap/static/umap/locale/hr.js +1 -11
- umap/static/umap/locale/hr.json +1 -11
- umap/static/umap/locale/hu.js +1 -11
- umap/static/umap/locale/hu.json +1 -11
- umap/static/umap/locale/id.js +1 -11
- umap/static/umap/locale/id.json +1 -11
- umap/static/umap/locale/is.js +1 -11
- umap/static/umap/locale/is.json +1 -11
- umap/static/umap/locale/it.js +1 -11
- umap/static/umap/locale/it.json +1 -11
- umap/static/umap/locale/ja.js +1 -11
- umap/static/umap/locale/ja.json +1 -11
- umap/static/umap/locale/ko.js +1 -11
- umap/static/umap/locale/ko.json +1 -11
- umap/static/umap/locale/lt.js +1 -11
- umap/static/umap/locale/lt.json +1 -11
- umap/static/umap/locale/ms.js +1 -11
- umap/static/umap/locale/ms.json +1 -11
- umap/static/umap/locale/nl.js +1 -11
- umap/static/umap/locale/nl.json +1 -11
- umap/static/umap/locale/no.js +1 -11
- umap/static/umap/locale/no.json +1 -11
- umap/static/umap/locale/pl.js +1 -11
- umap/static/umap/locale/pl.json +1 -11
- umap/static/umap/locale/pl_PL.json +1 -11
- umap/static/umap/locale/pt.js +1 -11
- umap/static/umap/locale/pt.json +1 -11
- umap/static/umap/locale/pt_BR.js +1 -11
- umap/static/umap/locale/pt_BR.json +1 -11
- umap/static/umap/locale/pt_PT.js +1 -11
- umap/static/umap/locale/pt_PT.json +1 -11
- umap/static/umap/locale/ro.js +1 -11
- umap/static/umap/locale/ro.json +1 -11
- umap/static/umap/locale/ru.js +1 -11
- umap/static/umap/locale/ru.json +1 -11
- umap/static/umap/locale/sk_SK.js +1 -11
- umap/static/umap/locale/sk_SK.json +1 -11
- umap/static/umap/locale/sl.js +1 -11
- umap/static/umap/locale/sl.json +1 -11
- umap/static/umap/locale/sr.js +1 -11
- umap/static/umap/locale/sr.json +1 -11
- umap/static/umap/locale/sv.js +1 -11
- umap/static/umap/locale/sv.json +1 -11
- umap/static/umap/locale/th_TH.js +1 -11
- umap/static/umap/locale/th_TH.json +1 -11
- umap/static/umap/locale/tr.js +1 -11
- umap/static/umap/locale/tr.json +1 -11
- umap/static/umap/locale/uk_UA.js +1 -11
- umap/static/umap/locale/uk_UA.json +1 -11
- umap/static/umap/locale/vi.js +1 -11
- umap/static/umap/locale/vi.json +1 -11
- umap/static/umap/locale/vi_VN.json +1 -11
- umap/static/umap/locale/zh.js +1 -11
- umap/static/umap/locale/zh.json +1 -11
- umap/static/umap/locale/zh_CN.json +1 -11
- umap/static/umap/locale/zh_TW.Big5.json +1 -11
- umap/static/umap/locale/zh_TW.js +17 -27
- umap/static/umap/locale/zh_TW.json +17 -27
- umap/static/umap/map.css +2 -2
- umap/static/umap/nav.css +2 -1
- umap/static/umap/test/.eslintrc +0 -1
- umap/static/umap/test/Choropleth.js +29 -27
- umap/static/umap/test/DataLayer.js +207 -239
- umap/static/umap/test/Feature.js +33 -58
- umap/static/umap/test/Map.Export.js +11 -11
- umap/static/umap/test/Map.js +66 -67
- umap/static/umap/test/Marker.js +36 -32
- umap/static/umap/test/Polygon.js +95 -95
- umap/static/umap/test/Polyline.js +31 -31
- umap/static/umap/test/TableEditor.js +29 -25
- umap/static/umap/test/_pre.js +2 -7
- umap/static/umap/test/index.html +4 -4
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.css +54 -0
- umap/static/umap/vendors/contextmenu/leaflet.contextmenu.js +586 -0
- umap/static/umap/vendors/csv2geojson/index.js +259 -0
- umap/static/umap/vendors/dompurify/purify.js +1633 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.css +63 -0
- umap/static/umap/vendors/locatecontrol/L.Control.Locate.js +950 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.css +88 -0
- umap/static/umap/vendors/minimap/Control.MiniMap.js +352 -0
- umap/static/umap/vendors/togeojson/togeojson.js +2 -0
- umap/templates/auth/user_form.html +3 -2
- umap/templates/base.html +1 -0
- umap/templates/registration/login.html +51 -36
- umap/templates/umap/about_summary.html +1 -1
- umap/templates/umap/branding.html +3 -0
- umap/templates/umap/content.html +15 -39
- umap/templates/umap/header.html +0 -0
- umap/templates/umap/home.html +4 -2
- umap/templates/umap/js.html +0 -1
- umap/templates/umap/map_detail.html +9 -0
- umap/templates/umap/map_init.html +1 -1
- umap/templates/umap/map_messages.html +4 -2
- umap/templates/umap/map_table.html +130 -69
- umap/templates/umap/navigation.html +2 -4
- umap/templates/umap/user_dashboard.html +29 -6
- umap/tests/base.py +1 -1
- umap/tests/integration/conftest.py +18 -0
- umap/tests/integration/test_anonymous_owned_map.py +6 -3
- umap/tests/integration/test_browser.py +166 -6
- umap/tests/integration/test_collaborative_editing.py +142 -0
- umap/tests/integration/test_dashboard.py +17 -0
- umap/tests/integration/test_edit_datalayer.py +4 -3
- umap/tests/integration/test_export_map.py +1 -1
- umap/tests/integration/test_import.py +9 -4
- umap/tests/integration/test_map.py +64 -0
- umap/tests/integration/test_map_preview.py +75 -0
- umap/tests/integration/test_owned_map.py +11 -25
- umap/tests/integration/test_picto.py +3 -3
- umap/tests/integration/test_querystring.py +52 -0
- umap/tests/integration/test_share.py +22 -0
- umap/tests/test_map_views.py +157 -14
- umap/tests/test_merge_features.py +5 -5
- umap/tests/test_views.py +50 -11
- umap/urls.py +6 -12
- umap/utils.py +1 -1
- umap/views.py +170 -47
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/METADATA +13 -15
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/RECORD +222 -200
- umap/static/umap/js/umap.browser.js +0 -148
- umap/static/umap/js/umap.xhr.js +0 -304
- umap/static/umap/test/Controls.js +0 -100
- umap/static/umap/test/Map.Init.js +0 -46
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/WHEEL +0 -0
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/entry_points.txt +0 -0
- {umap_project-1.14.0a4.dist-info → umap_project-2.0.0a0.dist-info}/licenses/LICENSE +0 -0
|
@@ -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: 2024-
|
|
12
|
+
"POT-Creation-Date: 2024-02-09 10:52+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,7 +27,7 @@ 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:371
|
|
31
31
|
msgid "Inherit"
|
|
32
32
|
msgstr "Warisi"
|
|
33
33
|
|
|
@@ -35,107 +35,107 @@ msgstr "Warisi"
|
|
|
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:50
|
|
39
39
|
msgid "name"
|
|
40
40
|
msgstr "nama"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:81
|
|
43
43
|
msgid "details"
|
|
44
44
|
msgstr "perincian"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:82
|
|
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:92
|
|
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:98
|
|
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:144 models.py:372
|
|
59
59
|
msgid "Everyone"
|
|
60
60
|
msgstr "Semua orang"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:145 models.py:151 models.py:373
|
|
63
63
|
msgid "Editors only"
|
|
64
64
|
msgstr "Penyunting sahaja"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:146 models.py:374
|
|
67
67
|
msgid "Owner only"
|
|
68
68
|
msgstr "Pemilik sahaja"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:149
|
|
71
71
|
msgid "Everyone (public)"
|
|
72
72
|
msgstr "Semua orang (umum)"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:150
|
|
75
75
|
msgid "Anyone with link"
|
|
76
76
|
msgstr "Sesiapa yang ada pautan"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:152
|
|
79
79
|
msgid "Blocked"
|
|
80
80
|
msgstr "Disekat"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:155 models.py:378
|
|
83
83
|
msgid "description"
|
|
84
84
|
msgstr "keterangan"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:156
|
|
87
87
|
msgid "center"
|
|
88
88
|
msgstr "pertengahkan"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:157
|
|
91
91
|
msgid "zoom"
|
|
92
92
|
msgstr "zum"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:159
|
|
95
95
|
msgid "locate"
|
|
96
96
|
msgstr "mengesan"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:159
|
|
99
99
|
msgid "Locate user on load?"
|
|
100
100
|
msgstr "Kesan kedudukan pengguna semasa dimuatkan?"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:163
|
|
103
103
|
msgid "Choose the map licence."
|
|
104
104
|
msgstr "Pilih lesen peta."
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:164
|
|
107
107
|
msgid "licence"
|
|
108
108
|
msgstr "lesen"
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:175
|
|
111
111
|
msgid "owner"
|
|
112
112
|
msgstr "pemilik"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:179
|
|
115
115
|
msgid "editors"
|
|
116
116
|
msgstr "penyunting"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:184 models.py:392
|
|
119
119
|
msgid "edit status"
|
|
120
120
|
msgstr "status suntingan"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:189
|
|
123
123
|
msgid "share status"
|
|
124
124
|
msgstr "status perkongsian"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:192 models.py:387
|
|
127
127
|
msgid "settings"
|
|
128
128
|
msgstr "tetapan"
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:320
|
|
131
131
|
msgid "Clone of"
|
|
132
132
|
msgstr "Klon bagi"
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:382
|
|
135
135
|
msgid "display on load"
|
|
136
136
|
msgstr "paparkan semasa dimuatkan"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:383
|
|
139
139
|
msgid "Display this layer on load."
|
|
140
140
|
msgstr "Paparkan lapisan ini ketika dimuatkan."
|
|
141
141
|
|
|
@@ -153,28 +153,27 @@ msgstr "Layari peta %(current_user)s"
|
|
|
153
153
|
msgid "%(current_user)s has no maps."
|
|
154
154
|
msgstr "%(current_user)s tidak mempunyai peta."
|
|
155
155
|
|
|
156
|
-
#: templates/auth/user_form.html:6 templates/umap/navigation.html:12
|
|
157
|
-
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:10
|
|
158
|
-
msgid "My Dashboard"
|
|
159
|
-
msgstr "Papan Pemuka Saya"
|
|
160
|
-
|
|
161
156
|
#: templates/auth/user_form.html:6
|
|
157
|
+
msgid "My Maps"
|
|
158
|
+
msgstr ""
|
|
159
|
+
|
|
160
|
+
#: templates/auth/user_form.html:7
|
|
162
161
|
msgid "My Profile"
|
|
163
162
|
msgstr "Profil Saya"
|
|
164
163
|
|
|
165
|
-
#: templates/auth/user_form.html:
|
|
164
|
+
#: templates/auth/user_form.html:20
|
|
166
165
|
msgid "Save"
|
|
167
166
|
msgstr "Simpan"
|
|
168
167
|
|
|
169
|
-
#: templates/auth/user_form.html:
|
|
168
|
+
#: templates/auth/user_form.html:25
|
|
170
169
|
msgid "Your current providers"
|
|
171
170
|
msgstr "Penyedia semasa anda"
|
|
172
171
|
|
|
173
|
-
#: templates/auth/user_form.html:
|
|
172
|
+
#: templates/auth/user_form.html:31
|
|
174
173
|
msgid "Connect to another provider"
|
|
175
174
|
msgstr "Sambung ke penyedia lain"
|
|
176
175
|
|
|
177
|
-
#: templates/auth/user_form.html:
|
|
176
|
+
#: templates/auth/user_form.html:33
|
|
178
177
|
msgid ""
|
|
179
178
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
180
179
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
@@ -196,23 +195,23 @@ msgid ""
|
|
|
196
195
|
"them in your site."
|
|
197
196
|
msgstr "uMap membolehkan anda mencipta peta dengan lapisan OpenStreetMap dalam masa singkat dan benamkan di laman anda."
|
|
198
197
|
|
|
199
|
-
#: templates/registration/login.html:
|
|
198
|
+
#: templates/registration/login.html:16
|
|
200
199
|
msgid "Please log in with your account"
|
|
201
200
|
msgstr "Sila log masuk dengan akaun anda"
|
|
202
201
|
|
|
203
|
-
#: templates/registration/login.html:
|
|
202
|
+
#: templates/registration/login.html:28
|
|
204
203
|
msgid "Username"
|
|
205
204
|
msgstr "Nama pengguna"
|
|
206
205
|
|
|
207
|
-
#: templates/registration/login.html:
|
|
206
|
+
#: templates/registration/login.html:31
|
|
208
207
|
msgid "Password"
|
|
209
208
|
msgstr "Kata laluan"
|
|
210
209
|
|
|
211
|
-
#: templates/registration/login.html:
|
|
210
|
+
#: templates/registration/login.html:32
|
|
212
211
|
msgid "Login"
|
|
213
212
|
msgstr "Log masuk"
|
|
214
213
|
|
|
215
|
-
#: templates/registration/login.html:
|
|
214
|
+
#: templates/registration/login.html:37
|
|
216
215
|
msgid "Please choose a provider"
|
|
217
216
|
msgstr "Sila pilih penyedia"
|
|
218
217
|
|
|
@@ -256,8 +255,8 @@ msgstr "Benam dan kongsi peta anda"
|
|
|
256
255
|
msgid "And it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
257
256
|
msgstr "Dan ia <a href=\"%(repo_url)s\">bersumber terbuka</a>!"
|
|
258
257
|
|
|
259
|
-
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:
|
|
260
|
-
#: templates/umap/user_dashboard.html:
|
|
258
|
+
#: templates/umap/about_summary.html:48 templates/umap/navigation.html:40
|
|
259
|
+
#: templates/umap/user_dashboard.html:41
|
|
261
260
|
msgid "Create a map"
|
|
262
261
|
msgstr "Cipta peta"
|
|
263
262
|
|
|
@@ -265,13 +264,13 @@ msgstr "Cipta peta"
|
|
|
265
264
|
msgid "Play with the demo"
|
|
266
265
|
msgstr "Main dengan demo"
|
|
267
266
|
|
|
268
|
-
#: templates/umap/content.html:
|
|
267
|
+
#: templates/umap/content.html:22
|
|
269
268
|
msgid ""
|
|
270
269
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
271
270
|
"allowed."
|
|
272
271
|
msgstr "Tika uMap ini kini berada dalam mod baca sahaja, tiada penciptaan/suntingan dibenarkan."
|
|
273
272
|
|
|
274
|
-
#: templates/umap/content.html:
|
|
273
|
+
#: templates/umap/content.html:30
|
|
275
274
|
#, python-format
|
|
276
275
|
msgid ""
|
|
277
276
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -284,7 +283,7 @@ msgstr "Ini tika demo, digunakan untuk ujian dan pra-terbitan berterusan. Jika a
|
|
|
284
283
|
msgid "Map of the uMaps"
|
|
285
284
|
msgstr "Peta bagi uMaps"
|
|
286
285
|
|
|
287
|
-
#: templates/umap/home.html:
|
|
286
|
+
#: templates/umap/home.html:14
|
|
288
287
|
msgid "Get inspired, browse maps"
|
|
289
288
|
msgstr "Dapatkan inspirasi, layari peta-peta"
|
|
290
289
|
|
|
@@ -292,7 +291,7 @@ msgstr "Dapatkan inspirasi, layari peta-peta"
|
|
|
292
291
|
msgid "You are logged in. Continuing..."
|
|
293
292
|
msgstr "Anda telah log masuk. Menyambung..."
|
|
294
293
|
|
|
295
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
294
|
+
#: templates/umap/map_list.html:9 views.py:341
|
|
296
295
|
msgid "by"
|
|
297
296
|
msgstr "oleh"
|
|
298
297
|
|
|
@@ -309,86 +308,118 @@ msgid "Preview"
|
|
|
309
308
|
msgstr ""
|
|
310
309
|
|
|
311
310
|
#: templates/umap/map_table.html:7
|
|
312
|
-
msgid "Who can see
|
|
313
|
-
msgstr "
|
|
311
|
+
msgid "Who can see"
|
|
312
|
+
msgstr ""
|
|
314
313
|
|
|
315
314
|
#: templates/umap/map_table.html:8
|
|
315
|
+
msgid "Who can edit"
|
|
316
|
+
msgstr ""
|
|
317
|
+
|
|
318
|
+
#: templates/umap/map_table.html:9
|
|
316
319
|
msgid "Last save"
|
|
317
320
|
msgstr "Simpan kali terakhir"
|
|
318
321
|
|
|
319
|
-
#: templates/umap/map_table.html:
|
|
322
|
+
#: templates/umap/map_table.html:10
|
|
320
323
|
msgid "Owner"
|
|
321
324
|
msgstr "Pemilik"
|
|
322
325
|
|
|
323
|
-
#: templates/umap/map_table.html:
|
|
326
|
+
#: templates/umap/map_table.html:11
|
|
324
327
|
msgid "Actions"
|
|
325
328
|
msgstr "Tindakan"
|
|
326
329
|
|
|
327
|
-
#: templates/umap/map_table.html:
|
|
330
|
+
#: templates/umap/map_table.html:24 templates/umap/map_table.html:26
|
|
328
331
|
msgid "Open preview"
|
|
329
332
|
msgstr ""
|
|
330
333
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
334
|
+
#: templates/umap/map_table.html:45 templates/umap/map_table.html:47
|
|
332
335
|
msgid "Share"
|
|
333
336
|
msgstr "Kongsi"
|
|
334
337
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
338
|
+
#: templates/umap/map_table.html:50 templates/umap/map_table.html:52
|
|
336
339
|
msgid "Edit"
|
|
337
340
|
msgstr "Sunting"
|
|
338
341
|
|
|
339
|
-
#: templates/umap/map_table.html:
|
|
342
|
+
#: templates/umap/map_table.html:55 templates/umap/map_table.html:57
|
|
340
343
|
msgid "Download"
|
|
341
344
|
msgstr "Muat turun"
|
|
342
345
|
|
|
343
|
-
#: templates/umap/map_table.html:
|
|
346
|
+
#: templates/umap/map_table.html:62 templates/umap/map_table.html:64
|
|
347
|
+
msgid "Clone"
|
|
348
|
+
msgstr ""
|
|
349
|
+
|
|
350
|
+
#: templates/umap/map_table.html:72 templates/umap/map_table.html:74
|
|
351
|
+
msgid "Delete"
|
|
352
|
+
msgstr ""
|
|
353
|
+
|
|
354
|
+
#: templates/umap/map_table.html:86
|
|
344
355
|
msgid "first"
|
|
345
356
|
msgstr ""
|
|
346
357
|
|
|
347
|
-
#: templates/umap/map_table.html:
|
|
358
|
+
#: templates/umap/map_table.html:87
|
|
348
359
|
msgid "previous"
|
|
349
360
|
msgstr ""
|
|
350
361
|
|
|
351
|
-
#: templates/umap/map_table.html:
|
|
362
|
+
#: templates/umap/map_table.html:96
|
|
352
363
|
#, python-format
|
|
353
364
|
msgid ""
|
|
354
365
|
"\n"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
366
|
+
" Page %(maps_number)s of %(num_pages)s\n"
|
|
367
|
+
" "
|
|
357
368
|
msgstr ""
|
|
358
369
|
|
|
359
|
-
#: templates/umap/map_table.html:
|
|
370
|
+
#: templates/umap/map_table.html:102
|
|
360
371
|
msgid "next"
|
|
361
372
|
msgstr ""
|
|
362
373
|
|
|
363
|
-
#: templates/umap/map_table.html:
|
|
374
|
+
#: templates/umap/map_table.html:103
|
|
364
375
|
msgid "last"
|
|
365
376
|
msgstr ""
|
|
366
377
|
|
|
367
|
-
#: templates/umap/
|
|
378
|
+
#: templates/umap/map_table.html:111
|
|
379
|
+
#, python-format
|
|
380
|
+
msgid ""
|
|
381
|
+
"\n"
|
|
382
|
+
" Lines per page: %(per_page)s\n"
|
|
383
|
+
" "
|
|
384
|
+
msgstr ""
|
|
385
|
+
|
|
386
|
+
#: templates/umap/map_table.html:116
|
|
387
|
+
#, python-format
|
|
388
|
+
msgid ""
|
|
389
|
+
"\n"
|
|
390
|
+
" %(count)s maps\n"
|
|
391
|
+
" "
|
|
392
|
+
msgstr ""
|
|
393
|
+
|
|
394
|
+
#: templates/umap/navigation.html:10 templates/umap/user_dashboard.html:4
|
|
395
|
+
msgid "My Dashboard"
|
|
396
|
+
msgstr "Papan Pemuka Saya"
|
|
397
|
+
|
|
398
|
+
#: templates/umap/navigation.html:13
|
|
368
399
|
msgid "Starred maps"
|
|
369
400
|
msgstr "Peta ditandai bintang"
|
|
370
401
|
|
|
371
|
-
#: templates/umap/navigation.html:
|
|
402
|
+
#: templates/umap/navigation.html:17
|
|
372
403
|
msgid "Log in"
|
|
373
404
|
msgstr "Log masuk"
|
|
374
405
|
|
|
375
|
-
#: templates/umap/navigation.html:
|
|
406
|
+
#: templates/umap/navigation.html:17
|
|
376
407
|
msgid "Sign in"
|
|
377
408
|
msgstr "Daftar masuk"
|
|
378
409
|
|
|
379
|
-
#: templates/umap/navigation.html:
|
|
410
|
+
#: templates/umap/navigation.html:21
|
|
380
411
|
msgid "About"
|
|
381
412
|
msgstr "Perihalan"
|
|
382
413
|
|
|
383
|
-
#: templates/umap/navigation.html:
|
|
414
|
+
#: templates/umap/navigation.html:24
|
|
384
415
|
msgid "Help"
|
|
385
416
|
msgstr "Bantuan"
|
|
386
417
|
|
|
387
|
-
#: templates/umap/navigation.html:
|
|
418
|
+
#: templates/umap/navigation.html:29
|
|
388
419
|
msgid "Change password"
|
|
389
420
|
msgstr "Tukar kata laluan"
|
|
390
421
|
|
|
391
|
-
#: templates/umap/navigation.html:
|
|
422
|
+
#: templates/umap/navigation.html:33
|
|
392
423
|
msgid "Log out"
|
|
393
424
|
msgstr "Log keluar"
|
|
394
425
|
|
|
@@ -444,7 +475,7 @@ msgstr "Peta dicipta baru-baru ini"
|
|
|
444
475
|
msgid "Search maps"
|
|
445
476
|
msgstr "Cari peta"
|
|
446
477
|
|
|
447
|
-
#: templates/umap/search_bar.html:14
|
|
478
|
+
#: templates/umap/search_bar.html:14 templates/umap/user_dashboard.html:25
|
|
448
479
|
msgid "Search"
|
|
449
480
|
msgstr "Cari"
|
|
450
481
|
|
|
@@ -452,60 +483,81 @@ msgstr "Cari"
|
|
|
452
483
|
msgid "Search my maps"
|
|
453
484
|
msgstr "Gelintar peta saya"
|
|
454
485
|
|
|
455
|
-
#: templates/umap/user_dashboard.html:
|
|
486
|
+
#: templates/umap/user_dashboard.html:11
|
|
487
|
+
#, python-format
|
|
488
|
+
msgid "My Maps (%(count)s)"
|
|
489
|
+
msgstr ""
|
|
490
|
+
|
|
491
|
+
#: templates/umap/user_dashboard.html:13
|
|
456
492
|
msgid "My profile"
|
|
457
493
|
msgstr "Profil saya"
|
|
458
494
|
|
|
459
|
-
#: templates/umap/user_dashboard.html:
|
|
495
|
+
#: templates/umap/user_dashboard.html:21
|
|
496
|
+
msgid "Map’s title"
|
|
497
|
+
msgstr ""
|
|
498
|
+
|
|
499
|
+
#: templates/umap/user_dashboard.html:31
|
|
500
|
+
#, python-format
|
|
501
|
+
msgid ""
|
|
502
|
+
"\n"
|
|
503
|
+
" Download %(count)s maps\n"
|
|
504
|
+
" "
|
|
505
|
+
msgstr ""
|
|
506
|
+
|
|
507
|
+
#: templates/umap/user_dashboard.html:41
|
|
460
508
|
msgid "You have no map yet."
|
|
461
509
|
msgstr "Anda belum ada peta."
|
|
462
510
|
|
|
463
|
-
#: views.py:
|
|
511
|
+
#: views.py:346
|
|
464
512
|
msgid "View the map"
|
|
465
513
|
msgstr "Lihat peta"
|
|
466
514
|
|
|
467
|
-
#: views.py:
|
|
515
|
+
#: views.py:704
|
|
516
|
+
msgid "See full screen"
|
|
517
|
+
msgstr ""
|
|
518
|
+
|
|
519
|
+
#: views.py:779
|
|
468
520
|
msgid "Map has been updated!"
|
|
469
521
|
msgstr "Peta telah dikemas kini!"
|
|
470
522
|
|
|
471
|
-
#: views.py:
|
|
523
|
+
#: views.py:804
|
|
472
524
|
msgid "Map editors updated with success!"
|
|
473
525
|
msgstr "Penyunting peta telah dikemas kini dengan jayanya!"
|
|
474
526
|
|
|
475
|
-
#: views.py:
|
|
527
|
+
#: views.py:842
|
|
476
528
|
#, python-format
|
|
477
529
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
478
530
|
msgstr "Pautan suntingan uMap untuk peta anda: %(map_name)s"
|
|
479
531
|
|
|
480
|
-
#: views.py:
|
|
532
|
+
#: views.py:845
|
|
481
533
|
#, python-format
|
|
482
534
|
msgid "Here is your secret edit link: %(link)s"
|
|
483
535
|
msgstr "Ini pautan suntingan rahsia anda: %(link)s"
|
|
484
536
|
|
|
485
|
-
#: views.py:
|
|
537
|
+
#: views.py:851
|
|
486
538
|
#, python-format
|
|
487
539
|
msgid "Email sent to %(email)s"
|
|
488
540
|
msgstr "E-mel telah dihantar ke %(email)s"
|
|
489
541
|
|
|
490
|
-
#: views.py:
|
|
542
|
+
#: views.py:862
|
|
491
543
|
msgid "Only its owner can delete the map."
|
|
492
544
|
msgstr "Hanya pemiliknya sahaja mampu memadamkan peta."
|
|
493
545
|
|
|
494
|
-
#: views.py:
|
|
546
|
+
#: views.py:890
|
|
495
547
|
#, python-format
|
|
496
548
|
msgid ""
|
|
497
549
|
"Your map has been cloned! If you want to edit this map from another "
|
|
498
550
|
"computer, please use this link: %(anonymous_url)s"
|
|
499
551
|
msgstr "Peta anda telah diklon! Jika anda ingin menyunting peta ini dari komputer lain, sila gunakan pautan ini: %(anonymous_url)s"
|
|
500
552
|
|
|
501
|
-
#: views.py:
|
|
553
|
+
#: views.py:895
|
|
502
554
|
msgid "Congratulations, your map has been cloned!"
|
|
503
555
|
msgstr "Tahniah, peta anda telah berjaya diklon!"
|
|
504
556
|
|
|
505
|
-
#: views.py:
|
|
557
|
+
#: views.py:1131
|
|
506
558
|
msgid "Layer successfully deleted."
|
|
507
559
|
msgstr "Lapisan telah berjaya dipadamkan."
|
|
508
560
|
|
|
509
|
-
#: views.py:
|
|
561
|
+
#: views.py:1153
|
|
510
562
|
msgid "Permissions updated with success!"
|
|
511
563
|
msgstr "Kebenaran telah dikemas kini dengan jayanya!"
|
|
Binary file
|