From 22dc544a206e360119a218fe0986d1590d0f6d8d Mon Sep 17 00:00:00 2001 From: Andrew Fontana <32223252+Kharg@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:29:15 +0100 Subject: [PATCH] Italian templates (#3246) --- .../assignment/it_IT/Meeting/body.tpl | 10 ++++++++++ .../templates/cancellation/it_IT/body.tpl | 5 +++++ .../templates/cancellation/it_IT/subject.tpl | 1 + .../templates/invitation/it_IT/body.tpl | 20 +++++++++++++++++++ .../templates/invitation/it_IT/subject.tpl | 1 + .../templates/reminder/it_IT/Task/body.tpl | 4 ++++ .../templates/reminder/it_IT/body.tpl | 4 ++++ .../templates/reminder/it_IT/subject.tpl | 1 + 8 files changed, 46 insertions(+) create mode 100644 application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl create mode 100644 application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl diff --git a/application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl b/application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl new file mode 100644 index 0000000000..6b99f045c3 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/assignment/it_IT/Meeting/body.tpl @@ -0,0 +1,10 @@ +

{{assignerUserName}} ti ha assegnato {{entityTypeLowerFirst}}.

+

{{name}}

+

Inizio: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}

+{{#if parentName}} +

Genitore: {{parentName}}

+{{/if}} +{{#if description}} +

{{{description}}}

+{{/if}} +

Vedi record

\ No newline at end of file diff --git a/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl new file mode 100644 index 0000000000..852dd57e51 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/body.tpl @@ -0,0 +1,5 @@ +

Oggetto: {{name}}

+

Inizio: {{#if isAllDay}}{{dateStartFull}}{{else}}{{dateStartFull}} ({{timeZone}}){{/if}}

+{{#if isUser}} +

Vedi record

+{{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl new file mode 100644 index 0000000000..58d28d0a4b --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/cancellation/it_IT/subject.tpl @@ -0,0 +1 @@ +Cancellazione di {{entityTypeLowerFirst}} '{{name}}' diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl new file mode 100644 index 0000000000..fb927e051b --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/body.tpl @@ -0,0 +1,20 @@ +

Oggetto: {{name}}

+

Inizio: {{#if isAllDay}}{{dateStartFull}}{{else}}{{dateStartFull}} ({{timeZone}}){{/if}}

+{{#if isUser}} + {{#if description}} +

{{{description}}}

+ {{/if}} +{{/if}} +

+ Accetta · + Forse · + Rifiuta +

+{{#if joinUrl}} +

+ Partecipa +

+{{/if}} +{{#if isUser}} +

Vedi record

+{{/if}} diff --git a/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl new file mode 100644 index 0000000000..90a1601898 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/invitation/it_IT/subject.tpl @@ -0,0 +1 @@ +Invito a {{entityTypeLowerFirst}} '{{name}}' diff --git a/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl new file mode 100644 index 0000000000..52f692e691 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/Task/body.tpl @@ -0,0 +1,4 @@ +

Oggetto: {{name}}

+

Data termine: {{dateEnd}}

+ +

Vedi record

diff --git a/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl new file mode 100644 index 0000000000..4eeeec9e49 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/body.tpl @@ -0,0 +1,4 @@ +

Oggetto: {{name}}

+

Inizio: {{#if isAllDay}}{{dateStartDate}}{{else}}{{dateStart}}{{/if}}

+ +

Vedi record

diff --git a/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl new file mode 100644 index 0000000000..b4e6802897 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/templates/reminder/it_IT/subject.tpl @@ -0,0 +1 @@ +Promemoria per {{{entityTypeLowerFirst}}} '{{{name}}}'