From 266d97ad63df7be8c4ed96de00398432d63487d7 Mon Sep 17 00:00:00 2001 From: Bryan Roth Date: Wed, 12 Dec 2018 11:57:04 -0600 Subject: Update en_US.json Fixing translations. --- locale/translations.go | 12 ++++++------ locale/translations/en_US.json | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'locale') diff --git a/locale/translations.go b/locale/translations.go index d5cde4d..2a81c56 100644 --- a/locale/translations.go +++ b/locale/translations.go @@ -454,13 +454,13 @@ var translations = map[string]string{ "page.sessions.table.current_session": "Current Session", "alert.no_bookmark": "There is no bookmark at the moment.", "alert.no_category": "There is no category.", - "alert.no_category_entry": "There is no article in this category.", - "alert.no_feed_entry": "There is no article for this feed.", - "alert.no_feed": "You don't have any subscription.", + "alert.no_category_entry": "There are no articles in this category.", + "alert.no_feed_entry": "There are no articles for this feed.", + "alert.no_feed": "You don't have any subscriptions.", "alert.no_history": "There is no history at the moment.", "alert.feed_error": "There is a problem with this feed", - "alert.no_search_result": "There is no result for this search.", - "alert.no_unread_entry": "There is no unread article.", + "alert.no_search_result": "There are no results for this search.", + "alert.no_unread_entry": "There are no unread articles.", "alert.no_user": "You are the only user.", "alert.account_unlinked": "Your external account is now dissociated!", "alert.account_linked": "Your external account is now linked!", @@ -2006,7 +2006,7 @@ var translations = map[string]string{ var translationsChecksums = map[string]string{ "de_DE": "51ddd870cc5c228f2cc92f32797f805a5ca62baa5be95c037ba78eb41e69c490", - "en_US": "d4342f431da69a4ce26162862d649c42cc395b4266e0125c5bc9df7577e401be", + "en_US": "1e8dc7b4b620593c76f59b04d2bfc5dd2da092d3505b74a50ba93d907910c221", "fr_FR": "687d1c0147eb3925911d48972b39c94a4accf2e03e7327fe99ae05e0b5f11a9f", "nl_NL": "08513979f3194bb1df3207f14ea7adf81cc4a62abec347a9dacbc201ce6846f0", "pl_PL": "7c445e94570e42c08268153ba63b297874e22da519eb161551fdf56957627a17", diff --git a/locale/translations/en_US.json b/locale/translations/en_US.json index 15ac257..0db723f 100644 --- a/locale/translations/en_US.json +++ b/locale/translations/en_US.json @@ -158,13 +158,13 @@ "page.sessions.table.current_session": "Current Session", "alert.no_bookmark": "There is no bookmark at the moment.", "alert.no_category": "There is no category.", - "alert.no_category_entry": "There is no article in this category.", - "alert.no_feed_entry": "There is no article for this feed.", - "alert.no_feed": "You don't have any subscription.", + "alert.no_category_entry": "There are no articles in this category.", + "alert.no_feed_entry": "There are no articles for this feed.", + "alert.no_feed": "You don't have any subscriptions.", "alert.no_history": "There is no history at the moment.", "alert.feed_error": "There is a problem with this feed", - "alert.no_search_result": "There is no result for this search.", - "alert.no_unread_entry": "There is no unread article.", + "alert.no_search_result": "There are no results for this search.", + "alert.no_unread_entry": "There are no unread articles.", "alert.no_user": "You are the only user.", "alert.account_unlinked": "Your external account is now dissociated!", "alert.account_linked": "Your external account is now linked!", -- cgit v1.2.3