| Strings Words Characters | |||
|---|---|---|---|
| 156 1,107 10,170 |
|
All strings | Browse Translate Zen |
| 146 1,024 9,446 |
|
Translated strings | Browse Translate Zen |
| 146 1,024 9,446 |
|
Strings waiting for review | Browse Translate Zen |
| 10 83 724 |
|
Unfinished strings | Browse Translate Zen |
| 9 78 691 |
|
Untranslated strings | Browse Translate Zen |
| 1 5 33 |
|
Strings marked for edit | Browse Translate Zen |
| 1 19 105 |
|
Strings with any failing checks | Browse Translate Zen |
| 1 19 105 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 1 19 105 |
|
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/zh_CN.po
|
|
| Last change | March 12, 2026, 6:58 a.m. | |
| Last change made by | Chloe Wang (chwa) | |
| Language | Chinese (Simplified Han script) | |
| Language code | zh_Hans | |
| Text direction | Left to right | |
| Case sensitivity | Case-insensitive | |
| Number of speakers | 1,286,444,445 | |
| Number of plurals | 1 | |
| Plural type | None | |
| Plurals | ||
| Plural formula |
0
|
|
03/12/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 156 | 1,107 | 10,170 | |||
| Approved | 0% | 0 | 0% | 0 | 0% | 0 |
| Waiting for review | 93% | 146 | 92% | 1,024 | 92% | 9,446 |
| Translated | 93% | 146 | 92% | 1,024 | 92% | 9,446 |
| Needs editing | 1% | 1 | 1% | 5 | 1% | 33 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 1% | 1 | 1% | 19 | 1% | 105 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 5% | 9 | 7% | 78 | 6% | 691 |
Quick numbers
and previous 30 days
Trends of last 30 days
+100%
Hosted words
—
+100%
Hosted strings
—
+92%
Translated
—
—
Contributors
—
|
Translation added |
|
|
Contributor joined |
Contributor joined
03/12/2026
|
None
Resource updated |
File “
account_followup/i18n/zh_CN.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 |
|
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 |
| 10 | 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"> 亲爱的<t t-out="object.name or ''"/> (<t t-out="object.commercial_partner_id.name or ''"/> ),</t>
<t t-else="">亲爱的<t t-out="object.name or ''"/> ,</t>
</p>
<p>
谨此通知您,您的账户显示未结余额为
<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> 。
恳请您于未来<b>8天</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"> 立即支付</a>
</p>
<p>
若已完成付款,请忽略本通知。
如有疑问或需要协助,欢迎随时联系我们的财务部门。
</p>
<p> 感谢您配合解决此事。
</p>
<p> 此致
</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>