i18n: fix Spanish relative time labels (#26463)

This commit is contained in:
JuanMa Diaz 2026-07-01 09:10:37 +02:00 committed by GitHub
parent a78f0c0302
commit 980786f574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,11 +38,11 @@
"{{count}} users_many": "",
"{{count}} users_other": "",
"{{COUNT}} words": "{{COUNT}} palabras",
"{{COUNT}}d_time_ago": "hace_{{COUNT}}d",
"{{COUNT}}h_time_ago": "hace_{{COUNT}}h",
"{{COUNT}}m_time_ago": "hace_{{COUNT}}m",
"{{COUNT}}w_time_ago": "hace_{{COUNT}}s",
"{{COUNT}}y_time_ago": "hace_{{COUNT}}a",
"{{COUNT}}d_time_ago": "hace {{COUNT}} d",
"{{COUNT}}h_time_ago": "hace {{COUNT}} h",
"{{COUNT}}m_time_ago": "hace {{COUNT}} min",
"{{COUNT}}w_time_ago": "hace {{COUNT}} sem",
"{{COUNT}}y_time_ago": "hace {{COUNT}} a",
"{{label}} contains invalid JSON": "",
"{{label}} must be a JSON object": "",
"{{LOCALIZED_DATE}} at {{LOCALIZED_TIME}}": "{{LOCALIZED_DATE}} a las {{LOCALIZED_TIME}}",
@ -58,7 +58,7 @@
"1 user": "",
"10 minutes before": "hace 10 minutos",
"15 minutes before": "hace 15 minutos",
"1m_time_ago": "hace_1m",
"1m_time_ago": "hace 1 min",
"30 minutes before": "hace 30 minutos",
"5 minutes before": "hace 5 minutos",
"A collaboration channel where people join as members": "Canal colaborativo donde la gente se une como miembro",