summaryrefslogtreecommitdiffstats
path: root/ui/translations/en.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-04 13:52:11 -0500
committerDessalines <tyhou13@gmx.com>2020-03-04 13:52:11 -0500
commit2c2918cc9e5e35c0b108b5daeeb2ccfbdee33e0c (patch)
treec25021fca1171b34794ea7652d5b26d0c8511849 /ui/translations/en.json
parentfb355188487bcd1e4185b8a034f95560cc28946d (diff)
Moving comment voting to action bar. Adding plurals.
Diffstat (limited to 'ui/translations/en.json')
-rw-r--r--ui/translations/en.json21
1 files changed, 14 insertions, 7 deletions
diff --git a/ui/translations/en.json b/ui/translations/en.json
index 1f959396..b097b3f1 100644
--- a/ui/translations/en.json
+++ b/ui/translations/en.json
@@ -4,14 +4,16 @@
"no_posts": "No Posts.",
"create_a_post": "Create a post",
"create_post": "Create Post",
- "number_of_posts": "{{count}} Posts",
+ "number_of_posts": "{{count}} Post",
+ "number_of_posts_plural": "{{count}} Posts",
"posts": "Posts",
"related_posts": "These posts might be related",
"cross_posts": "This link has also been posted to:",
"cross_post": "cross-post",
"cross_posted_to": "cross-posted to: ",
"comments": "Comments",
- "number_of_comments": "{{count}} Comments",
+ "number_of_comments": "{{count}} Comment",
+ "number_of_comments_plural": "{{count}} Comments",
"remove_comment": "Remove Comment",
"communities": "Communities",
"users": "Users",
@@ -21,7 +23,8 @@
"subscribed_to_communities": "Subscribed to <1>communities</1>",
"trending_communities": "Trending <1>communities</1>",
"list_of_communities": "List of communities",
- "number_of_communities": "{{count}} Communities",
+ "number_of_communities": "{{count}} Community",
+ "number_of_communities_plural": "{{count}} Communities",
"community_reqs": "lowercase, underscores, and no spaces.",
"create_private_message": "Create Private Message",
"send_secure_message": "Send Secure Message",
@@ -79,10 +82,14 @@
"creator": "creator",
"username": "Username",
"email_or_username": "Email or Username",
- "number_of_users": "{{count}} Users",
- "number_of_subscribers": "{{count}} Subscribers",
- "number_of_points": "{{count}} Points",
- "number_online": "{{count}} Users Online",
+ "number_of_users": "{{count}} User",
+ "number_of_users_plural": "{{count}} Users",
+ "number_of_subscribers": "{{count}} Subscriber",
+ "number_of_subscribers_plural": "{{count}} Subscribers",
+ "number_of_points": "{{count}} Point",
+ "number_of_points_plural": "{{count}} Points",
+ "number_online": "{{count}} User Online",
+ "number_online_plural": "{{count}} Users Online",
"name": "Name",
"title": "Title",
"category": "Category",