diff --git a/app/views/layouts/_nav_menu.html.erb b/app/views/layouts/_nav_menu.html.erb index e1a5f2041..f1fac80bd 100644 --- a/app/views/layouts/_nav_menu.html.erb +++ b/app/views/layouts/_nav_menu.html.erb @@ -12,16 +12,16 @@ -
  • Dashboard
  • -
  • Moderator Center
  • -
  • Create Post
  • -
  • Reading list
  • +
  • <%= t("core.dashboard") %>
  • +
  • <%= t("core.moderator_center") %>
  • +
  • <%= t("core.create_post") %>
  • +
  • <%= t("core.reading_list") %>
  • - Settings + <%= t("core.settings") %>
  • - Sign Out + <%= t("core.sign_out") %>
  • diff --git a/config/locales/en.yml b/config/locales/en.yml index 69028dcfa..0ca237fbb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -30,6 +30,7 @@ en: loading: loading... location: Location log_in: Log in + moderator_center: Moderator Center month: Month more_from: More from my_tags: My Tags @@ -47,12 +48,15 @@ en: save: Save unicorn: Unicorn read_next: Read next + reading_list: Reading list reply: Reply report_abuse: Report abuse search: Search see_all: See all series: Series + settings: Settings share_to: Share to %{media} + sign_out: Sign Out tags: "Tags" tags_to_follow: "Tags to follow on %{community_name}" top_tags: "Top tags" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 15cd71781..acf0ba18e 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -30,6 +30,7 @@ fr: loading: Chargement en cours... location: Lieu log_in: Se connecter + moderator_center: Centre de modération month: Mois more_from: Plus de la part de my_tags: Mes sujets @@ -47,12 +48,15 @@ fr: save: Sauver unicorn: Licorne read_next: Lire ensuite + reading_list: Liste de lecture reply: Répondre report_abuse: Signaler un abus search: Recherche see_all: Tout voir series: Séries + settings: Paramètres share_to: Partager sur %{media} + sign_out: Se déconnecter tags: Sujets tags_to_follow: Sujets dans %{community_name} top_tags: Sujets les plus utilisées