Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Add responsive table variation #242

Merged
merged 10 commits into from
May 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [6.1.0](https://github.com/eea/volto-slate/compare/6.0.1...6.1.0)

- i18n: German [`92fbba3`](https://github.com/eea/volto-slate/commit/92fbba3a6a592f637e2df7c741bb416270c7a89d)
- i18n [`915de56`](https://github.com/eea/volto-slate/commit/915de566855de4e3d3fb1cf335b9cdb3e5866f5e)
- Release 6.1.0 [`af20f4f`](https://github.com/eea/volto-slate/commit/af20f4fe6b988a7caf8aa403524882a5056d6c71)
- Roll back table variations -> add responsive toggle instead [`be2e145`](https://github.com/eea/volto-slate/commit/be2e145ea750bd0f271d9d8f1e7850f148d73bf0)
- Add table type for unit tests [`d4d0823`](https://github.com/eea/volto-slate/commit/d4d0823314658cbd1635a0c30c35b968a05386e3)
- Add responsive table variation [`84b8755`](https://github.com/eea/volto-slate/commit/84b8755a0be9d8aaff2afc7164ac558ca80d7c1c)

#### [6.0.1](https://github.com/eea/volto-slate/compare/6.0.0...6.0.1)

- fix(SlateEditor): Cannot read property length of undefined [`bf58dda`](https://github.com/eea/volto-slate/commit/bf58ddacd2b04aced62ccbf6aad72b15329fd02a)
> 20 May 2022

- fix(SlateEditor): Cannot read property length of undefined [`#241`](https://github.com/eea/volto-slate/pull/241)

### [6.0.0](https://github.com/eea/volto-slate/compare/5.4.1...6.0.0)

Expand Down
82 changes: 66 additions & 16 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ msgstr ""

#: blocks/Title/TitleBlockEdit
msgid "Add a description…"
msgstr ""
msgstr "Beschreibung hinzufügen…"

#: editor/plugins/SimpleLink/index
msgid "Add link"
msgstr "Link hinzufügen"

#: blocks/Table/schema
msgid "Align text"
msgstr "Text ausrichten"

#: editor/plugins/StyleMenu/StyleMenu
msgid "All Styles Applied"
msgstr "Alle Formatierungen angewendet"
Expand All @@ -35,13 +39,17 @@ msgstr ""
msgid "Back"
msgstr "Zurück"

#: blocks/Table/schema
msgid "Bottom"
msgstr "Unterseite"

#: widgets/BlocksBrowser/BlocksBrowserNav
msgid "Browse"
msgstr "Durchsuchen"

#: blocks/Table/TableBlockEdit
msgid "Cell"
msgstr "Zelle"
#: blocks/Table/schema
msgid "Center"
msgstr "Mittig"

#: widgets/BlocksBrowser/BlocksBrowserBody
msgid "Choose Target"
Expand All @@ -52,18 +60,20 @@ msgid "Delete"
msgstr "Löschen"

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Delete col"
msgstr "Spalte löschen"

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Delete row"
msgstr "Zeile löschen"

#: editor/plugins/Table/index
msgid "Delete table"
msgstr ""
msgstr "Tabelle löschen"

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Divide each row into separate cells"
msgstr "Jede Zeile in einzelne Zellen teilen"

Expand All @@ -80,34 +90,54 @@ msgstr "Element bearbeiten"
msgid "Edit link"
msgstr "Link bearbeiten"

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Fixed width table cells"
msgstr "Zellen mit fester Breite"

#: editor/plugins/StyleMenu/StyleMenu
msgid "Font Style"
msgstr "Schriftart"

#: blocks/Table/schema
msgid "Hide headers"
msgstr "Überschriften ausblenden"

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert col after"
msgstr "Spalte dahinter einfügen"

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert col before"
msgstr "Spalte davor einfügen"

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert row after"
msgstr "Zeile dahinter einfügen"

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert row before"
msgstr "Zeile davor einfügen"

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Left"
msgstr "Links"

#: blocks/Table/schema
msgid "Make the table compact"
msgstr "Tabelle komprimieren"

#: blocks/Table/schema
msgid "Make the table sortable"
msgstr "Machen Sie die Tabelle sortierbar"

#: blocks/Table/schema
msgid "Middle"
msgstr "Mitte"

#: editor/plugins/StyleMenu/StyleMenu
msgid "No Style"
msgstr "Keine Formatierung"
Expand All @@ -116,6 +146,10 @@ msgstr "Keine Formatierung"
msgid "No items selected"
msgstr "Keine Elemente ausgewählt"

#: blocks/Text/SlashMenu
msgid "No matching blocks"
msgstr "Keine passenden Blöcke"

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Open object browser"
msgstr "Objektsucher öffnen"
Expand All @@ -124,7 +158,7 @@ msgstr "Objektsucher öffnen"
msgid "Paragraph Style"
msgstr "Abschnittsformatierung"

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Reduce complexity"
msgstr "Komplexität vereinfachen"

Expand All @@ -136,31 +170,47 @@ msgstr "Element entfernen"
msgid "Remove link"
msgstr "Link entferenen"

#: blocks/Table/schema
msgid "Responsive"
msgstr "Sich anpassendes Design"

#: blocks/Table/schema
msgid "Right"
msgstr "Richtig"

#: widgets/BlocksBrowser/BlocksBrowserNav
msgid "Select"
msgstr "Auswählen"

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Stripe alternate rows with color"
msgstr "Zeilen im Wechsel einfärben"

#: blocks/Table/TableBlockEdit
msgid "Table"
msgstr "Tabelle"

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Table color inverted"
msgstr "Tabellenfarbe invertiert"

#: blocks/Table/schema
msgid "Top"
msgstr "Oberteil"

#: blocks/Text/DefaultTextBlockEditor
#: blocks/Text/DetachedTextBlockEditor
msgid "Type text…"
msgstr "Text eingeben"

#: blocks/Title/TitleBlockEdit
msgid "Type the title…"
msgstr ""
msgstr "Titel eingeben…"

#: components/themes/View/DefaultSlateView
msgid "Unknown Block"
msgstr "Unbekannter Block"

#: blocks/Table/schema
msgid "Vertical align"
msgstr "Vertikal ausrichten"

#: blocks/Table/schema
msgid "Visible only in view mode"
msgstr "Nur im Ansichtsmodus sichtbar"
72 changes: 61 additions & 11 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ msgstr ""
msgid "Add link"
msgstr ""

#: blocks/Table/schema
msgid "Align text"
msgstr ""

#: editor/plugins/StyleMenu/StyleMenu
msgid "All Styles Applied"
msgstr ""
Expand All @@ -35,12 +39,16 @@ msgstr ""
msgid "Back"
msgstr ""

#: blocks/Table/schema
msgid "Bottom"
msgstr ""

#: widgets/BlocksBrowser/BlocksBrowserNav
msgid "Browse"
msgstr ""

#: blocks/Table/TableBlockEdit
msgid "Cell"
#: blocks/Table/schema
msgid "Center"
msgstr ""

#: widgets/BlocksBrowser/BlocksBrowserBody
Expand All @@ -52,18 +60,20 @@ msgid "Delete"
msgstr ""

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Delete col"
msgstr ""

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Delete row"
msgstr ""

#: editor/plugins/Table/index
msgid "Delete table"
msgstr ""

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Divide each row into separate cells"
msgstr ""

Expand All @@ -80,34 +90,54 @@ msgstr ""
msgid "Edit link"
msgstr ""

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Fixed width table cells"
msgstr ""

#: editor/plugins/StyleMenu/StyleMenu
msgid "Font Style"
msgstr ""

#: blocks/Table/schema
msgid "Hide headers"
msgstr ""

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert col after"
msgstr ""

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert col before"
msgstr ""

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert row after"
msgstr ""

#: blocks/Table/TableBlockEdit
#: editor/plugins/Table/index
msgid "Insert row before"
msgstr ""

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Left"
msgstr ""

#: blocks/Table/schema
msgid "Make the table compact"
msgstr ""

#: blocks/Table/schema
msgid "Make the table sortable"
msgstr ""

#: blocks/Table/schema
msgid "Middle"
msgstr ""

#: editor/plugins/StyleMenu/StyleMenu
msgid "No Style"
msgstr ""
Expand All @@ -116,6 +146,10 @@ msgstr ""
msgid "No items selected"
msgstr ""

#: blocks/Text/SlashMenu
msgid "No matching blocks"
msgstr ""

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Open object browser"
msgstr ""
Expand All @@ -124,7 +158,7 @@ msgstr ""
msgid "Paragraph Style"
msgstr ""

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Reduce complexity"
msgstr ""

Expand All @@ -136,20 +170,28 @@ msgstr ""
msgid "Remove link"
msgstr ""

#: blocks/Table/schema
msgid "Responsive"
msgstr ""

#: blocks/Table/schema
msgid "Right"
msgstr ""

#: widgets/BlocksBrowser/BlocksBrowserNav
msgid "Select"
msgstr ""

#: blocks/Table/TableBlockEdit
#: blocks/Table/schema
msgid "Stripe alternate rows with color"
msgstr ""

#: blocks/Table/TableBlockEdit
msgid "Table"
#: blocks/Table/schema
msgid "Table color inverted"
msgstr ""

#: blocks/Table/TableBlockEdit
msgid "Table color inverted"
#: blocks/Table/schema
msgid "Top"
msgstr ""

#: blocks/Text/DefaultTextBlockEditor
Expand All @@ -164,3 +206,11 @@ msgstr ""
#: components/themes/View/DefaultSlateView
msgid "Unknown Block"
msgstr ""

#: blocks/Table/schema
msgid "Vertical align"
msgstr ""

#: blocks/Table/schema
msgid "Visible only in view mode"
msgstr ""
Loading