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: 017d759cf91fef686b23938523816b4360153e22 (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
25
26
27
OC.L10N.register(
    "notes",
    {
    "Notes" : "Nodiadau",
    "Error" : "Gwall",
    "New note" : "Nodyn newydd",
    "Help" : "Cymorth",
    "Display mode for notes" : "Modd arddangos nodiadau",
    "Open in edit mode" : "Agor yn y modd golygu",
    "Open in preview mode" : "Agor yn y modd rhagolwg",
    "No notes yet" : "Dim nodiadau eto",
    "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",
    "Edit" : "Golygu",
    "Preview" : "Rhagolwg",
    "Category" : "Categori",
    "Uncategorized" : "Dim categori"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");