Project | Translated | Unfinished | Unfinished words | Unfinished characters | Untranslated | Checks | Suggestions | Comments | |
---|---|---|---|---|---|---|---|---|---|
bookworm | 0% | 149 | 798 | 4,708 | 149 | 0 | 0 | 0 | |
|
|||||||||
Cloudstream | 31% | 520 | 1,936 | 11,465 | 520 | 0 | 0 | 0 | |
|
|||||||||
Commons App | 50% | 62 | 228 | 1,430 | 62 | 2 | 0 | 0 | |
|
|||||||||
EasySSH | 2% | 147 | 419 | 2,717 | 147 | 0 | 0 | 0 | |
|
|||||||||
GiveMeLyrics | 0% | 32 | 94 | 619 | 32 | 0 | 0 | 0 | |
|
|||||||||
Go For It | 0% | 192 | 895 | 5,032 | 192 | 0 | 0 | 0 | |
|
|||||||||
iso-codes | 6% | 9,590 | 15,081 | 102,904 | 4,356 | 10 | 40 | 0 | |
|
|||||||||
mustardOS | 0% | 516 | 2,144 | 13,231 | 0 | 424 | 0 | 0 | |
|
|||||||||
Nutty | 0% | 152 | 609 | 3,836 | 152 | 0 | 0 | 0 | |
|
|||||||||
OrganicMaps | 0% | 1,871 | 5,251 | 33,616 | 145 | 1,388 | 0 | 0 | |
|
|||||||||
PDF Tricks | 0% | 83 | 355 | 2,193 | 83 | 0 | 0 | 0 | |
|
|||||||||
Planner | 0% | 378 | 1,443 | 8,301 | 378 | 0 | 0 | 0 | |
|
|||||||||
Prism Launcher | 5% | 2,186 | 11,341 | 70,199 | 2,115 | 2 | 0 | 0 | |
|
|||||||||
Proca | 28% | 235 | 1,518 | 9,340 | 161 | 31 | 0 | 0 | |
|
|||||||||
SE Basic IV | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ||
|
|||||||||
Spook | 15% | 116 | 1,094 | 7,194 | 116 | 1 | 0 | 0 | |
|
|||||||||
Stellarium-mobile | 7% | 561 | 1,650 | 10,484 | 551 | 3 | 0 | 0 | |
|
|||||||||
To Don't | 85% | 17 | 497 | 3,239 | 17 | 10 | 0 | 0 | |
|
|||||||||
Tor Project | 3% | 3,308 | 47,845 | 313,241 | 3,252 | 49 | 18 | 0 | |
|
|||||||||
Twill CMS | 0% | 326 | 948 | 5,879 | 326 | 0 | 0 | 0 | |
|
Overview
Language code | mt | |
---|---|---|
Aliased language codes | mlt, mt_mt | |
Text direction | Left to right | |
Number of speakers | 469,730 | |
Plural: Default plural 38 translations | ||
Number of plurals | 4 | |
Plural type | One/few/many/other | |
Plurals | One | 1 | Few | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
Many | 11, 12, 13, 14, 15, 16, 17, 18, 19, 111, … | |
Other | 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, … | |
Plural formula |
n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3
|
|
Plural: CLDR plural with zero 1 translation | ||
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, 111, … | |
Other | 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, … | |
Plural formula |
(n == 0) ? 0 : (n == 1) ? 1 : ((n == 2) ? 2 : ((n == 0 || n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 19) ? 4 : 5)))
|
|
Plural: CLDR v38+ plural 24 translations | ||
Number of plurals | 5 | |
Plural type | One/two/few/many/other | |
Plurals | One | 1 | Two | 2 |
Few | 0, 3, 4, 5, 6, 7, 8, 9, 10, 103, … | |
Many | 11, 12, 13, 14, 15, 16, 17, 18, 19, 111, … | |
Other | 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, … | |
Plural formula |
(n == 1) ? 0 : ((n == 2) ? 1 : ((n == 0 || n % 100 >= 3 && n % 100 <= 10) ? 2 : ((n % 100 >= 11 && n % 100 <= 19) ? 3 : 4)))
|
|
Plural: Qt Linguist plural 1 translation | ||
Number of plurals | 4 | |
Plural type | One/zero/few/other | |
Plurals | One | 1 | Zero | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … |
Few | 11, 12, 13, 14, 15, 16, 17, 18, 19, 111, … | |
Other | 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, … | |
Plural formula |
(n==1 ? 0 : (n==0 || (n%100>=1 && n%100<=10)) ? 1 : (n%100>=11 && n%100<=19) ? 2 : 3)
|
5 hours ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 22,089 | 98,490 | 638,863 | |||
Approved | 0% | 0 | 0% | 0 | 0% | 0 |
Waiting for review | 6% | 1,446 | 4% | 3,967 | 3% | 25,385 |
Translated | 7% | 1,648 | 4% | 4,344 | 4% | 29,235 |
Needs editing | 34% | 7,687 | 14% | 14,732 | 14% | 94,418 |
Read-only | 1% | 202 | 1% | 377 | 1% | 3,850 |
Failing checks | 8% | 1,926 | 6% | 6,420 | 6% | 40,698 |
Strings with suggestions | 1% | 181 | 1% | 887 | 1% | 5,631 |
Untranslated strings | 57% | 12,754 | 80% | 79,414 | 80% | 515,210 |
Quick numbers
and previous 30 days
Trends of last 30 days
+100%
Hosted words
—
+100%
Hosted strings
—
+7%
Translated
—
+100%
Contributors
—
None
Resource updated |
|
None
Resource updated |
The “
mt.ts ” file was changed.
17 hours ago
|
None
String added in the repository |
|
None
String added in the repository |
|
None
Resource updated |
The “
mt.ts ” file was changed.
23 hours ago
|
None
String added in the repository |
|
None
Changes committed |
Changes committed
yesterday
|
addon:prefill
Automatically translated |
|
addon:prefill
Automatically translated |
|
None
Resource updated |
The “
mux/mt.json ” file was changed.
yesterday
|
mt.ts
” file was changed. 5 hours ago