Overview
Language code | zh_Hant | |
---|---|---|
Aliased language codes | cht, cmn_hant, tchinese, zh_cht, zh_cmn_hant, zh_hant@zh, zh_hant_tw, zh_tw, zho, zhtw | |
English name of the language | Chinese (Traditional Han script) | |
Text direction | Left to right | |
Case sensitivity | Case-insensitive | |
Number of speakers | 39,078,482 | |
Plural: Default plural 2811 translations | ||
Number of plurals | 1 | |
Plural type | None | |
Plurals | ||
Plural formula |
0
|
|
Plural: gettext plural formula 11 translations | ||
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)
|
|
Plural: gettext plural formula 2 translations | ||
Number of plurals | 2 | |
Plural type | One/other | |
Plurals | Singular | 0, 1 |
Plural | 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, … | |
Plural formula |
(n > 1)
|
|
Plural: CLDR plural with zero 3 translations | ||
Number of plurals | 2 | |
Plural type | Zero/other | |
Plurals | Zero | 0 |
Other | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, … | |
Plural formula |
n==0 ? 0 : 1
|
|
Plural: Qt Linguist plural 33 translations | ||
Number of plurals | 1 | |
Plural type | None | |
Plurals | ||
Plural formula |
0
|
2 minutes ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 755,811 | 6,377,097 | 42,300,418 | |||
Approved | 1% | 4,760 | 1% | 23,888 | 1% | 150,295 |
Waiting for review | 61% | 462,544 | 47% | 3,012,809 | 46% | 19,704,921 |
Translated | 62% | 475,302 | 48% | 3,080,679 | 47% | 20,277,913 |
Needs editing | 5% | 43,893 | 7% | 489,228 | 8% | 3,645,956 |
Read-only | 1% | 7,998 | 1% | 43,982 | 1% | 422,697 |
Failing checks | 3% | 27,571 | 5% | 377,259 | 6% | 2,902,089 |
Strings with suggestions | 1% | 14,931 | 1% | 65,477 | 1% | 428,000 |
Untranslated strings | 31% | 236,616 | 44% | 2,807,190 | 43% | 18,376,549 |
Quick numbers
and previous 30 days
Trends of last 30 days
+6%
Hosted words
+100%
+7%
Hosted strings
+100%
+1%
Translated
+62%
+14%
Contributors
+100%
![]() Translation added |
|
![]() Translation added |
|
![]() Translation added |
|
![]() Changes committed |
Changes committed
5 minutes ago
|
![]() Translation replaced |
|
![]() Translation replaced |
|
![]() Translation replaced |
|
![]() Translation replaced |
|
![]() Translation replaced |
|
![]() Translation replaced |
|
Three keywords in GDScript work like function calls and require parentheses: [code]yield()[/code], [code]preload()[/code], and [code]assert()[/code].
在 GDScript 中,有三個關鍵字像函式呼叫一樣,並需要括號:[code]yield()[/code]、[code]preload()[/code] 和 [code]assert()[/code]。