mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Add monthly invoice email description
This commit is contained in:
parent
f77883b266
commit
9c0984b3d3
4 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
<%= t(:you_have_a_new_invoice) %>
|
<%= t(:you_have_a_new_invoice) %><br>
|
||||||
|
<%= t(:monthly_invoice) if @invoice.monthly_invoice %>
|
||||||
<br><br>
|
<br><br>
|
||||||
<%= t(:sincerely) %>,<br>
|
<%= t(:sincerely) %>,<br>
|
||||||
<%= Setting.registry_invoice_contact %><br>
|
<%= Setting.registry_invoice_contact %><br>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<%= t(:you_have_a_new_invoice) %>
|
<%= t(:you_have_a_new_invoice) %>
|
||||||
|
<%= t(:monthly_invoice) if @invoice.monthly_invoice %>
|
||||||
|
|
||||||
<%= t(:sincerely) %>,
|
<%= t(:sincerely) %>,
|
||||||
<%= Setting.registry_invoice_contact %>
|
<%= Setting.registry_invoice_contact %>
|
||||||
|
|
|
@ -540,6 +540,7 @@ en:
|
||||||
bind_manually: 'Bind manually'
|
bind_manually: 'Bind manually'
|
||||||
client: 'Client'
|
client: 'Client'
|
||||||
you_have_a_new_invoice: 'You have a new invoice.'
|
you_have_a_new_invoice: 'You have a new invoice.'
|
||||||
|
monthly_invoice: "Here comes the report with the last month's credit account activities."
|
||||||
sincerely: 'Sincerely'
|
sincerely: 'Sincerely'
|
||||||
expiry: 'Expiry'
|
expiry: 'Expiry'
|
||||||
failed_to_create_crt_csr_already_signed: 'Failed to create certificate: CSR is already signed'
|
failed_to_create_crt_csr_already_signed: 'Failed to create certificate: CSR is already signed'
|
||||||
|
|
|
@ -11,3 +11,6 @@ et:
|
||||||
already_paid: " (juba makstud)"
|
already_paid: " (juba makstud)"
|
||||||
monthly_invoice: " (kuuaruanne)"
|
monthly_invoice: " (kuuaruanne)"
|
||||||
monthly_invoice_description: 'Kuuaruanne'
|
monthly_invoice_description: 'Kuuaruanne'
|
||||||
|
you_have_a_new_invoice: 'Teil on uus arve.'
|
||||||
|
monthly_invoice: "Siit tuleb aruanne möödunud kuul ettemaksukontoga seotud tasuliste toimingutega."
|
||||||
|
sincerely: 'Lugupidamisega'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue