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

Commit

Permalink
Merge pull request #154 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea committed Sep 20, 2021
2 parents 98d1eea + 4635fc2 commit 70f4ad6
Show file tree
Hide file tree
Showing 11 changed files with 346 additions and 21 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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).

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

- EN/DE translations [`#155`](https://github.com/eea/volto-slate/pull/155)
- Fix table interaction [`#153`](https://github.com/eea/volto-slate/pull/153)
- Update tests snapshots [`4fed203`](https://github.com/eea/volto-slate/commit/4fed2037a74bc10d2d962b2b8821811eb72801e1)
- Add table className also on edit [`9fa9140`](https://github.com/eea/volto-slate/commit/9fa9140b2333352ab03198c4ea0ef2a6653169c4)
- Add className on Table block in order to be able to theme it [`0dfd748`](https://github.com/eea/volto-slate/commit/0dfd748adbcc1ec77cb7d643077ddee7c7641678)
- Revert SimpleLink/index.js [`ad3aa4c`](https://github.com/eea/volto-slate/commit/ad3aa4c451aea923f916b6542f38e6710e43e418)
- Fix misspelled variable [`58286dc`](https://github.com/eea/volto-slate/commit/58286dce0ab76b89bb4ce309cc255e27111de569)
- Add comment on code purpose [`305bf53`](https://github.com/eea/volto-slate/commit/305bf53ed9937e05d9ac8b1a90656addd07ebf80)
- Don't allow clicking the link in the editor [`617d19c`](https://github.com/eea/volto-slate/commit/617d19ce503ca3f0aab6ebbe516e400dc40ec384)

#### [3.1.0](https://github.com/eea/volto-slate/compare/3.1.0-alpha.1...3.1.0)

> 14 September 2021
- Release 3.1.0 - html widget fixes (#149) [`#152`](https://github.com/eea/volto-slate/pull/152)
- Upgrade to 3.x.x README update [`#151`](https://github.com/eea/volto-slate/pull/151)
- Release 3.0.0 [`#150`](https://github.com/eea/volto-slate/pull/150)
- [JENKINS] - Skip integration tests to be able to release 3.1.0 [`ec6bd8e`](https://github.com/eea/volto-slate/commit/ec6bd8e2b8bc1a0694941d5a1b354ad8a790fd94)
- Revert "Disable some cypress tests in order to be able to release" [`52ffee2`](https://github.com/eea/volto-slate/commit/52ffee2ba4fa586d3349be0e74ee687de5b2d069)

Expand Down
145 changes: 145 additions & 0 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language: \n"
"Language-Team: \n"
"Content-Type: \n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

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

#: editor/plugins/StyleMenu/StyleMenu
msgid "All Styles Applied"
msgstr "Alle Formatierungen angewendet"

#: widgets/BlocksBrowser/BlocksBrowserNav
msgid "Back"
msgstr "Zurück"

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

#: blocks/Table/TableBlockEdit
msgid "Cell"
msgstr "Zelle"

#: widgets/BlocksBrowser/BlocksBrowserBody
msgid "Choose Target"
msgstr "Ziel auswählen"

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Delete"
msgstr "Löschen"

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

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

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

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Edit"
msgstr "Bearbeiten"

#: components/ElementEditor/messages
msgid "Edit element"
msgstr "Element bearbeiten"

#: editor/plugins/Link/index
#: editor/plugins/SimpleLink/index
msgid "Edit link"
msgstr "Link bearbeiten"

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

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

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

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

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

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

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

#: editor/plugins/StyleMenu/StyleMenu
msgid "No Style"
msgstr "Keine Formatierung"

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "No items selected"
msgstr "Keine Elemente ausgewählt"

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Open object browser"
msgstr "Objektsucher öffnen"

#: editor/plugins/StyleMenu/StyleMenu
msgid "Paragraph Style"
msgstr "Abschnittsformatierung"

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

#: components/ElementEditor/messages
msgid "Remove element"
msgstr "Element entfernen"

#: editor/plugins/Link/index
msgid "Remove link"
msgstr "Link entferenen"

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

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

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

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

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

#: components/themes/View/DefaultSlateView
msgid "Unknown Block"
msgstr "Unbekannter Block"
145 changes: 145 additions & 0 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language: \n"
"Language-Team: \n"
"Content-Type: \n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#: editor/plugins/SimpleLink/index
msgid "Add link"
msgstr ""

#: editor/plugins/StyleMenu/StyleMenu
msgid "All Styles Applied"
msgstr ""

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

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

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

#: widgets/BlocksBrowser/BlocksBrowserBody
msgid "Choose Target"
msgstr ""

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Delete"
msgstr ""

#: blocks/Table/TableBlockEdit
msgid "Delete col"
msgstr ""

#: blocks/Table/TableBlockEdit
msgid "Delete row"
msgstr ""

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

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Edit"
msgstr ""

#: components/ElementEditor/messages
msgid "Edit element"
msgstr ""

#: editor/plugins/Link/index
#: editor/plugins/SimpleLink/index
msgid "Edit link"
msgstr ""

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

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

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

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

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

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

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

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

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "No items selected"
msgstr ""

#: widgets/BlocksBrowser/BlocksBrowserWidget
msgid "Open object browser"
msgstr ""

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

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

#: components/ElementEditor/messages
msgid "Remove element"
msgstr ""

#: editor/plugins/Link/index
msgid "Remove link"
msgstr ""

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

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

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

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

#: blocks/Text/TextBlockEdit
msgid "Type text…"
msgstr ""

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

0 comments on commit 70f4ad6

Please sign in to comment.