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

et_EE.js « l10n - github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f9e7c7644959b587cd78272152ce8a36e0b9af9 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "files_automatedtagging",
    {
    "No tags given" : "Silte pole määratud",
    "Tag(s) could not be found: %s" : "Silte ei leitud: %s",
    "At least one of the given tags is invalid" : "Vähemalt üks antud märgend on vigane",
    "Automatically tag files based on factors such as filetype, user group memberships, time and more." : "Autmaatselt sildista faile faktorite nagu tailitüüp, kasutajagurpp, aeg jne",
    "Files automated tagging" : "Failide automaatne sildistamine"
},
"nplurals=2; plural=(n != 1);");