@gitterhq/translations
Version:
Translations for the Gitter webapp
19 lines (18 loc) • 661 B
JavaScript
{
"%d unread message": {
"one": "%d unread message",
"other": "%d unread messages"
},
"Unread messages in %%s, %%s and one other": {
"one": "Unread messages in %%s, %%s and one other",
"other": "Unread messages in %%s, %%s and %d others"
},
"Unread messages in %s": "Unread messages in %s",
"Unread messages in %s and %s": "Unread messages in %s and %s",
"Unread messages from %s": "Unread messages from %s",
"Unread messages from %s and %s": "Unread messages from %s and %s",
"Unread messages from %%s, %%s and one other": {
"one": "Unread messages from %%s, %%s and one other",
"other": "Unread messages from %%s, %%s and %d others"
}
}