| Strings Words Characters | |||
|---|---|---|---|
| 156 1,107 10,170 |
|
All strings | Browse Translate Zen |
| 1 151 2,347 |
|
Approved strings | Browse Translate Zen |
| 149 1,070 9,755 |
|
Translated strings | Browse Translate Zen |
| 148 919 7,408 |
|
Strings waiting for review | Browse Translate Zen |
| 7 37 415 |
|
Unfinished strings | Browse Translate Zen |
| 7 37 415 |
|
Untranslated strings | Browse Translate Zen |
| 1 7 49 |
|
Strings with any failing checks | Browse Translate Zen |
| 1 7 49 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 1 7 49 |
|
Failing check: Mismatched full stop | Browse Translate Zen |
Summary
| Project website | www.odoo.com | |
|---|---|---|
| Project reviewers41 |
|
|
| Translation license | BSD 2-Clause "Simplified" License | |
| Translation process |
|
|
| File mask |
account_followup/i18n/*.po
|
|
| Translation file |
Download
account_followup/i18n/es.po
|
|
| Last change | March 10, 2026, 2:36 p.m. | |
| Last change made by | Noemi Pla Garcia (nopl) | |
| Language | Spanish | |
| Language code | es | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 507,599,381 | |
| Number of plurals | 3 | |
| Plural type | One/many/other | |
| Plurals | One | 1 | Many | 1000000, 2000000 |
| Other | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … | |
| Plural formula |
(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)
|
|
03/10/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 156 | 1,107 | 10,170 | |||
| Approved | 1% | 1 | 13% | 151 | 23% | 2,347 |
| Waiting for review | 94% | 148 | 83% | 919 | 72% | 7,408 |
| Translated | 95% | 149 | 96% | 1,070 | 95% | 9,755 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 1% | 1 | 1% | 7 | 1% | 49 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 4% | 7 | 3% | 37 | 4% | 415 |
Quick numbers
and previous 30 days
Trends of last 30 days
+100%
Hosted words
—
+100%
Hosted strings
—
+94%
Translated
—
—
Contributors
—
|
Translation approved |
|
|
Translation added |
|
|
Contributor joined |
Contributor joined
03/10/2026
|
None
Resource updated |
File “
account_followup/i18n/es.po” was added.
02/24/2026
|
None
String added in the repository |
|
None
String added in the repository |
|
None
String added in the repository |
|
None
String added in the repository |
|
None
String added in the repository |
|
None
String added in the repository |
|
| 156 | File in original format as translated in the repository | gettext PO file | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 156 | 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 |
| 7 | Unfinished 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-if="object.followup_single_currency_id">
<t t-out="format_amount(object.total_overdue_currency_followup, object.followup_single_currency_id) or ''"/>
</t>
<t t-else="">
<t t-out="format_amount(object.total_overdue_followup, object.currency_id) or ''"/>
</t>
</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>
<p>
<t t-if="object.id != object.commercial_partner_id.id">Estimado/a <t t-out="object.name or ''"/> (<t t-out="object.commercial_partner_id.name or ''"/>):</t>
<t t-else="">Estimado/a <t t-out="object.name or ''"/>:</t>
</p>
<p>
Le informamos de que su cuenta presenta un saldo pendiente de
<b>
<t t-if="object.followup_single_currency_id">
<t t-out="format_amount(object.total_overdue_currency_followup, object.followup_single_currency_id) or ''"/>
</t>
<t t-else="">
<t t-out="format_amount(object.total_overdue_followup, object.currency_id) or ''"/>
</t>
</b>.
Le rogamos que realice el pago en un plazo de <b>8 días</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">Pagar ahora</a>
</p>
<p>
Si ya ha realizado el pago, por favor, ignore este aviso.
Si tiene alguna pregunta o necesita ayuda, póngase en contacto con nuestro departamento de contabilidad.
</p>
<p>
Gracias por su colaboración.
</p>
<p>
Saludos cordiales,
</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>