mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2025-01-03 16:51:26 +00:00
Add "too_many_images_upload" (#28)
* Add "too_many_images_upload" * User variable for maximum images. * Add plural string. * Formatting * Getting there :)
This commit is contained in:
parent
fc581ce31a
commit
94b9b5debd
1 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,8 @@
|
|||
"cancel": "Cancel",
|
||||
"preview": "Preview",
|
||||
"upload_image": "upload image",
|
||||
"too_many_images_upload": "Exceeded maximum of {{formattedCount}} image to upload. Please select only one image.",
|
||||
"too_many_images_upload_plural": "Exceeded maximum of {{formattedCount}} images to upload. Please select fewer images.",
|
||||
"avatar": "Avatar",
|
||||
"upload_avatar": "Upload Avatar",
|
||||
"banner": "Banner",
|
||||
|
|
Loading…
Reference in a new issue