Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions my_compassion/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -4354,7 +4354,7 @@ msgstr "Tipps zum Schreiben"
#: code:addons/my_compassion/controllers/my2_children.py:0
#, python-format
msgid "Wrote you a letter"
msgstr "hat dir einen Brief geschrieben"
msgstr "Du hast einen Brief erhalten"
Comment thread
Danielgergely marked this conversation as resolved.

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_sponsorship_wizard_payment_method
Expand Down Expand Up @@ -4776,4 +4776,11 @@ msgstr "Erstelle ein MyCompassion-Konto, um mit %s in Verbindung zu bleiben.<br/
#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_sponsorship_thank_you_page
msgid "Sign up"
msgstr "Registrieren"
msgstr "Registrieren"

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_timeline_page
msgid ""
"Given the time it takes for mail to arrive, it could take between one and "
"three months for you to receive a reply."
msgstr "Aufgrund des langen Weges eines Briefes kann es 1-3 Monate dauern, bis du eine Antwort erhältst."
11 changes: 9 additions & 2 deletions my_compassion/i18n/fr_CH.po
Original file line number Diff line number Diff line change
Expand Up @@ -4306,7 +4306,7 @@ msgstr "Conseils pour écrire"
#: code:addons/my_compassion/controllers/my2_children.py:0
#, python-format
msgid "Wrote you a letter"
msgstr "Vous a écrit une lettre"
msgstr "Vous a envoyé une lettre"
Comment thread
Danielgergely marked this conversation as resolved.

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_sponsorship_wizard_payment_method
Expand Down Expand Up @@ -4721,4 +4721,11 @@ msgstr ""
#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_sponsorship_thank_you_page
msgid "Sign up"
msgstr "S'inscrire"
msgstr "S'inscrire"

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_timeline_page
msgid ""
"Given the time it takes for mail to arrive, it could take between one and "
"three months for you to receive a reply."
msgstr "Compte tenu des délais de livraison des lettres, la réponse pourrait vous parvenir entre un et trois mois."
9 changes: 8 additions & 1 deletion my_compassion/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -4786,4 +4786,11 @@ msgstr "Crea un account MyCompassion per rimanere in contatto con %s.<br/>\n"
#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_new_sponsorship_thank_you_page
msgid "Sign up"
msgstr "Iscriviti"
msgstr "Iscriviti"

#. module: my_compassion
#: model_terms:ir.ui.view,arch_db:my_compassion.my2_child_timeline_page
msgid ""
"Given the time it takes for mail to arrive, it could take between one and "
"three months for you to receive a reply."
msgstr "Considerando i tempi di consegna della posta, la risposta potrebbe arrivare tra uno e tre mesi."
10 changes: 10 additions & 0 deletions my_compassion/templates/pages/my2_child_timeline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,16 @@
encouragement you’ve woven together.
</t>
</t>
<t t-set="timeline_letters" t-value="[r for r in records if r.get('model') == 'correspondence']" />
<div
class="text-center"
t-if="timeline_letters and timeline_letters[0].get('metadata') == 'Supporter To Beneficiary'"
Comment thread
Danielgergely marked this conversation as resolved.
>
<p class="small font-italic">
Given the time it takes for mail to arrive, it could take between one and three months for
you to receive a reply.
</p>
</div>
</div>
</div>
<!-- ### Partner and child timeline component ### -->
Expand Down
Loading