Files
Nextcloud bot 7b98e79428 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-11-10 01:53:20 +00:00

18 lines
443 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"autocurrency",
{
"Information" : "Informácie",
"Loading…" : "Nahrávam...",
"Never" : "Nikdy",
"Save" : "Uložiť",
"Search" : "Hľadať",
"Code" : "Kód",
"Name" : "Názov",
"Currency" : "Mena",
"From" : "Od",
"To" : "Pre",
"Time" : "Čas",
"-" : ""
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");