f7cloud_client/apps/recommendations/l10n/cs.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

19 lines
1.0 KiB
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(
"recommendations",
{
"Recommended files" : "Doporučené soubory",
"Recommendations" : "Doporučení",
"Shows recommended files" : "Zobrazovat doporučené soubory",
"Shows recommended files for quick access of files and folders with recent activity" : "Zobrazuje doporučené soubory (a složky) ty se kterými jste nedávno něco dělali, takže se k nim snadno dostanete",
"No recommendations yet" : "Zatím žádná doporučení",
"Last updated {timeAgo}" : "Naposledy aktualizováno {timeAgo}",
"Shared with you {timeAgo}" : "Nasdíleno vám {timeAgo}",
"Last commented on {timeAgo}" : "Naposledy okomentováno {timeAgo}",
"Path name {path}" : "Název popisu umístění {path}",
"Show recommendations" : "Zobrazovat doporučení",
"Recently commented" : "Nedávno okomentováno",
"Recently edited" : "Nedávno upravováno",
"Recently shared" : "Nedávno nasdíleno"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");