From bdbc76ddfbb13f11eb7fec273710dde1e1b96a23 Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:30:08 +0100 Subject: [PATCH] New translations backend.en.yml (Dutch) --- config/locales/backend/backend.nl.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/locales/backend/backend.nl.yml b/config/locales/backend/backend.nl.yml index 6d1aaa78..4dbf0383 100644 --- a/config/locales/backend/backend.nl.yml +++ b/config/locales/backend/backend.nl.yml @@ -50,6 +50,11 @@ nl: notify_follower_of_post_status_change: subject: '[%{site_name}] Status change on post "%{post}"' body_html: 'There is a status update on the post you are following %{post}' + recap: + subject: '[%{site_name}] %{frequency} recap of feedback space activity' + body_html: 'Here is the %{frequency} recap of activities in your feedback space' + published_posts_count_html: 'New published feedback: %{count}' + pending_posts_count_html: 'New feedback pending approval: %{count}' activerecord: models: board: @@ -148,6 +153,7 @@ nl: password_confirmation: 'Password confirmation' role: 'Role' notifications_enabled: 'Notifications enabled' + recap_notification_frequency: 'Recap notification frequency' errors: messages: invalid: 'is invalid'