| Project | Translated | Strings of total | Untranslated | Untranslated words | Checks | Suggestions | Comments | |
|---|---|---|---|---|---|---|---|---|
|
Selfless Heroes
|
23% | 23% | 345 | 4,261 | 4 | Browse | ||
|
|
||||||||
| Language code | ar | |
|---|---|---|
| Text direction | Right to left | |
| Plural: Default plural 64 translations | ||
| Number of plurals | 6 | |
| Plural type | Arabic languages | |
| 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 equation | n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5 |
|
In Selfless Heroes, there isare only integer numbers.
The operator %%type-operator$"/"%% isthe integer division.
For example, %%type-operator$9 / 2 = 4%%.
The operator %%type-operator$"%"%% is called "modulo". It calculates the remainder of the integer division.
For example, %%type-operator$9 % 2 = 1%% because %%type-operator$9 / 2 = 4 remains 1%%%% has a remainder of 1.
The operator %%type-operator$"/"%% is
For example, %%type-operator$9 / 2 = 4%%.
The operator %%type-operator$"%"%% is called "modulo". It calculates the remainder of the integer division.
For example, %%type-operator$9 % 2 = 1%% because %%type-operator$9 / 2 = 4
%%statement branching-statement$else%% is not initially part of the %%statement branching-statement$if%%. To make it appear, drag any instruction over the %%statement branching-statement$if%%.
If you remove all the instructions inside %%statement branching-statement$else%%, it will disappear.
If you remove all the instructions inside %%statement branching-statement$else%%, it will disappear.
SayTell 'ok' to the hero on the right of you".