From 87e1cfb3cbc65190bbc47accdbc5f3f578e7e12c Mon Sep 17 00:00:00 2001 From: Lars Kaiser <60926257+larsUE@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:58:54 +0200 Subject: [PATCH] Update de.yml further Fix wrongly commited terms (https://github.com/puzzle/decidim-zuerich/commit/444ad793a7435a98b63479a01db2dab06c6a43a0) and add additional terms. --- config/locales/de.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index 93354e6..b3fd99d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -44,6 +44,12 @@ de: not_found: content_doesnt_exist: Diese Seite wurde leider nicht gefunden. Wir bitten um Verständnis. title: Ups! + models: + user: + attributes: + textcaptcha_answer: + expired: Sie haben zu lange gebraucht, um die Frage zu beantworten. Bitte versuchen Sie es erneut. + incorrect: Die Antwort ist leider nicht korrekt, bitte versuchen Sie es erneut. decidim: admin: menu: @@ -83,6 +89,12 @@ de: name: HTML-Block 3 html4: name: HTML-Block 4 + devise: + registrations: + new: + captcha_legend: Sicherheitsfrage + captcha_instructions: Bitte beantworten Sie die folgende Sicherheitsfrage (Spamschutz). + textcaptcha_answer: Antwort participatory_processes: index: participatory_process_group: @@ -130,11 +142,4 @@ de: links: sign_in_with_provider: Mit "Mein Konto" anmelden hello: "Hello world" -activerecord: - devise: - registrations: - new: - captcha_legend: Sicherheitsfrage - captcha_instructions: Bitte beantworten Sie die folgende Sicherheitsfrage (Spamschutz). - textcaptcha_answer: Antwort ...