-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,580 additions
and
2,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ pl | |
pt | ||
pt_BR | ||
ro | ||
ru | ||
sl | ||
sr | ||
sv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" |
Oops, something went wrong.