From 7ea07d4a2badd8af625015aecc95e99d9f27e1f1 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 21 Jul 2020 11:50:23 -0500 Subject: [PATCH] Added shortcut locales errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - shortcut locales errors --- config/locales/en.yml | 3 +++ config/locales/en_GB.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 73ee670f..95d8de76 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -834,6 +834,9 @@ en: over_daily_limit: You have exceeded the limit of %{limit} scheduled gabs for that day over_total_limit: You have exceeded the limit of %{limit} scheduled gabs too_soon: The scheduled date must be in the future + shortcuts: + errors: + limit: You have reached the maximum amount of shortcuts sessions: activity: Last activity browser: Browser diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index ac91f5f3..3b4dddc3 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -792,6 +792,9 @@ en_GB: over_daily_limit: You have exceeded the limit of %{limit} scheduled toots for that day over_total_limit: You have exceeded the limit of %{limit} scheduled toots too_soon: The scheduled date must be in the future + shortcuts: + errors: + limit: You have reached the maximum amount of shortcuts sessions: activity: Last activity browser: Browser