| Strings Words Characters | |||
|---|---|---|---|
| 272 1,239 9,184 |
|
All strings | Browse Translate Zen |
| 2 185 3,124 |
|
Approved strings | Browse Translate Zen |
| 198 925 7,385 |
|
Translated strings | Browse Translate Zen |
| 196 740 4,261 |
|
Strings waiting for review | Browse Translate Zen |
| 74 314 1,799 |
|
Unfinished strings | Browse Translate Zen |
| 74 314 1,799 |
|
Untranslated strings | Browse Translate Zen |
| 7 84 479 |
|
Strings with any failing checks | Browse Translate Zen |
| 7 84 479 |
|
Translated strings with any failing checks | Browse Translate Zen |
| 3 74 425 |
|
Failing check: Mismatched full stop | Browse Translate Zen |
| 3 43 264 |
|
Failing check: Mismatched colon | Browse Translate Zen |
| 2 6 26 |
|
Failing check: Mismatched question mark | Browse Translate Zen |
| 1 1 14 |
|
Failing check: Mismatched semicolon | Browse Translate Zen |
Summary
| Project website | www.odoo.com | |
|---|---|---|
| Project reviewers41 |
|
|
| Translation license | BSD 2-Clause "Simplified" License | |
| Translation process |
|
|
| File mask |
addons/pos_self_order/i18n/*.po
|
|
| Translation file |
Download
addons/pos_self_order/i18n/ca.po
|
|
| Last change | March 11, 2026, 10:46 a.m. | |
| Last change made by | Noemi Pla Garcia (nopl) | |
| Language | Catalan | |
| Language code | ca | |
| Text direction | Left to right | |
| Case sensitivity | Case-sensitive | |
| Number of speakers | 8,218,781 | |
| 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
|
|
03/11/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 272 | 1,239 | 9,184 | |||
| Approved | 1% | 2 | 14% | 185 | 34% | 3,124 |
| Waiting for review | 72% | 196 | 59% | 740 | 46% | 4,261 |
| Translated | 72% | 198 | 74% | 925 | 80% | 7,385 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 0% | 0 | 0% | 0 | 0% | 0 |
| Failing checks | 2% | 7 | 6% | 84 | 5% | 479 |
| Strings with suggestions | 0% | 0 | 0% | 0 | 0% | 0 |
| Untranslated strings | 27% | 74 | 25% | 314 | 19% | 1,799 |
Quick numbers
and previous 30 days
Trends of last 30 days
+100%
Hosted words
—
+100%
Hosted strings
—
+72%
Translated
—
—
Contributors
—
|
Translation approved |
|
|
Translation added |
|
|
Translation approved |
|
|
Translation added |
|
|
Contributor joined |
Contributor joined
03/10/2026
|
None
Resource updated |
The “
addons/pos_self_order/i18n/ca.po” file was changed.
02/28/2026
|
None
String added in the repository |
|
None
String added in the repository |
|
None
Resource updated |
File “
addons/pos_self_order/i18n/ca.po” was added.
02/25/2026
|
None
String added in the repository |
|
| 272 | File in original format as translated in the repository | gettext PO file | |||||||
|---|---|---|---|---|---|---|---|---|---|
| 272 | 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 |
| 74 | 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
<t t-set="store_name" t-value="object.config_id.name"/>
<t t-set="tz" t-value="object.env.user.tz"/>
<t t-set="lg" t-value="object.partner_id.lang or user.lang"/>
<div>
<t t-if="client_name">Hello <t t-out="client_name">Client name</t>,</t>
<t t-else="">Hello,</t>
</div>
<br/>
<div>Your order <t t-out="object.tracking_number">...</t> amounting in <t t-out="format_amount(object.amount_total,object.currency_id)">$xx.xx</t> has been confirmed. <span t-if="object.preset_time">It will be ready at <t t-out="format_time(time=object.preset_time, tz=tz, time_format='short', lang_code=lg)">12:00 pm</t></span></div>
<br/>
<div>Thank you,</div>
<br/>
<div t-if="object.state == 'paid'">
<div>Attached, you will find your receipt</div>
<br/>
</div>
<t t-out="store_name">Store name</t>
</div>
<t t-set="store_name" t-value="object.config_id.name"/>
<t t-set="tz" t-value="object.env.user.tz"/>
<t t-set="lg" t-value="object.partner_id.lang or user.lang"/>
<div>
<t t-if="client_name">Hola, <t t-out="client_name">nom del client</t>:</t>
<t t-else="">Hola:</t>
</div>
<br/>
<div>La seva comanda <t t-out="object.tracking_number">...</t> per un import de <t t-out="format_amount(object.amount_total,object.currency_id)">xx,xx €</t> ha estat confirmada. <span t-if="object.preset_time">Estarà disponible a les <t t-out="format_time(time=object.preset_time, tz=tz, time_format='short', lang_code=lg)">12:00 h</t></span></div>
<br/>
<div>Gràcies,</div>
<br/>
<div t-if="object.state == 'paid'">
<div>Trobarà el rebut adjunt</div>
<br/>
</div>
<t t-out="store_name">Nom de la botiga</t>
</div>