@gitterhq/translations
Version:
Translations for the Gitter webapp
19 lines (18 loc) • 818 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 جای دیگر"
}
}