This commit is contained in:
David Štaleker
2025-07-18 05:33:16 +02:00
parent 401a367e5d
commit db0cc8d3de
14776 changed files with 9251484 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,158 @@
{
"main": {
"es": {
"identity": {
"version": {
"_cldrVersion": "39"
},
"language": "es"
},
"numbers": {
"defaultNumberingSystem": "latn",
"otherNumberingSystems": {
"native": "latn"
},
"minimumGroupingDigits": "2",
"symbols-numberSystem-latn": {
"decimal": ",",
"group": ".",
"list": ";",
"percentSign": "%",
"plusSign": "+",
"minusSign": "-",
"approximatelySign": "~",
"exponential": "E",
"superscriptingExponent": "×",
"perMille": "‰",
"infinity": "∞",
"nan": "NaN",
"timeSeparator": ":"
},
"decimalFormats-numberSystem-latn": {
"standard": "#,##0.###",
"long": {
"decimalFormat": {
"1000-count-one": "0 mil",
"1000-count-other": "0 mil",
"10000-count-one": "00 mil",
"10000-count-other": "00 mil",
"100000-count-one": "000 mil",
"100000-count-other": "000 mil",
"1000000-count-one": "0 millón",
"1000000-count-other": "0 millones",
"10000000-count-one": "00 millones",
"10000000-count-other": "00 millones",
"100000000-count-one": "000 millones",
"100000000-count-other": "000 millones",
"1000000000-count-one": "0 mil millones",
"1000000000-count-other": "0 mil millones",
"10000000000-count-one": "00 mil millones",
"10000000000-count-other": "00 mil millones",
"100000000000-count-one": "000 mil millones",
"100000000000-count-other": "000 mil millones",
"1000000000000-count-one": "0 billón",
"1000000000000-count-other": "0 billones",
"10000000000000-count-one": "00 billones",
"10000000000000-count-other": "00 billones",
"100000000000000-count-one": "000 billones",
"100000000000000-count-other": "000 billones"
}
},
"short": {
"decimalFormat": {
"1000-count-one": "0 mil",
"1000-count-other": "0 mil",
"10000-count-one": "00 mil",
"10000-count-other": "00 mil",
"100000-count-one": "000 mil",
"100000-count-other": "000 mil",
"1000000-count-one": "0 M",
"1000000-count-other": "0 M",
"10000000-count-one": "00 M",
"10000000-count-other": "00 M",
"100000000-count-one": "000 M",
"100000000-count-other": "000 M",
"1000000000-count-one": "0000 M",
"1000000000-count-other": "0000 M",
"10000000000-count-one": "00 mil M",
"10000000000-count-other": "00 mil M",
"100000000000-count-one": "000 mil M",
"100000000000-count-other": "000 mil M",
"1000000000000-count-one": "0 B",
"1000000000000-count-other": "0 B",
"10000000000000-count-one": "00 B",
"10000000000000-count-other": "00 B",
"100000000000000-count-one": "000 B",
"100000000000000-count-other": "000 B"
}
}
},
"scientificFormats-numberSystem-latn": {
"standard": "#E0"
},
"percentFormats-numberSystem-latn": {
"standard": "#,##0 %"
},
"currencyFormats-numberSystem-latn": {
"currencySpacing": {
"beforeCurrency": {
"currencyMatch": "[[:^S:]&[:^Z:]]",
"surroundingMatch": "[:digit:]",
"insertBetween": " "
},
"afterCurrency": {
"currencyMatch": "[[:^S:]&[:^Z:]]",
"surroundingMatch": "[:digit:]",
"insertBetween": " "
}
},
"standard": "#,##0.00 ¤",
"accounting": "#,##0.00 ¤",
"short": {
"standard": {
"1000-count-one": "0 mil ¤",
"1000-count-other": "0 mil ¤",
"10000-count-one": "00 mil ¤",
"10000-count-other": "00 mil ¤",
"100000-count-one": "000 mil ¤",
"100000-count-other": "000 mil ¤",
"1000000-count-one": "0 M¤",
"1000000-count-other": "0 M¤",
"10000000-count-one": "00 M¤",
"10000000-count-other": "00 M¤",
"100000000-count-one": "000 M¤",
"100000000-count-other": "000 M¤",
"1000000000-count-one": "0000 M¤",
"1000000000-count-other": "0000 M¤",
"10000000000-count-one": "00 mil M¤",
"10000000000-count-other": "00 mil M¤",
"100000000000-count-one": "000 mil M¤",
"100000000000-count-other": "000 mil M¤",
"1000000000000-count-one": "0 B¤",
"1000000000000-count-other": "0 B¤",
"10000000000000-count-one": "00 B¤",
"10000000000000-count-other": "00 B¤",
"100000000000000-count-one": "000 B¤",
"100000000000000-count-other": "000 B¤"
}
},
"unitPattern-count-one": "{0} {1}",
"unitPattern-count-other": "{0} {1}"
},
"miscPatterns-numberSystem-latn": {
"approximately": "~{0}",
"atLeast": "Más de {0}",
"atMost": "≤{0}",
"range": "{0}-{1}"
},
"minimalPairs": {
"pluralMinimalPairs-count-one": "{0} día",
"pluralMinimalPairs-count-other": "{0} días",
"other": "Toma la {0}.ª a la derecha.",
"feminine": "La {0} es...",
"masculine": "El {0} es…"
}
}
}
}
}