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

eo.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fbf0fc41e6a31a82aedafa59b3a47cfe1f9e5a95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_automatedtagging",
    {
    "No tags given" : "Neniu etikedo donita",
    "Tag(s) could not be found: %s" : "Etikedo(j) ne troveblis: %s",
    "At least one of the given tags is invalid" : "Almenaŭ unu el la etikedo ne validas",
    "Automated tagging" : "Aŭtomata etikedado",
    "Automatically tag files based on factors such as filetype, user group memberships, time and more." : "Aŭtomate etikedi dosierojn surbaze de dosiertipo, grupaneco, tempo k.s.",
    "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." : "Ĉiu regulgrupo konsistas en unu aŭ pluraj reguloj. Peto kongruas kun grupo, se ĉiuj reguloj liveras veron. Kiam dosiero alŝutiĝas, ĉiuj difinitaj grupoj estas ekzamenitaj kaj, se ili kongruas, la kunlaboraj etikedoj atribuiĝas al la dosiero.",
    "Files automated tagging" : "Aŭtomata etikedado de dosieroj",
    "Automatically assign collaborative tags to files based on conditions" : "Aŭtomate atribuo de kunlaboraj etikedoj al dosieroj laŭ kondiĉoj",
    "An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions.\n\nThe tags can later be used to control retention, file access, automatic script execution and more.\n\n## How it works\nTo define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. 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 tags are assigned to the file." : "Aplikaĵo por Nextcloud, kiu aŭtomate atribuas etikedojn al ĵus alŝutitaj dosieroj surbaze de kondiĉoj.\n\nLa etikedoj poste uzeblos por kontroli la konservadon, la aliron al la dosiero, por ruli aŭtomatajn skriptojn, k.s.\n\n\n## Kiel ĝi funkcias\nPor difini etikedojn, administrantojn kreas kaj mastrumas grupojn de reguloj. Ĉiu grupo konsistas en unu aŭ pliaj reguloj kunligitaj per operaciiloj. Reguloj uzas kriteriojn kiel dosiertipon, grandon, tempon, k.t.p. Peto kongruas kun grupo, se ĉiuj reguloj liveras veron. Kiam dosiero alŝutiĝas, ĉiuj difinitaj grupoj estas ekzamenitaj kaj, se ili kongruas, la kunlaboraj etikedoj atribuiĝas al la dosiero."
},
"nplurals=2; plural=(n != 1);");