@kitconcept/volto-light-theme 8.0.0-alpha.3 → 8.0.0-alpha.30
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 +6 -9
- package/CHANGELOG.md +310 -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 +83 -167
- package/locales/el/LC_MESSAGES/volto.po +645 -0
- package/locales/en/LC_MESSAGES/volto.po +30 -115
- 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 +75 -160
- package/locales/et/LC_MESSAGES/volto.po +645 -0
- package/locales/eu/LC_MESSAGES/volto.po +59 -125
- 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/pt_BR/LC_MESSAGES/volto.po +38 -123
- 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/volto.pot +31 -116
- 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 +7 -4
- package/src/__mocks__/semantic-ui-react.ts +31 -0
- package/src/components/Blocks/Block/EditBlockWrapper.jsx +9 -3
- package/src/components/Blocks/Button/schema.js +12 -0
- package/src/components/Blocks/EventCalendar/Search/components/EventTemplate.tsx +1 -1
- package/src/components/Blocks/Image/Edit.jsx +9 -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/DefaultTemplate.jsx +12 -6
- package/src/components/Blocks/Listing/GridTemplate.jsx +17 -7
- package/src/components/Blocks/Listing/ListingBody.jsx +4 -1
- package/src/components/Blocks/Listing/SummaryTemplate.jsx +17 -7
- 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 +35 -6
- 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/Blocks/schema.ts +69 -0
- package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +128 -0
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +117 -0
- package/src/components/Caption/Caption.test.tsx +31 -0
- package/src/components/Caption/{Caption.jsx → Caption.tsx} +14 -21
- package/src/components/Footer/ColumnLinks.tsx +2 -2
- package/src/components/Footer/Footer.tsx +2 -2
- package/src/components/Footer/slots/Colophon.tsx +13 -1
- package/src/components/Footer/slots/CoreFooter.tsx +4 -2
- package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
- package/src/components/Header/Header.tsx +3 -3
- package/src/components/LanguageSelector/LanguageSelector.tsx +91 -0
- package/src/components/MobileNavigation/MobileNavigation.jsx +11 -9
- package/src/components/Navigation/Navigation.test.tsx +176 -0
- package/src/components/Navigation/{Navigation.jsx → Navigation.tsx} +89 -42
- package/src/components/StickyMenu/MobileCarouselArrowButton.tsx +81 -0
- package/src/components/StickyMenu/MobileStickyMenu.tsx +76 -0
- package/src/components/Summary/DefaultSummary.tsx +10 -3
- package/src/components/Summary/EventSummary.tsx +10 -3
- package/src/components/Summary/FileSummary.tsx +10 -3
- package/src/components/Summary/NewsItemSummary.tsx +10 -3
- package/src/components/Summary/PersonSummary.tsx +10 -3
- package/src/components/Summary/Summary.stories.tsx +46 -30
- package/src/components/Tags/Tags.test.tsx +71 -0
- package/src/components/Tags/{Tags.jsx → Tags.tsx} +9 -25
- package/src/components/Theme/EventView.jsx +4 -4
- package/src/components/Theme/ImageView.jsx +8 -1
- package/src/components/Theme/NewsItemView.jsx +4 -4
- package/src/components/Theme/RenderBlocksV2.jsx +38 -15
- package/src/components/Widgets/ColorSwatch.stories.tsx +197 -0
- package/src/components/Widgets/ColorSwatch.test.tsx +188 -0
- package/src/components/Widgets/ColorSwatch.tsx +77 -39
- package/src/components/Widgets/ObjectList.tsx +37 -27
- package/src/components/Widgets/SoftTextWidget.tsx +129 -0
- package/src/components/Widgets/SoftTextareaWidget.tsx +118 -0
- package/src/components/Widgets/ThemeColorSwatch.tsx +5 -9
- package/src/config/blocks.tsx +83 -28
- package/src/config/classExtenders.ts +11 -10
- package/src/config/settings.ts +6 -0
- package/src/config/slots.ts +7 -0
- package/src/config/widgets.ts +5 -9
- 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/customizations/volto/components/manage/DragDropList/DragDropList.jsx +263 -0
- package/src/customizations/volto/components/theme/LanguageSelector/LanguageSelector.tsx +10 -0
- package/src/helpers/styleDefinitions.test.tsx +30 -0
- package/src/helpers/styleDefinitions.ts +49 -0
- package/src/helpers/useLiveData.ts +7 -2
- package/src/index.ts +15 -0
- package/src/internalChecks.test.ts +94 -0
- package/src/primitives/Card/Card.stories.tsx +4 -1
- package/src/primitives/Card/Card.test.tsx +11 -33
- package/src/primitives/Card/Card.tsx +37 -44
- package/src/primitives/IconLinkList.tsx +53 -52
- package/src/primitives/LinkIconButton.tsx +52 -0
- package/src/reducers/errorContext.ts +14 -0
- package/src/reducers/index.ts +7 -0
- package/src/theme/_bgcolor-blocks-layout.scss +48 -46
- package/src/theme/_content.scss +12 -13
- package/src/theme/_export_import.scss +94 -0
- package/src/theme/_footer.scss +131 -64
- package/src/theme/_header.scss +25 -5
- package/src/theme/_insets.scss +1 -1
- package/src/theme/_layout.scss +41 -77
- package/src/theme/_mobile-sticky-menu.scss +92 -0
- package/src/theme/_search-page.scss +250 -0
- package/src/theme/_typo-custom.scss +24 -8
- package/src/theme/_variables.scss +40 -4
- package/src/theme/_widgets.scss +6 -17
- package/src/theme/blocks/_accordion.scss +11 -4
- package/src/theme/blocks/_form.scss +350 -0
- package/src/theme/blocks/_grid.scss +10 -77
- package/src/theme/blocks/_highlight.scss +10 -7
- package/src/theme/blocks/_image.scss +99 -184
- package/src/theme/blocks/_listing.scss +61 -128
- package/src/theme/blocks/_maps.scss +60 -34
- package/src/theme/blocks/_search.scss +3 -4
- package/src/theme/blocks/_table.scss +1 -0
- package/src/theme/blocks/_teaser.scss +7 -117
- package/src/theme/blocks/_toc.scss +2 -1
- package/src/theme/card.scss +136 -69
- package/src/theme/main.scss +4 -0
- package/src/theme/notfound.scss +2 -0
- package/src/theme/person.scss +7 -1
- package/src/theme/sticky-menu.scss +7 -5
- package/src/transforms/to6.ts +5 -49
- package/src/transforms/to8.test.js +201 -0
- package/src/transforms/to8.ts +109 -0
- package/src/types.d.ts +1 -0
- package/vitest.config.mjs +28 -3
- package/razzle.extend.js +0 -38
- package/src/components/Blocks/schema.js +0 -44
- package/src/components/Breadcrumbs/Breadcrumbs.jsx +0 -118
- package/src/components/Widgets/AlignWidget.tsx +0 -84
- package/src/components/Widgets/BlockAlignment.tsx +0 -88
- package/src/components/Widgets/BlockWidth.tsx +0 -101
- package/src/components/Widgets/Buttons.tsx +0 -167
- package/src/components/Widgets/Size.tsx +0 -78
|
@@ -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,18 +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
|
-
|
|
60
|
-
#. Default: "Alignment"
|
|
61
|
-
#: components/Blocks/Button/schema
|
|
62
|
-
#: components/Blocks/Separator/schema
|
|
63
|
-
msgid "Alignment"
|
|
64
|
-
msgstr "Ausrichtung"
|
|
59
|
+
msgstr "Erweiterte Facetten sind zunächst verborgen und werden auf Anforderung angezeigt."
|
|
65
60
|
|
|
66
61
|
#. Default: "Alt text"
|
|
67
62
|
#: components/Widgets/schema/footerLogosSchema
|
|
@@ -72,7 +67,7 @@ msgstr "ALT-Text"
|
|
|
72
67
|
#. Default: "Ascending"
|
|
73
68
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
74
69
|
msgid "Ascending"
|
|
75
|
-
msgstr ""
|
|
70
|
+
msgstr "Aufsteigend"
|
|
76
71
|
|
|
77
72
|
#. Default: "Back"
|
|
78
73
|
#: components/MobileNavigation/MobileNavigation
|
|
@@ -87,12 +82,10 @@ msgstr "Hintergrundfarbe"
|
|
|
87
82
|
#. Default: "Base search query"
|
|
88
83
|
#: components/Blocks/EventCalendar/Search/schema
|
|
89
84
|
msgid "Base search query"
|
|
90
|
-
msgstr ""
|
|
85
|
+
msgstr "Basis Suchfilter"
|
|
91
86
|
|
|
92
87
|
#. Default: "Block Width"
|
|
93
|
-
#: components/Blocks/Button/schema
|
|
94
88
|
#: components/Blocks/Image/schema
|
|
95
|
-
#: components/Blocks/Separator/schema
|
|
96
89
|
msgid "Block Width"
|
|
97
90
|
msgstr "Block Breite"
|
|
98
91
|
|
|
@@ -101,20 +94,10 @@ msgstr "Block Breite"
|
|
|
101
94
|
msgid "Breadcrumbs"
|
|
102
95
|
msgstr "Brotkrumen"
|
|
103
96
|
|
|
104
|
-
#. Default: "Button text"
|
|
105
|
-
#: components/Blocks/Slider/schema
|
|
106
|
-
msgid "Button text"
|
|
107
|
-
msgstr "Button Text"
|
|
108
|
-
|
|
109
97
|
#. Default: "Cancel search"
|
|
110
98
|
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
111
99
|
msgid "Cancel search"
|
|
112
|
-
msgstr ""
|
|
113
|
-
|
|
114
|
-
#. Default: "Center"
|
|
115
|
-
#: components/Widgets/BlockAlignment
|
|
116
|
-
msgid "Center"
|
|
117
|
-
msgstr "Mittig"
|
|
100
|
+
msgstr "Suche abbrechen"
|
|
118
101
|
|
|
119
102
|
#. Default: "Close menu"
|
|
120
103
|
#: components/MobileNavigation/MobileNavigation
|
|
@@ -126,7 +109,7 @@ msgstr "Menü schließen"
|
|
|
126
109
|
#: components/Widgets/BlocksObject
|
|
127
110
|
#: components/Widgets/ObjectList
|
|
128
111
|
msgid "Collapse item"
|
|
129
|
-
msgstr ""
|
|
112
|
+
msgstr "Element einklappen"
|
|
130
113
|
|
|
131
114
|
#. Default: "The color contrast ratio {contrastRatio}:1 might not be accessible for all. WCAG Level: {complianceLevel}"
|
|
132
115
|
#: components/Widgets/ColorContrastChecker
|
|
@@ -138,31 +121,20 @@ msgstr "Das Farbkontrastverhältnis {contrastRatio}:1 ist möglicherweise nicht
|
|
|
138
121
|
msgid "Contact"
|
|
139
122
|
msgstr "Kontakt"
|
|
140
123
|
|
|
141
|
-
#. Default: "Continue reading"
|
|
142
|
-
#: components/Blocks/Slider/DefaultBody
|
|
143
|
-
#: components/Blocks/Slider/SliderVariants
|
|
144
|
-
msgid "Continue reading"
|
|
145
|
-
msgstr "Weiterlesen"
|
|
146
|
-
|
|
147
124
|
#. Default: "Controls"
|
|
148
125
|
#: components/Blocks/EventCalendar/Search/schema
|
|
149
126
|
msgid "Controls"
|
|
150
|
-
msgstr ""
|
|
127
|
+
msgstr "Einstellungen"
|
|
151
128
|
|
|
152
129
|
#. Default: "Copyright"
|
|
153
130
|
#: components/Footer/slots/Copyright
|
|
154
131
|
msgid "Copyright"
|
|
155
132
|
msgstr "Urheberrechte"
|
|
156
133
|
|
|
157
|
-
#. Default: "Default"
|
|
158
|
-
#: components/Widgets/BlockWidth
|
|
159
|
-
msgid "Default"
|
|
160
|
-
msgstr ""
|
|
161
|
-
|
|
162
134
|
#. Default: "Descending"
|
|
163
135
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
164
136
|
msgid "Descending"
|
|
165
|
-
msgstr ""
|
|
137
|
+
msgstr "Absteigend"
|
|
166
138
|
|
|
167
139
|
#. Default: "Description"
|
|
168
140
|
#: components/Blocks/Image/schema
|
|
@@ -184,13 +156,13 @@ msgstr "Datei herunterladen"
|
|
|
184
156
|
#. Default: "E-mail"
|
|
185
157
|
#: components/Summary/PersonSummary
|
|
186
158
|
msgid "E-mail"
|
|
187
|
-
msgstr ""
|
|
159
|
+
msgstr "E-mail"
|
|
188
160
|
|
|
189
161
|
#. Default: "Empty object list"
|
|
190
162
|
#: components/Widgets/BlocksObject
|
|
191
163
|
#: components/Widgets/ObjectList
|
|
192
164
|
msgid "Empty object list"
|
|
193
|
-
msgstr ""
|
|
165
|
+
msgstr "Leere Liste von Elementen"
|
|
194
166
|
|
|
195
167
|
#. Default: "End"
|
|
196
168
|
#: components/Blocks/EventMetadata/View
|
|
@@ -200,37 +172,27 @@ msgstr "Ende"
|
|
|
200
172
|
#. Default: "Facet"
|
|
201
173
|
#: components/Blocks/EventCalendar/Search/schema
|
|
202
174
|
msgid "Facet"
|
|
203
|
-
msgstr ""
|
|
175
|
+
msgstr "Facette"
|
|
204
176
|
|
|
205
177
|
#. Default: "Facet widget"
|
|
206
178
|
#: components/Blocks/EventCalendar/Search/schema
|
|
207
179
|
msgid "Facet widget"
|
|
208
|
-
msgstr ""
|
|
180
|
+
msgstr "Facetten-Widget"
|
|
209
181
|
|
|
210
182
|
#. Default: "Facets"
|
|
211
183
|
#: components/Blocks/EventCalendar/Search/schema
|
|
212
184
|
msgid "Facets"
|
|
213
|
-
msgstr ""
|
|
185
|
+
msgstr "Facetten"
|
|
214
186
|
|
|
215
187
|
#. Default: "Field"
|
|
216
188
|
#: components/Blocks/EventCalendar/Search/schema
|
|
217
189
|
msgid "Field"
|
|
218
|
-
msgstr ""
|
|
219
|
-
|
|
220
|
-
#. Default: "Align"
|
|
221
|
-
#: components/Blocks/Slider/schema
|
|
222
|
-
msgid "Flag align"
|
|
223
|
-
msgstr "Ausrichtung"
|
|
190
|
+
msgstr "Feld"
|
|
224
191
|
|
|
225
192
|
#. Default: "Follow us:"
|
|
226
193
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
227
194
|
msgid "Follow us:"
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
|
-
#. Default: "Full"
|
|
231
|
-
#: components/Widgets/BlockWidth
|
|
232
|
-
msgid "Full"
|
|
233
|
-
msgstr "Volle Breite"
|
|
195
|
+
msgstr "Besuchen Sie uns hier:"
|
|
234
196
|
|
|
235
197
|
#. Default: "GNU GPL v2 license"
|
|
236
198
|
#: components/Footer/slots/Copyright
|
|
@@ -245,17 +207,12 @@ msgstr "Überschrift"
|
|
|
245
207
|
#. Default: "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
246
208
|
#: components/Blocks/EventCalendar/Search/schema
|
|
247
209
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
|
-
#. Default: "Hide Button"
|
|
251
|
-
#: components/Blocks/Slider/schema
|
|
252
|
-
msgid "Hide Button"
|
|
253
|
-
msgstr "keinen Button anzeigen"
|
|
210
|
+
msgstr "Versteckte Facetten können die Ergebnisse weiterhin filtern, wenn die entsprechenden Parameter in der URL angehängt werden"
|
|
254
211
|
|
|
255
212
|
#. Default: "Hide facet?"
|
|
256
213
|
#: components/Blocks/EventCalendar/Search/schema
|
|
257
214
|
msgid "Hide facet?"
|
|
258
|
-
msgstr ""
|
|
215
|
+
msgstr "Facette verstecken"
|
|
259
216
|
|
|
260
217
|
#. Default: "Home"
|
|
261
218
|
#: components/Breadcrumbs/Breadcrumbs
|
|
@@ -272,7 +229,7 @@ msgstr "ICS-Download"
|
|
|
272
229
|
#. Default: "Icon"
|
|
273
230
|
#: components/Widgets/schema/iconLinkListSchema
|
|
274
231
|
msgid "Icon"
|
|
275
|
-
msgstr ""
|
|
232
|
+
msgstr "Icon"
|
|
276
233
|
|
|
277
234
|
#. Default: "Image"
|
|
278
235
|
#: components/Blocks/Image/ImageSidebar
|
|
@@ -283,42 +240,22 @@ msgstr "Bild"
|
|
|
283
240
|
#: components/Theme/RenderBlocks
|
|
284
241
|
#: components/Theme/RenderBlocksV2
|
|
285
242
|
msgid "Invalid Block"
|
|
286
|
-
msgstr ""
|
|
287
|
-
|
|
288
|
-
#. Default: "Invalid Slider source"
|
|
289
|
-
#: components/Blocks/Slider/Data
|
|
290
|
-
msgid "Invalid Slider source"
|
|
291
|
-
msgstr ""
|
|
243
|
+
msgstr "Ungültiger Block — Wird beim Speichern entfernt."
|
|
292
244
|
|
|
293
245
|
#. Default: "Item"
|
|
294
246
|
#: components/Widgets/schema/iconLinkListSchema
|
|
295
247
|
msgid "Item"
|
|
296
|
-
msgstr ""
|
|
248
|
+
msgstr "Element"
|
|
297
249
|
|
|
298
250
|
#. Default: "Label"
|
|
299
251
|
#: components/Blocks/EventCalendar/Search/schema
|
|
300
252
|
msgid "Label"
|
|
301
|
-
msgstr ""
|
|
302
|
-
|
|
303
|
-
#. Default: "Large"
|
|
304
|
-
#: components/Widgets/Size
|
|
305
|
-
msgid "Large"
|
|
306
|
-
msgstr ""
|
|
307
|
-
|
|
308
|
-
#. Default: "Layout"
|
|
309
|
-
#: components/Widgets/BlockWidth
|
|
310
|
-
msgid "Layout"
|
|
311
|
-
msgstr ""
|
|
312
|
-
|
|
313
|
-
#. Default: "Left"
|
|
314
|
-
#: components/Widgets/BlockAlignment
|
|
315
|
-
msgid "Left"
|
|
316
|
-
msgstr "Links"
|
|
253
|
+
msgstr "Bezeichnung"
|
|
317
254
|
|
|
318
255
|
#. Default: "Link"
|
|
319
256
|
#: components/Widgets/schema/footerLinksSchema
|
|
320
257
|
msgid "Link"
|
|
321
|
-
msgstr ""
|
|
258
|
+
msgstr "Link"
|
|
322
259
|
|
|
323
260
|
#. Default: "List"
|
|
324
261
|
#: index
|
|
@@ -348,7 +285,7 @@ msgstr "Ausloggen"
|
|
|
348
285
|
#. Default: "Logo"
|
|
349
286
|
#: components/Widgets/schema/footerLogosSchema
|
|
350
287
|
msgid "Logo"
|
|
351
|
-
msgstr ""
|
|
288
|
+
msgstr "Logo"
|
|
352
289
|
|
|
353
290
|
#. Default: "Logo image"
|
|
354
291
|
#: components/Widgets/schema/footerLogosSchema
|
|
@@ -360,30 +297,20 @@ msgstr "Logo Bild"
|
|
|
360
297
|
msgid "Logo of"
|
|
361
298
|
msgstr "Logo von"
|
|
362
299
|
|
|
363
|
-
#. Default: "Medium"
|
|
364
|
-
#: components/Widgets/Size
|
|
365
|
-
msgid "Medium"
|
|
366
|
-
msgstr ""
|
|
367
|
-
|
|
368
300
|
#. Default: "Move down"
|
|
369
301
|
#: components/Blocks/Block/Edit
|
|
370
302
|
msgid "Move down"
|
|
371
|
-
msgstr ""
|
|
303
|
+
msgstr "Nach unten bewegen"
|
|
372
304
|
|
|
373
305
|
#. Default: "Move up"
|
|
374
306
|
#: components/Blocks/Block/Edit
|
|
375
307
|
msgid "Move up"
|
|
376
|
-
msgstr ""
|
|
308
|
+
msgstr "Nach oben bewegen"
|
|
377
309
|
|
|
378
310
|
#. Default: "Multiple choices?"
|
|
379
311
|
#: components/Blocks/EventCalendar/Search/schema
|
|
380
312
|
msgid "Multiple choices?"
|
|
381
|
-
msgstr ""
|
|
382
|
-
|
|
383
|
-
#. Default: "Narrow"
|
|
384
|
-
#: components/Widgets/BlockWidth
|
|
385
|
-
msgid "Narrow"
|
|
386
|
-
msgstr ""
|
|
313
|
+
msgstr "Mehrfachauswahl?"
|
|
387
314
|
|
|
388
315
|
#. Default: "Next Page"
|
|
389
316
|
#: components/Blocks/Listing/ListingBody
|
|
@@ -403,7 +330,7 @@ msgstr "Keine Elemente im Ordner gefunden."
|
|
|
403
330
|
#. Default: "No selection"
|
|
404
331
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
405
332
|
msgid "No selection"
|
|
406
|
-
msgstr ""
|
|
333
|
+
msgstr "Keine Auswahl"
|
|
407
334
|
|
|
408
335
|
#. Default: "Open configuration"
|
|
409
336
|
#: components/Widgets/ModalJSONEditor
|
|
@@ -416,7 +343,7 @@ msgstr "Konfiguration öffnen"
|
|
|
416
343
|
#: components/Widgets/schema/headerActionsSchema
|
|
417
344
|
#: components/Widgets/schema/iconLinkListSchema
|
|
418
345
|
msgid "Open in a new tab"
|
|
419
|
-
msgstr ""
|
|
346
|
+
msgstr "In neuem Browser-Tab öffnen"
|
|
420
347
|
|
|
421
348
|
#. Default: "Open menu"
|
|
422
349
|
#: components/MobileNavigation/MobileNavigation
|
|
@@ -446,9 +373,6 @@ msgid "Phone"
|
|
|
446
373
|
msgstr "Telefon"
|
|
447
374
|
|
|
448
375
|
#. Default: "Please choose an existing content as source for this element"
|
|
449
|
-
#: components/Blocks/Slider/DefaultBody
|
|
450
|
-
#: components/Blocks/Slider/SliderVariants
|
|
451
|
-
#: components/Blocks/Slider/View
|
|
452
376
|
#: components/Blocks/Teaser/Body
|
|
453
377
|
msgid "Please choose an existing content as source for this element"
|
|
454
378
|
msgstr "Bitte wählen sie einen bestehenden Inhalt als Quelle für dieses Element"
|
|
@@ -456,12 +380,12 @@ msgstr "Bitte wählen sie einen bestehenden Inhalt als Quelle für dieses Elemen
|
|
|
456
380
|
#. Default: "Plone Foundation"
|
|
457
381
|
#: components/Footer/slots/Copyright
|
|
458
382
|
msgid "Plone Foundation"
|
|
459
|
-
msgstr ""
|
|
383
|
+
msgstr "Plone Foundation"
|
|
460
384
|
|
|
461
385
|
#. Default: "Plone{reg} Open Source CMS/WCM"
|
|
462
386
|
#: components/Footer/slots/Copyright
|
|
463
387
|
msgid "Plone{reg} Open Source CMS/WCM"
|
|
464
|
-
msgstr ""
|
|
388
|
+
msgstr "Plone{reg} Open Source CMS/WCM"
|
|
465
389
|
|
|
466
390
|
#. Default: "Press"
|
|
467
391
|
#: index
|
|
@@ -473,11 +397,6 @@ msgstr "Presse"
|
|
|
473
397
|
msgid "Previous Page"
|
|
474
398
|
msgstr "Vorherige Seite"
|
|
475
399
|
|
|
476
|
-
#. Default: "Refresh source content"
|
|
477
|
-
#: components/Blocks/Slider/Data
|
|
478
|
-
msgid "Refresh source content"
|
|
479
|
-
msgstr ""
|
|
480
|
-
|
|
481
400
|
#. Default: "Register"
|
|
482
401
|
#: components/Anontools/Anontools
|
|
483
402
|
msgid "Register"
|
|
@@ -487,23 +406,13 @@ msgstr "Registrieren"
|
|
|
487
406
|
#: components/Widgets/BlocksObject
|
|
488
407
|
#: components/Widgets/ObjectList
|
|
489
408
|
msgid "Remove item"
|
|
490
|
-
msgstr ""
|
|
491
|
-
|
|
492
|
-
#. Default: "Reset the block"
|
|
493
|
-
#: components/Blocks/Slider/Data
|
|
494
|
-
msgid "Reset the block"
|
|
495
|
-
msgstr ""
|
|
409
|
+
msgstr "Element entfernen"
|
|
496
410
|
|
|
497
411
|
#. Default: "Result"
|
|
498
412
|
#: components/Blocks/Listing/ListingBody
|
|
499
413
|
msgid "Result"
|
|
500
414
|
msgstr "Ergebnis"
|
|
501
415
|
|
|
502
|
-
#. Default: "Right"
|
|
503
|
-
#: components/Widgets/BlockAlignment
|
|
504
|
-
msgid "Right"
|
|
505
|
-
msgstr "Rechts"
|
|
506
|
-
|
|
507
416
|
#. Default: "Room"
|
|
508
417
|
#: components/Summary/PersonSummary
|
|
509
418
|
msgid "Room"
|
|
@@ -529,12 +438,12 @@ msgstr "Seite durchsuchen"
|
|
|
529
438
|
#. Default: "Search block"
|
|
530
439
|
#: components/Blocks/EventCalendar/Search/schema
|
|
531
440
|
msgid "Search block"
|
|
532
|
-
msgstr ""
|
|
441
|
+
msgstr "Such-Block"
|
|
533
442
|
|
|
534
443
|
#. Default: "Search button label"
|
|
535
444
|
#: components/Blocks/EventCalendar/Search/schema
|
|
536
445
|
msgid "Search button label"
|
|
537
|
-
msgstr ""
|
|
446
|
+
msgstr "Label Such-Button"
|
|
538
447
|
|
|
539
448
|
#. Default: "Search for People, E-Mail Address, Phone Number, ..."
|
|
540
449
|
#: components/SearchWidget/IntranetSearchWidget
|
|
@@ -544,7 +453,7 @@ msgstr "Suche nach Personen, E-Mail-Adresse, Telefonnummer, ..."
|
|
|
544
453
|
#. Default: "Search input label"
|
|
545
454
|
#: components/Blocks/EventCalendar/Search/schema
|
|
546
455
|
msgid "Search input label"
|
|
547
|
-
msgstr ""
|
|
456
|
+
msgstr "Label Suchfeld"
|
|
548
457
|
|
|
549
458
|
#. Default: "Search results"
|
|
550
459
|
#: components/Blocks/Search/components/SearchDetails
|
|
@@ -559,84 +468,73 @@ msgstr "Gesucht für"
|
|
|
559
468
|
#. Default: "Section title"
|
|
560
469
|
#: components/Blocks/EventCalendar/Search/schema
|
|
561
470
|
msgid "Section title"
|
|
562
|
-
msgstr ""
|
|
563
|
-
|
|
564
|
-
#. Default: "Short line"
|
|
565
|
-
#: components/Blocks/Separator/schema
|
|
566
|
-
msgid "Short line"
|
|
567
|
-
msgstr ""
|
|
471
|
+
msgstr "Abschnittstitel"
|
|
568
472
|
|
|
569
473
|
#. Default: "Show item"
|
|
570
474
|
#: components/Widgets/BlocksObject
|
|
571
475
|
#: components/Widgets/ObjectList
|
|
572
476
|
msgid "Show item"
|
|
573
|
-
msgstr ""
|
|
477
|
+
msgstr "Element anzeigen"
|
|
574
478
|
|
|
575
479
|
#. Default: "Show search button?"
|
|
576
480
|
#: components/Blocks/EventCalendar/Search/schema
|
|
577
481
|
msgid "Show search button?"
|
|
578
|
-
msgstr ""
|
|
482
|
+
msgstr "Such-Button anzeigen?"
|
|
579
483
|
|
|
580
484
|
#. Default: "Show search input?"
|
|
581
485
|
#: components/Blocks/EventCalendar/Search/schema
|
|
582
486
|
msgid "Show search input?"
|
|
583
|
-
msgstr ""
|
|
487
|
+
msgstr "Such-Eingabe anzeigen?"
|
|
584
488
|
|
|
585
489
|
#. Default: "Show sorting?"
|
|
586
490
|
#: components/Blocks/EventCalendar/Search/schema
|
|
587
491
|
msgid "Show sorting?"
|
|
588
|
-
msgstr ""
|
|
492
|
+
msgstr "Sortieroption anzeigen?"
|
|
589
493
|
|
|
590
494
|
#. Default: "Show total results"
|
|
591
495
|
#: components/Blocks/EventCalendar/Search/schema
|
|
592
496
|
msgid "Show total results"
|
|
593
|
-
msgstr ""
|
|
497
|
+
msgstr "Anzahl an Ergebnissen anzeigen"
|
|
594
498
|
|
|
595
499
|
#. Default: "Simple"
|
|
596
500
|
#: index
|
|
597
501
|
msgid "Simple"
|
|
598
502
|
msgstr "Einfach"
|
|
599
503
|
|
|
504
|
+
#. Default: "Site Setup"
|
|
505
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
506
|
+
msgid "Site Setup"
|
|
507
|
+
msgstr "Systemeinstellungen"
|
|
508
|
+
|
|
600
509
|
#. Default: "Sitemap"
|
|
601
510
|
#: index
|
|
602
511
|
msgid "Sitemap"
|
|
603
512
|
msgstr "Übersicht"
|
|
604
513
|
|
|
605
|
-
#. Default: "Small"
|
|
606
|
-
#: components/Widgets/Size
|
|
607
|
-
msgid "Small"
|
|
608
|
-
msgstr ""
|
|
609
|
-
|
|
610
514
|
#. Default: "Sort on"
|
|
611
515
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
612
516
|
msgid "Sort on"
|
|
613
|
-
msgstr ""
|
|
517
|
+
msgstr "Sortieren nach"
|
|
614
518
|
|
|
615
519
|
#. Default: "Sort on options"
|
|
616
520
|
#: components/Blocks/EventCalendar/Search/schema
|
|
617
521
|
msgid "Sort on options"
|
|
618
|
-
msgstr ""
|
|
522
|
+
msgstr "Sortieroptionen"
|
|
619
523
|
|
|
620
524
|
#. Default: "Sorted on"
|
|
621
525
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
622
526
|
msgid "Sorted on"
|
|
623
|
-
msgstr ""
|
|
527
|
+
msgstr "Sortiert nach"
|
|
624
528
|
|
|
625
529
|
#. Default: "Sorting"
|
|
626
530
|
#: components/Blocks/Search/TopSideFacets
|
|
627
531
|
msgid "Sorting"
|
|
628
532
|
msgstr "Sortierung"
|
|
629
533
|
|
|
630
|
-
#. Default: "Source"
|
|
631
|
-
#: components/Blocks/Slider/DefaultBody
|
|
632
|
-
#: components/Blocks/Slider/SliderVariants
|
|
633
|
-
msgid "Source"
|
|
634
|
-
msgstr "Quelle"
|
|
635
|
-
|
|
636
534
|
#. Default: "Sponsored by:"
|
|
637
535
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
638
536
|
msgid "Sponsored by:"
|
|
639
|
-
msgstr ""
|
|
537
|
+
msgstr "Gesponsert von:"
|
|
640
538
|
|
|
641
539
|
#. Default: "Start"
|
|
642
540
|
#: components/Blocks/EventMetadata/View
|
|
@@ -659,12 +557,12 @@ msgstr "Ziel"
|
|
|
659
557
|
#. Default: "The button presence disables the live search, the query is issued when you press ENTER"
|
|
660
558
|
#: components/Blocks/EventCalendar/Search/schema
|
|
661
559
|
msgid "The button presence disables the live search, the query is issued when you press ENTER"
|
|
662
|
-
msgstr ""
|
|
560
|
+
msgstr "Der Button deaktiviert die Live-Suche, die Suchanfrage wird abgeschickt wenn die ENTER-Taste gedrückt wird."
|
|
663
561
|
|
|
664
562
|
#. Default: "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
665
563
|
#: components/Footer/slots/Copyright
|
|
666
564
|
msgid "The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends."
|
|
667
|
-
msgstr ""
|
|
565
|
+
msgstr "{plonecms} {copyright} 2000-{current_year} {plonefoundation} und Freunde."
|
|
668
566
|
|
|
669
567
|
#. Default: "Title"
|
|
670
568
|
#: components/Blocks/Image/schema
|
|
@@ -680,7 +578,7 @@ msgstr "Titel"
|
|
|
680
578
|
#: components/Theme/RenderBlocks
|
|
681
579
|
#: components/Theme/RenderBlocksV2
|
|
682
580
|
msgid "Unknown Block"
|
|
683
|
-
msgstr ""
|
|
581
|
+
msgstr "Unbekannter Block {block}"
|
|
684
582
|
|
|
685
583
|
#. Default: "Website"
|
|
686
584
|
#: components/Blocks/EventMetadata/View
|
|
@@ -690,13 +588,37 @@ msgstr "Webseite"
|
|
|
690
588
|
#. Default: "Available views"
|
|
691
589
|
#: components/Blocks/EventCalendar/Search/schema
|
|
692
590
|
msgid "availableViews"
|
|
693
|
-
msgstr ""
|
|
591
|
+
msgstr "Verfügbare Ansichten"
|
|
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."
|
|
594
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
595
|
+
msgid "blockErrorBoundaryDescription"
|
|
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."
|
|
597
|
+
|
|
598
|
+
#. Default: "Block error:"
|
|
599
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
600
|
+
msgid "blockErrorBoundaryTitle"
|
|
601
|
+
msgstr "Block-Fehler:"
|
|
602
|
+
|
|
603
|
+
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
604
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
605
|
+
msgid "blockErrorBoundaryViewDescription"
|
|
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."
|
|
694
607
|
|
|
695
608
|
#. Default: "Delete"
|
|
696
609
|
#: components/Blocks/Block/Edit
|
|
697
|
-
#: components/Blocks/Block/EditBlockWrapper
|
|
698
610
|
msgid "delete"
|
|
699
|
-
msgstr ""
|
|
611
|
+
msgstr "Löschen"
|
|
612
|
+
|
|
613
|
+
#. Default: "delete {type} block"
|
|
614
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
615
|
+
msgid "delete_block"
|
|
616
|
+
msgstr "{type}-Block löschen"
|
|
617
|
+
|
|
618
|
+
#. Default: "drag {type} block"
|
|
619
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
620
|
+
msgid "drag_block"
|
|
621
|
+
msgstr "{type}-Block ziehen"
|
|
700
622
|
|
|
701
623
|
#. Default: "Clear image"
|
|
702
624
|
#: components/Blocks/Image/ImageSidebar
|
|
@@ -713,12 +635,6 @@ msgstr "Bild Vorschau"
|
|
|
713
635
|
msgid "loading"
|
|
714
636
|
msgstr "laden"
|
|
715
637
|
|
|
716
|
-
#. Default: "More info"
|
|
717
|
-
#: components/Blocks/Slider/DefaultBody
|
|
718
|
-
#: components/Blocks/Slider/SliderVariants
|
|
719
|
-
msgid "moreInfo"
|
|
720
|
-
msgstr "Mehr Informationen"
|
|
721
|
-
|
|
722
638
|
#. Default: "of"
|
|
723
639
|
#: components/Blocks/Listing/ListingBody
|
|
724
640
|
msgid "of"
|
|
@@ -727,4 +643,4 @@ msgstr "von"
|
|
|
727
643
|
#. Default: "Views"
|
|
728
644
|
#: components/Blocks/EventCalendar/Search/schema
|
|
729
645
|
msgid "views"
|
|
730
|
-
msgstr ""
|
|
646
|
+
msgstr "Ansichten"
|