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

cy_GB.js « l10n - github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ba87530f04673ec2dd55887de595bb4c7e8277a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "notes",
    {
    "Notes" : "Nodiadau",
    "Error" : "Gwall",
    "New note" : "Nodyn newydd",
    "Settings" : "Gosodiadau",
    "All notes" : "Pob nodyn",
    "Loading …" : "Yn llwytho …",
    "Today" : "Heddiw",
    "Yesterday" : "Ddoe",
    "This week" : "Wythnos yma",
    "This month" : "Mis yma",
    "Rename" : "Ailenwi",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Manylion",
    "Preview" : "Rhagolwg",
    "Edit" : "Golygu",
    "Category" : "Categori",
    "Uncategorized" : "Dim categori"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");