@gitterhq/translations
Version:
Translations for the Gitter webapp
19 lines (18 loc) • 688 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 个组的未读消息"
}
}