Browse Source

Update en_US.json

Fixing translations.
Bryan Roth 7 years ago
parent
commit
266d97ad63
2 changed files with 11 additions and 11 deletions
  1. 6 6
      locale/translations.go
  2. 5 5
      locale/translations/en_US.json

+ 6 - 6
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",

+ 5 - 5
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!",