forked from gitterHQ/gitter-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes.js
More file actions
18 lines (18 loc) · 668 Bytes
/
Copy pathes.js
File metadata and controls
18 lines (18 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"%d unread message": {
"one": "%d mensaje no leído",
"other": "%d mensajes no leídos"
},
"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"
}
}