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

hy.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5341e2ef6d5eebe899fbe381ad575129f2d2ad4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "notes",
    {
    "Notes" : "Նոթեր",
    "New note" : "Նոր նոթ",
    "Error" : "Սխալ",
    "Settings" : "կարգավորումներ",
    "Today" : "այսօր",
    "Yesterday" : "երեկ",
    "This week" : "այս շաբաթ",
    "This month" : "այս ամիս",
    "Delete note" : "Ջնջել նոթը",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Մանրամասներ",
    "Edit" : "մշակել",
    "_%n word_::_%n words_" : ["%n բառ","%n բառ"]
},
"nplurals=2; plural=(n != 1);");