Overview
Language code | es | |
---|---|---|
Aliased language codes | es_es, es_la, esp, spa | |
English name of the language | Spanish | |
Text direction | Left to right | |
Case sensitivity | Case-sensitive | |
Number of speakers | 506,540,366 | |
Plural: Default plural 3060 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: CLDR v38+ plural 37 translations | ||
Number of plurals | 3 | |
Plural type | One/many/other | |
Plurals | One | 1 | Many | 1000000, 2000000 |
Other | 0, 2, 3, 4, 5, 6, 7, 8, 9, 10, … | |
Plural formula |
(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2)
|
|
Plural: Qt Linguist plural 0 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)
|
5 minutes ago
String statistics
Strings percent | Hosted strings | Words percent | Hosted words | Characters percent | Hosted characters | |
---|---|---|---|---|---|---|
Total | 328,842 | 4,958,627 | 36,027,616 | |||
Approved | 0% | 0 | 0% | 0 | 0% | 0 |
Waiting for review | 44% | 148,132 | 36% | 1,790,128 | 35% | 12,664,823 |
Translated | 45% | 148,264 | 36% | 1,790,667 | 35% | 12,672,133 |
Needs editing | 4% | 13,919 | 2% | 109,794 | 2% | 858,261 |
Read-only | 1% | 132 | 1% | 539 | 1% | 7,310 |
Failing checks | 3% | 11,264 | 2% | 130,765 | 3% | 1,171,914 |
Strings with suggestions | 5% | 19,591 | 6% | 321,549 | 6% | 2,293,836 |
Untranslated strings | 50% | 166,659 | 61% | 3,058,166 | 62% | 22,497,222 |
Quick numbers
and previous 30 days
Trends of last 30 days
+1%
Hosted words
+100%
−1%
Hosted strings
+100%
+1%
Translated
+44%
+41%
Contributors
+100%
![]() Translation changed |
|
![]() Propagated change |
|
![]() Translation changed |
|
![]() Propagated change |
|
![]() Propagated change |
|
![]() Translation added |
|
![]() Propagated change |
|
![]() Propagated change |
|
![]() Translation added |
|
![]() Marked for edit |
|
auth required pam_env.so
auth required pam_faildelay.so delay=2000000
auth required pam_faillock.so preauth silent deny=4 unlock_time=1200 {include if "with-faillock"}
auth [default=1 ignore=ignore success=ok] pam_succeed_if.so uid >= 1000 quiet
auth [default=1 ignore=ignore success=ok] pam_localuser.so
auth sufficient pam_unix.so nullok
auth requisite pam_succeed_if.so uid >= 1000 quiet_success
auth sufficient pam_sss.so forward_pass
auth required pam_faillock.so authfail deny=4 unlock_time=1200 {include if "with-faillock"}
auth required pam_deny.so
...
auth required pam_env.so
auth required pam_faildelay.so delay=2000000
auth required pam_faillock.so preauth silent deny=4 unlock_time=1200 {include if "with-faillock"}
auth [default=1 ignore=ignore success=ok] pam_succeed_if.so uid >= 1000 quiet
auth [default=1 ignore=ignore success=ok] pam_localuser.so
auth sufficient pam_unix.so nullok
try_first_passauth requisite pam_succeed_if.so uid >= 1000 quiet_success
auth sufficient pam_sss.so forward_pass
auth required pam_faillock.so authfail deny=4 unlock_time=1200 {include if "with-faillock"}
auth required pam_deny.so
...