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
|
@@ -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: Gábor Babos <gabor.babos@gmail.com>, 2017-2019,2023\n"
|
|
15
15
|
"Language-Team: Hungarian (http://app.transifex.com/openstreetmap/umap/language/hu/)\n"
|
|
@@ -27,115 +27,115 @@ msgstr "Kizárólag titkos szerkesztési linkkel szerkeszthető"
|
|
|
27
27
|
msgid "Everyone can edit"
|
|
28
28
|
msgstr "Bárki szerkesztheti"
|
|
29
29
|
|
|
30
|
-
#: forms.py:69 models.py:
|
|
30
|
+
#: forms.py:69 models.py:349
|
|
31
31
|
msgid "Inherit"
|
|
32
|
-
msgstr ""
|
|
32
|
+
msgstr "Öröklés"
|
|
33
33
|
|
|
34
|
-
#: middleware.py:
|
|
34
|
+
#: middleware.py:13
|
|
35
35
|
msgid "Site is readonly for maintenance"
|
|
36
36
|
msgstr "Karbantartás miatt a webhely csak olvasható"
|
|
37
37
|
|
|
38
|
-
#: models.py:
|
|
38
|
+
#: models.py:49
|
|
39
39
|
msgid "name"
|
|
40
40
|
msgstr "név"
|
|
41
41
|
|
|
42
|
-
#: models.py:
|
|
42
|
+
#: models.py:80
|
|
43
43
|
msgid "details"
|
|
44
44
|
msgstr "részletek"
|
|
45
45
|
|
|
46
|
-
#: models.py:
|
|
46
|
+
#: models.py:81
|
|
47
47
|
msgid "Link to a page where the licence is detailed."
|
|
48
48
|
msgstr "Link egy részletes licencinformációkat tartalmazó lapra."
|
|
49
49
|
|
|
50
|
-
#: models.py:
|
|
50
|
+
#: models.py:91
|
|
51
51
|
msgid "URL template using OSM tile format"
|
|
52
52
|
msgstr "OSM-csempeformátumot használó URL-sablon"
|
|
53
53
|
|
|
54
|
-
#: models.py:
|
|
54
|
+
#: models.py:97
|
|
55
55
|
msgid "Order of the tilelayers in the edit box"
|
|
56
56
|
msgstr "Csemperétegek sorrendje a szerkesztődobozban"
|
|
57
57
|
|
|
58
|
-
#: models.py:
|
|
58
|
+
#: models.py:143 models.py:350
|
|
59
59
|
msgid "Everyone"
|
|
60
|
-
msgstr ""
|
|
60
|
+
msgstr "Mindenki"
|
|
61
61
|
|
|
62
|
-
#: models.py:
|
|
62
|
+
#: models.py:144 models.py:150 models.py:351
|
|
63
63
|
msgid "Editors only"
|
|
64
|
-
msgstr ""
|
|
64
|
+
msgstr "Csak a szerkesztők"
|
|
65
65
|
|
|
66
|
-
#: models.py:
|
|
66
|
+
#: models.py:145 models.py:352
|
|
67
67
|
msgid "Owner only"
|
|
68
|
-
msgstr ""
|
|
68
|
+
msgstr "Csak a tulajdonos"
|
|
69
69
|
|
|
70
|
-
#: models.py:
|
|
70
|
+
#: models.py:148
|
|
71
71
|
msgid "Everyone (public)"
|
|
72
|
-
msgstr ""
|
|
72
|
+
msgstr "Mindenki (nyilvános)"
|
|
73
73
|
|
|
74
|
-
#: models.py:
|
|
74
|
+
#: models.py:149
|
|
75
75
|
msgid "Anyone with link"
|
|
76
|
-
msgstr ""
|
|
76
|
+
msgstr "A link birtokában bárki"
|
|
77
77
|
|
|
78
|
-
#: models.py:
|
|
78
|
+
#: models.py:151
|
|
79
79
|
msgid "Blocked"
|
|
80
|
-
msgstr ""
|
|
80
|
+
msgstr "Blokkolva"
|
|
81
81
|
|
|
82
|
-
#: models.py:
|
|
82
|
+
#: models.py:154 models.py:356
|
|
83
83
|
msgid "description"
|
|
84
84
|
msgstr "leírás"
|
|
85
85
|
|
|
86
|
-
#: models.py:
|
|
86
|
+
#: models.py:155
|
|
87
87
|
msgid "center"
|
|
88
88
|
msgstr "középpont"
|
|
89
89
|
|
|
90
|
-
#: models.py:
|
|
90
|
+
#: models.py:156
|
|
91
91
|
msgid "zoom"
|
|
92
92
|
msgstr "nagyítás"
|
|
93
93
|
|
|
94
|
-
#: models.py:
|
|
94
|
+
#: models.py:158
|
|
95
95
|
msgid "locate"
|
|
96
96
|
msgstr "helymeghatározás"
|
|
97
97
|
|
|
98
|
-
#: models.py:
|
|
98
|
+
#: models.py:158
|
|
99
99
|
msgid "Locate user on load?"
|
|
100
100
|
msgstr "Bekérje a felhasználó pozícióját betöltéskor?"
|
|
101
101
|
|
|
102
|
-
#: models.py:
|
|
102
|
+
#: models.py:162
|
|
103
103
|
msgid "Choose the map licence."
|
|
104
104
|
msgstr "Térképlicenc kiválasztása"
|
|
105
105
|
|
|
106
|
-
#: models.py:
|
|
106
|
+
#: models.py:163
|
|
107
107
|
msgid "licence"
|
|
108
108
|
msgstr "licenc"
|
|
109
109
|
|
|
110
|
-
#: models.py:
|
|
110
|
+
#: models.py:174
|
|
111
111
|
msgid "owner"
|
|
112
112
|
msgstr "tulajdonos"
|
|
113
113
|
|
|
114
|
-
#: models.py:
|
|
114
|
+
#: models.py:178
|
|
115
115
|
msgid "editors"
|
|
116
116
|
msgstr "szerkesztők"
|
|
117
117
|
|
|
118
|
-
#: models.py:
|
|
118
|
+
#: models.py:183 models.py:370
|
|
119
119
|
msgid "edit status"
|
|
120
120
|
msgstr "szerkeszthetőség"
|
|
121
121
|
|
|
122
|
-
#: models.py:
|
|
122
|
+
#: models.py:188
|
|
123
123
|
msgid "share status"
|
|
124
124
|
msgstr "megoszthatóság"
|
|
125
125
|
|
|
126
|
-
#: models.py:
|
|
126
|
+
#: models.py:191 models.py:365
|
|
127
127
|
msgid "settings"
|
|
128
128
|
msgstr "beállítások"
|
|
129
129
|
|
|
130
|
-
#: models.py:
|
|
130
|
+
#: models.py:298
|
|
131
131
|
msgid "Clone of"
|
|
132
132
|
msgstr "Másolat erről: "
|
|
133
133
|
|
|
134
|
-
#: models.py:
|
|
134
|
+
#: models.py:360
|
|
135
135
|
msgid "display on load"
|
|
136
136
|
msgstr "megjelenítés betöltéskor"
|
|
137
137
|
|
|
138
|
-
#: models.py:
|
|
138
|
+
#: models.py:361
|
|
139
139
|
msgid "Display this layer on load."
|
|
140
140
|
msgstr "Réteg megjelenítése betöltéskor"
|
|
141
141
|
|
|
@@ -156,29 +156,29 @@ msgstr "%(current_user)s felhasználónak nincs térképe."
|
|
|
156
156
|
#: templates/auth/user_form.html:6 templates/umap/navigation.html:12
|
|
157
157
|
#: templates/umap/user_dashboard.html:4 templates/umap/user_dashboard.html:10
|
|
158
158
|
msgid "My Dashboard"
|
|
159
|
-
msgstr ""
|
|
159
|
+
msgstr "Irányítópult"
|
|
160
160
|
|
|
161
161
|
#: templates/auth/user_form.html:6
|
|
162
162
|
msgid "My Profile"
|
|
163
|
-
msgstr ""
|
|
163
|
+
msgstr "Profil"
|
|
164
164
|
|
|
165
165
|
#: templates/auth/user_form.html:19
|
|
166
166
|
msgid "Save"
|
|
167
|
-
msgstr ""
|
|
167
|
+
msgstr "Mentés"
|
|
168
168
|
|
|
169
169
|
#: templates/auth/user_form.html:24
|
|
170
170
|
msgid "Your current providers"
|
|
171
|
-
msgstr ""
|
|
171
|
+
msgstr "Jelenlegi szolgáltatói"
|
|
172
172
|
|
|
173
173
|
#: templates/auth/user_form.html:30
|
|
174
174
|
msgid "Connect to another provider"
|
|
175
|
-
msgstr ""
|
|
175
|
+
msgstr "Újabb szolgáltató csatlakoztatása"
|
|
176
176
|
|
|
177
177
|
#: templates/auth/user_form.html:32
|
|
178
178
|
msgid ""
|
|
179
179
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
180
180
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
181
|
-
msgstr ""
|
|
181
|
+
msgstr "Jó szokás, ha fiókját több szolgáltatóhoz is hozzáköti, ha esetleg az egyik szolgáltató átmenetileg vagy akár véglegesen elérhetetlenné válna."
|
|
182
182
|
|
|
183
183
|
#: templates/auth/user_stars.html:5
|
|
184
184
|
#, python-format
|
|
@@ -194,7 +194,7 @@ msgstr "%(current_user)s felhasználónak még nincs megcsillagozott térképe."
|
|
|
194
194
|
msgid ""
|
|
195
195
|
"uMap lets you create maps with OpenStreetMap layers in a minute and embed "
|
|
196
196
|
"them in your site."
|
|
197
|
-
msgstr ""
|
|
197
|
+
msgstr "A uMap segítségével percek alatt létrehozhat OpenStreetMap-alapú térképrétegeket, amelyeket be is ágyazhat a weboldalába."
|
|
198
198
|
|
|
199
199
|
#: templates/registration/login.html:3
|
|
200
200
|
msgid "Please log in with your account"
|
|
@@ -292,48 +292,76 @@ msgstr "Szerezzen ihletet, böngésszen a térképek között!"
|
|
|
292
292
|
msgid "You are logged in. Continuing..."
|
|
293
293
|
msgstr "Be van jelentkezve. Továbblépés…"
|
|
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 "– készítette:"
|
|
298
298
|
|
|
299
|
-
#: templates/umap/map_list.html:17
|
|
299
|
+
#: templates/umap/map_list.html:17
|
|
300
300
|
msgid "More"
|
|
301
301
|
msgstr "Még több"
|
|
302
302
|
|
|
303
|
+
#: templates/umap/map_table.html:5
|
|
304
|
+
msgid "Name"
|
|
305
|
+
msgstr "Név"
|
|
306
|
+
|
|
303
307
|
#: templates/umap/map_table.html:6
|
|
304
|
-
msgid "
|
|
308
|
+
msgid "Preview"
|
|
305
309
|
msgstr ""
|
|
306
310
|
|
|
307
311
|
#: templates/umap/map_table.html:7
|
|
308
|
-
msgid "Name"
|
|
309
|
-
msgstr ""
|
|
310
|
-
|
|
311
|
-
#: templates/umap/map_table.html:8
|
|
312
312
|
msgid "Who can see / edit"
|
|
313
|
-
msgstr ""
|
|
313
|
+
msgstr "Ki láthatja / szerkesztheti"
|
|
314
314
|
|
|
315
|
-
#: templates/umap/map_table.html:
|
|
315
|
+
#: templates/umap/map_table.html:8
|
|
316
316
|
msgid "Last save"
|
|
317
|
-
msgstr ""
|
|
317
|
+
msgstr "Utolsó mentés"
|
|
318
318
|
|
|
319
|
-
#: templates/umap/map_table.html:
|
|
319
|
+
#: templates/umap/map_table.html:9
|
|
320
320
|
msgid "Owner"
|
|
321
|
-
msgstr ""
|
|
321
|
+
msgstr "Tulajdonos"
|
|
322
322
|
|
|
323
|
-
#: templates/umap/map_table.html:
|
|
323
|
+
#: templates/umap/map_table.html:10
|
|
324
324
|
msgid "Actions"
|
|
325
|
+
msgstr "Műveletek"
|
|
326
|
+
|
|
327
|
+
#: templates/umap/map_table.html:22
|
|
328
|
+
msgid "Open preview"
|
|
325
329
|
msgstr ""
|
|
326
330
|
|
|
327
|
-
#: templates/umap/map_table.html:
|
|
331
|
+
#: templates/umap/map_table.html:38
|
|
328
332
|
msgid "Share"
|
|
329
|
-
msgstr ""
|
|
333
|
+
msgstr "Megosztás"
|
|
330
334
|
|
|
331
|
-
#: templates/umap/map_table.html:
|
|
335
|
+
#: templates/umap/map_table.html:39
|
|
332
336
|
msgid "Edit"
|
|
333
|
-
msgstr ""
|
|
337
|
+
msgstr "Szerkesztés"
|
|
334
338
|
|
|
335
|
-
#: templates/umap/map_table.html:
|
|
339
|
+
#: templates/umap/map_table.html:40
|
|
336
340
|
msgid "Download"
|
|
341
|
+
msgstr "Letöltés"
|
|
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"
|
|
337
365
|
msgstr ""
|
|
338
366
|
|
|
339
367
|
#: templates/umap/navigation.html:15
|
|
@@ -402,16 +430,16 @@ msgstr "A jelszava megváltozott."
|
|
|
402
430
|
#, python-format
|
|
403
431
|
msgid "%(count)s map found:"
|
|
404
432
|
msgid_plural "%(count)s maps found:"
|
|
405
|
-
msgstr[0] ""
|
|
406
|
-
msgstr[1] ""
|
|
433
|
+
msgstr[0] "%(count)s térképet találtunk:"
|
|
434
|
+
msgstr[1] "%(count)s térképet találtunk:"
|
|
407
435
|
|
|
408
436
|
#: templates/umap/search.html:18
|
|
409
437
|
msgid "No map found."
|
|
410
|
-
msgstr ""
|
|
438
|
+
msgstr "Nem található ilyen térkép."
|
|
411
439
|
|
|
412
440
|
#: templates/umap/search.html:21
|
|
413
441
|
msgid "Latest created maps"
|
|
414
|
-
msgstr ""
|
|
442
|
+
msgstr "Legutóbb létrehozott térképek"
|
|
415
443
|
|
|
416
444
|
#: templates/umap/search_bar.html:3
|
|
417
445
|
msgid "Search maps"
|
|
@@ -423,62 +451,62 @@ msgstr "Keresés"
|
|
|
423
451
|
|
|
424
452
|
#: templates/umap/user_dashboard.html:7
|
|
425
453
|
msgid "Search my maps"
|
|
426
|
-
msgstr ""
|
|
454
|
+
msgstr "Saját térkép keresése"
|
|
427
455
|
|
|
428
456
|
#: templates/umap/user_dashboard.html:10
|
|
429
457
|
msgid "My profile"
|
|
430
|
-
msgstr ""
|
|
458
|
+
msgstr "Saját profil"
|
|
431
459
|
|
|
432
460
|
#: templates/umap/user_dashboard.html:20
|
|
433
461
|
msgid "You have no map yet."
|
|
434
|
-
msgstr ""
|
|
462
|
+
msgstr "Önnek még nincs térképe."
|
|
435
463
|
|
|
436
|
-
#: views.py:
|
|
464
|
+
#: views.py:301
|
|
437
465
|
msgid "View the map"
|
|
438
466
|
msgstr "Térkép megtekintése"
|
|
439
467
|
|
|
440
|
-
#: views.py:
|
|
468
|
+
#: views.py:660
|
|
441
469
|
msgid "Map has been updated!"
|
|
442
470
|
msgstr "A térkép frissült."
|
|
443
471
|
|
|
444
|
-
#: views.py:
|
|
472
|
+
#: views.py:685
|
|
445
473
|
msgid "Map editors updated with success!"
|
|
446
474
|
msgstr "A térképszerkesztők sikeresen frissültek."
|
|
447
475
|
|
|
448
|
-
#: views.py:
|
|
476
|
+
#: views.py:723
|
|
449
477
|
#, python-format
|
|
450
478
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
451
479
|
msgstr "A térképéhez tartozó uMap szerkesztési link: %(map_name)s"
|
|
452
480
|
|
|
453
|
-
#: views.py:
|
|
481
|
+
#: views.py:726
|
|
454
482
|
#, python-format
|
|
455
483
|
msgid "Here is your secret edit link: %(link)s"
|
|
456
484
|
msgstr "Az Ön titkos szerkesztési linkje: %(link)s"
|
|
457
485
|
|
|
458
|
-
#: views.py:
|
|
486
|
+
#: views.py:732
|
|
459
487
|
#, python-format
|
|
460
488
|
msgid "Email sent to %(email)s"
|
|
461
489
|
msgstr "E-mail elküldve ide: %(email)s"
|
|
462
490
|
|
|
463
|
-
#: views.py:
|
|
491
|
+
#: views.py:743
|
|
464
492
|
msgid "Only its owner can delete the map."
|
|
465
493
|
msgstr "A térképet csak a tulajdonosa törölheti."
|
|
466
494
|
|
|
467
|
-
#: views.py:
|
|
495
|
+
#: views.py:766
|
|
468
496
|
#, python-format
|
|
469
497
|
msgid ""
|
|
470
498
|
"Your map has been cloned! If you want to edit this map from another "
|
|
471
499
|
"computer, please use this link: %(anonymous_url)s"
|
|
472
500
|
msgstr "Elkészült a térképe másolata. Ha egy másik számítógépről szeretné szerkeszteni, ezt a linket használja: %(anonymous_url)s"
|
|
473
501
|
|
|
474
|
-
#: views.py:
|
|
502
|
+
#: views.py:771
|
|
475
503
|
msgid "Congratulations, your map has been cloned!"
|
|
476
504
|
msgstr "Gratulálunk, elkészült a térképe másolata!"
|
|
477
505
|
|
|
478
|
-
#: views.py:
|
|
506
|
+
#: views.py:1007
|
|
479
507
|
msgid "Layer successfully deleted."
|
|
480
508
|
msgstr "A réteg sikeresen törlődött."
|
|
481
509
|
|
|
482
|
-
#: views.py:
|
|
510
|
+
#: views.py:1029
|
|
483
511
|
msgid "Permissions updated with success!"
|
|
484
|
-
msgstr ""
|
|
512
|
+
msgstr "Az engedélyek sikeresen frissültek!"
|
|
Binary file
|