@gitterhq/translations
Version:
Translations for the Gitter webapp
19 lines (18 loc) • 691 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 個群的未讀訊息"
}
}