ask.en="Choose the local synapse instance number to communicate with mautrix_telegram"
ask.fr="Choisissez le numéro de l'instance synapse qui doit communiquer avec mautrix_telegram"
type="app"
pattern.regexp="synapse(__)*[0-9]*"
pattern.error="Invalid app selected. Please select a Synapse instance."
help.en="Usually the Synapse instances contain a number after it is installed more than one time. E.g. synapse__1 will be the second instance."
help.fr="En général, les instances de Synapse contiennent un numéro après avoir été installées plus d'une fois. Par exemple, synapse__1 sera la deuxième instance."
default="synapse"
[install.botname]
ask.en="Choose a local synapse user name for the Telegram bot"
ask.fr="Choisissez un nom d'utilisateur synapse local pour le robot Telegram"
type="string"
example="telegrambot"
help.en="A system user will be created. Invite @telegrambot:localsynapse.servername from an authorized Matrix account to start bridging. Give the Matrix server_name, not the full domain/URL."
help.fr="Un utilisateur système sera créé. Inviter @telegrambot:localsynapse.servername depuis un compte Matrix autorisé pour démarrer une passerelle. Donner le nom du serveur Matrix, pas le domaine/URL complet."
default="telegrambot"
[install.encryption]
ask.en="Enable end-to-bridge encryption?"
ask.fr="Activer le chiffrement entre Synapse et le bridge ?"
type="boolean"
help.en="Only activate if you know the prerequisites and constraints related to E2B."
help.fr="N'activer que si vous connaissez les prérequis et constraintes liées à E2B."
default=true
[install.botadmin]
ask.en="Choose the Matrix account administrator of the Telegram bot; admin permission"
ask.fr="Choisissez le compte Matrix administrateur du robot Telegram"
type="string"
example="@johndoe:localsynapse.servername or @johndoe:matrix.org"
help.en="The administrator does not need to be a local Synapse account. Valid formats are @johndoe:localsynapse.servername or @johndoe:matrix.org"
help.fr="L'administrateur peut ne pas être un compte local Synapse. Les formats valables sont @johndoe:localsynapse.servername or @johndoe:matrix.org"
[install.botusers]
ask.en="Choose Matrix user(s) authorized to bridge with the Telegram bot; puppeting permission"
ask.fr="Choisissez le/les compte(s) Matrix autorisés à utiliser le robot Telegram"
type="string"
example="@johndoe:server.name or server.name or *"