Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions user_manual/locale/ru/LC_MESSAGES/talk/bots.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2016-2026 Nextcloud GmbH and Nextcloud contributors
# This file is distributed under the same license as the Nextcloud latest User Manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# ashed <craysy@gmail.com>, 2026
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Nextcloud latest User Manual latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-04-16 16:13+0000\n"
"PO-Revision-Date: 2026-04-02 09:48+0000\n"
"Last-Translator: ashed <craysy@gmail.com>, 2026\n"
"Language-Team: Russian (https://app.transifex.com/nextcloud/teams/64236/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"

#: ../../talk/bots.rst:2
msgid "Bots and commands"
msgstr "Боты и команды"

#: ../../talk/bots.rst:5
msgid "Bots"
msgstr "Боты"

#: ../../talk/bots.rst:7
msgid ""
"Bots can respond to chat messages, provide automated replies, and integrate "
"with external services. Your administrator can enable bots for your Talk "
"instance."
msgstr ""
"Боты могут отвечать на сообщения чата, предоставлять автоматические ответы и"
" интегрироваться с внешними сервисами. Ваш администратор может включить "
"ботов для вашего экземпляра Talk."

#: ../../talk/bots.rst:9
msgid "Some examples of available bots:"
msgstr "Несколько примеров доступных ботов:"

#: ../../talk/bots.rst:11
msgid ""
"**Call summary** — Posts an overview message after a call ends, listing all "
"participants and outlining any tasks that were mentioned."
msgstr ""
"**Сводка звонка** – после завершения звонка публикуется обзорное сообщение "
"со списком всех участников и описанием всех упомянутых задач."

#: ../../talk/bots.rst:12
msgid ""
"**Agenda bot** — Helps manage meeting agendas with time monitoring and "
"permission-based access control."
msgstr ""
"**Бот повестки дня** — помогает управлять повесткой дня встреч с помощью "
"мониторинга времени и контроля доступа на основе разрешений."

#: ../../talk/bots.rst:13
msgid "**Roll a dice** — Type ``/roll`` in a conversation to roll dice."
msgstr ""
"**Бросить кубик** — введите ``/roll`` в разговоре, чтобы бросить кубик."

#: ../../talk/bots.rst:15
msgid ""
"A full list of available bots and installation instructions can be found in "
"the `Talk administration documentation <https://nextcloud-"
"talk.readthedocs.io/en/latest/bot-list/>`_."
msgstr ""
"Полный список доступных ботов и инструкции по установке можно найти в "
"административной документации Talk <https://nextcloud-"
"talk.readthedocs.io/en/latest/bot-list/>`_."

#: ../../talk/bots.rst:18
msgid "Commands"
msgstr "Команды"

#: ../../talk/bots.rst:21
msgid "Commands have been removed in favor of Bots."
msgstr "Команды были удалены в пользу ботов."

#: ../../talk/bots.rst:23
msgid ""
"Nextcloud allows users to execute actions using commands. A command "
"typically looks like:"
msgstr ""
"Nextcloud позволяет пользователям выполнять действия с помощью команд. "
"Команда обычно выглядит так:"

#: ../../talk/bots.rst:25
msgid "``/wiki airplanes``"
msgstr "``/wiki airplanes``"

#: ../../talk/bots.rst:27
msgid ""
"Administrators can configure, enable and disable commands. Users can use the"
" ``help`` command to find out what commands are available."
msgstr ""
"Администраторы могут настраивать, включать и отключать команды. Пользователи"
" могут использовать команду ``help``, чтобы узнать, какие команды доступны."

#: ../../talk/bots.rst:29
msgid "``/help``"
msgstr "``/help``"
Loading