umap-project 2.4.1__py3-none-any.whl → 2.5.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/el/LC_MESSAGES/django.mo +0 -0
- umap/locale/el/LC_MESSAGES/django.po +145 -90
- umap/locale/en/LC_MESSAGES/django.po +13 -13
- umap/locale/eu/LC_MESSAGES/django.mo +0 -0
- umap/locale/eu/LC_MESSAGES/django.po +145 -89
- umap/locale/hu/LC_MESSAGES/django.mo +0 -0
- umap/locale/hu/LC_MESSAGES/django.po +100 -50
- umap/static/umap/base.css +5 -2
- umap/static/umap/content.css +2 -2
- umap/static/umap/css/contextmenu.css +11 -0
- umap/static/umap/css/dialog.css +25 -4
- umap/static/umap/css/importers.css +2 -0
- umap/static/umap/css/panel.css +6 -4
- umap/static/umap/css/slideshow.css +69 -0
- umap/static/umap/css/tableeditor.css +69 -0
- umap/static/umap/css/tooltip.css +3 -3
- umap/static/umap/img/16-white.svg +4 -0
- umap/static/umap/img/source/16-white.svg +5 -1
- umap/static/umap/js/components/alerts/alert.css +11 -11
- umap/static/umap/js/components/alerts/alert.js +1 -1
- umap/static/umap/js/modules/autocomplete.js +27 -5
- umap/static/umap/js/modules/browser.js +20 -14
- umap/static/umap/js/modules/caption.js +4 -4
- umap/static/umap/js/modules/dompurify.js +2 -3
- umap/static/umap/js/modules/facets.js +53 -17
- umap/static/umap/js/modules/formatter.js +153 -0
- umap/static/umap/js/modules/global.js +25 -16
- umap/static/umap/js/modules/help.js +26 -26
- umap/static/umap/js/modules/importer.js +10 -10
- umap/static/umap/js/modules/importers/communesfr.js +3 -1
- umap/static/umap/js/modules/importers/datasets.js +8 -6
- umap/static/umap/js/modules/importers/geodatamine.js +14 -14
- umap/static/umap/js/modules/importers/overpass.js +19 -15
- umap/static/umap/js/modules/orderable.js +2 -2
- umap/static/umap/js/modules/request.js +1 -1
- umap/static/umap/js/modules/rules.js +26 -11
- umap/static/umap/js/modules/schema.js +16 -12
- umap/static/umap/js/{umap.share.js → modules/share.js} +58 -103
- umap/static/umap/js/modules/slideshow.js +141 -0
- umap/static/umap/js/modules/sync/engine.js +3 -3
- umap/static/umap/js/modules/sync/updaters.js +10 -11
- umap/static/umap/js/modules/sync/websocket.js +1 -1
- umap/static/umap/js/modules/tableeditor.js +329 -0
- umap/static/umap/js/modules/ui/base.js +93 -0
- umap/static/umap/js/modules/ui/contextmenu.js +50 -0
- umap/static/umap/js/modules/ui/dialog.js +169 -31
- umap/static/umap/js/modules/ui/panel.js +7 -5
- umap/static/umap/js/modules/ui/tooltip.js +7 -77
- umap/static/umap/js/modules/urls.js +1 -2
- umap/static/umap/js/modules/utils.js +36 -16
- umap/static/umap/js/umap.controls.js +27 -29
- umap/static/umap/js/umap.core.js +19 -15
- umap/static/umap/js/umap.datalayer.permissions.js +15 -18
- umap/static/umap/js/umap.features.js +113 -131
- umap/static/umap/js/umap.forms.js +203 -228
- umap/static/umap/js/umap.icon.js +17 -22
- umap/static/umap/js/umap.js +117 -107
- umap/static/umap/js/umap.layer.js +374 -324
- umap/static/umap/js/umap.permissions.js +7 -10
- umap/static/umap/js/umap.popup.js +20 -20
- umap/static/umap/locale/am_ET.js +22 -5
- umap/static/umap/locale/am_ET.json +22 -5
- umap/static/umap/locale/ar.js +22 -5
- umap/static/umap/locale/ar.json +22 -5
- umap/static/umap/locale/ast.js +22 -5
- umap/static/umap/locale/ast.json +22 -5
- umap/static/umap/locale/bg.js +22 -5
- umap/static/umap/locale/bg.json +22 -5
- umap/static/umap/locale/br.js +22 -5
- umap/static/umap/locale/br.json +22 -5
- umap/static/umap/locale/ca.js +56 -39
- umap/static/umap/locale/ca.json +56 -39
- umap/static/umap/locale/cs_CZ.js +22 -5
- umap/static/umap/locale/cs_CZ.json +22 -5
- umap/static/umap/locale/da.js +22 -5
- umap/static/umap/locale/da.json +22 -5
- umap/static/umap/locale/de.js +22 -5
- umap/static/umap/locale/de.json +22 -5
- umap/static/umap/locale/el.js +27 -10
- umap/static/umap/locale/el.json +27 -10
- umap/static/umap/locale/en.js +22 -6
- umap/static/umap/locale/en.json +22 -6
- umap/static/umap/locale/en_US.json +22 -5
- umap/static/umap/locale/es.js +22 -6
- umap/static/umap/locale/es.json +22 -6
- umap/static/umap/locale/et.js +22 -5
- umap/static/umap/locale/et.json +22 -5
- umap/static/umap/locale/eu.js +167 -150
- umap/static/umap/locale/eu.json +167 -150
- umap/static/umap/locale/fa_IR.js +22 -5
- umap/static/umap/locale/fa_IR.json +22 -5
- umap/static/umap/locale/fi.js +22 -5
- umap/static/umap/locale/fi.json +22 -5
- umap/static/umap/locale/fr.js +22 -6
- umap/static/umap/locale/fr.json +22 -6
- umap/static/umap/locale/gl.js +22 -5
- umap/static/umap/locale/gl.json +22 -5
- umap/static/umap/locale/he.js +22 -5
- umap/static/umap/locale/he.json +22 -5
- umap/static/umap/locale/hr.js +22 -5
- umap/static/umap/locale/hr.json +22 -5
- umap/static/umap/locale/hu.js +89 -72
- umap/static/umap/locale/hu.json +89 -72
- umap/static/umap/locale/id.js +22 -5
- umap/static/umap/locale/id.json +22 -5
- umap/static/umap/locale/is.js +22 -5
- umap/static/umap/locale/is.json +22 -5
- umap/static/umap/locale/it.js +22 -5
- umap/static/umap/locale/it.json +22 -5
- umap/static/umap/locale/ja.js +22 -5
- umap/static/umap/locale/ja.json +22 -5
- umap/static/umap/locale/ko.js +22 -5
- umap/static/umap/locale/ko.json +22 -5
- umap/static/umap/locale/lt.js +22 -5
- umap/static/umap/locale/lt.json +22 -5
- umap/static/umap/locale/ms.js +22 -5
- umap/static/umap/locale/ms.json +22 -5
- umap/static/umap/locale/nl.js +22 -5
- umap/static/umap/locale/nl.json +22 -5
- umap/static/umap/locale/no.js +22 -5
- umap/static/umap/locale/no.json +22 -5
- umap/static/umap/locale/pl.js +22 -5
- umap/static/umap/locale/pl.json +22 -5
- umap/static/umap/locale/pl_PL.json +22 -5
- umap/static/umap/locale/pt.js +22 -6
- umap/static/umap/locale/pt.json +22 -6
- umap/static/umap/locale/pt_BR.js +22 -5
- umap/static/umap/locale/pt_BR.json +22 -5
- umap/static/umap/locale/pt_PT.js +22 -5
- umap/static/umap/locale/pt_PT.json +22 -5
- umap/static/umap/locale/ro.js +22 -5
- umap/static/umap/locale/ro.json +22 -5
- umap/static/umap/locale/ru.js +22 -5
- umap/static/umap/locale/ru.json +22 -5
- umap/static/umap/locale/sk_SK.js +22 -5
- umap/static/umap/locale/sk_SK.json +22 -5
- umap/static/umap/locale/sl.js +22 -5
- umap/static/umap/locale/sl.json +22 -5
- umap/static/umap/locale/sr.js +22 -5
- umap/static/umap/locale/sr.json +22 -5
- umap/static/umap/locale/sv.js +22 -5
- umap/static/umap/locale/sv.json +22 -5
- umap/static/umap/locale/th_TH.js +22 -5
- umap/static/umap/locale/th_TH.json +22 -5
- umap/static/umap/locale/tr.js +22 -5
- umap/static/umap/locale/tr.json +22 -5
- umap/static/umap/locale/uk_UA.js +22 -5
- umap/static/umap/locale/uk_UA.json +22 -5
- umap/static/umap/locale/vi.js +22 -5
- umap/static/umap/locale/vi.json +22 -5
- umap/static/umap/locale/vi_VN.json +22 -5
- umap/static/umap/locale/zh.js +22 -5
- umap/static/umap/locale/zh.json +22 -5
- umap/static/umap/locale/zh_CN.json +22 -5
- umap/static/umap/locale/zh_TW.Big5.json +22 -5
- umap/static/umap/locale/zh_TW.js +22 -5
- umap/static/umap/locale/zh_TW.json +22 -5
- umap/static/umap/map.css +9 -153
- umap/static/umap/vars.css +15 -0
- umap/static/umap/vendors/dompurify/purify.es.js +5 -59
- umap/static/umap/vendors/dompurify/purify.es.mjs.map +1 -1
- umap/static/umap/vendors/formbuilder/Leaflet.FormBuilder.js +410 -428
- umap/static/umap/vendors/geojson-to-gpx/index.js +155 -0
- umap/static/umap/vendors/osmtogeojson/osmtogeojson.js +1 -2
- umap/static/umap/vendors/togeojson/togeojson.es.js +1109 -0
- umap/static/umap/vendors/togeojson/{togeojson.umd.js.map → togeojson.es.mjs.map} +1 -1
- umap/static/umap/vendors/tokml/tokml.es.js +895 -0
- umap/static/umap/vendors/tokml/tokml.es.mjs.map +1 -0
- umap/storage.py +6 -2
- umap/templates/umap/components/alerts/alert.html +3 -3
- umap/templates/umap/css.html +3 -0
- umap/templates/umap/js.html +0 -6
- umap/tests/fixtures/categorized_highway.geojson +1 -0
- umap/tests/fixtures/test_import_osm_relation.json +130 -0
- umap/tests/integration/conftest.py +8 -1
- umap/tests/integration/test_browser.py +3 -2
- umap/tests/integration/test_categorized_layer.py +141 -0
- umap/tests/integration/test_conditional_rules.py +21 -0
- umap/tests/integration/test_datalayer.py +9 -4
- umap/tests/integration/test_edit_datalayer.py +1 -0
- umap/tests/integration/test_edit_polygon.py +1 -1
- umap/tests/integration/test_export_map.py +2 -3
- umap/tests/integration/test_import.py +22 -0
- umap/tests/integration/test_map_preview.py +36 -2
- umap/tests/integration/test_tableeditor.py +158 -4
- umap/tests/integration/test_websocket_sync.py +2 -2
- umap/tests/test_views.py +2 -2
- umap/views.py +3 -2
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/METADATA +8 -8
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/RECORD +194 -184
- umap/static/umap/js/umap.slideshow.js +0 -165
- umap/static/umap/js/umap.tableeditor.js +0 -118
- umap/static/umap/vendors/togeojson/togeojson.umd.js +0 -2
- umap/static/umap/vendors/togpx/togpx.js +0 -547
- umap/static/umap/vendors/tokml/tokml.js +0 -343
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/WHEEL +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/entry_points.txt +0 -0
- {umap_project-2.4.1.dist-info → umap_project-2.5.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -3,14 +3,15 @@
|
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
4
|
#
|
|
5
5
|
# Translators:
|
|
6
|
+
# Alexander Gabilondo <alexgabi@disroot.org>, 2024
|
|
6
7
|
# Mikel Larreategi <mlarreategi@codesyntax.com>, 2023
|
|
7
8
|
msgid ""
|
|
8
9
|
msgstr ""
|
|
9
10
|
"Project-Id-Version: uMap\n"
|
|
10
11
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"POT-Creation-Date: 2024-
|
|
12
|
+
"POT-Creation-Date: 2024-06-26 20:59+0000\n"
|
|
12
13
|
"PO-Revision-Date: 2013-11-22 14:00+0000\n"
|
|
13
|
-
"Last-Translator:
|
|
14
|
+
"Last-Translator: Alexander Gabilondo <alexgabi@disroot.org>, 2024\n"
|
|
14
15
|
"Language-Team: Basque (http://app.transifex.com/openstreetmap/umap/language/eu/)\n"
|
|
15
16
|
"MIME-Version: 1.0\n"
|
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -20,121 +21,121 @@ msgstr ""
|
|
|
20
21
|
|
|
21
22
|
#: forms.py:44 forms.py:70
|
|
22
23
|
msgid "Only editable with secret edit link"
|
|
23
|
-
msgstr "
|
|
24
|
+
msgstr "Bakarrik esteka sekretuarekin bakarrik editatu daiteke"
|
|
24
25
|
|
|
25
26
|
#: forms.py:45 forms.py:71
|
|
26
27
|
msgid "Everyone can edit"
|
|
27
28
|
msgstr "Edonork editatu dezake"
|
|
28
29
|
|
|
29
|
-
#: forms.py:69 models.py:
|
|
30
|
+
#: forms.py:69 models.py:389
|
|
30
31
|
msgid "Inherit"
|
|
31
|
-
msgstr ""
|
|
32
|
+
msgstr "Heredatu"
|
|
32
33
|
|
|
33
34
|
#: middleware.py:13
|
|
34
35
|
msgid "Site is readonly for maintenance"
|
|
35
36
|
msgstr "Webgunea irakurtzeko moduan dago mantentze-lanak direla-eta"
|
|
36
37
|
|
|
37
|
-
#: models.py:
|
|
38
|
+
#: models.py:53
|
|
38
39
|
msgid "name"
|
|
39
40
|
msgstr "izena"
|
|
40
41
|
|
|
41
|
-
#: models.py:
|
|
42
|
+
#: models.py:84
|
|
42
43
|
msgid "details"
|
|
43
44
|
msgstr "xehetasunak"
|
|
44
45
|
|
|
45
|
-
#: models.py:
|
|
46
|
+
#: models.py:85
|
|
46
47
|
msgid "Link to a page where the licence is detailed."
|
|
47
|
-
msgstr "
|
|
48
|
+
msgstr "Estekatu lizentzia zehazten den orrialde batera."
|
|
48
49
|
|
|
49
|
-
#: models.py:
|
|
50
|
+
#: models.py:95
|
|
50
51
|
msgid "URL template using OSM tile format"
|
|
51
|
-
msgstr "URLaren txantiloia OSMren
|
|
52
|
+
msgstr "URLaren txantiloia OSMren lauzen formatua erabiliz"
|
|
52
53
|
|
|
53
|
-
#: models.py:
|
|
54
|
+
#: models.py:101
|
|
54
55
|
msgid "Order of the tilelayers in the edit box"
|
|
55
|
-
msgstr "
|
|
56
|
+
msgstr "Lauzen geruzek edizio kutxan duten ordena"
|
|
56
57
|
|
|
57
|
-
#: models.py:
|
|
58
|
+
#: models.py:147 models.py:390
|
|
58
59
|
msgid "Everyone"
|
|
59
|
-
msgstr ""
|
|
60
|
+
msgstr "Edonork"
|
|
60
61
|
|
|
61
|
-
#: models.py:
|
|
62
|
+
#: models.py:148 models.py:154 models.py:391
|
|
62
63
|
msgid "Editors only"
|
|
63
|
-
msgstr ""
|
|
64
|
+
msgstr "Editoreak bakarrik"
|
|
64
65
|
|
|
65
|
-
#: models.py:
|
|
66
|
+
#: models.py:149 models.py:392
|
|
66
67
|
msgid "Owner only"
|
|
67
|
-
msgstr ""
|
|
68
|
+
msgstr "Jabea bakarrik"
|
|
68
69
|
|
|
69
|
-
#: models.py:
|
|
70
|
+
#: models.py:152
|
|
70
71
|
msgid "Everyone (public)"
|
|
71
|
-
msgstr ""
|
|
72
|
+
msgstr "Edonork (publikoa)"
|
|
72
73
|
|
|
73
|
-
#: models.py:
|
|
74
|
+
#: models.py:153
|
|
74
75
|
msgid "Anyone with link"
|
|
75
|
-
msgstr ""
|
|
76
|
+
msgstr "Esteka duen edonork"
|
|
76
77
|
|
|
77
|
-
#: models.py:
|
|
78
|
+
#: models.py:155
|
|
78
79
|
msgid "Blocked"
|
|
79
|
-
msgstr ""
|
|
80
|
-
|
|
81
|
-
#: models.py:155 models.py:378
|
|
82
|
-
msgid "description"
|
|
83
|
-
msgstr "deskribapena"
|
|
80
|
+
msgstr "Blokeatuta"
|
|
84
81
|
|
|
85
|
-
#: models.py:
|
|
82
|
+
#: models.py:158
|
|
86
83
|
msgid "center"
|
|
87
84
|
msgstr "erdiko puntua"
|
|
88
85
|
|
|
89
|
-
#: models.py:
|
|
86
|
+
#: models.py:159
|
|
90
87
|
msgid "zoom"
|
|
91
88
|
msgstr "zooma"
|
|
92
89
|
|
|
93
|
-
#: models.py:
|
|
90
|
+
#: models.py:161
|
|
94
91
|
msgid "locate"
|
|
95
92
|
msgstr "kokatu"
|
|
96
93
|
|
|
97
|
-
#: models.py:
|
|
94
|
+
#: models.py:161
|
|
98
95
|
msgid "Locate user on load?"
|
|
99
96
|
msgstr "Kokatu erabiltzailea mapa kargatzen denean?"
|
|
100
97
|
|
|
101
|
-
#: models.py:
|
|
98
|
+
#: models.py:165
|
|
102
99
|
msgid "Choose the map licence."
|
|
103
100
|
msgstr "Aukeratu maparen lizentzia."
|
|
104
101
|
|
|
105
|
-
#: models.py:
|
|
102
|
+
#: models.py:166
|
|
106
103
|
msgid "licence"
|
|
107
104
|
msgstr "lizentzia"
|
|
108
105
|
|
|
109
|
-
#: models.py:
|
|
106
|
+
#: models.py:177
|
|
110
107
|
msgid "owner"
|
|
111
108
|
msgstr "jabea"
|
|
112
109
|
|
|
113
|
-
#: models.py:
|
|
110
|
+
#: models.py:181
|
|
114
111
|
msgid "editors"
|
|
115
112
|
msgstr "editoreak"
|
|
116
113
|
|
|
117
|
-
#: models.py:
|
|
114
|
+
#: models.py:186 models.py:413
|
|
118
115
|
msgid "edit status"
|
|
119
116
|
msgstr "editatu egoera"
|
|
120
117
|
|
|
121
|
-
#: models.py:
|
|
118
|
+
#: models.py:191
|
|
122
119
|
msgid "share status"
|
|
123
120
|
msgstr "partekatu egoera"
|
|
124
121
|
|
|
125
|
-
#: models.py:
|
|
122
|
+
#: models.py:194 models.py:408
|
|
126
123
|
msgid "settings"
|
|
127
124
|
msgstr "ezarpenak"
|
|
128
125
|
|
|
129
|
-
#: models.py:
|
|
126
|
+
#: models.py:330
|
|
130
127
|
msgid "Clone of"
|
|
131
128
|
msgstr "Beste honen klona"
|
|
132
129
|
|
|
133
|
-
#: models.py:
|
|
130
|
+
#: models.py:399
|
|
131
|
+
msgid "description"
|
|
132
|
+
msgstr "deskribapena"
|
|
133
|
+
|
|
134
|
+
#: models.py:403
|
|
134
135
|
msgid "display on load"
|
|
135
136
|
msgstr "erakutsi kargatzean"
|
|
136
137
|
|
|
137
|
-
#: models.py:
|
|
138
|
+
#: models.py:404
|
|
138
139
|
msgid "Display this layer on load."
|
|
139
140
|
msgstr "Erakutsi geruza hau kargatzean"
|
|
140
141
|
|
|
@@ -154,45 +155,45 @@ msgstr "%(current_user)s erabiltzaileak ez du maparik."
|
|
|
154
155
|
|
|
155
156
|
#: templates/auth/user_form.html:6
|
|
156
157
|
msgid "My Maps"
|
|
157
|
-
msgstr ""
|
|
158
|
+
msgstr "Nire mapak"
|
|
158
159
|
|
|
159
160
|
#: templates/auth/user_form.html:7
|
|
160
161
|
msgid "My Profile"
|
|
161
|
-
msgstr ""
|
|
162
|
+
msgstr "Nire profila"
|
|
162
163
|
|
|
163
164
|
#: templates/auth/user_form.html:20
|
|
164
165
|
msgid "Save"
|
|
165
|
-
msgstr ""
|
|
166
|
+
msgstr "Gorde"
|
|
166
167
|
|
|
167
168
|
#: templates/auth/user_form.html:25
|
|
168
169
|
msgid "Your current providers"
|
|
169
|
-
msgstr ""
|
|
170
|
+
msgstr "Zure egungo hornitzaileak"
|
|
170
171
|
|
|
171
172
|
#: templates/auth/user_form.html:31
|
|
172
173
|
msgid "Connect to another provider"
|
|
173
|
-
msgstr ""
|
|
174
|
+
msgstr "Konektatu beste hornitzaile batekin"
|
|
174
175
|
|
|
175
176
|
#: templates/auth/user_form.html:33
|
|
176
177
|
msgid ""
|
|
177
178
|
"It's a good habit to connect your account to more than one provider, in case"
|
|
178
179
|
" one provider becomes unavailable, temporarily or even permanently."
|
|
179
|
-
msgstr ""
|
|
180
|
+
msgstr "Ohitura ona da zure kontua hornitzaile bati baino gehiagori konektatzea, hornitzaileren bat erabilgarri ez badago, aldi baterako edo baita betiko."
|
|
180
181
|
|
|
181
182
|
#: templates/auth/user_stars.html:5
|
|
182
183
|
#, python-format
|
|
183
184
|
msgid "Browse %(current_user)s's starred maps"
|
|
184
|
-
msgstr ""
|
|
185
|
+
msgstr "Arakatu %(current_user)s erabiltzaileak hasitako mapak"
|
|
185
186
|
|
|
186
187
|
#: templates/auth/user_stars.html:12
|
|
187
188
|
#, python-format
|
|
188
189
|
msgid "%(current_user)s has no starred maps yet."
|
|
189
|
-
msgstr ""
|
|
190
|
+
msgstr "%(current_user)s erabiltzaileak ez du hasitako maparik oraindik."
|
|
190
191
|
|
|
191
192
|
#: templates/base.html:12
|
|
192
193
|
msgid ""
|
|
193
194
|
"uMap lets you create maps with OpenStreetMap layers in a minute and embed "
|
|
194
195
|
"them in your site."
|
|
195
|
-
msgstr ""
|
|
196
|
+
msgstr "uMap-ek OpenStreetMap geruzekin mapak minutu batean sortzeko eta zure webgunean txertatzeko aukera ematen dizu."
|
|
196
197
|
|
|
197
198
|
#: templates/registration/login.html:16
|
|
198
199
|
msgid "Please log in with your account"
|
|
@@ -200,7 +201,7 @@ msgstr "Sartu zure kontua erabiliz"
|
|
|
200
201
|
|
|
201
202
|
#: templates/registration/login.html:28
|
|
202
203
|
msgid "Username"
|
|
203
|
-
msgstr "
|
|
204
|
+
msgstr "Erabiltzaile izena"
|
|
204
205
|
|
|
205
206
|
#: templates/registration/login.html:31
|
|
206
207
|
msgid "Password"
|
|
@@ -263,13 +264,59 @@ msgstr "Sortu mapa bat"
|
|
|
263
264
|
msgid "Play with the demo"
|
|
264
265
|
msgstr "Jolastu probatako ingurunean"
|
|
265
266
|
|
|
266
|
-
#: templates/umap/
|
|
267
|
+
#: templates/umap/components/alerts/alert.html:14
|
|
268
|
+
#: templates/umap/components/alerts/alert.html:49
|
|
269
|
+
#: templates/umap/components/alerts/alert.html:71
|
|
270
|
+
msgid "Close"
|
|
271
|
+
msgstr "Itxi"
|
|
272
|
+
|
|
273
|
+
#: templates/umap/components/alerts/alert.html:27
|
|
274
|
+
#, python-format
|
|
275
|
+
msgid ""
|
|
276
|
+
"Pro-tip: to easily find back your maps, <a href=\"%(login_url)s\" "
|
|
277
|
+
"target=\"_blank\">create an account</a> or <a href=\"%(login_url)s\" "
|
|
278
|
+
"target=\"_blank\">log in</a>."
|
|
279
|
+
msgstr "Aholkua: zure mapak erraz aurkitzeko, <a href=\"%(login_url)s\" target=\"_blank\">kontu bat sortu</a> edo<a href=\"%(login_url)s\" target=\"_blank\">saioa hasi</a>."
|
|
280
|
+
|
|
281
|
+
#: templates/umap/components/alerts/alert.html:30
|
|
282
|
+
msgid "Here is your secret link to edit the map, please keep it safe:"
|
|
283
|
+
msgstr "Hona hemen mapa editatzeko zure esteka sekretua, gorde ezazu seguru:"
|
|
284
|
+
|
|
285
|
+
#: templates/umap/components/alerts/alert.html:33
|
|
286
|
+
msgid "Copy link"
|
|
287
|
+
msgstr "Kopiatu esteka"
|
|
288
|
+
|
|
289
|
+
#: templates/umap/components/alerts/alert.html:39
|
|
290
|
+
msgid "Enter your email address to receive the secret link:"
|
|
291
|
+
msgstr "Sartu zure helbide elektronikoa esteka sekretua jasotzeko:"
|
|
292
|
+
|
|
293
|
+
#: templates/umap/components/alerts/alert.html:41
|
|
294
|
+
msgid "Email"
|
|
295
|
+
msgstr "Helbide elektronikoa"
|
|
296
|
+
|
|
297
|
+
#: templates/umap/components/alerts/alert.html:42
|
|
298
|
+
msgid "Send me the link"
|
|
299
|
+
msgstr "Bidalidazu esteka"
|
|
300
|
+
|
|
301
|
+
#: templates/umap/components/alerts/alert.html:63
|
|
302
|
+
msgid "See their edits in another tab"
|
|
303
|
+
msgstr ""
|
|
304
|
+
|
|
305
|
+
#: templates/umap/components/alerts/alert.html:64
|
|
306
|
+
msgid "Keep your changes and loose theirs"
|
|
307
|
+
msgstr ""
|
|
308
|
+
|
|
309
|
+
#: templates/umap/components/alerts/alert.html:65
|
|
310
|
+
msgid "Keep their changes and loose yours"
|
|
311
|
+
msgstr ""
|
|
312
|
+
|
|
313
|
+
#: templates/umap/content.html:24
|
|
267
314
|
msgid ""
|
|
268
315
|
"This instance of uMap is currently in read only mode, no creation/edit is "
|
|
269
316
|
"allowed."
|
|
270
317
|
msgstr ""
|
|
271
318
|
|
|
272
|
-
#: templates/umap/content.html:
|
|
319
|
+
#: templates/umap/content.html:32
|
|
273
320
|
#, python-format
|
|
274
321
|
msgid ""
|
|
275
322
|
"This is a demo instance, used for tests and pre-rolling releases. If you "
|
|
@@ -278,11 +325,11 @@ msgid ""
|
|
|
278
325
|
"instance, it's <a href=\"%(repo_url)s\">open source</a>!"
|
|
279
326
|
msgstr "Hau probatako ingurunea da, testak egin eta argitaratu aurreko bertsioak probatzeko erabiltzen da. Ingurune egonkorra behar baduzu, erabili mesedez <a href=\"%(stable_url)s\">%(stable_url)s</a>. Zure instantzia propioa ere erabili dezakezu, <a href=\"%(repo_url)s\">software librea</a> da!"
|
|
280
327
|
|
|
281
|
-
#: templates/umap/home.html:
|
|
328
|
+
#: templates/umap/home.html:11
|
|
282
329
|
msgid "Map of the uMaps"
|
|
283
330
|
msgstr "uMapen mapa"
|
|
284
331
|
|
|
285
|
-
#: templates/umap/home.html:
|
|
332
|
+
#: templates/umap/home.html:17
|
|
286
333
|
msgid "Get inspired, browse maps"
|
|
287
334
|
msgstr "Inspira zaitez dauden mapak arakatzen"
|
|
288
335
|
|
|
@@ -290,7 +337,7 @@ msgstr "Inspira zaitez dauden mapak arakatzen"
|
|
|
290
337
|
msgid "You are logged in. Continuing..."
|
|
291
338
|
msgstr "Sartu egin zara. Jarraitu..."
|
|
292
339
|
|
|
293
|
-
#: templates/umap/map_list.html:9 views.py:
|
|
340
|
+
#: templates/umap/map_list.html:9 views.py:348
|
|
294
341
|
msgid "by"
|
|
295
342
|
msgstr "nork eginda"
|
|
296
343
|
|
|
@@ -326,57 +373,57 @@ msgstr ""
|
|
|
326
373
|
msgid "Actions"
|
|
327
374
|
msgstr ""
|
|
328
375
|
|
|
329
|
-
#: templates/umap/map_table.html:
|
|
376
|
+
#: templates/umap/map_table.html:26 templates/umap/map_table.html:28
|
|
330
377
|
msgid "Open preview"
|
|
331
378
|
msgstr ""
|
|
332
379
|
|
|
333
|
-
#: templates/umap/map_table.html:
|
|
380
|
+
#: templates/umap/map_table.html:48 templates/umap/map_table.html:50
|
|
334
381
|
msgid "Share"
|
|
335
382
|
msgstr ""
|
|
336
383
|
|
|
337
|
-
#: templates/umap/map_table.html:
|
|
384
|
+
#: templates/umap/map_table.html:54 templates/umap/map_table.html:56
|
|
338
385
|
msgid "Edit"
|
|
339
386
|
msgstr ""
|
|
340
387
|
|
|
341
|
-
#: templates/umap/map_table.html:
|
|
388
|
+
#: templates/umap/map_table.html:60 templates/umap/map_table.html:62
|
|
342
389
|
msgid "Download"
|
|
343
390
|
msgstr ""
|
|
344
391
|
|
|
345
|
-
#: templates/umap/map_table.html:
|
|
392
|
+
#: templates/umap/map_table.html:66 templates/umap/map_table.html:68
|
|
346
393
|
msgid "Clone"
|
|
347
394
|
msgstr ""
|
|
348
395
|
|
|
349
|
-
#: templates/umap/map_table.html:
|
|
396
|
+
#: templates/umap/map_table.html:77 templates/umap/map_table.html:79
|
|
350
397
|
msgid "Delete"
|
|
351
398
|
msgstr ""
|
|
352
399
|
|
|
353
|
-
#: templates/umap/map_table.html:
|
|
400
|
+
#: templates/umap/map_table.html:93
|
|
354
401
|
msgid "first"
|
|
355
402
|
msgstr ""
|
|
356
403
|
|
|
357
|
-
#: templates/umap/map_table.html:
|
|
404
|
+
#: templates/umap/map_table.html:94
|
|
358
405
|
msgid "previous"
|
|
359
406
|
msgstr ""
|
|
360
407
|
|
|
361
|
-
#: templates/umap/map_table.html:
|
|
408
|
+
#: templates/umap/map_table.html:102
|
|
362
409
|
#, python-format
|
|
363
410
|
msgid "Page %(maps_number)s of %(num_pages)s"
|
|
364
411
|
msgstr ""
|
|
365
412
|
|
|
366
|
-
#: templates/umap/map_table.html:
|
|
413
|
+
#: templates/umap/map_table.html:107
|
|
367
414
|
msgid "next"
|
|
368
415
|
msgstr ""
|
|
369
416
|
|
|
370
|
-
#: templates/umap/map_table.html:
|
|
417
|
+
#: templates/umap/map_table.html:108
|
|
371
418
|
msgid "last"
|
|
372
419
|
msgstr ""
|
|
373
420
|
|
|
374
|
-
#: templates/umap/map_table.html:
|
|
421
|
+
#: templates/umap/map_table.html:116
|
|
375
422
|
#, python-format
|
|
376
423
|
msgid "Lines per page: %(per_page)s"
|
|
377
424
|
msgstr ""
|
|
378
425
|
|
|
379
|
-
#: templates/umap/map_table.html:
|
|
426
|
+
#: templates/umap/map_table.html:121
|
|
380
427
|
#, python-format
|
|
381
428
|
msgid "%(count)s maps"
|
|
382
429
|
msgstr ""
|
|
@@ -447,18 +494,18 @@ msgstr "Pasahitza ondo aldatu da"
|
|
|
447
494
|
msgid "Your password was changed."
|
|
448
495
|
msgstr "Zure pasahitza aldatu egin da"
|
|
449
496
|
|
|
450
|
-
#: templates/umap/search.html:
|
|
497
|
+
#: templates/umap/search.html:13
|
|
451
498
|
#, python-format
|
|
452
499
|
msgid "%(count)s map found:"
|
|
453
500
|
msgid_plural "%(count)s maps found:"
|
|
454
501
|
msgstr[0] ""
|
|
455
502
|
msgstr[1] ""
|
|
456
503
|
|
|
457
|
-
#: templates/umap/search.html:
|
|
504
|
+
#: templates/umap/search.html:21
|
|
458
505
|
msgid "No map found."
|
|
459
506
|
msgstr ""
|
|
460
507
|
|
|
461
|
-
#: templates/umap/search.html:
|
|
508
|
+
#: templates/umap/search.html:24
|
|
462
509
|
msgid "Latest created maps"
|
|
463
510
|
msgstr ""
|
|
464
511
|
|
|
@@ -470,20 +517,20 @@ msgstr "Bilatu mapak"
|
|
|
470
517
|
msgid "Search"
|
|
471
518
|
msgstr "Bilatu"
|
|
472
519
|
|
|
473
|
-
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:
|
|
520
|
+
#: templates/umap/user_dashboard.html:7 templates/umap/user_dashboard.html:27
|
|
474
521
|
msgid "Search my maps"
|
|
475
522
|
msgstr ""
|
|
476
523
|
|
|
477
|
-
#: templates/umap/user_dashboard.html:
|
|
524
|
+
#: templates/umap/user_dashboard.html:10
|
|
478
525
|
#, python-format
|
|
479
526
|
msgid "My Maps (%(count)s)"
|
|
480
527
|
msgstr ""
|
|
481
528
|
|
|
482
|
-
#: templates/umap/user_dashboard.html:
|
|
529
|
+
#: templates/umap/user_dashboard.html:12
|
|
483
530
|
msgid "My profile"
|
|
484
531
|
msgstr ""
|
|
485
532
|
|
|
486
|
-
#: templates/umap/user_dashboard.html:
|
|
533
|
+
#: templates/umap/user_dashboard.html:20 templates/umap/user_dashboard.html:24
|
|
487
534
|
msgid "Map’s title"
|
|
488
535
|
msgstr ""
|
|
489
536
|
|
|
@@ -496,52 +543,61 @@ msgstr ""
|
|
|
496
543
|
msgid "You have no map yet."
|
|
497
544
|
msgstr ""
|
|
498
545
|
|
|
499
|
-
#: views.py:
|
|
546
|
+
#: views.py:353
|
|
500
547
|
msgid "View the map"
|
|
501
548
|
msgstr "Mapa ikusi"
|
|
502
549
|
|
|
503
|
-
#: views.py:
|
|
550
|
+
#: views.py:719
|
|
504
551
|
msgid "See full screen"
|
|
505
552
|
msgstr ""
|
|
506
553
|
|
|
507
|
-
#: views.py:
|
|
554
|
+
#: views.py:847
|
|
508
555
|
msgid "Map editors updated with success!"
|
|
509
556
|
msgstr "Maparen editoreak ondo eguneratu dira!"
|
|
510
557
|
|
|
511
|
-
#: views.py:
|
|
558
|
+
#: views.py:883
|
|
512
559
|
#, python-format
|
|
513
560
|
msgid "The uMap edit link for your map: %(map_name)s"
|
|
514
561
|
msgstr ""
|
|
515
562
|
|
|
516
|
-
#: views.py:
|
|
563
|
+
#: views.py:886
|
|
517
564
|
#, python-format
|
|
518
565
|
msgid "Here is your secret edit link: %(link)s"
|
|
519
566
|
msgstr ""
|
|
520
567
|
|
|
521
|
-
#: views.py:
|
|
568
|
+
#: views.py:893
|
|
569
|
+
#, python-format
|
|
570
|
+
msgid "Can't send email to %(email)s"
|
|
571
|
+
msgstr ""
|
|
572
|
+
|
|
573
|
+
#: views.py:896
|
|
522
574
|
#, python-format
|
|
523
575
|
msgid "Email sent to %(email)s"
|
|
524
576
|
msgstr ""
|
|
525
577
|
|
|
526
|
-
#: views.py:
|
|
578
|
+
#: views.py:907
|
|
527
579
|
msgid "Only its owner can delete the map."
|
|
528
580
|
msgstr "Jabeak bakarrik ezabatu dezake mapa."
|
|
529
581
|
|
|
530
|
-
#: views.py:
|
|
582
|
+
#: views.py:910
|
|
583
|
+
msgid "Map successfully deleted."
|
|
584
|
+
msgstr ""
|
|
585
|
+
|
|
586
|
+
#: views.py:936
|
|
531
587
|
#, python-format
|
|
532
588
|
msgid ""
|
|
533
589
|
"Your map has been cloned! If you want to edit this map from another "
|
|
534
590
|
"computer, please use this link: %(anonymous_url)s"
|
|
535
591
|
msgstr "Zure mapa klonatu egin da! Mapa hau beste nabigatzaile batetik editatzeko erabili esteka hau: %(anonymous_url)s"
|
|
536
592
|
|
|
537
|
-
#: views.py:
|
|
593
|
+
#: views.py:941
|
|
538
594
|
msgid "Congratulations, your map has been cloned!"
|
|
539
595
|
msgstr "Zorionak, zure mapa ondo klonatu da!"
|
|
540
596
|
|
|
541
|
-
#: views.py:
|
|
597
|
+
#: views.py:1176
|
|
542
598
|
msgid "Layer successfully deleted."
|
|
543
599
|
msgstr "Geruza ondo ezabatu da."
|
|
544
600
|
|
|
545
|
-
#: views.py:
|
|
601
|
+
#: views.py:1198
|
|
546
602
|
msgid "Permissions updated with success!"
|
|
547
603
|
msgstr ""
|
|
Binary file
|