Clone from existing custom forms Added
This commit is contained in:
parent
e9bf4a890c
commit
1bf37e65a3
7 changed files with 108 additions and 97 deletions
|
|
@ -924,6 +924,7 @@
|
|||
"editTemplate": "Edit Template",
|
||||
"createTemplate": "Create Template",
|
||||
"cloneFromAnExistingTemplate": "Clone from an existing template",
|
||||
"cloneFromAnExistingCustomForms": "Clone from an existing custom forms",
|
||||
"mosaico": "Mosaico",
|
||||
"templateContentHtml": "Template content (HTML)",
|
||||
"mosaicoTemplateDesigner": "Mosaico Template Designer",
|
||||
|
|
|
|||
|
|
@ -924,6 +924,7 @@
|
|||
"editTemplate": "Edit Template",
|
||||
"createTemplate": "Create Template",
|
||||
"cloneFromAnExistingTemplate": "Clone from an existing template",
|
||||
"cloneFromAnExistingCustomForms": "Clone from an existing custom forms",
|
||||
"mosaico": "Mosaico",
|
||||
"templateContentHtml": "Template content (HTML)",
|
||||
"mosaicoTemplateDesigner": "Mosaico Template Designer",
|
||||
|
|
|
|||
|
|
@ -993,8 +993,8 @@
|
|||
"templateDeleted": "Template deleted",
|
||||
"editTemplate": "Edit Template",
|
||||
"createTemplate": "Create Template",
|
||||
"cloneFromAnExistingTemplate": "Clone from an existing template",
|
||||
"cloneFromAnExistingTemplate - TODO: update line above and then delete this line to mark that the translation has been fixed": "Clone from an existing template",
|
||||
"cloneFromAnExistingTemplate": "Clonar a partir de templates ya existentes",
|
||||
"cloneFromAnExistingCustomForms": "Clonar a partir de formularios personalizados ya existentes",
|
||||
"mosaico": "Mosaico",
|
||||
"templateContentHtml": "Template content (HTML)",
|
||||
"mosaicoTemplateDesigner": "Mosaico Template Designer",
|
||||
|
|
|
|||
|
|
@ -105,7 +105,8 @@
|
|||
"save": "Salvar",
|
||||
"saveAndLeave": "Salvar e sair",
|
||||
"saveAndLeave - TODO: update line above and then delete this line to mark that the translation has been fixed": "Save and leave",
|
||||
"copy": "Copy",
|
||||
"copy": "Copia",
|
||||
"copy - TODO: update line above and then delete this line to mark that the translation has been fixed": "Copy",
|
||||
"saveAndGoToStatus": "Save and go to status",
|
||||
"saveAndGoToStatus - TODO: update line above and then delete this line to mark that the translation has been fixed": "Save and go to status",
|
||||
"testSend": "Testar envio",
|
||||
|
|
@ -995,6 +996,8 @@
|
|||
"createTemplate": "Criar modelo",
|
||||
"cloneFromAnExistingTemplate": "Clone from an existing template",
|
||||
"cloneFromAnExistingTemplate - TODO: update line above and then delete this line to mark that the translation has been fixed": "Clone from an existing template",
|
||||
"cloneFromAnExistingCustomForms": "Clone from an existing custom forms",
|
||||
"cloneFromAnExistingCustomForms - TODO: update line above and then delete this line to mark that the translation has been fixed": "Clone from an existing custom forms",
|
||||
"mosaico": "Mosaico",
|
||||
"templateContentHtml": "Conteúdo do modelo (HTML)",
|
||||
"mosaicoTemplateDesigner": "Editor do Modelo Mosaico",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue