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

sv.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf3bb4c2e2383e2e621886dda07fa5796df8a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "files_automatedtagging",
    {
    "No tags given" : "Inga taggar angivna",
    "Tag(s) could not be found: %s" : "Tagg(ar) kunde inte hittas: %s",
    "At least one of the given tags is invalid" : "Minst en av taggarna är ogiltiga",
    "Automated tagging" : "Automatisk taggning",
    "Automated tagging of files" : "Automatisk taggning av filer",
    "File is accessed" : "Filen öppnas",
    "Automatically tag files based on factors such as filetype, user group memberships, time and more." : "Tagga automatiskt filer baserat på filtyp, gruppmedlemskap, tid och mer.",
    "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." : "Varje regelgrupp består av en eller flera regler. En begäran matchar en grupp om alla regler utvärderas till sant. Vid uppladdning av en fil så blir alla definierade grupper utvärderade och när de matchar så läggs taggarna till på filen.",
    "Files automated tagging" : "Automatisk taggning av filer",
    "Automatically assign collaborative tags to files based on conditions" : "Tilldela automatiskt samarbetstaggar till filer baserat på villkor",
    "Tag a file" : "Tagga en fil",
    "Tags to assign…" : "Taggar att tillämpa..."
},
"nplurals=2; plural=(n != 1);");