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

gd.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d79ec31e815c00d3e3886e7801cac6077b06e964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "notes",
    {
    "Notes" : "Nòtaichean",
    "Error" : "Mearachd",
    "New note" : "Nòta ùr",
    "Help" : "Cobhair",
    "Display mode for notes" : "Modh sealladh nan nòtaichean",
    "All notes" : "A h-uile nòta",
    "Today" : "An-diugh",
    "Yesterday" : "An-dè",
    "This week" : "An t-seachdain seo",
    "Last week" : "An t-seachdain seo chaidh",
    "This month" : "Am mìos seo",
    "Last month" : "Am mìos seo chaidh",
    "Rename" : "Thoir ainm ùr air",
    "Add to favorites" : "Cuir ris na h-annsachdan",
    "Details" : "Mion-fhiosrachadh",
    "Edit" : "Deasaich",
    "Preview" : "Ro-sheall",
    "Category" : "Roinn-seòrsa",
    "Uncategorized" : "Gun seòrsachadh"
},
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");