From f0e6eaff3cbc373a836bb9d3e77658adf1a2c6cf Mon Sep 17 00:00:00 2001 From: Tim Fischbach Date: Mon, 10 Dec 2018 14:03:32 +0100 Subject: [PATCH] Update locales --- config/locales/de.yml | 3 +++ config/locales/en.yml | 3 +++ config/locales/new/background_color.de.yml | 11 ----------- config/locales/new/background_color.en.yml | 11 ----------- 4 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 config/locales/new/background_color.de.yml delete mode 100644 config/locales/new/background_color.en.yml diff --git a/config/locales/de.yml b/config/locales/de.yml index ac425bf..2ea25b0 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -10,6 +10,7 @@ de: sticky_inline_image: Bild an Seite haften text_coverage: Textabdeckung text_image_id: Bild im Text + text_page_background_color: Hintergrundfarbe text_titel: Überschrift text_title: Texttitel title_position: Titelposition @@ -43,10 +44,12 @@ de: header: Titel inline_help: pageflow/page: + invert_text: Weißen Text auf dunklem Grund anzeigen. prevent_fullscreen: Verhindert, dass das Fließtextbild bei Klick auf das Bild im Vollbild dargestellt wird. sticky_inline_image: Das Bild wird zunächst zusammen mit dem Text gescrollt, bleibt dann aber vertikal zentriert stehen, während der Text weiter scrollt. text: Dies ist der Bereich für den Fließtext dieser Seite. Dieser Seitentyp ist für lange Texte optimiert. Bei Kurztexten sollte auf andere Seitentypen zurückgegriffen werden. text_coverage: Definiert, wie viel Text (und wie viel vom Titelbild) anfangs sichtbar ist. text_image_id: Dieses Bild wird neben dem Text angezeigt. + text_page_background_color: Nutze die 'Farben des Textbereichs invertieren' Option, um einen ausreichenden Kontrast des Texts zur gewählten Hintergrundfarbe sicherzustellen. topasset_dim: Titlebild abhängig von der Scroll-Position farblich abblenden. topasset_parallax: Titelbild abhängig von der Scroll-Position vertikal verschieben. diff --git a/config/locales/en.yml b/config/locales/en.yml index 829ef92..947dbc2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -10,6 +10,7 @@ en: sticky_inline_image: Sticky image position text_coverage: Text coverage text_image_id: Inline image + text_page_background_color: Background color text_titel: Title text_title: Text title title_position: Title position @@ -43,10 +44,12 @@ en: header: Title area inline_help: pageflow/page: + invert_text: Display white text on dark background. prevent_fullscreen: Prevents the image from opening fullscreen on click sticky_inline_image: The image scrolls with the text but eventually remains at a vertically centered position. text: This is the main contents of the page. This page type is made for long texts. Use a different page type if your main content text is short. text_coverage: Determines how much of the title image is visible initially. text_image_id: This image is displayed alongside the text. + text_page_background_color: Use the 'invert text area color' option to make sure there is sufficient contrast between text and selected background color. topasset_dim: Animate the opacity of the title image while scrolling down. topasset_parallax: Translate the title image vertically while scrolling down. diff --git a/config/locales/new/background_color.de.yml b/config/locales/new/background_color.de.yml deleted file mode 100644 index 6c69202..0000000 --- a/config/locales/new/background_color.de.yml +++ /dev/null @@ -1,11 +0,0 @@ -de: - activerecord: - attributes: - pageflow/page: - text_page_background_color: "Hintergrundfarbe" - pageflow: - ui: - inline_help: - pageflow/page: - text_page_background_color: "Nutze die 'Farben des Textbereichs invertieren' Option, um einen ausreichenden Kontrast des Texts zur gewählten Hintergrundfarbe sicherzustellen." - invert_text: "Weißen Text auf dunklem Grund anzeigen." diff --git a/config/locales/new/background_color.en.yml b/config/locales/new/background_color.en.yml deleted file mode 100644 index 0f85c30..0000000 --- a/config/locales/new/background_color.en.yml +++ /dev/null @@ -1,11 +0,0 @@ -en: - activerecord: - attributes: - pageflow/page: - text_page_background_color: "Background color" - pageflow: - ui: - inline_help: - pageflow/page: - text_page_background_color: "Use the 'invert text area color' option to make sure there is sufficient contrast between text and selected background color." - invert_text: "Display white text on dark background." \ No newline at end of file