@kitconcept/volto-light-theme 8.0.0-alpha.28 → 8.0.0-alpha.29
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.draft +23 -3
- package/CHANGELOG.md +27 -0
- package/locales/af/LC_MESSAGES/volto.po +645 -0
- package/locales/ar/LC_MESSAGES/volto.po +645 -0
- package/locales/bg/LC_MESSAGES/volto.po +645 -0
- package/locales/bn/LC_MESSAGES/volto.po +645 -0
- package/locales/ca/LC_MESSAGES/volto.po +645 -0
- package/locales/cs/LC_MESSAGES/volto.po +645 -0
- package/locales/cy/LC_MESSAGES/volto.po +645 -0
- package/locales/da/LC_MESSAGES/volto.po +645 -0
- package/locales/de/LC_MESSAGES/volto.po +58 -57
- package/locales/el/LC_MESSAGES/volto.po +645 -0
- package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
- package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
- package/locales/eo/LC_MESSAGES/volto.po +645 -0
- package/locales/es/LC_MESSAGES/volto.po +50 -50
- package/locales/et/LC_MESSAGES/volto.po +645 -0
- package/locales/eu/LC_MESSAGES/volto.po +7 -7
- package/locales/fa/LC_MESSAGES/volto.po +645 -0
- package/locales/fi/LC_MESSAGES/volto.po +645 -0
- package/locales/fr/LC_MESSAGES/volto.po +645 -0
- package/locales/fu/LC_MESSAGES/volto.po +645 -0
- package/locales/ga/LC_MESSAGES/volto.po +645 -0
- package/locales/gl/LC_MESSAGES/volto.po +645 -0
- package/locales/he/LC_MESSAGES/volto.po +645 -0
- package/locales/hi/LC_MESSAGES/volto.po +645 -0
- package/locales/hr/LC_MESSAGES/volto.po +645 -0
- package/locales/hu/LC_MESSAGES/volto.po +645 -0
- package/locales/hy/LC_MESSAGES/volto.po +645 -0
- package/locales/id/LC_MESSAGES/volto.po +645 -0
- package/locales/it/LC_MESSAGES/volto.po +645 -0
- package/locales/ja/LC_MESSAGES/volto.po +645 -0
- package/locales/ka/LC_MESSAGES/volto.po +645 -0
- package/locales/kn/LC_MESSAGES/volto.po +645 -0
- package/locales/ko/LC_MESSAGES/volto.po +645 -0
- package/locales/lt/LC_MESSAGES/volto.po +645 -0
- package/locales/lv/LC_MESSAGES/volto.po +645 -0
- package/locales/mi/LC_MESSAGES/volto.po +645 -0
- package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
- package/locales/ms/LC_MESSAGES/volto.po +645 -0
- package/locales/mt/LC_MESSAGES/volto.po +645 -0
- package/locales/my/LC_MESSAGES/volto.po +645 -0
- package/locales/nl/LC_MESSAGES/volto.po +645 -0
- package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
- package/locales/nn/LC_MESSAGES/volto.po +645 -0
- package/locales/no/LC_MESSAGES/volto.po +645 -0
- package/locales/pl/LC_MESSAGES/volto.po +645 -0
- package/locales/pt/LC_MESSAGES/volto.po +645 -0
- package/locales/rm/LC_MESSAGES/volto.po +645 -0
- package/locales/ro/LC_MESSAGES/volto.po +645 -0
- package/locales/ru/LC_MESSAGES/volto.po +645 -0
- package/locales/sk/LC_MESSAGES/volto.po +645 -0
- package/locales/sl/LC_MESSAGES/volto.po +645 -0
- package/locales/sm/LC_MESSAGES/volto.po +645 -0
- package/locales/sq/LC_MESSAGES/volto.po +645 -0
- package/locales/sr/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
- package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
- package/locales/sv/LC_MESSAGES/volto.po +645 -0
- package/locales/sw/LC_MESSAGES/volto.po +645 -0
- package/locales/ta/LC_MESSAGES/volto.po +645 -0
- package/locales/te/LC_MESSAGES/volto.po +645 -0
- package/locales/th/LC_MESSAGES/volto.po +645 -0
- package/locales/tl/LC_MESSAGES/volto.po +645 -0
- package/locales/to/LC_MESSAGES/volto.po +645 -0
- package/locales/tr/LC_MESSAGES/volto.po +645 -0
- package/locales/uk/LC_MESSAGES/volto.po +645 -0
- package/locales/vi/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
- package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
- package/package.json +6 -6
- package/src/components/Blocks/Button/schema.js +12 -0
- package/src/components/Blocks/Image/Edit.jsx +8 -32
- package/src/components/Blocks/Image/View.jsx +9 -26
- package/src/components/Blocks/Image/adapter.js +28 -14
- package/src/components/Blocks/Image/adapter.test.js +156 -0
- package/src/components/Blocks/Image/schema.js +21 -7
- package/src/components/Blocks/Listing/GridTemplate.jsx +1 -0
- package/src/components/Blocks/Listing/SummaryTemplate.jsx +1 -0
- package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
- package/src/components/Blocks/Maps/View.jsx +37 -0
- package/src/components/Blocks/Maps/adapter.js +27 -0
- package/src/components/Blocks/Maps/adapter.test.js +63 -0
- package/src/components/Blocks/Maps/schema.js +42 -2
- package/src/components/Blocks/Separator/schema.js +12 -0
- package/src/components/Blocks/Teaser/DefaultBody.tsx +10 -1
- package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
- package/src/components/Blocks/Video/View.jsx +38 -0
- package/src/components/Blocks/Video/adapter.js +28 -0
- package/src/components/Blocks/Video/adapter.test.js +63 -0
- package/src/components/Blocks/Video/schema.js +42 -2
- package/src/components/Footer/Footer.tsx +2 -2
- package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
- package/src/components/Theme/ImageView.jsx +8 -1
- package/src/config/blocks.tsx +63 -0
- package/src/config/classExtenders.ts +11 -10
- package/src/config/settings.ts +6 -0
- package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
- package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
- package/src/index.ts +8 -0
- package/src/primitives/Card/Card.tsx +4 -1
- package/src/theme/_footer.scss +61 -51
- package/src/theme/_layout.scss +7 -62
- package/src/theme/_typo-custom.scss +1 -1
- package/src/theme/_variables.scss +21 -0
- package/src/theme/blocks/_grid.scss +1 -0
- package/src/theme/blocks/_highlight.scss +10 -7
- package/src/theme/blocks/_image.scss +96 -186
- package/src/theme/blocks/_listing.scss +5 -1
- package/src/theme/blocks/_maps.scss +60 -34
- package/src/transforms/to6.ts +5 -49
- package/src/transforms/to8.test.js +201 -0
- package/src/transforms/to8.ts +109 -0
|
@@ -2,7 +2,7 @@ msgid ""
|
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
4
|
"Report-Msgid-Bugs-To: \n"
|
|
5
|
-
"POT-Creation-Date:
|
|
5
|
+
"POT-Creation-Date: 2026-02-16T14:21:29.474Z\n"
|
|
6
6
|
"PO-Revision-Date: 2016-10-22 16:41-0500\n"
|
|
7
7
|
"Last-Translator: German <plone-i18n@lists.sf.net>\n"
|
|
8
8
|
"Language: de\n"
|
|
@@ -14,6 +14,7 @@ msgstr ""
|
|
|
14
14
|
"Language-Code: de\n"
|
|
15
15
|
"Language-Name: Deutsch\n"
|
|
16
16
|
"Preferred-Encodings: utf-8 latin1\n"
|
|
17
|
+
"Domain: DOMAIN\n"
|
|
17
18
|
"X-Is-Fallback-For: de-at de-li de-lu de-ch de-de\n"
|
|
18
19
|
|
|
19
20
|
#. Default: "Action"
|
|
@@ -25,7 +26,7 @@ msgstr "Aktion"
|
|
|
25
26
|
#: components/Widgets/BlocksObject
|
|
26
27
|
#: components/Widgets/ObjectList
|
|
27
28
|
msgid "Add (object list)"
|
|
28
|
-
msgstr ""
|
|
29
|
+
msgstr "Hinzufügen"
|
|
29
30
|
|
|
30
31
|
#. Default: "Add action"
|
|
31
32
|
#: components/Widgets/schema/headerActionsSchema
|
|
@@ -50,12 +51,12 @@ msgstr "Logo hinzufügen"
|
|
|
50
51
|
#. Default: "Advanced facet?"
|
|
51
52
|
#: components/Blocks/EventCalendar/Search/schema
|
|
52
53
|
msgid "Advanced facet?"
|
|
53
|
-
msgstr ""
|
|
54
|
+
msgstr "Erweiterte Facette?"
|
|
54
55
|
|
|
55
56
|
#. Default: "Advanced facets are initially hidden and displayed on demand"
|
|
56
57
|
#: components/Blocks/EventCalendar/Search/schema
|
|
57
58
|
msgid "Advanced facets are initially hidden and displayed on demand"
|
|
58
|
-
msgstr ""
|
|
59
|
+
msgstr "Erweiterte Facetten sind zunächst verborgen und werden auf Anforderung angezeigt."
|
|
59
60
|
|
|
60
61
|
#. Default: "Alt text"
|
|
61
62
|
#: components/Widgets/schema/footerLogosSchema
|
|
@@ -66,7 +67,7 @@ msgstr "ALT-Text"
|
|
|
66
67
|
#. Default: "Ascending"
|
|
67
68
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
68
69
|
msgid "Ascending"
|
|
69
|
-
msgstr ""
|
|
70
|
+
msgstr "Aufsteigend"
|
|
70
71
|
|
|
71
72
|
#. Default: "Back"
|
|
72
73
|
#: components/MobileNavigation/MobileNavigation
|
|
@@ -81,7 +82,7 @@ msgstr "Hintergrundfarbe"
|
|
|
81
82
|
#. Default: "Base search query"
|
|
82
83
|
#: components/Blocks/EventCalendar/Search/schema
|
|
83
84
|
msgid "Base search query"
|
|
84
|
-
msgstr ""
|
|
85
|
+
msgstr "Basis Suchfilter"
|
|
85
86
|
|
|
86
87
|
#. Default: "Block Width"
|
|
87
88
|
#: components/Blocks/Image/schema
|
|
@@ -96,7 +97,7 @@ msgstr "Brotkrumen"
|
|
|
96
97
|
#. Default: "Cancel search"
|
|
97
98
|
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
98
99
|
msgid "Cancel search"
|
|
99
|
-
msgstr ""
|
|
100
|
+
msgstr "Suche abbrechen"
|
|
100
101
|
|
|
101
102
|
#. Default: "Close menu"
|
|
102
103
|
#: components/MobileNavigation/MobileNavigation
|
|
@@ -108,7 +109,7 @@ msgstr "Menü schließen"
|
|
|
108
109
|
#: components/Widgets/BlocksObject
|
|
109
110
|
#: components/Widgets/ObjectList
|
|
110
111
|
msgid "Collapse item"
|
|
111
|
-
msgstr ""
|
|
112
|
+
msgstr "Element einklappen"
|
|
112
113
|
|
|
113
114
|
#. Default: "The color contrast ratio {contrastRatio}:1 might not be accessible for all. WCAG Level: {complianceLevel}"
|
|
114
115
|
#: components/Widgets/ColorContrastChecker
|
|
@@ -123,7 +124,7 @@ msgstr "Kontakt"
|
|
|
123
124
|
#. Default: "Controls"
|
|
124
125
|
#: components/Blocks/EventCalendar/Search/schema
|
|
125
126
|
msgid "Controls"
|
|
126
|
-
msgstr ""
|
|
127
|
+
msgstr "Einstellungen"
|
|
127
128
|
|
|
128
129
|
#. Default: "Copyright"
|
|
129
130
|
#: components/Footer/slots/Copyright
|
|
@@ -133,7 +134,7 @@ msgstr "Urheberrechte"
|
|
|
133
134
|
#. Default: "Descending"
|
|
134
135
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
135
136
|
msgid "Descending"
|
|
136
|
-
msgstr ""
|
|
137
|
+
msgstr "Absteigend"
|
|
137
138
|
|
|
138
139
|
#. Default: "Description"
|
|
139
140
|
#: components/Blocks/Image/schema
|
|
@@ -155,13 +156,13 @@ msgstr "Datei herunterladen"
|
|
|
155
156
|
#. Default: "E-mail"
|
|
156
157
|
#: components/Summary/PersonSummary
|
|
157
158
|
msgid "E-mail"
|
|
158
|
-
msgstr ""
|
|
159
|
+
msgstr "E-mail"
|
|
159
160
|
|
|
160
161
|
#. Default: "Empty object list"
|
|
161
162
|
#: components/Widgets/BlocksObject
|
|
162
163
|
#: components/Widgets/ObjectList
|
|
163
164
|
msgid "Empty object list"
|
|
164
|
-
msgstr ""
|
|
165
|
+
msgstr "Leere Liste von Elementen"
|
|
165
166
|
|
|
166
167
|
#. Default: "End"
|
|
167
168
|
#: components/Blocks/EventMetadata/View
|
|
@@ -171,22 +172,22 @@ msgstr "Ende"
|
|
|
171
172
|
#. Default: "Facet"
|
|
172
173
|
#: components/Blocks/EventCalendar/Search/schema
|
|
173
174
|
msgid "Facet"
|
|
174
|
-
msgstr ""
|
|
175
|
+
msgstr "Facette"
|
|
175
176
|
|
|
176
177
|
#. Default: "Facet widget"
|
|
177
178
|
#: components/Blocks/EventCalendar/Search/schema
|
|
178
179
|
msgid "Facet widget"
|
|
179
|
-
msgstr ""
|
|
180
|
+
msgstr "Facetten-Widget"
|
|
180
181
|
|
|
181
182
|
#. Default: "Facets"
|
|
182
183
|
#: components/Blocks/EventCalendar/Search/schema
|
|
183
184
|
msgid "Facets"
|
|
184
|
-
msgstr ""
|
|
185
|
+
msgstr "Facetten"
|
|
185
186
|
|
|
186
187
|
#. Default: "Field"
|
|
187
188
|
#: components/Blocks/EventCalendar/Search/schema
|
|
188
189
|
msgid "Field"
|
|
189
|
-
msgstr ""
|
|
190
|
+
msgstr "Feld"
|
|
190
191
|
|
|
191
192
|
#. Default: "Follow us:"
|
|
192
193
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
@@ -206,12 +207,12 @@ msgstr "Überschrift"
|
|
|
206
207
|
#. Default: "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
207
208
|
#: components/Blocks/EventCalendar/Search/schema
|
|
208
209
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
209
|
-
msgstr ""
|
|
210
|
+
msgstr "Versteckte Facetten können die Ergebnisse weiterhin filtern, wenn die entsprechenden Parameter in der URL angehängt werden"
|
|
210
211
|
|
|
211
212
|
#. Default: "Hide facet?"
|
|
212
213
|
#: components/Blocks/EventCalendar/Search/schema
|
|
213
214
|
msgid "Hide facet?"
|
|
214
|
-
msgstr ""
|
|
215
|
+
msgstr "Facette verstecken"
|
|
215
216
|
|
|
216
217
|
#. Default: "Home"
|
|
217
218
|
#: components/Breadcrumbs/Breadcrumbs
|
|
@@ -228,7 +229,7 @@ msgstr "ICS-Download"
|
|
|
228
229
|
#. Default: "Icon"
|
|
229
230
|
#: components/Widgets/schema/iconLinkListSchema
|
|
230
231
|
msgid "Icon"
|
|
231
|
-
msgstr ""
|
|
232
|
+
msgstr "Icon"
|
|
232
233
|
|
|
233
234
|
#. Default: "Image"
|
|
234
235
|
#: components/Blocks/Image/ImageSidebar
|
|
@@ -239,22 +240,22 @@ msgstr "Bild"
|
|
|
239
240
|
#: components/Theme/RenderBlocks
|
|
240
241
|
#: components/Theme/RenderBlocksV2
|
|
241
242
|
msgid "Invalid Block"
|
|
242
|
-
msgstr ""
|
|
243
|
+
msgstr "Ungültiger Block — Wird beim Speichern entfernt."
|
|
243
244
|
|
|
244
245
|
#. Default: "Item"
|
|
245
246
|
#: components/Widgets/schema/iconLinkListSchema
|
|
246
247
|
msgid "Item"
|
|
247
|
-
msgstr ""
|
|
248
|
+
msgstr "Element"
|
|
248
249
|
|
|
249
250
|
#. Default: "Label"
|
|
250
251
|
#: components/Blocks/EventCalendar/Search/schema
|
|
251
252
|
msgid "Label"
|
|
252
|
-
msgstr ""
|
|
253
|
+
msgstr "Bezeichnung"
|
|
253
254
|
|
|
254
255
|
#. Default: "Link"
|
|
255
256
|
#: components/Widgets/schema/footerLinksSchema
|
|
256
257
|
msgid "Link"
|
|
257
|
-
msgstr ""
|
|
258
|
+
msgstr "Link"
|
|
258
259
|
|
|
259
260
|
#. Default: "List"
|
|
260
261
|
#: index
|
|
@@ -284,7 +285,7 @@ msgstr "Ausloggen"
|
|
|
284
285
|
#. Default: "Logo"
|
|
285
286
|
#: components/Widgets/schema/footerLogosSchema
|
|
286
287
|
msgid "Logo"
|
|
287
|
-
msgstr ""
|
|
288
|
+
msgstr "Logo"
|
|
288
289
|
|
|
289
290
|
#. Default: "Logo image"
|
|
290
291
|
#: components/Widgets/schema/footerLogosSchema
|
|
@@ -299,17 +300,17 @@ msgstr "Logo von"
|
|
|
299
300
|
#. Default: "Move down"
|
|
300
301
|
#: components/Blocks/Block/Edit
|
|
301
302
|
msgid "Move down"
|
|
302
|
-
msgstr ""
|
|
303
|
+
msgstr "Nach unten bewegen"
|
|
303
304
|
|
|
304
305
|
#. Default: "Move up"
|
|
305
306
|
#: components/Blocks/Block/Edit
|
|
306
307
|
msgid "Move up"
|
|
307
|
-
msgstr ""
|
|
308
|
+
msgstr "Nach oben bewegen"
|
|
308
309
|
|
|
309
310
|
#. Default: "Multiple choices?"
|
|
310
311
|
#: components/Blocks/EventCalendar/Search/schema
|
|
311
312
|
msgid "Multiple choices?"
|
|
312
|
-
msgstr ""
|
|
313
|
+
msgstr "Mehrfachauswahl?"
|
|
313
314
|
|
|
314
315
|
#. Default: "Next Page"
|
|
315
316
|
#: components/Blocks/Listing/ListingBody
|
|
@@ -329,7 +330,7 @@ msgstr "Keine Elemente im Ordner gefunden."
|
|
|
329
330
|
#. Default: "No selection"
|
|
330
331
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
331
332
|
msgid "No selection"
|
|
332
|
-
msgstr ""
|
|
333
|
+
msgstr "Keine Auswahl"
|
|
333
334
|
|
|
334
335
|
#. Default: "Open configuration"
|
|
335
336
|
#: components/Widgets/ModalJSONEditor
|
|
@@ -342,7 +343,7 @@ msgstr "Konfiguration öffnen"
|
|
|
342
343
|
#: components/Widgets/schema/headerActionsSchema
|
|
343
344
|
#: components/Widgets/schema/iconLinkListSchema
|
|
344
345
|
msgid "Open in a new tab"
|
|
345
|
-
msgstr ""
|
|
346
|
+
msgstr "In neuem Browser-Tab öffnen"
|
|
346
347
|
|
|
347
348
|
#. Default: "Open menu"
|
|
348
349
|
#: components/MobileNavigation/MobileNavigation
|
|
@@ -379,12 +380,12 @@ msgstr "Bitte wählen sie einen bestehenden Inhalt als Quelle für dieses Elemen
|
|
|
379
380
|
#. Default: "Plone Foundation"
|
|
380
381
|
#: components/Footer/slots/Copyright
|
|
381
382
|
msgid "Plone Foundation"
|
|
382
|
-
msgstr ""
|
|
383
|
+
msgstr "Plone Foundation"
|
|
383
384
|
|
|
384
385
|
#. Default: "Plone{reg} Open Source CMS/WCM"
|
|
385
386
|
#: components/Footer/slots/Copyright
|
|
386
387
|
msgid "Plone{reg} Open Source CMS/WCM"
|
|
387
|
-
msgstr ""
|
|
388
|
+
msgstr "Plone{reg} Open Source CMS/WCM"
|
|
388
389
|
|
|
389
390
|
#. Default: "Press"
|
|
390
391
|
#: index
|
|
@@ -405,7 +406,7 @@ msgstr "Registrieren"
|
|
|
405
406
|
#: components/Widgets/BlocksObject
|
|
406
407
|
#: components/Widgets/ObjectList
|
|
407
408
|
msgid "Remove item"
|
|
408
|
-
msgstr ""
|
|
409
|
+
msgstr "Element entfernen"
|
|
409
410
|
|
|
410
411
|
#. Default: "Result"
|
|
411
412
|
#: components/Blocks/Listing/ListingBody
|
|
@@ -437,12 +438,12 @@ msgstr "Seite durchsuchen"
|
|
|
437
438
|
#. Default: "Search block"
|
|
438
439
|
#: components/Blocks/EventCalendar/Search/schema
|
|
439
440
|
msgid "Search block"
|
|
440
|
-
msgstr ""
|
|
441
|
+
msgstr "Such-Block"
|
|
441
442
|
|
|
442
443
|
#. Default: "Search button label"
|
|
443
444
|
#: components/Blocks/EventCalendar/Search/schema
|
|
444
445
|
msgid "Search button label"
|
|
445
|
-
msgstr ""
|
|
446
|
+
msgstr "Label Such-Button"
|
|
446
447
|
|
|
447
448
|
#. Default: "Search for People, E-Mail Address, Phone Number, ..."
|
|
448
449
|
#: components/SearchWidget/IntranetSearchWidget
|
|
@@ -452,7 +453,7 @@ msgstr "Suche nach Personen, E-Mail-Adresse, Telefonnummer, ..."
|
|
|
452
453
|
#. Default: "Search input label"
|
|
453
454
|
#: components/Blocks/EventCalendar/Search/schema
|
|
454
455
|
msgid "Search input label"
|
|
455
|
-
msgstr ""
|
|
456
|
+
msgstr "Label Suchfeld"
|
|
456
457
|
|
|
457
458
|
#. Default: "Search results"
|
|
458
459
|
#: components/Blocks/Search/components/SearchDetails
|
|
@@ -467,33 +468,33 @@ msgstr "Gesucht für"
|
|
|
467
468
|
#. Default: "Section title"
|
|
468
469
|
#: components/Blocks/EventCalendar/Search/schema
|
|
469
470
|
msgid "Section title"
|
|
470
|
-
msgstr ""
|
|
471
|
+
msgstr "Abschnittstitel"
|
|
471
472
|
|
|
472
473
|
#. Default: "Show item"
|
|
473
474
|
#: components/Widgets/BlocksObject
|
|
474
475
|
#: components/Widgets/ObjectList
|
|
475
476
|
msgid "Show item"
|
|
476
|
-
msgstr ""
|
|
477
|
+
msgstr "Element anzeigen"
|
|
477
478
|
|
|
478
479
|
#. Default: "Show search button?"
|
|
479
480
|
#: components/Blocks/EventCalendar/Search/schema
|
|
480
481
|
msgid "Show search button?"
|
|
481
|
-
msgstr ""
|
|
482
|
+
msgstr "Such-Button anzeigen?"
|
|
482
483
|
|
|
483
484
|
#. Default: "Show search input?"
|
|
484
485
|
#: components/Blocks/EventCalendar/Search/schema
|
|
485
486
|
msgid "Show search input?"
|
|
486
|
-
msgstr ""
|
|
487
|
+
msgstr "Such-Eingabe anzeigen?"
|
|
487
488
|
|
|
488
489
|
#. Default: "Show sorting?"
|
|
489
490
|
#: components/Blocks/EventCalendar/Search/schema
|
|
490
491
|
msgid "Show sorting?"
|
|
491
|
-
msgstr ""
|
|
492
|
+
msgstr "Sortieroption anzeigen?"
|
|
492
493
|
|
|
493
494
|
#. Default: "Show total results"
|
|
494
495
|
#: components/Blocks/EventCalendar/Search/schema
|
|
495
496
|
msgid "Show total results"
|
|
496
|
-
msgstr ""
|
|
497
|
+
msgstr "Anzahl an Ergebnissen anzeigen"
|
|
497
498
|
|
|
498
499
|
#. Default: "Simple"
|
|
499
500
|
#: index
|
|
@@ -503,7 +504,7 @@ msgstr "Einfach"
|
|
|
503
504
|
#. Default: "Site Setup"
|
|
504
505
|
#: components/Breadcrumbs/Breadcrumbs
|
|
505
506
|
msgid "Site Setup"
|
|
506
|
-
msgstr ""
|
|
507
|
+
msgstr "Systemeinstellungen"
|
|
507
508
|
|
|
508
509
|
#. Default: "Sitemap"
|
|
509
510
|
#: index
|
|
@@ -513,17 +514,17 @@ msgstr "Übersicht"
|
|
|
513
514
|
#. Default: "Sort on"
|
|
514
515
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
515
516
|
msgid "Sort on"
|
|
516
|
-
msgstr ""
|
|
517
|
+
msgstr "Sortieren nach"
|
|
517
518
|
|
|
518
519
|
#. Default: "Sort on options"
|
|
519
520
|
#: components/Blocks/EventCalendar/Search/schema
|
|
520
521
|
msgid "Sort on options"
|
|
521
|
-
msgstr ""
|
|
522
|
+
msgstr "Sortieroptionen"
|
|
522
523
|
|
|
523
524
|
#. Default: "Sorted on"
|
|
524
525
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
525
526
|
msgid "Sorted on"
|
|
526
|
-
msgstr ""
|
|
527
|
+
msgstr "Sortiert nach"
|
|
527
528
|
|
|
528
529
|
#. Default: "Sorting"
|
|
529
530
|
#: components/Blocks/Search/TopSideFacets
|
|
@@ -533,7 +534,7 @@ msgstr "Sortierung"
|
|
|
533
534
|
#. Default: "Sponsored by:"
|
|
534
535
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
535
536
|
msgid "Sponsored by:"
|
|
536
|
-
msgstr ""
|
|
537
|
+
msgstr "Gesponsert von:"
|
|
537
538
|
|
|
538
539
|
#. Default: "Start"
|
|
539
540
|
#: components/Blocks/EventMetadata/View
|
|
@@ -556,12 +557,12 @@ msgstr "Ziel"
|
|
|
556
557
|
#. Default: "The button presence disables the live search, the query is issued when you press ENTER"
|
|
557
558
|
#: components/Blocks/EventCalendar/Search/schema
|
|
558
559
|
msgid "The button presence disables the live search, the query is issued when you press ENTER"
|
|
559
|
-
msgstr ""
|
|
560
|
+
msgstr "Der Button deaktiviert die Live-Suche, die Suchanfrage wird abgeschickt wenn die ENTER-Taste gedrückt wird."
|
|
560
561
|
|
|
561
562
|
#. Default: "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
562
563
|
#: components/Footer/slots/Copyright
|
|
563
564
|
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
564
|
-
msgstr ""
|
|
565
|
+
msgstr "{plonecms} {copyright} 2000-{current_year} {plonefoundation} und Freunde."
|
|
565
566
|
|
|
566
567
|
#. Default: "Title"
|
|
567
568
|
#: components/Blocks/Image/schema
|
|
@@ -577,7 +578,7 @@ msgstr "Titel"
|
|
|
577
578
|
#: components/Theme/RenderBlocks
|
|
578
579
|
#: components/Theme/RenderBlocksV2
|
|
579
580
|
msgid "Unknown Block"
|
|
580
|
-
msgstr ""
|
|
581
|
+
msgstr "Unbekannter Block {block}"
|
|
581
582
|
|
|
582
583
|
#. Default: "Website"
|
|
583
584
|
#: components/Blocks/EventMetadata/View
|
|
@@ -587,37 +588,37 @@ msgstr "Webseite"
|
|
|
587
588
|
#. Default: "Available views"
|
|
588
589
|
#: components/Blocks/EventCalendar/Search/schema
|
|
589
590
|
msgid "availableViews"
|
|
590
|
-
msgstr ""
|
|
591
|
+
msgstr "Verfügbare Ansichten"
|
|
591
592
|
|
|
592
593
|
#. Default: "The {type} block with the id {block} has encountered an error.{lineBreak}You can try to undo your changes (via the undo toolbar or pressing {shortcut}), or try to delete the block and recreate it again."
|
|
593
594
|
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
594
595
|
msgid "blockErrorBoundaryDescription"
|
|
595
|
-
msgstr ""
|
|
596
|
+
msgstr "Der {type}-Block mit der ID {block} hat einen Fehler verursacht.{lineBreak}Sie können versuchen, Ihre Änderungen rückgängig zu machen (über die Rückgängig-Werkzeugleiste oder durch Drücken von {shortcut}), oder den Block löschen und neu erstellen."
|
|
596
597
|
|
|
597
598
|
#. Default: "Block error:"
|
|
598
599
|
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
599
600
|
msgid "blockErrorBoundaryTitle"
|
|
600
|
-
msgstr ""
|
|
601
|
+
msgstr "Block-Fehler:"
|
|
601
602
|
|
|
602
603
|
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
603
604
|
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
604
605
|
msgid "blockErrorBoundaryViewDescription"
|
|
605
|
-
msgstr ""
|
|
606
|
+
msgstr "Der {type}-Block mit der ID {block} ist fehlerhaft und kann nicht angezeigt werden.{lineBreak}Bitte wenden Sie sich an den Website-Administrator für weitere Unterstützung."
|
|
606
607
|
|
|
607
608
|
#. Default: "Delete"
|
|
608
609
|
#: components/Blocks/Block/Edit
|
|
609
610
|
msgid "delete"
|
|
610
|
-
msgstr ""
|
|
611
|
+
msgstr "Löschen"
|
|
611
612
|
|
|
612
613
|
#. Default: "delete {type} block"
|
|
613
614
|
#: components/Blocks/Block/EditBlockWrapper
|
|
614
615
|
msgid "delete_block"
|
|
615
|
-
msgstr ""
|
|
616
|
+
msgstr "{type}-Block löschen"
|
|
616
617
|
|
|
617
618
|
#. Default: "drag {type} block"
|
|
618
619
|
#: components/Blocks/Block/EditBlockWrapper
|
|
619
620
|
msgid "drag_block"
|
|
620
|
-
msgstr ""
|
|
621
|
+
msgstr "{type}-Block ziehen"
|
|
621
622
|
|
|
622
623
|
#. Default: "Clear image"
|
|
623
624
|
#: components/Blocks/Image/ImageSidebar
|
|
@@ -642,4 +643,4 @@ msgstr "von"
|
|
|
642
643
|
#. Default: "Views"
|
|
643
644
|
#: components/Blocks/EventCalendar/Search/schema
|
|
644
645
|
msgid "views"
|
|
645
|
-
msgstr ""
|
|
646
|
+
msgstr "Ansichten"
|