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

az.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75033641cc2a79300fbc710417a00a74582177bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "notes",
    {
    "Notes" : "Qeydlər",
    "Error" : "Səhv",
    "New note" : "Yeni qeyd",
    "Help" : "Kömək",
    "Today" : "Bu gün",
    "Yesterday" : "Dünən",
    "Rename" : "Adı dəyiş",
    "Delete note" : "Qeydi sil",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detallar",
    "Edit" : "Dəyişiklik et",
    "Tasks" : "Tapşırıqlar"
},
"nplurals=2; plural=(n != 1);");