Files
nextcloud-autocurrency/l10n/es_MX.js
Nextcloud bot 5743516221 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-01 02:09:49 +00:00

15 lines
325 B
JavaScript

OC.L10N.register(
"autocurrency",
{
"Loading…" : "Cargando...",
"Save" : "Guardar",
"Search" : "Buscar",
"Name" : "Nombre",
"Currency" : "Divisa",
"From" : "De",
"To" : "Para",
"Time" : "Hora",
"-" : "-"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");