mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Pluralization error for tag error message
This commit is contained in:
parent
643c75c419
commit
b3873b95d0
@ -4201,7 +4201,9 @@ en:
|
|||||||
title: "Tags"
|
title: "Tags"
|
||||||
staff_tag_disallowed: 'The tag "%{tag}" may only be applied by staff.'
|
staff_tag_disallowed: 'The tag "%{tag}" may only be applied by staff.'
|
||||||
staff_tag_remove_disallowed: 'The tag "%{tag}" may only be removed by staff.'
|
staff_tag_remove_disallowed: 'The tag "%{tag}" may only be removed by staff.'
|
||||||
minimum_required_tags: "You must select at least %{count} tags."
|
minimum_required_tags:
|
||||||
|
one: "You must select at least %{count} tag."
|
||||||
|
other: "You must select at least %{count} tags."
|
||||||
upload_row_too_long: "The CSV file should have one tag per line. Optionally the tag can be followed by a comma, then the tag group name."
|
upload_row_too_long: "The CSV file should have one tag per line. Optionally the tag can be followed by a comma, then the tag group name."
|
||||||
forbidden:
|
forbidden:
|
||||||
in_this_category: '"%{tag_name}" cannot be used in this category'
|
in_this_category: '"%{tag_name}" cannot be used in this category'
|
||||||
|
Loading…
Reference in New Issue
Block a user