mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 02:41:24 +00:00
Adding vote display strings.
This commit is contained in:
parent
e015033336
commit
00ef4057fd
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,9 @@
|
|||
"upload_too_large": "Uploaded image is too large!",
|
||||
"show_avatars": "Show Avatars",
|
||||
"show_scores": "Show Scores",
|
||||
"show_upvotes": "Show Upvotes",
|
||||
"show_downvotes": "Show Downvotes",
|
||||
"show_upvote_percentage": "Show Upvote %",
|
||||
"bot_account": "Bot Account",
|
||||
"show_bot_accounts": "Show Bot Accounts",
|
||||
"show_read_posts": "Show Read Posts",
|
||||
|
@ -333,6 +336,7 @@
|
|||
"downvote": "Downvote",
|
||||
"number_of_downvotes": "{{formattedCount}} Downvote",
|
||||
"number_of_downvotes_plural": "{{formattedCount}} Downvotes",
|
||||
"upvote_percentage": "{{formattedCount}}% upvoted",
|
||||
"view_votes": "View Votes",
|
||||
"votes": "Votes",
|
||||
"registration_mode": "Registration Mode",
|
||||
|
|
Loading…
Reference in a new issue