mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 19:01:25 +00:00
Changing some counts to lower case.
This commit is contained in:
parent
33293ecf75
commit
b914a9696b
1 changed files with 8 additions and 8 deletions
|
@ -106,14 +106,14 @@
|
|||
"creator": "creator",
|
||||
"username": "Username",
|
||||
"email_or_username": "Email or Username",
|
||||
"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",
|
||||
"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",
|
||||
"name_explain": "Name – used as the identifier for the community, cannot be changed.",
|
||||
"display_name": "Display name",
|
||||
|
|
Loading…
Reference in a new issue