| Strings Words Characters | |||
|---|---|---|---|
| 197 2,090 21,024 |
|
All strings | Browse Translate Zen |
| 197 2,090 21,024 |
|
Read-only strings | Browse Translate Zen |
| 47 779 6,540 |
|
Strings with any failing checks | Browse Translate Zen |
| 1 6 43 |
|
Failing check: Unpluralised | Browse Translate Zen |
| 3 115 738 |
|
Failing check: Ellipsis | Browse Translate Zen |
| 44 663 5,812 |
|
Failing check: Multiple failing checks | Browse Translate Zen |
| 2 9 41 |
|
Failing check: Multiple unnamed variables | Browse Translate Zen |
Summary
| Project website | www.odoo.com | |
|---|---|---|
| Project reviewers39 |
|
|
| Translation process |
|
|
| File mask |
account_followup/i18n/*.po
|
|
| Translation file |
Download
account_followup/i18n/account_followup.pot
|
|
| Last change | Nov. 23, 2025, 6:40 a.m. | |
| Last change made by | None | |
| Language | English | |
| Language code | en | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 1,728,003,224 | |
| Number of plurals | 2 | |
| Plural type | One/other | |
| Plurals | Singular | 1 | Plural | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
| Plural formula |
n != 1
|
|
2 weeks ago
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 197 | 2,090 | 21,024 | |||
| Translated | 100% | 197 | 100% | 2,090 | 100% | 21,024 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 100% | 197 | 100% | 2,090 | 100% | 21,024 |
| Failing checks | 23% | 47 | 37% | 779 | 31% | 6,540 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 0% | 0 | 0% | 0 | 0% | 0 |
Quick numbers
and previous 30 days
Trends of last 30 days
−11%
Hosted words
+100%
−2%
Hosted strings
+100%
—
Translated
+100%
—
Contributors
—
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
None
Source string added |
|
| 197 | File in original format as translated in the repository | gettext PO file | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 197 | All strings, converted files enriched with comments; suitable for offline translation | CSV | gettext MO | gettext PO | TBX | TMX | XLIFF 1.1 with gettext extensions | XLIFF 1.1 | XLSX |
None
<p>
<t t-if="object.id != object.commercial_partner_id.id">Dear <t t-out="object.name or ''"/> (<t t-out="object.commercial_partner_id.name or ''"/>),</t>
<t t-else="">Dear <t t-out="object.name or ''"/>,</t>
</p>
<p>
We would like to inform you that your account shows an outstanding balance of <b><t t-out="format_amount(object.total_overdue, object.currency_id) or ''"/></b>.
We kindly ask that you settle this amount within the next <b>8 days</b>.
</p>
<p t-if="object._show_pay_now_button()">
<a t-att-href="'/my/invoices/overdue'" style="padding: 8px 12px; font-size: 12px; color: #FFFFFF; text-decoration: none !important; font-weight: 400; background-color: #875A7B; border: 0px solid #875A7B; border-radius:3px">Pay now</a>
</p>
<p>
If payment has already been made, please disregard this notice.
For any questions or if you need assistance, feel free to contact our accounting department.
</p>
<p>
We appreciate your cooperation in resolving this matter.
</p>
<p>
Sincerely,
</p>
<p>
<t t-if="not is_html_empty(object._get_followup_responsible().signature)">
<t t-out="object._get_followup_responsible().signature"/>
</t>
<t t-else="">
<t t-out="object._get_followup_responsible().name"/>
</t>
</p>
</div>