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

hy.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92663c4c6f55018dfc3b9edb3b30de00209e192a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "tasks",
    {
    "Today" : "Այսօր",
    "Week" : "Շաբաթ",
    "Current" : "Ընթացիկ",
    "Completed" : "Ավարտվեց",
    "Share with users or groups" : "Կիսվել օգտատերերի կամ խմբերի հետ",
    "can edit" : "կարող է խմբագրել",
    "Edit" : "Խմբագրել",
    "Download" : "Ներբեռնել",
    "Delete" : "Ջնջել",
    "Unshare" : "Չկիսվել",
    "Cancel" : "Չեղարկել",
    "Save" : "Պահել"
},
"nplurals=2; plural=(n != 1);");