Files
Nextcloud bot 71b63d2398 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-28 02:08:55 +00:00

9 lines
221 B
JavaScript

OC.L10N.register(
"autocurrency",
{
"Save" : "Spremi",
"Search" : "Search",
"Name" : "Ime"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");