-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
stremio-translations/pt-BR.json
Line 575 in aa0af3a
"MOBILE_ADDONS_LOADING": "os Addons ainda estão carregando", |
Description of Change
The status message for loading addons has been corrected to make it more flexible and avoid verb agreement issues.
The current translation, "os Addons ainda estão carregando", causes agreement problems when the number of addons is 1, because the verb "estão" (plural) does not correctly apply when there is only 1 addon.
Change Made
The translation key "MOBILE_ADDONS_LOADING" was changed to:
"MOBILE_ADDONS_LOADING": "dos Addons ainda carregando"
Justification
- "os Addons ainda estão carregando" created a disagreement when there was only 1 addon, since the verb "estão" is plural and doesn't match the singular "1 addon".
- Also, "1 os addons" and "2 os addons" were incorrect due to the wrong preposition. The correct form is "dos", which is the contraction of "de" + "os", indicating part of a set (the addons).
- "dos Addons ainda carregando" solves both problems: the verb is implied, and the preposition "dos" is used correctly, making it applicable for both 1 addon and multiple addons.
Metadata
Metadata
Assignees
Labels
No labels