Summary
| Language code | ar | |
|---|---|---|
| Aliased language codes | ar_aa, ar_ar, ara, arb | |
| English name of the language | Arabic | |
| Text direction | Right to left | |
| Case sensitivity | Case-insensitive | |
| Number of speakers | 378,792,526 | |
| Plural: Default plural 9423 translations | ||
| Number of plurals | 6 | |
| Plural type | Zero/one/two/few/many/other | |
| Plurals | Zero | 0 | One | 1 |
| Two | 2 | |
| Few | 3, 4, 5, 6, 7, 8, 9, 10, 103, 104, … | |
| Many | 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, … | |
| Other | 100, 101, 102, 200, 201, 202, 300, 301, 302, 400, … | |
| Plural formula |
n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5
|
|
| Plural: Qt Linguist plural 0 translations | ||
| Number of plurals | 6 | |
| Plural type | Zero/one/two/few/many/other | |
| Plurals | Zero | 0 | One | 1 |
| Two | 2 | |
| Few | 3, 4, 5, 6, 7, 8, 9, 10, 103, 104, … | |
| Many | 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, … | |
| Other | 100, 101, 102, 200, 201, 202, 300, 301, 302, 400, … | |
| Plural formula |
(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : (n%100>=3 && n%100<=10) ? 3 : n%100>=11 ? 4 : 5)
|
|
08/14/2026
String statistics
| Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
|---|---|---|---|---|---|---|
| Total | 1,281,263 | 9,504,234 | 69,214,723 | |||
| Approved | 8% | 107,263 | 10% | 974,727 | 12% | 8,313,815 |
| Waiting for review | 79% | 1,019,450 | 77% | 7,334,957 | 75% | 52,012,889 |
| Translated | 87% | 1,126,739 | 87% | 8,309,710 | 87% | 60,326,905 |
| Needs editing | 1% | 6,902 | 1% | 44,826 | 1% | 335,459 |
| Read-only | 1% | 26 | 1% | 26 | 1% | 201 |
| Failing checks | 6% | 84,249 | 13% | 1,279,605 | 12% | 8,517,971 |
| Strings with suggestions | 1% | 29 | 1% | 283 | 1% | 2,035 |
| Untranslated strings | 11% | 147,622 | 12% | 1,149,698 | 12% | 8,552,359 |
Quick numbers
and previous 30 days
Trends of last 30 days
+3%
Hosted words
+100%
+2%
Hosted strings
+100%
+1%
Translated
+87%
−40%
Contributors
+100%
|
Translation approved |
|
|
Contributor joined |
Contributor joined
08/14/2026
|
|
Translation approved |
|
|
Contributor joined |
Contributor joined
08/14/2026
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
|
Translation approved |
|
Dear <t t-out="object.sudo().partner_id.name or object.sudo().partner_name or 'Madam/Sir'">Madam/Sir</t>,<br/><br/>
Your request
<t t-if="hasattr(object.team_id, 'website_id') and object.get_portal_url()">
<a t-attf-href="{{ object.team_id.website_id.domain }}/my/ticket/{{ object.id }}/{{ object.access_token }}" t-out="object.name or ''">Table legs are unbalanced</a>
</t>
has been received and is being reviewed by our <t t-out="object.team_id.name or ''">VIP Support</t> team.<br/><br/>
The reference for your ticket is <strong><t t-out="object.ticket_ref or ''">15</t></strong>.<br/><br/>
To provide any additional information, simply reply to this email.<br/><br/>
<t t-if="object.team_id.show_knowledge_base">
Don't hesitate to visit our <a t-attf-href="{{ object.team_id.get_knowledge_base_url() }}">Help Center</a>. You might find the answer to your question.
<br/><br/>
</t>
<t t-if="object.team_id.allow_portal_ticket_closing">
Feel free to close your ticket if our help is no longer needed. Thank you for your collaboration.<br/><br/>
</t>
<div style="text-align: center; padding: 16px 0px 16px 0px;">
<t t-if="hasattr(object.team_id, 'website_id') and object.team_id.use_website_helpdesk_form">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="'%s%s' % (object.team_id.website_id.domain or '', object.get_portal_url())" target="_blank">View Ticket</a>
</t>
<t t-else="">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="object.get_portal_url()" target="_blank">View Ticket</a>
</t>
<t t-if="hasattr(object.team_id, 'website_id') and object.team_id.allow_portal_ticket_closing">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="'%s/my/ticket/close/%s/%s' % (object.team_id.website_id.domain or '', object.id, object.access_token)" target="_blank">Close Ticket</a>
</t>
<t t-elif="object.team_id.allow_portal_ticket_closing">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="'/my/ticket/close/%s/%s' % (object.id, object.access_token)" target="_blank">Close Ticket</a>
</t>
<t t-if="object.team_id.use_website_helpdesk_forum or object.team_id.use_website_helpdesk_knowledge or object.team_id.use_website_helpdesk_slides">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="object.team_id.feature_form_url" target="_blank">Visit Help Center</a>
</t><br/><br/>
</div>
Best regards,<br/><br/>
<t t-out="object.team_id.name or 'Helpdesk'">Helpdesk</t> Team
</div>
السيد/السيدة<t t-out="object.sudo().partner_id.name or object.sudo().partner_name or 'Madam/Sir'">الموقرين</t>،<br/><br/>
لقد تم تلقي طلبك
<t t-if="hasattr(object.team_id, 'website_id') and object.get_portal_url()">
<a t-attf-href="{{ object.team_id.website_id.domain }}/my/ticket/{{ object.id }}/{{ object.access_token }}" t-out="object.name or ''">أرجل الطاولة غير متوازنة</a>
</t>
وتتم مراجعته الآن من قِبَل <t t-out="object.team_id.name or ''">فريق الدعم الخاص بكبار العملاء</t> .<br/><br/>
مرجع تذكرتك هو <strong><t t-out="object.ticket_ref or ''">15</t></strong>.<br/><br/>
لإرسال أي معلومات إضافية، ما عليك سوى الرد على رسالة البريد الإلكتروني هذه.<br/><br/>
<t t-if="object.team_id.show_knowledge_base">
لا تتردد في زيارة <a t-attf-href="{{ object.team_id.get_knowledge_base_url() }}">مركز المساعدة لدينا</a>. قد تجد الإجابات التي تبحث عنها هناك.
<br/><br/>
</t>
<t t-if="object.team_id.allow_portal_ticket_closing">
لا تتردد في إغلاق تذكرتك إذا لم تعد بحاجة إلى مساعدتنا. نشكرك على تعاونك.<br/><br/>
</t>
<div style="text-align: center; padding: 16px 0px 16px 0px;">
<t t-if="hasattr(object.team_id, 'website_id') and object.team_id.use_website_helpdesk_form">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="'%s%s' % (object.team_id.website_id.domain or '', object.get_portal_url())" target="_blank">عرض التذكرة</a>
</t>
<t t-else="">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="object.get_portal_url()" target="_blank">عرض التذكرة</a>
</t>
<t t-if="hasattr(object.team_id, 'website_id') and object.team_id.allow_portal_ticket_closing">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="'%s/my/ticket/close/%s/%s' % (object.team_id.website_id.domain or '', object.id, object.access_token)" target="_blank">إغلاق التذكرة</a>
</t>
<t t-elif="object.team_id.allow_portal_ticket_closing">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="'/my/ticket/close/%s/%s' % (object.id, object.access_token)" target="_blank">إغلاق التذكرة</a>
</t>
<t t-if="object.team_id.use_website_helpdesk_forum or object.team_id.use_website_helpdesk_knowledge or object.team_id.use_website_helpdesk_slides">
<a class="btn btn-fill-primary" t-attf-style="background-color: {{object.company_id.email_secondary_color or 'rgb(113, 75, 103)'}}; padding: 5px 10px; text-decoration: none; color: {{object.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 4px; font-size: 14px;" t-att-href="object.team_id.feature_form_url" target="_blank">الذهاب إلى مركز المساعدة</a>
</t><br/><br/>
</div>
مع وافر الشكر والتقدير<br/><br/>
<t t-out="object.team_id.name or 'Helpdesk'">فريق مكتب المساعدة</t>
</div>