@gitterhq/translations
Version:
Translations for the Gitter webapp
19 lines (18 loc) • 944 B
JavaScript
{
"%d unread message": {
"one": "%d непрочетени съобщения",
"other": "%d непрочетени съобщения"
},
"Unread messages in %%s, %%s and one other": {
"one": "Непрочетени съобщения в %%s, %%s и едно друго",
"other": "Непрочетени съобщения в %%s, %%s и %d други"
},
"Unread messages in %s": "Непрочетени съобщения в %s",
"Unread messages in %s and %s": "Непрочетени съобщения в %s и %s",
"Unread messages from %s": "Непрочетени съобщения от %s",
"Unread messages from %s and %s": "Непрочетени съобщения от %s и %s",
"Unread messages from %%s, %%s and one other": {
"one": "Непрочетени съобщения от %%s, %%s и едно друго",
"other": "Непрочетени съобщения от %%s, %%s и %d други"
}
}