diff options
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 85 |
1 files changed, 60 insertions, 25 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2024-01-24 20:56+0100\n" +"POT-Creation-Date: 2024-02-01 21:36+0100\n" "PO-Revision-Date: 2023-11-29 09:59+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -12697,6 +12697,22 @@ msgstr "%s не могу создать сервер\n" msgid "%s%s: unable to free interpreter" msgstr "%s не могу создать сервер\n" +#, c-format +msgid "" +"%s%s: too few arguments received from client %s%s%s for resource " +"\"%s\" (received: %d arguments, expected: at least %d)" +msgstr "" + +#, c-format +msgid "" +"%s%s: too many arguments received from client %s%s%s for resource " +"\"%s\" (received: %d arguments, expected: at most %d)" +msgstr "" + +#, fuzzy, c-format +msgid "%s%s: failed to execute route \"%s %s\" for client %s%s%s" +msgstr "Не могу записать лог-файл \"%s\"\n" + #, fuzzy, c-format msgid "%s%s: not enough memory for parsing message" msgstr "%s недостаточно памяти для полученного сообщения\n" @@ -12775,18 +12791,6 @@ msgid "%s%s: TLS handshake timeout for client %s%s%s" msgstr "%s инициализация gnutls не удалось\n" #, fuzzy, c-format -msgid "%s%s: invalid websocket handshake received for client %s%s%s" -msgstr "%s инициализация gnutls не удалось\n" - -#, fuzzy, c-format -msgid "%s%s: origin \"%s\" not allowed for websocket" -msgstr "%s адрес \"%s\" не найден\n" - -#, c-format -msgid "%s: websocket client %s%s%s has real IP address \"%s\"" -msgstr "" - -#, fuzzy, c-format msgid "%s%s: error decoding websocket frame for client %s%s%s" msgstr "%s ошибка при отправке данных IRC серверу\n" @@ -13046,7 +13050,16 @@ msgstr "" msgid "Relay option renamed: \"relay.%s.%s\" => \"relay.%s.%s\"" msgstr "" -msgid "auto open relay buffer when a new client is connecting" +msgid "" +"auto open relay buffer when a new client is connecting using one of these " +"protocols (comma-separated list); allowed protocols: \"irc\", \"weechat\", " +"\"api\"" +msgstr "" + +msgid "" +"display messages when clients connect/disconnect from relay using one of " +"these protocols (comma-separated list); allowed protocols: \"irc\", " +"\"weechat\", \"api\"" msgstr "" #, fuzzy @@ -13114,7 +13127,17 @@ msgid "" msgstr "" msgid "" -"compression of messages sent to clients with \"weechat\" protocol: 0 = " +"comma-separated list of commands allowed/denied when input data (text or " +"command) is received from a client (weechat and api protocols); \"*\" means " +"any command, a name beginning with \"!\" is a negative value to prevent a " +"command from being executed, wildcard \"*\" is allowed in names; this option " +"should be set if the relay client is not safe (someone could use it to run " +"commands); for example \"*,!exec,!quit\" allows any command except /exec " +"and /quit" +msgstr "" + +msgid "" +"compression of messages sent to clients with weechat and api protocols: 0 = " "disable compression, 1 = low compression / fast ... 100 = best compression / " "slow; the value is a percentage converted to 1-9 for zlib and 1-19 for zstd; " "the default value is recommended, it offers a good compromise between " @@ -13163,6 +13186,11 @@ msgid "" "not be too high if your CPU is slow" msgstr "" +msgid "" +"number of seconds to allow before and after the current time for salted " +"password in api protocol" +msgstr "" + #, fuzzy msgid "" "file with TLS certificate and private key (for serving clients with TLS) " @@ -13175,9 +13203,9 @@ msgstr "" msgid "" "secret for the generation of the Time-based One-Time Password (TOTP), " "encoded in base32 (only letters and digits from 2 to 7); it is used as " -"second factor in weechat protocol, in addition to the password, which must " -"not be empty (empty value means no TOTP is required) (note: content is " -"evaluated, see /help eval)" +"second factor in weechat and api protocols, in addition to the password, " +"which must not be empty (empty value means no TOTP is required) (note: " +"content is evaluated, see /help eval)" msgstr "" msgid "" @@ -13224,13 +13252,16 @@ msgid "" "sent as irc tag); empty string = disable time in backlog messages" msgstr "" -msgid "" -"comma-separated list of commands allowed/denied when input data (text or " -"command) is received from a client; \"*\" means any command, a name " -"beginning with \"!\" is a negative value to prevent a command from being " -"executed, wildcard \"*\" is allowed in names; this option should be set if " -"the relay client is not safe (someone could use it to run commands); for " -"example \"*,!exec,!quit\" allows any command except /exec and /quit" +#, fuzzy, c-format +msgid "%s%s: invalid websocket handshake received for client %s%s%s" +msgstr "%s инициализация gnutls не удалось\n" + +#, fuzzy, c-format +msgid "%s%s: origin \"%s\" is not allowed for websocket" +msgstr "%s адрес \"%s\" не найден\n" + +#, c-format +msgid "%s: websocket client %s%s%s has real IP address \"%s\"" msgstr "" #, fuzzy @@ -13378,6 +13409,10 @@ msgstr "%s невозможно создать сокет\n" msgid "%s: listening on port %d (relay: %s, %s)" msgstr "%s невозможно создать сокет\n" +#, c-format +msgid "%s%s: error: unable to add relay \"%s\" (cJSON support is not enabled)" +msgstr "" + #, fuzzy, c-format msgid "%s%s: not enough memory for listening on new port" msgstr "%s недостаточно памяти для нового DCC\n" |