@eeacms/volto-embed 10.1.1 → 10.1.3
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.
- package/CHANGELOG.md +9 -0
- package/locales/de/LC_MESSAGES/volto.po +180 -34
- package/locales/en/LC_MESSAGES/volto.po +164 -18
- package/locales/it/LC_MESSAGES/volto.po +164 -18
- package/locales/ro/LC_MESSAGES/volto.po +164 -18
- package/locales/volto.pot +166 -20
- package/package.json +1 -1
- package/src/Blocks/EmbedMaps/View.jsx +13 -1
- package/src/Blocks/EmbedMaps/schema.js +87 -20
- package/src/Blocks/Maps/MapsSidebar.jsx +4 -1
- package/src/Blocks/Maps/schema.js +5 -1
- package/src/PrivacyProtection/PrivacyProtection.jsx +1 -1
- package/src/PrivacyProtection/schema.js +69 -14
- package/src/PrivacyProtection/utils.js +11 -3
- package/src/Widgets/MapsWidget.jsx +1 -1
- package/src/middlewares/preview_image.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [10.1.3](https://github.com/eea/volto-embed/compare/10.1.2...10.1.3) - 30 January 2025
|
|
8
|
+
|
|
9
|
+
### [10.1.2](https://github.com/eea/volto-embed/compare/10.1.1...10.1.2) - 29 November 2024
|
|
10
|
+
|
|
11
|
+
#### :bug: Bug Fixes
|
|
12
|
+
|
|
13
|
+
- fix(upload): of files through contents modal where action.request.data is undefined#69 from eea/develop [Ichim David - [`d053494`](https://github.com/eea/volto-embed/commit/d0534949c377dbbdb63243d17e014434ca20a007)]
|
|
14
|
+
- fix(upload): of files through contents modal where action.request.data is undefined [Ichim David - [`09e8b83`](https://github.com/eea/volto-embed/commit/09e8b83cb1d0ce8e4031014906c883add2d5ed8d)]
|
|
15
|
+
|
|
7
16
|
### [10.1.1](https://github.com/eea/volto-embed/compare/10.1.0...10.1.1) - 11 October 2024
|
|
8
17
|
|
|
9
18
|
#### :bug: Bug Fixes
|
|
@@ -11,99 +11,245 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
+
#. Default: "Alignment"
|
|
14
15
|
#: Blocks/Maps/schema
|
|
15
|
-
# defaultMessage: Alignment
|
|
16
16
|
msgid "Alignment"
|
|
17
|
-
msgstr ""
|
|
17
|
+
msgstr "Ausrichtung"
|
|
18
18
|
|
|
19
|
+
#. Default: "Alt text"
|
|
19
20
|
#: Blocks/Maps/schema
|
|
20
|
-
# defaultMessage: Alt text
|
|
21
21
|
msgid "Alt text"
|
|
22
22
|
msgstr ""
|
|
23
23
|
|
|
24
|
+
#. Default: "CSS height"
|
|
24
25
|
#: Blocks/EmbedMaps/schema
|
|
25
26
|
#: Blocks/Maps/schema
|
|
26
|
-
# defaultMessage: CSS height
|
|
27
27
|
msgid "CSS height"
|
|
28
|
-
msgstr ""
|
|
28
|
+
msgstr "CSS Höhe"
|
|
29
29
|
|
|
30
|
+
#. Default: "Center"
|
|
30
31
|
#: Blocks/Maps/Edit
|
|
31
|
-
# defaultMessage: Center
|
|
32
32
|
msgid "Center"
|
|
33
|
-
msgstr ""
|
|
33
|
+
msgstr "Mitte"
|
|
34
34
|
|
|
35
|
+
#. Default: "ESRI Maps Embedded Block"
|
|
35
36
|
#: Blocks/Maps/Edit
|
|
36
|
-
# defaultMessage: ESRI Maps Embedded Block
|
|
37
37
|
msgid "ESRI Maps Embedded Block"
|
|
38
|
-
msgstr ""
|
|
38
|
+
msgstr "ESRI-Karten eingebetteter Block"
|
|
39
39
|
|
|
40
|
+
#. Default: "Embed code error, please follow the instructions and try again."
|
|
40
41
|
#: Blocks/Maps/Edit
|
|
41
42
|
#: Widgets/MapsWidget
|
|
42
|
-
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
43
43
|
msgid "Embed code error, please follow the instructions and try again."
|
|
44
|
-
msgstr ""
|
|
44
|
+
msgstr "Einbettungscodefehler, bitte folgen Sie den Anweisungen und versuchen Sie es erneut."
|
|
45
45
|
|
|
46
|
+
#. Default: "Embeded ESRI Maps"
|
|
46
47
|
#: Blocks/Maps/View
|
|
47
48
|
#: EmbedMap/EmbedMap
|
|
48
|
-
# defaultMessage: Embeded ESRI Maps
|
|
49
49
|
msgid "Embeded ESRI Maps"
|
|
50
|
-
msgstr ""
|
|
50
|
+
msgstr "Eingebettete ESRI Karten"
|
|
51
51
|
|
|
52
|
+
#. Default: "Enter map Embed Code"
|
|
52
53
|
#: Blocks/Maps/Edit
|
|
53
54
|
#: Widgets/MapsWidget
|
|
54
|
-
# defaultMessage: Enter map Embed Code
|
|
55
55
|
msgid "Enter map Embed Code"
|
|
56
|
-
msgstr ""
|
|
56
|
+
msgstr "Karten Code eingeben"
|
|
57
57
|
|
|
58
|
+
#. Default: "Full"
|
|
58
59
|
#: Blocks/Maps/Edit
|
|
59
|
-
# defaultMessage: Full
|
|
60
60
|
msgid "Full"
|
|
61
|
-
msgstr ""
|
|
61
|
+
msgstr "Voll"
|
|
62
62
|
|
|
63
|
+
#. Default: "Left"
|
|
63
64
|
#: Blocks/Maps/Edit
|
|
64
|
-
# defaultMessage: Left
|
|
65
65
|
msgid "Left"
|
|
66
|
-
msgstr ""
|
|
66
|
+
msgstr "Links"
|
|
67
67
|
|
|
68
|
+
#. Default: "Live image generated"
|
|
68
69
|
#: PrivacyProtection/PrivacyProtection
|
|
69
|
-
# defaultMessage: Live image generated
|
|
70
70
|
msgid "Live image generated"
|
|
71
|
-
msgstr ""
|
|
71
|
+
msgstr "Live-Bild generiert"
|
|
72
72
|
|
|
73
|
+
#. Default: "Map height"
|
|
73
74
|
#: Blocks/EmbedMaps/schema
|
|
74
75
|
#: Blocks/Maps/schema
|
|
75
|
-
# defaultMessage: Map height
|
|
76
76
|
msgid "Map height"
|
|
77
|
-
msgstr ""
|
|
77
|
+
msgstr "Kartenhöhe"
|
|
78
78
|
|
|
79
|
+
#. Default: "Maps"
|
|
79
80
|
#: Blocks/Maps/MapsSidebar
|
|
80
81
|
#: Blocks/Maps/schema
|
|
81
|
-
# defaultMessage: Maps
|
|
82
82
|
msgid "Maps"
|
|
83
|
-
msgstr ""
|
|
83
|
+
msgstr "Karten"
|
|
84
84
|
|
|
85
|
+
#. Default: "Maps URL"
|
|
85
86
|
#: Blocks/Maps/schema
|
|
86
|
-
# defaultMessage: Maps URL
|
|
87
87
|
msgid "Maps URL"
|
|
88
|
-
msgstr ""
|
|
88
|
+
msgstr "Karten URL"
|
|
89
89
|
|
|
90
|
+
#. Default: "No map selected"
|
|
90
91
|
#: Blocks/Maps/MapsSidebar
|
|
91
|
-
# defaultMessage: No map selected
|
|
92
92
|
msgid "No map selected"
|
|
93
|
-
msgstr ""
|
|
93
|
+
msgstr "Keine Karte ausgewählt"
|
|
94
94
|
|
|
95
|
+
#. Default: "Please enter the embed code or URL for the ESRI webmap."
|
|
95
96
|
#: Blocks/Maps/Edit
|
|
96
97
|
#: Widgets/MapsWidget
|
|
97
|
-
# defaultMessage: Please enter the embed code or URL for the ESRI webmap.
|
|
98
98
|
msgid "Please enter the embed code or URL for the ESRI webmap."
|
|
99
|
-
msgstr ""
|
|
99
|
+
msgstr "Bitte geben Sie den Einbettungscode oder die URL für die ESRI-Webkarte ein."
|
|
100
100
|
|
|
101
|
+
#. Default: "Right"
|
|
101
102
|
#: Blocks/Maps/Edit
|
|
102
|
-
# defaultMessage: Right
|
|
103
103
|
msgid "Right"
|
|
104
|
-
msgstr ""
|
|
104
|
+
msgstr "Rechts"
|
|
105
105
|
|
|
106
|
+
#. Default: "Success"
|
|
106
107
|
#: PrivacyProtection/PrivacyProtection
|
|
107
|
-
# defaultMessage: Success
|
|
108
108
|
msgid "Success"
|
|
109
|
+
msgstr "Erfolgreich"
|
|
110
|
+
|
|
111
|
+
#. Default: "Use screen height"
|
|
112
|
+
#: Blocks/Maps/schema
|
|
113
|
+
msgid "Use screen height"
|
|
114
|
+
msgstr "Bildschirmhöhe verwenden"
|
|
115
|
+
|
|
116
|
+
#. Default: "Background image"
|
|
117
|
+
#: PrivacyProtection/schema
|
|
118
|
+
msgid "backgroundImage"
|
|
119
|
+
msgstr "Hintergrundbild"
|
|
120
|
+
|
|
121
|
+
#. Default: "The component will automatically generate a static image as placeholder from the URL of the map defined. This image is refreshed on page edit. To override this, upload an image here"
|
|
122
|
+
#: PrivacyProtection/schema
|
|
123
|
+
msgid "backgroundImageDescription"
|
|
124
|
+
msgstr "Die Komponente generiert automatisch ein statisches Bild als Platzhalter aus der URL der definierten Karte. Dieses Bild wird beim Bearbeiten der Seite erneuert. Um dies außer Kraft zu setzen, laden Sie hier ein Bild hoch"
|
|
125
|
+
|
|
126
|
+
#. Default: "CSS Height"
|
|
127
|
+
#: Blocks/EmbedMaps/schema
|
|
128
|
+
msgid "cssHeight"
|
|
129
|
+
msgstr "CSS Höhe"
|
|
130
|
+
|
|
131
|
+
#. Default: "Set the height of the map component using CSS height values."
|
|
132
|
+
#: Blocks/EmbedMaps/schema
|
|
133
|
+
msgid "cssMapHeightDescription"
|
|
134
|
+
msgstr "Legen Sie die Höhe der Kartenkomponente mithilfe von CSS-Höhenwerten fest."
|
|
135
|
+
|
|
136
|
+
#. Default: "Data Protection"
|
|
137
|
+
#: PrivacyProtection/schema
|
|
138
|
+
#: PrivacyProtection/utils
|
|
139
|
+
msgid "dataProtection"
|
|
140
|
+
msgstr "Datenschutz"
|
|
141
|
+
|
|
142
|
+
#. Default: "Embed interactive Map"
|
|
143
|
+
#: Blocks/EmbedMaps/schema
|
|
144
|
+
msgid "Embed interactive Map"
|
|
145
|
+
msgstr "Interaktive Karte einbetten"
|
|
146
|
+
|
|
147
|
+
#. Default: "Data protection disclaimer enabled"
|
|
148
|
+
#: PrivacyProtection/schema
|
|
149
|
+
msgid "enabled"
|
|
150
|
+
msgstr "Haftungsausschluss für den Datenschutz aktiviert"
|
|
151
|
+
|
|
152
|
+
#. Default: "Enable/disable the privacy protection"
|
|
153
|
+
#: PrivacyProtection/schema
|
|
154
|
+
msgid "enabledDescription"
|
|
155
|
+
msgstr "Aktivieren/Deaktivieren des Datenschutzes"
|
|
156
|
+
|
|
157
|
+
#. Default: "Default"
|
|
158
|
+
#: Blocks/EmbedMaps/schema
|
|
159
|
+
msgid "mapDefaultLabel"
|
|
160
|
+
msgstr "Standard"
|
|
161
|
+
|
|
162
|
+
#. Default: "Please select a map from block editor."
|
|
163
|
+
#: Blocks/EmbedMaps/View
|
|
164
|
+
msgid "mapSelection"
|
|
165
|
+
msgstr "Bitte wählen Sie eine Karte aus dem Blockeditor."
|
|
166
|
+
|
|
167
|
+
#. Default: "Map url"
|
|
168
|
+
#: Blocks/EmbedMaps/schema
|
|
169
|
+
msgid "mapUrl"
|
|
170
|
+
msgstr "Karten URL"
|
|
171
|
+
|
|
172
|
+
#. Default: "Value"
|
|
173
|
+
#: Blocks/EmbedMaps/schema
|
|
174
|
+
msgid "mapValueLabel"
|
|
175
|
+
msgstr "Wert"
|
|
176
|
+
|
|
177
|
+
#. Default: "Set a list of parameters."
|
|
178
|
+
#: Blocks/EmbedMaps/schema
|
|
179
|
+
msgid "parametersDescription"
|
|
180
|
+
msgstr "Legen Sie eine Liste von Parametern fest."
|
|
181
|
+
|
|
182
|
+
#. Default: "Parameters"
|
|
183
|
+
#: Blocks/EmbedMaps/schema
|
|
184
|
+
msgid "parametersTitle"
|
|
185
|
+
msgstr "Parameter"
|
|
186
|
+
|
|
187
|
+
#. Default: "Privacy cookie key"
|
|
188
|
+
#: PrivacyProtection/schema
|
|
189
|
+
msgid "privacyCookieKey"
|
|
190
|
+
msgstr "Datenschutz-Cookie-Schlüssel"
|
|
191
|
+
|
|
192
|
+
#. Default: "Use default for Esri maps, otherwise change"
|
|
193
|
+
#: PrivacyProtection/schema
|
|
194
|
+
msgid "privacyCookieKeyDescription"
|
|
195
|
+
msgstr "Standard für Esri-Karten verwenden, sonst ändern"
|
|
196
|
+
|
|
197
|
+
#. Default: "Privacy statement"
|
|
198
|
+
#: PrivacyProtection/schema
|
|
199
|
+
msgid "privacyStatement"
|
|
200
|
+
msgstr "Datenschutzerklärung"
|
|
201
|
+
|
|
202
|
+
#. Default: "Defined in template. Change only if necessary"
|
|
203
|
+
#: PrivacyProtection/schema
|
|
204
|
+
msgid "privacyStatementDescription"
|
|
205
|
+
msgstr "Definiert in der Vorlage. Nur bei Bedarf ändern"
|
|
206
|
+
|
|
207
|
+
#. Default: "esri.com"
|
|
208
|
+
#: PrivacyProtection/schema
|
|
209
|
+
msgid "privacyStatementLink"
|
|
210
|
+
msgstr ""
|
|
211
|
+
|
|
212
|
+
#. Default: "This map is hosted by a third party, Environmental Systems Research Institute. By showing the external content you accept the terms and conditions of"
|
|
213
|
+
#: PrivacyProtection/schema
|
|
214
|
+
msgid "privacyStatementPart1"
|
|
215
|
+
msgstr "Diese Karte wird von einer dritten Partei, dem Environmental Systems Research Institute, gehostet. Durch die Anzeige des externen Inhalts akzeptieren Sie die Bedingungen von"
|
|
216
|
+
|
|
217
|
+
#. Default: ". This includes their cookie policies, which we have no control over."
|
|
218
|
+
#: PrivacyProtection/schema
|
|
219
|
+
msgid "privacyStatementPart2"
|
|
220
|
+
msgstr ". Dazu gehören auch deren Cookie-Richtlinien, über die wir keine Kontrolle haben."
|
|
221
|
+
|
|
222
|
+
#. Default: "Show enlarge button"
|
|
223
|
+
#: Blocks/EmbedMaps/schema
|
|
224
|
+
msgid "showEnlargeButton"
|
|
225
|
+
msgstr "Schaltfläche „Vergrößern“ anzeigen"
|
|
226
|
+
|
|
227
|
+
#. Default: "Show more info"
|
|
228
|
+
#: Blocks/EmbedMaps/schema
|
|
229
|
+
msgid "showMoreInfo"
|
|
230
|
+
msgstr "Mehr Infos anzeigen"
|
|
231
|
+
|
|
232
|
+
#. Default: "Show note"
|
|
233
|
+
#: Blocks/EmbedMaps/schema
|
|
234
|
+
msgid "showNote"
|
|
235
|
+
msgstr "Notiz anzeigen"
|
|
236
|
+
|
|
237
|
+
#. Default: "Show share button"
|
|
238
|
+
#: Blocks/EmbedMaps/schema
|
|
239
|
+
msgid "showShareButton"
|
|
240
|
+
msgstr "Schaltfläche „Teilen“ anzeigen"
|
|
241
|
+
|
|
242
|
+
#. Default: "Show sources"
|
|
243
|
+
#: Blocks/EmbedMaps/schema
|
|
244
|
+
msgid "showSources"
|
|
245
|
+
msgstr "Quellen anzeigen"
|
|
246
|
+
|
|
247
|
+
#. Default: "Will show sources set in this page Data provenance"
|
|
248
|
+
#: Blocks/EmbedMaps/schema
|
|
249
|
+
msgid "showSourcesDescription"
|
|
250
|
+
msgstr "Zeigt die auf dieser Seite festgelegten Quellen an "
|
|
251
|
+
|
|
252
|
+
#. Default: "Toolbar"
|
|
253
|
+
#: Blocks/EmbedMaps/schema
|
|
254
|
+
msgid "toolbar"
|
|
109
255
|
msgstr ""
|
|
@@ -11,99 +11,245 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
+
#. Default: "Alignment"
|
|
14
15
|
#: Blocks/Maps/schema
|
|
15
|
-
# defaultMessage: Alignment
|
|
16
16
|
msgid "Alignment"
|
|
17
17
|
msgstr ""
|
|
18
18
|
|
|
19
|
+
#. Default: "Alt text"
|
|
19
20
|
#: Blocks/Maps/schema
|
|
20
|
-
# defaultMessage: Alt text
|
|
21
21
|
msgid "Alt text"
|
|
22
22
|
msgstr ""
|
|
23
23
|
|
|
24
|
+
#. Default: "CSS height"
|
|
24
25
|
#: Blocks/EmbedMaps/schema
|
|
25
26
|
#: Blocks/Maps/schema
|
|
26
|
-
# defaultMessage: CSS height
|
|
27
27
|
msgid "CSS height"
|
|
28
28
|
msgstr ""
|
|
29
29
|
|
|
30
|
+
#. Default: "Center"
|
|
30
31
|
#: Blocks/Maps/Edit
|
|
31
|
-
# defaultMessage: Center
|
|
32
32
|
msgid "Center"
|
|
33
33
|
msgstr ""
|
|
34
34
|
|
|
35
|
+
#. Default: "ESRI Maps Embedded Block"
|
|
35
36
|
#: Blocks/Maps/Edit
|
|
36
|
-
# defaultMessage: ESRI Maps Embedded Block
|
|
37
37
|
msgid "ESRI Maps Embedded Block"
|
|
38
38
|
msgstr ""
|
|
39
39
|
|
|
40
|
+
#. Default: "Embed code error, please follow the instructions and try again."
|
|
40
41
|
#: Blocks/Maps/Edit
|
|
41
42
|
#: Widgets/MapsWidget
|
|
42
|
-
# defaultMessage: Embed code error, please follow the instructions and try again.
|
|
43
43
|
msgid "Embed code error, please follow the instructions and try again."
|
|
44
44
|
msgstr ""
|
|
45
45
|
|
|
46
|
+
#. Default: "Embeded ESRI Maps"
|
|
46
47
|
#: Blocks/Maps/View
|
|
47
48
|
#: EmbedMap/EmbedMap
|
|
48
|
-
# defaultMessage: Embeded ESRI Maps
|
|
49
49
|
msgid "Embeded ESRI Maps"
|
|
50
50
|
msgstr ""
|
|
51
51
|
|
|
52
|
+
#. Default: "Enter map Embed Code"
|
|
52
53
|
#: Blocks/Maps/Edit
|
|
53
54
|
#: Widgets/MapsWidget
|
|
54
|
-
# defaultMessage: Enter map Embed Code
|
|
55
55
|
msgid "Enter map Embed Code"
|
|
56
56
|
msgstr ""
|
|
57
57
|
|
|
58
|
+
#. Default: "Full"
|
|
58
59
|
#: Blocks/Maps/Edit
|
|
59
|
-
# defaultMessage: Full
|
|
60
60
|
msgid "Full"
|
|
61
61
|
msgstr ""
|
|
62
62
|
|
|
63
|
+
#. Default: "Left"
|
|
63
64
|
#: Blocks/Maps/Edit
|
|
64
|
-
# defaultMessage: Left
|
|
65
65
|
msgid "Left"
|
|
66
66
|
msgstr ""
|
|
67
67
|
|
|
68
|
+
#. Default: "Live image generated"
|
|
68
69
|
#: PrivacyProtection/PrivacyProtection
|
|
69
|
-
# defaultMessage: Live image generated
|
|
70
70
|
msgid "Live image generated"
|
|
71
71
|
msgstr ""
|
|
72
72
|
|
|
73
|
+
#. Default: "Map height"
|
|
73
74
|
#: Blocks/EmbedMaps/schema
|
|
74
75
|
#: Blocks/Maps/schema
|
|
75
|
-
# defaultMessage: Map height
|
|
76
76
|
msgid "Map height"
|
|
77
77
|
msgstr ""
|
|
78
78
|
|
|
79
|
+
#. Default: "Maps"
|
|
79
80
|
#: Blocks/Maps/MapsSidebar
|
|
80
81
|
#: Blocks/Maps/schema
|
|
81
|
-
# defaultMessage: Maps
|
|
82
82
|
msgid "Maps"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
|
+
#. Default: "Maps URL"
|
|
85
86
|
#: Blocks/Maps/schema
|
|
86
|
-
# defaultMessage: Maps URL
|
|
87
87
|
msgid "Maps URL"
|
|
88
88
|
msgstr ""
|
|
89
89
|
|
|
90
|
+
#. Default: "No map selected"
|
|
90
91
|
#: Blocks/Maps/MapsSidebar
|
|
91
|
-
# defaultMessage: No map selected
|
|
92
92
|
msgid "No map selected"
|
|
93
93
|
msgstr ""
|
|
94
94
|
|
|
95
|
+
#. Default: "Please enter the embed code or URL for the ESRI webmap."
|
|
95
96
|
#: Blocks/Maps/Edit
|
|
96
97
|
#: Widgets/MapsWidget
|
|
97
|
-
# defaultMessage: Please enter the embed code or URL for the ESRI webmap.
|
|
98
98
|
msgid "Please enter the embed code or URL for the ESRI webmap."
|
|
99
99
|
msgstr ""
|
|
100
100
|
|
|
101
|
+
#. Default: "Right"
|
|
101
102
|
#: Blocks/Maps/Edit
|
|
102
|
-
# defaultMessage: Right
|
|
103
103
|
msgid "Right"
|
|
104
104
|
msgstr ""
|
|
105
105
|
|
|
106
|
+
#. Default: "Success"
|
|
106
107
|
#: PrivacyProtection/PrivacyProtection
|
|
107
|
-
# defaultMessage: Success
|
|
108
108
|
msgid "Success"
|
|
109
109
|
msgstr ""
|
|
110
|
+
|
|
111
|
+
#. Default: "Use screen height"
|
|
112
|
+
#: Blocks/Maps/schema
|
|
113
|
+
msgid "Use screen height"
|
|
114
|
+
msgstr ""
|
|
115
|
+
|
|
116
|
+
#. Default: "Background image"
|
|
117
|
+
#: PrivacyProtection/schema
|
|
118
|
+
msgid "backgroundImage"
|
|
119
|
+
msgstr ""
|
|
120
|
+
|
|
121
|
+
#. Default: "The component will automatically generate a static image as placeholder from the URL of the map defined. This image is refreshed on page edit. To override this, upload an image here"
|
|
122
|
+
#: PrivacyProtection/schema
|
|
123
|
+
msgid "backgroundImageDescription"
|
|
124
|
+
msgstr ""
|
|
125
|
+
|
|
126
|
+
#. Default: "CSS Height"
|
|
127
|
+
#: Blocks/EmbedMaps/schema
|
|
128
|
+
msgid "cssHeight"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
131
|
+
#. Default: "Set the height of the map component using CSS height values."
|
|
132
|
+
#: Blocks/EmbedMaps/schema
|
|
133
|
+
msgid "cssMapHeightDescription"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
#. Default: "Data Protection"
|
|
137
|
+
#: PrivacyProtection/schema
|
|
138
|
+
#: PrivacyProtection/utils
|
|
139
|
+
msgid "dataProtection"
|
|
140
|
+
msgstr ""
|
|
141
|
+
|
|
142
|
+
#. Default: "Embed interactive Map"
|
|
143
|
+
#: Blocks/EmbedMaps/schema
|
|
144
|
+
msgid "Embed interactive Map"
|
|
145
|
+
msgstr ""
|
|
146
|
+
|
|
147
|
+
#. Default: "Data protection disclaimer enabled"
|
|
148
|
+
#: PrivacyProtection/schema
|
|
149
|
+
msgid "enabled"
|
|
150
|
+
msgstr ""
|
|
151
|
+
|
|
152
|
+
#. Default: "Enable/disable the privacy protection"
|
|
153
|
+
#: PrivacyProtection/schema
|
|
154
|
+
msgid "enabledDescription"
|
|
155
|
+
msgstr ""
|
|
156
|
+
|
|
157
|
+
#. Default: "Default"
|
|
158
|
+
#: Blocks/EmbedMaps/schema
|
|
159
|
+
msgid "mapDefaultLabel"
|
|
160
|
+
msgstr ""
|
|
161
|
+
|
|
162
|
+
#. Default: "Please select a map from block editor."
|
|
163
|
+
#: Blocks/EmbedMaps/View
|
|
164
|
+
msgid "mapSelection"
|
|
165
|
+
msgstr ""
|
|
166
|
+
|
|
167
|
+
#. Default: "Map url"
|
|
168
|
+
#: Blocks/EmbedMaps/schema
|
|
169
|
+
msgid "mapUrl"
|
|
170
|
+
msgstr ""
|
|
171
|
+
|
|
172
|
+
#. Default: "Value"
|
|
173
|
+
#: Blocks/EmbedMaps/schema
|
|
174
|
+
msgid "mapValueLabel"
|
|
175
|
+
msgstr ""
|
|
176
|
+
|
|
177
|
+
#. Default: "Set a list of parameters."
|
|
178
|
+
#: Blocks/EmbedMaps/schema
|
|
179
|
+
msgid "parametersDescription"
|
|
180
|
+
msgstr ""
|
|
181
|
+
|
|
182
|
+
#. Default: "Parameters"
|
|
183
|
+
#: Blocks/EmbedMaps/schema
|
|
184
|
+
msgid "parametersTitle"
|
|
185
|
+
msgstr ""
|
|
186
|
+
|
|
187
|
+
#. Default: "Privacy cookie key"
|
|
188
|
+
#: PrivacyProtection/schema
|
|
189
|
+
msgid "privacyCookieKey"
|
|
190
|
+
msgstr ""
|
|
191
|
+
|
|
192
|
+
#. Default: "Use default for Esri maps, otherwise change"
|
|
193
|
+
#: PrivacyProtection/schema
|
|
194
|
+
msgid "privacyCookieKeyDescription"
|
|
195
|
+
msgstr ""
|
|
196
|
+
|
|
197
|
+
#. Default: "Privacy statement"
|
|
198
|
+
#: PrivacyProtection/schema
|
|
199
|
+
msgid "privacyStatement"
|
|
200
|
+
msgstr ""
|
|
201
|
+
|
|
202
|
+
#. Default: "Defined in template. Change only if necessary"
|
|
203
|
+
#: PrivacyProtection/schema
|
|
204
|
+
msgid "privacyStatementDescription"
|
|
205
|
+
msgstr ""
|
|
206
|
+
|
|
207
|
+
#. Default: "esri.com"
|
|
208
|
+
#: PrivacyProtection/schema
|
|
209
|
+
msgid "privacyStatementLink"
|
|
210
|
+
msgstr ""
|
|
211
|
+
|
|
212
|
+
#. Default: "This map is hosted by a third party, Environmental Systems Research Institute. By showing the external content you accept the terms and conditions of"
|
|
213
|
+
#: PrivacyProtection/schema
|
|
214
|
+
msgid "privacyStatementPart1"
|
|
215
|
+
msgstr ""
|
|
216
|
+
|
|
217
|
+
#. Default: ". This includes their cookie policies, which we have no control over."
|
|
218
|
+
#: PrivacyProtection/schema
|
|
219
|
+
msgid "privacyStatementPart2"
|
|
220
|
+
msgstr ""
|
|
221
|
+
|
|
222
|
+
#. Default: "Show enlarge button"
|
|
223
|
+
#: Blocks/EmbedMaps/schema
|
|
224
|
+
msgid "showEnlargeButton"
|
|
225
|
+
msgstr ""
|
|
226
|
+
|
|
227
|
+
#. Default: "Show more info"
|
|
228
|
+
#: Blocks/EmbedMaps/schema
|
|
229
|
+
msgid "showMoreInfo"
|
|
230
|
+
msgstr ""
|
|
231
|
+
|
|
232
|
+
#. Default: "Show note"
|
|
233
|
+
#: Blocks/EmbedMaps/schema
|
|
234
|
+
msgid "showNote"
|
|
235
|
+
msgstr ""
|
|
236
|
+
|
|
237
|
+
#. Default: "Show share button"
|
|
238
|
+
#: Blocks/EmbedMaps/schema
|
|
239
|
+
msgid "showShareButton"
|
|
240
|
+
msgstr ""
|
|
241
|
+
|
|
242
|
+
#. Default: "Show sources"
|
|
243
|
+
#: Blocks/EmbedMaps/schema
|
|
244
|
+
msgid "showSources"
|
|
245
|
+
msgstr ""
|
|
246
|
+
|
|
247
|
+
#. Default: "Will show sources set in this page Data provenance"
|
|
248
|
+
#: Blocks/EmbedMaps/schema
|
|
249
|
+
msgid "showSourcesDescription"
|
|
250
|
+
msgstr ""
|
|
251
|
+
|
|
252
|
+
#. Default: "Toolbar"
|
|
253
|
+
#: Blocks/EmbedMaps/schema
|
|
254
|
+
msgid "toolbar"
|
|
255
|
+
msgstr ""
|