Browse Source

Include notification strings into Russian translation

badfiles 9 years ago
parent
commit
f9af99e81e
1 changed files with 20 additions and 0 deletions
  1. 20 0
      locale/ru/LC_MESSAGES/converse.json

+ 20 - 0
locale/ru/LC_MESSAGES/converse.json

@@ -809,6 +809,26 @@
          "Toggle chat": [
             null,
             "Включить чат"
+         ],
+         "%1$s says": [
+            null,
+            "%1$s пишет"
+         ],
+         "has gone offline": [
+            null,
+            "больше не в сети"
+         ],
+         "has come online": [
+            null,
+            "в сети"
+         ],
+         "is busy": [
+            null,
+            "просит не беспокоить"
+         ],
+         "wants to be your contact": [
+            null,
+            "просится в список контактов"
          ]
       }
    }