changeset 36002b6f7d3c in modules/marketing_automation:default details: https://hg.tryton.org/modules/marketing_automation?cmd=changeset;node=36002b6f7d3c description: Update translations [skip ci] diffstat:
locale/bg.po | 12 ++++++++++++ locale/ca.po | 16 ++++++++++++++++ locale/cs.po | 12 ++++++++++++ locale/de.po | 16 ++++++++++++++++ locale/es.po | 16 ++++++++++++++++ locale/es_419.po | 12 ++++++++++++ locale/et.po | 12 ++++++++++++ locale/fa.po | 12 ++++++++++++ locale/fi.po | 12 ++++++++++++ locale/fr.po | 16 ++++++++++++++++ locale/hu.po | 12 ++++++++++++ locale/id.po | 12 ++++++++++++ locale/it.po | 12 ++++++++++++ locale/lo.po | 12 ++++++++++++ locale/lt.po | 12 ++++++++++++ locale/nl.po | 20 ++++++++++++++++++-- locale/pl.po | 12 ++++++++++++ locale/pt.po | 12 ++++++++++++ locale/ru.po | 12 ++++++++++++ locale/sl.po | 12 ++++++++++++ locale/tr.po | 12 ++++++++++++ locale/zh_CN.po | 12 ++++++++++++ 22 files changed, 286 insertions(+), 2 deletions(-) diffs (676 lines): diff -r 04e26da9bb40 -r 36002b6f7d3c locale/bg.po --- a/locale/bg.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/bg.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/ca.po --- a/locale/ca.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/ca.po Sat Oct 31 12:14:30 2020 +0100 @@ -162,6 +162,14 @@ "El contingut HTML del correu electrònic.\n" "La sintaxi Genshi es pot fer servir amb 'record' al context d'avaluació." +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" +"L'assumpte del correu electrònic.\n" +"La sintaxi Genshi es pot fer servir amb 'record' al context d'avaluació." + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -250,6 +258,14 @@ "Plantilla de correu electrònic no vàlida a l'activitat \"%(activity)s\" amb " "l'excepció \"%(exception)s\"." +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" +"Ttítol de la plantilla de correu electrònic no vàlida a l'activitat " +"\"%(activity)s\" amb l'excepció \"%(exception)s\"." + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "L'activitat del registre ha de ser única per registre i activitat." diff -r 04e26da9bb40 -r 36002b6f7d3c locale/cs.po --- a/locale/cs.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/cs.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/de.po --- a/locale/de.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/de.po Sat Oct 31 12:14:30 2020 +0100 @@ -162,6 +162,14 @@ "Der HTML Content der E-Mail.\n" "Die Genshi Syntax kann mit 'record' im Evaluierungskontext verwendet werden." +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" +"Der Betreff der E-Mail.\n" +"Die Genshi Syntax kann mit 'record' im Evaluierungskontext verwendet werden." + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -251,6 +259,14 @@ "Ungültige E-Mail Vorlage in Aktivität \"%(activity)s\" mit Fehler " "\"%(exception)s\"." +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" +"Ungültiger E-Mail Betreff in Aktivität \"%(activity)s\" mit Fehler " +"\"%(exception)s\"." + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/es.po --- a/locale/es.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/es.po Sat Oct 31 12:14:30 2020 +0100 @@ -163,6 +163,14 @@ "El contenido HTML del correo electrónico.\n" "La sintaxis Genshi puede ser utilizada con 'record' en el contexto de evaluación." +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" +"El asunto del correo electrónico.\n" +"La sintaxis Genshi puede ser utilizada con 'record' en el contexto de evaluación." + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -251,6 +259,14 @@ "Plantilla de correo electrónico inválida en la actividad \"%(activity)s\" " "con la excepción \"%(exception)s\"." +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" +"Título de correo electrónico inválido en la actividad \"%(activity)s\" con " +"la excepción \"%(exception)s\"." + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "La actividad del registro debe ser única por registro y actividad." diff -r 04e26da9bb40 -r 36002b6f7d3c locale/es_419.po --- a/locale/es_419.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/es_419.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/et.po --- a/locale/et.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/et.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/fa.po --- a/locale/fa.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/fa.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/fi.po --- a/locale/fi.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/fi.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/fr.po --- a/locale/fr.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/fr.po Sat Oct 31 12:14:30 2020 +0100 @@ -164,6 +164,14 @@ "Le contenu HTML de l'e-mail.\n" "La syntaxe Genshi peut être utilisée avec « record » comme contexte d'évaluation." +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" +"Le sujet de l'e-mail.\n" +"La syntaxe Genshi peut être utilisée avec « record » comme contexte d'évaluation." + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -253,6 +261,14 @@ "Modèle d'e-mail non-valide sur l'activité « %(activity)s » avec l'exception " "« %(exception)s »." +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" +"Titre d'e-mail non-valide sur l'activité « %(activity)s » avec l'exception " +"« %(exception)s »." + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/hu.po --- a/locale/hu.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/hu.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/id.po --- a/locale/id.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/id.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/it.po --- a/locale/it.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/it.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -241,6 +247,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/lo.po --- a/locale/lo.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/lo.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/lt.po --- a/locale/lt.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/lt.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/nl.po --- a/locale/nl.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/nl.po Sat Oct 31 12:14:30 2020 +0100 @@ -153,7 +153,7 @@ msgctxt "help:marketing.automation.activity,email_from:" msgid "Leave empty to use the value defined in the configuration file." msgstr "" -"Laat leeg om de waarde te gebruiken die gedefinieerd is in het " +"Laat leeg om de waarde te gebruiken die gedefinieerd is in het " "configuratiebestand." msgctxt "help:marketing.automation.activity,email_template:" @@ -164,6 +164,14 @@ "De HTML-inhoud van de e-mail.\n" "De Genshi-syntaxis kan gebruikt worden met 'record' in de evaluatiecontext." +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" +"Het onderwerp van de e-mail.\n" +"De Genshi-syntaxis kan gebruikt worden met 'record' in de evaluatiecontext." + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -242,7 +250,7 @@ "Invalid condition \"%(condition)s\" in activity \"%(activity)s\" with " "exception \"%(exception)s\"." msgstr "" -"Ongeldige voorwaarde \"%(condition)s\" in activiteit \"%(activity)s\" met " +"Ongeldige voorwaarde \"%(condition)s\" in activiteit \"%(activity)s\" met " "uitzondering \"%(exception)s\"." msgctxt "model:ir.message,text:msg_activity_invalid_email_template" @@ -253,6 +261,14 @@ "Ongeldige e-mailsjabloon in activiteit \"%(activity s\" met uitzondering " "\"%(exception)s\"." +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" +"Ongeldige e-mailtitel in activiteit \"%(activity s\" met uitzondering " +"\"%(exception)s\"." + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "Recordactiviteit moet uniek zijn per record en activiteit." diff -r 04e26da9bb40 -r 36002b6f7d3c locale/pl.po --- a/locale/pl.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/pl.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/pt.po --- a/locale/pt.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/pt.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/ru.po --- a/locale/ru.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/ru.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/sl.po --- a/locale/sl.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/sl.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/tr.po --- a/locale/tr.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/tr.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r 04e26da9bb40 -r 36002b6f7d3c locale/zh_CN.po --- a/locale/zh_CN.po Sat Oct 24 13:45:10 2020 +0200 +++ b/locale/zh_CN.po Sat Oct 31 12:14:30 2020 +0100 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr ""
