Skip to content

Commit

Permalink
Added translation using Weblate (Spanish)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloMartin32 authored and weblate committed Nov 14, 2024
1 parent 054f2fb commit 0d38b9d
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions mail_gateway_telegram/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * mail_gateway_telegram
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid "Access Telegram and start a converstation with"
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid "BotFather"
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid ""
"Copy the <b>token given by BotFather to access the HTTP API</b> to the token"
" field."
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid ""
"Create a bot using the command /newbot. The system will ask for a bot name. "
"Remember that it needs to end with the word bot."
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid ""
"Define a Webhook key and a webhook secret of your choice in its "
"corresponding field, in order to secure the connection."
msgstr ""

#. module: mail_gateway_telegram
#: model:ir.model,name:mail_gateway_telegram.model_mail_channel
msgid "Discussion Channel"
msgstr ""

#. module: mail_gateway_telegram
#: model:ir.model.fields,field_description:mail_gateway_telegram.field_mail_gateway__gateway_type
msgid "Gateway Type"
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid ""
"If you want to add an extra layer of security, you can check <b>Has New Channel Security</b>\n"
" and define a <b>Telegram security key</b>.\n"
" New chats will be created only with the command <b>/start SECURITY_KEY</b>."
msgstr ""

#. module: mail_gateway_telegram
#: model:ir.model,name:mail_gateway_telegram.model_mail_gateway
msgid "Mail Gateway"
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid "Press the Integrate webhook button."
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid ""
"Press the save button and the integrate webhook smart button will appear."
msgstr ""

#. module: mail_gateway_telegram
#: model:ir.model.fields.selection,name:mail_gateway_telegram.selection__mail_gateway__gateway_type__telegram
msgid "Telegram"
msgstr ""

#. module: mail_gateway_telegram
#: model:ir.model,name:mail_gateway_telegram.model_mail_gateway_telegram
msgid "Telegram Gateway services"
msgstr ""

#. module: mail_gateway_telegram
#: model:ir.model.fields,field_description:mail_gateway_telegram.field_mail_gateway__telegram_security_key
msgid "Telegram Security Key"
msgstr ""

#. module: mail_gateway_telegram
#: model_terms:ir.ui.view,arch_db:mail_gateway_telegram.mail_gateway_form_view
msgid "Telegram configuration"
msgstr ""

#. module: mail_gateway_telegram
#. odoo-python
#: code:addons/mail_gateway_telegram/models/mail_gateway_telegram.py:0
#, python-format
msgid "Unable to send the telegram message"
msgstr ""

0 comments on commit 0d38b9d

Please sign in to comment.