From 4b65a5bb600ac432eb285214d37c3fcce0a978fe Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 29 Jul 2022 20:09:03 +0200 Subject: [PATCH] Move translations to new namespace and file --- config/locales/views.en.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/config/locales/views.en.yml b/config/locales/views.en.yml index 42baf573..37648158 100644 --- a/config/locales/views.en.yml +++ b/config/locales/views.en.yml @@ -106,6 +106,35 @@ en: sessions: new: title: "Sign in" + discover: + index: + title: "Discover" + heading: "Discover" + subheading: "The perfect place to find interesting content from the last week on %{app_title}!" + content: + heading: "Popular Content" + description: "Answers with most smiles and most answered questions" + tab: + answers: "Most Smiled" + questions: "Most Answers" + comments: "Most Discussed" + people: + heading: "People" + description: "Newcomers and people who asked the most questions" + tab: + new: "New Users" + questions: "Active Askers" + answers: "Most Answers" + userbox: + new: "registered %{value} ago" + most: + zero: "answered 0 questions" + one: "answered 1 question" + other: "answered %{count} questions" + asked: + zero: "asked 0 questions" + one: "asked 1 question" + other: "asked %{count} questions" feedback: consent: title: "Feedback"