Files
nextcloud-autocurrency/l10n/es_CO.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

12 lines
265 B
JavaScript

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