@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
|
@@ -52,12 +52,6 @@ msgstr ""
|
|
|
52
52
|
msgid "Advanced facets are initially hidden and displayed on demand"
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
|
-
#. Default: "Alignment"
|
|
56
|
-
#: components/Blocks/Button/schema
|
|
57
|
-
#: components/Blocks/Separator/schema
|
|
58
|
-
msgid "Alignment"
|
|
59
|
-
msgstr ""
|
|
60
|
-
|
|
61
55
|
#. Default: "Alt text"
|
|
62
56
|
#: components/Widgets/schema/footerLogosSchema
|
|
63
57
|
#: components/Widgets/schema/iconLinkListSchema
|
|
@@ -85,9 +79,7 @@ msgid "Base search query"
|
|
|
85
79
|
msgstr ""
|
|
86
80
|
|
|
87
81
|
#. Default: "Block Width"
|
|
88
|
-
#: components/Blocks/Button/schema
|
|
89
82
|
#: components/Blocks/Image/schema
|
|
90
|
-
#: components/Blocks/Separator/schema
|
|
91
83
|
msgid "Block Width"
|
|
92
84
|
msgstr ""
|
|
93
85
|
|
|
@@ -96,21 +88,11 @@ msgstr ""
|
|
|
96
88
|
msgid "Breadcrumbs"
|
|
97
89
|
msgstr ""
|
|
98
90
|
|
|
99
|
-
#. Default: "Button text"
|
|
100
|
-
#: components/Blocks/Slider/schema
|
|
101
|
-
msgid "Button text"
|
|
102
|
-
msgstr ""
|
|
103
|
-
|
|
104
91
|
#. Default: "Cancel search"
|
|
105
92
|
#: components/Blocks/EventCalendar/Search/components/SearchInput
|
|
106
93
|
msgid "Cancel search"
|
|
107
94
|
msgstr ""
|
|
108
95
|
|
|
109
|
-
#. Default: "Center"
|
|
110
|
-
#: components/Widgets/BlockAlignment
|
|
111
|
-
msgid "Center"
|
|
112
|
-
msgstr ""
|
|
113
|
-
|
|
114
96
|
#. Default: "Close menu"
|
|
115
97
|
#: components/MobileNavigation/MobileNavigation
|
|
116
98
|
#: components/Navigation/Navigation
|
|
@@ -133,12 +115,6 @@ msgstr ""
|
|
|
133
115
|
msgid "Contact"
|
|
134
116
|
msgstr ""
|
|
135
117
|
|
|
136
|
-
#. Default: "Continue reading"
|
|
137
|
-
#: components/Blocks/Slider/DefaultBody
|
|
138
|
-
#: components/Blocks/Slider/SliderVariants
|
|
139
|
-
msgid "Continue reading"
|
|
140
|
-
msgstr ""
|
|
141
|
-
|
|
142
118
|
#. Default: "Controls"
|
|
143
119
|
#: components/Blocks/EventCalendar/Search/schema
|
|
144
120
|
msgid "Controls"
|
|
@@ -149,11 +125,6 @@ msgstr ""
|
|
|
149
125
|
msgid "Copyright"
|
|
150
126
|
msgstr ""
|
|
151
127
|
|
|
152
|
-
#. Default: "Default"
|
|
153
|
-
#: components/Widgets/BlockWidth
|
|
154
|
-
msgid "Default"
|
|
155
|
-
msgstr ""
|
|
156
|
-
|
|
157
128
|
#. Default: "Descending"
|
|
158
129
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
159
130
|
msgid "Descending"
|
|
@@ -212,21 +183,11 @@ msgstr ""
|
|
|
212
183
|
msgid "Field"
|
|
213
184
|
msgstr ""
|
|
214
185
|
|
|
215
|
-
#. Default: "Align"
|
|
216
|
-
#: components/Blocks/Slider/schema
|
|
217
|
-
msgid "Flag align"
|
|
218
|
-
msgstr ""
|
|
219
|
-
|
|
220
186
|
#. Default: "Follow us:"
|
|
221
187
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
222
188
|
msgid "Follow us:"
|
|
223
189
|
msgstr ""
|
|
224
190
|
|
|
225
|
-
#. Default: "Full"
|
|
226
|
-
#: components/Widgets/BlockWidth
|
|
227
|
-
msgid "Full"
|
|
228
|
-
msgstr ""
|
|
229
|
-
|
|
230
191
|
#. Default: "GNU GPL v2 license"
|
|
231
192
|
#: components/Footer/slots/Copyright
|
|
232
193
|
msgid "GNU GPL license"
|
|
@@ -242,11 +203,6 @@ msgstr ""
|
|
|
242
203
|
msgid "Hidden facets will still filter the results if proper parameters are passed in URLs"
|
|
243
204
|
msgstr ""
|
|
244
205
|
|
|
245
|
-
#. Default: "Hide Button"
|
|
246
|
-
#: components/Blocks/Slider/schema
|
|
247
|
-
msgid "Hide Button"
|
|
248
|
-
msgstr ""
|
|
249
|
-
|
|
250
206
|
#. Default: "Hide facet?"
|
|
251
207
|
#: components/Blocks/EventCalendar/Search/schema
|
|
252
208
|
msgid "Hide facet?"
|
|
@@ -280,11 +236,6 @@ msgstr ""
|
|
|
280
236
|
msgid "Invalid Block"
|
|
281
237
|
msgstr ""
|
|
282
238
|
|
|
283
|
-
#. Default: "Invalid Slider source"
|
|
284
|
-
#: components/Blocks/Slider/Data
|
|
285
|
-
msgid "Invalid Slider source"
|
|
286
|
-
msgstr ""
|
|
287
|
-
|
|
288
239
|
#. Default: "Item"
|
|
289
240
|
#: components/Widgets/schema/iconLinkListSchema
|
|
290
241
|
msgid "Item"
|
|
@@ -295,21 +246,6 @@ msgstr ""
|
|
|
295
246
|
msgid "Label"
|
|
296
247
|
msgstr ""
|
|
297
248
|
|
|
298
|
-
#. Default: "Large"
|
|
299
|
-
#: components/Widgets/Size
|
|
300
|
-
msgid "Large"
|
|
301
|
-
msgstr ""
|
|
302
|
-
|
|
303
|
-
#. Default: "Layout"
|
|
304
|
-
#: components/Widgets/BlockWidth
|
|
305
|
-
msgid "Layout"
|
|
306
|
-
msgstr ""
|
|
307
|
-
|
|
308
|
-
#. Default: "Left"
|
|
309
|
-
#: components/Widgets/BlockAlignment
|
|
310
|
-
msgid "Left"
|
|
311
|
-
msgstr ""
|
|
312
|
-
|
|
313
249
|
#. Default: "Link"
|
|
314
250
|
#: components/Widgets/schema/footerLinksSchema
|
|
315
251
|
msgid "Link"
|
|
@@ -355,11 +291,6 @@ msgstr "Logo-Bild"
|
|
|
355
291
|
msgid "Logo of"
|
|
356
292
|
msgstr ""
|
|
357
293
|
|
|
358
|
-
#. Default: "Medium"
|
|
359
|
-
#: components/Widgets/Size
|
|
360
|
-
msgid "Medium"
|
|
361
|
-
msgstr ""
|
|
362
|
-
|
|
363
294
|
#. Default: "Move down"
|
|
364
295
|
#: components/Blocks/Block/Edit
|
|
365
296
|
msgid "Move down"
|
|
@@ -375,11 +306,6 @@ msgstr ""
|
|
|
375
306
|
msgid "Multiple choices?"
|
|
376
307
|
msgstr ""
|
|
377
308
|
|
|
378
|
-
#. Default: "Narrow"
|
|
379
|
-
#: components/Widgets/BlockWidth
|
|
380
|
-
msgid "Narrow"
|
|
381
|
-
msgstr ""
|
|
382
|
-
|
|
383
309
|
#. Default: "Next Page"
|
|
384
310
|
#: components/Blocks/Listing/ListingBody
|
|
385
311
|
msgid "Next Page"
|
|
@@ -441,9 +367,6 @@ msgid "Phone"
|
|
|
441
367
|
msgstr ""
|
|
442
368
|
|
|
443
369
|
#. Default: "Please choose an existing content as source for this element"
|
|
444
|
-
#: components/Blocks/Slider/DefaultBody
|
|
445
|
-
#: components/Blocks/Slider/SliderVariants
|
|
446
|
-
#: components/Blocks/Slider/View
|
|
447
370
|
#: components/Blocks/Teaser/Body
|
|
448
371
|
msgid "Please choose an existing content as source for this element"
|
|
449
372
|
msgstr ""
|
|
@@ -468,11 +391,6 @@ msgstr ""
|
|
|
468
391
|
msgid "Previous Page"
|
|
469
392
|
msgstr ""
|
|
470
393
|
|
|
471
|
-
#. Default: "Refresh source content"
|
|
472
|
-
#: components/Blocks/Slider/Data
|
|
473
|
-
msgid "Refresh source content"
|
|
474
|
-
msgstr ""
|
|
475
|
-
|
|
476
394
|
#. Default: "Register"
|
|
477
395
|
#: components/Anontools/Anontools
|
|
478
396
|
msgid "Register"
|
|
@@ -484,21 +402,11 @@ msgstr ""
|
|
|
484
402
|
msgid "Remove item"
|
|
485
403
|
msgstr ""
|
|
486
404
|
|
|
487
|
-
#. Default: "Reset the block"
|
|
488
|
-
#: components/Blocks/Slider/Data
|
|
489
|
-
msgid "Reset the block"
|
|
490
|
-
msgstr ""
|
|
491
|
-
|
|
492
405
|
#. Default: "Result"
|
|
493
406
|
#: components/Blocks/Listing/ListingBody
|
|
494
407
|
msgid "Result"
|
|
495
408
|
msgstr ""
|
|
496
409
|
|
|
497
|
-
#. Default: "Right"
|
|
498
|
-
#: components/Widgets/BlockAlignment
|
|
499
|
-
msgid "Right"
|
|
500
|
-
msgstr ""
|
|
501
|
-
|
|
502
410
|
#. Default: "Room"
|
|
503
411
|
#: components/Summary/PersonSummary
|
|
504
412
|
msgid "Room"
|
|
@@ -556,11 +464,6 @@ msgstr ""
|
|
|
556
464
|
msgid "Section title"
|
|
557
465
|
msgstr ""
|
|
558
466
|
|
|
559
|
-
#. Default: "Short line"
|
|
560
|
-
#: components/Blocks/Separator/schema
|
|
561
|
-
msgid "Short line"
|
|
562
|
-
msgstr ""
|
|
563
|
-
|
|
564
467
|
#. Default: "Show item"
|
|
565
468
|
#: components/Widgets/BlocksObject
|
|
566
469
|
#: components/Widgets/ObjectList
|
|
@@ -592,16 +495,16 @@ msgstr ""
|
|
|
592
495
|
msgid "Simple"
|
|
593
496
|
msgstr ""
|
|
594
497
|
|
|
498
|
+
#. Default: "Site Setup"
|
|
499
|
+
#: components/Breadcrumbs/Breadcrumbs
|
|
500
|
+
msgid "Site Setup"
|
|
501
|
+
msgstr ""
|
|
502
|
+
|
|
595
503
|
#. Default: "Sitemap"
|
|
596
504
|
#: index
|
|
597
505
|
msgid "Sitemap"
|
|
598
506
|
msgstr ""
|
|
599
507
|
|
|
600
|
-
#. Default: "Small"
|
|
601
|
-
#: components/Widgets/Size
|
|
602
|
-
msgid "Small"
|
|
603
|
-
msgstr ""
|
|
604
|
-
|
|
605
508
|
#. Default: "Sort on"
|
|
606
509
|
#: components/Blocks/EventCalendar/Search/components/SortOn
|
|
607
510
|
msgid "Sort on"
|
|
@@ -622,12 +525,6 @@ msgstr ""
|
|
|
622
525
|
msgid "Sorting"
|
|
623
526
|
msgstr ""
|
|
624
527
|
|
|
625
|
-
#. Default: "Source"
|
|
626
|
-
#: components/Blocks/Slider/DefaultBody
|
|
627
|
-
#: components/Blocks/Slider/SliderVariants
|
|
628
|
-
msgid "Source"
|
|
629
|
-
msgstr ""
|
|
630
|
-
|
|
631
528
|
#. Default: "Sponsored by:"
|
|
632
529
|
#: components/Footer/slots/FollowUsLogoAndLinks
|
|
633
530
|
msgid "Sponsored by:"
|
|
@@ -687,12 +584,36 @@ msgstr ""
|
|
|
687
584
|
msgid "availableViews"
|
|
688
585
|
msgstr ""
|
|
689
586
|
|
|
587
|
+
#. 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."
|
|
588
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
589
|
+
msgid "blockErrorBoundaryDescription"
|
|
590
|
+
msgstr ""
|
|
591
|
+
|
|
592
|
+
#. Default: "Block error:"
|
|
593
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
594
|
+
msgid "blockErrorBoundaryTitle"
|
|
595
|
+
msgstr ""
|
|
596
|
+
|
|
597
|
+
#. Default: "The {type} block with the id {block} errored and cannot be displayed.{lineBreak}Please contact the site administrator for further assistance."
|
|
598
|
+
#: components/Blocks/Block/ErrorBoundaryMessage
|
|
599
|
+
msgid "blockErrorBoundaryViewDescription"
|
|
600
|
+
msgstr ""
|
|
601
|
+
|
|
690
602
|
#. Default: "Delete"
|
|
691
603
|
#: components/Blocks/Block/Edit
|
|
692
|
-
#: components/Blocks/Block/EditBlockWrapper
|
|
693
604
|
msgid "delete"
|
|
694
605
|
msgstr ""
|
|
695
606
|
|
|
607
|
+
#. Default: "delete {type} block"
|
|
608
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
609
|
+
msgid "delete_block"
|
|
610
|
+
msgstr ""
|
|
611
|
+
|
|
612
|
+
#. Default: "drag {type} block"
|
|
613
|
+
#: components/Blocks/Block/EditBlockWrapper
|
|
614
|
+
msgid "drag_block"
|
|
615
|
+
msgstr ""
|
|
616
|
+
|
|
696
617
|
#. Default: "Clear image"
|
|
697
618
|
#: components/Blocks/Image/ImageSidebar
|
|
698
619
|
msgid "image_block_clear"
|
|
@@ -708,12 +629,6 @@ msgstr ""
|
|
|
708
629
|
msgid "loading"
|
|
709
630
|
msgstr ""
|
|
710
631
|
|
|
711
|
-
#. Default: "More info"
|
|
712
|
-
#: components/Blocks/Slider/DefaultBody
|
|
713
|
-
#: components/Blocks/Slider/SliderVariants
|
|
714
|
-
msgid "moreInfo"
|
|
715
|
-
msgstr ""
|
|
716
|
-
|
|
717
632
|
#. Default: "of"
|
|
718
633
|
#: components/Blocks/Listing/ListingBody
|
|
719
634
|
msgid "of"
|