| Strings Words Characters | |||
|---|---|---|---|
| 2 255 3,016 |
|
All strings | Browse Translate Zen |
| 2 255 3,016 |
|
Read-only strings | Browse Translate Zen |
| 1 136 1,791 |
|
Strings with any failing checks | Browse Translate Zen |
| 1 136 1,791 |
|
Failing check: Multiple failing checks | Browse Translate Zen |
Other components
| Component | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
|---|---|---|---|---|---|---|---|---|---|
| energy-communities AGPL-3.0-or-later | 100% | 0 | 0 | 0 | 0 | 28 | 0 | 0 | |
| energy-communities-cooperator AGPL-3.0-or-later | 100% | 0 | 0 | 0 | 0 | 25 | 0 | 0 | |
Summary
| Project website | github.com/somcomunitats-coop/odoo-ec | |
|---|---|---|
| Translation license | GNU Affero General Public License v3.0 or later | |
| Translation process |
|
|
| Source code repository |
git@github.com:somcomunitats-coop/odoo-ec.git
|
|
| Repository branch | 16.0 | |
| Last remote commit |
Merge pull request #672 from somcomunitats-coop/fix/format_vat_in_address
5e1e922e
|
|
| Weblate repository |
https://traduccio.somenergia.coop/git/som-comunitats/energy-communities/
|
|
| File mask |
energy_communities/i18n_extra/*.po
|
|
| Translation file | Not available | |
| Last change | March 18, 2026, 9:13 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 | 2 | 255 | 3,016 | |||
| Translated | 100% | 2 | 100% | 255 | 100% | 3,016 |
| Needs editing | 0% | 0 | 0% | 0 | 0% | 0 |
| Read-only | 100% | 2 | 100% | 255 | 100% | 3,016 |
| Failing checks | 50% | 1 | 53% | 136 | 59% | 1,791 |
| 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
+100%
Hosted words
—
+100%
Hosted strings
—
+100%
Translated
—
—
Contributors
—
None
Source string added |
|
None
Source string added |
|
| 2 | 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>Dear ${object.partner_id.name}
% set access_action = object.with_context(force_website=True).get_access_action()
% set is_online = access_action and access_action['type'] == 'ir.actions.act_url'
% set access_url = object.get_mail_url()
% if object.partner_id.parent_id:
(<i>${object.partner_id.parent_id.name}</i>)
% endif
,</p>
<p>Here is, in attachment, your
% if object.number:
invoice <strong>${object.number}</strong>
% else:
invoice
% endif
% if object.origin:
(with reference: ${object.origin})
% endif
amounting in <strong>${object.amount_total} ${object.currency_id.name}</strong>
from ${object.company_id.name}.
</p>
% if is_online:
<br/><br/>
<center>
<a href="${access_url}" style="background-color: #1abc9c; padding: 20px; text-decoration: none; color: #fff; border-radius: 5px; font-size: 16px;" class="o_default_snippet_text">View Invoice</a>
</center>
% endif
<br/><br/>
% if object.state=='paid':
<p>This invoice is already paid.</p>
% else:
<p>Please remit payment at your earliest convenience.</p>
% endif
<p>Thank you,</p>
<p style="color:#888888">
% if object.user_id and object.user_id.signature:
${object.user_id.signature | safe}
% endif
</p>
</div>