Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sk.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 346210a733ea452ac2455000de4cd5859761d2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_automatedtagging",
    {
    "No tags given" : "Žiadne vybrané štítky",
    "Tag(s) could not be found: %s" : "Štítky sa nenašli: %s",
    "At least one of the given tags is invalid" : "Najmnenej jeden zadaný štítok je neplatný",
    "File is accessed" : "Pristupujem k súboru",
    "Automatically tag files based on factors such as filetype, user group memberships, time and more." : "Automatické označovanie súborov na základe faktorov, ako je typ súboru, členstvo v skupine používateľov, čas a ďalšie.",
    "Each rule group consists of one or more rules. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given collaborative tags are assigned to the file." : "Každá skupina pravidiel obsahuje jedno alebo viac pravidiel. Požiadavka odpovedá skupine, pokiaľ sú všetky pravidlá vyhodnotené ako pravdivé. Pri nahrávaní súborov sú vyhodnotené všetky skupiny a ak zodpovedajú, sú súbory priradené vyhradené značky spolupráce.",
    "Files automated tagging" : "Automatické značkovanie súborov",
    "Tags to assign…" : "Štítky na priradenie..."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");