The messagesAs user of wikibases in a language other than English
```I want to be able to correct grammatically correct language
"special-setaliases-parameterized": "Set $1 aliases",So that mistakes are not made
Steps to reproduce
"special-set1. Go to the czech page for setting label-parameterized": "Set $1 label",s: https://www.wikidata.org/wiki/Special:SetLabel?uselang=cs
"special-setdescription-parameterized": "Set $1 description",2. Observe that the title is "Nastavit štítek pro položka/vlastnost" and not "Nastavit štítek položce/vlastnosti"
"special-setlabeldescriptionaliases-parameterized": "Set $1 label,3. Go to ??? description and aliases",and observe that the the displayed words "položka"/"vlastnost" are taken from
``` - "wikibase-entity-item": "položka",
are difficult to translate to other languages. - "wikibase-entity-property": "vlastnost",
A/C (Suggested, The `$1` parameter is usually "Item/Property" taken fromto be confirmed by PM)
```[ ] Users can set a entity-type-specific message
"wikibase-entity-item": "Item",[ ] The exisiting generic messages are used if not specific message is set (Following the approached used in [AutoCommentFormatter::getSummaryMessage()](https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/9873ebea5ec75605452db6201a0622b896cc5c0c/lib/includes/Formatters/AutoCommentFormatter.php#51)
Open Questions:
"wikibase-entity-- How do we find out from where the item/property": "Property", values are taken ?
```- How should the UX be in setting the specific messages?
Notes:
- Messages were introduced in [FP: SpecialPages: Parameterize description](https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/608903) for T256119 FTR.
Original Description:
>The messages
>```
>"special-setaliases-parameterized": "Set $1 aliases",
>"special-setlabel-parameterized": "Set $1 label",
>"special-setdescription-parameterized": "Set $1 description",
>"special-setlabeldescriptionaliases-parameterized": "Set $1 label, description and aliases",.```
>are difficult to translate to other languages. The `$1` parameter is usually "Item/Property" taken from
>```
>"wikibase-entity-item": "Item",
>"wikibase-entity-property": "Property",
>```
>messages which are usually used in contexts like "what entity type."
>
>While literal substitution works for English, in other languages it may be necessary to somehow change the word for item/property (e.g., //Set __item's__ label//).