Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Translate messages into Russian #31

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions ru.js
@@ -1,18 +1,18 @@
{
"%d unread message": {
"one": "%d unread message",
"other": "%d unread messages"
"one": "%d непрочитанное сообщение",
"other": "%d непрочитанных сообщений"
},
"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"
"one": "Непрочитанные сообщения в %%s, %%s и одной другой комнате",
"other": "Непрочитанные сообщения %%s, %%s и %d комнатах"
},
"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 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": "Unread messages from %%s, %%s and one other",
"other": "Unread messages from %%s, %%s and %d others"
"one": "Непрочитанные сообщения от %%s, %%s и ещё кого-то",
"other": "Непрочитанные сообщения от %%s, %%s и %d других"
}
}