Skip to content

Commit

Permalink
Merge branch 'gnome/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
meebey committed Jun 1, 2023
2 parents 616bc36 + 9b77e05 commit 18150a3
Show file tree
Hide file tree
Showing 6 changed files with 1,580 additions and 2,010 deletions.
1 change: 1 addition & 0 deletions po-Engine-Campfire/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pl
pt
pt_BR
ro
ru
sl
sr
sv
Expand Down
94 changes: 94 additions & 0 deletions po-Engine-Campfire/ru.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
# Russian translation for smuxi.
# Copyright (C) 2023 smuxi's COPYRIGHT HOLDER
# This file is distributed under the same license as the smuxi package.
# Sergej A. <[email protected]>, 2023.
#
msgid ""
msgstr ""
"Project-Id-Version: smuxi master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/smuxi/issues\n"
"POT-Creation-Date: 2023-05-07 07:04+0000\n"
"PO-Revision-Date: 2023-05-23 00:13+1000\n"
"Last-Translator: Ser82-png <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 3.0.1\n"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:123
msgid "Connecting to campfire... "
msgstr "Соединение с campfire... "

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:166
msgid "Connected to campfire"
msgstr "Соединение с campfire установлено"

#. TRANSLATOR: this line is used as a label / category for a
#. list of commands below
#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:200
msgid "Campfire Commands"
msgstr "Команды Campfire"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:262
msgid "Upload"
msgstr "Загрузить"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:263
#, csharp-format
msgid "'{0}' ({1} B) {2}"
msgstr "«{0}» ({1} B) {2}"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:367
#, csharp-format
msgid "Failed to post message: {0}"
msgstr "Не удалось опубликовать сообщение: {0}"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:383
#, csharp-format
msgid "has uploaded '{0}' ({1} B) {2}"
msgstr "загружено «{0}» ({1} B) {2}"

#. TRANSLATOR: {0} is the name of the room
#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:420
#, csharp-format
msgid "has joined {0}"
msgstr "присоединилось {0}"

#. TRANSLATOR: {0} is the name of the room
#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:429
#, csharp-format
msgid "has left {0}"
msgstr "осталось {0}"

#. TRANSLATOR: {0} is the name of the room
#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:437
#, csharp-format
msgid "has locked {0}"
msgstr "заблокировано {0}"

#. TRANSLATOR: {0} is the name of the room
#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:441
#, csharp-format
msgid "has unlocked {0}"
msgstr "разблокировано {0}"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:446
msgid "has changed the topic"
msgstr "сменил тему"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:458
#, csharp-format
msgid "has pasted a tweet by {0}: {1}"
msgstr "опубликовано пользователем {0}: {1}"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:465
msgid "has performed an unknown action"
msgstr "выполнено неизвестное действие"

#: ../src/Engine-Campfire/Protocols/Campfire/CampfireProtocolManager.cs:504
#, csharp-format
msgid "Error reading from stream: {0}"
msgstr "Ошибка чтения потока данных: {0}"
Loading

0 comments on commit 18150a3

Please sign in to comment.