l10n/cy_GB.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 45
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 44
mnd 0
bc 0
fnc 0
dl 0
loc 45
bpm 0
cpm 0
noi 1
c 0
b 0
f 0
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "analytics",
3
    {
4
    "Saved" : "Wedi'u cadw",
5
    "Delete" : "Dileu",
6
    "OK" : "Iawn",
7
    "Cancel" : "Diddymu",
8
    "Add" : "Ychwanegu",
9
    "Remove from favorites" : "Remove from favorites",
10
    "Add to favorites" : "Add to favorites",
11
    "Share" : "Rhannu",
12
    "Save" : "Cadw",
13
    "Download" : "Llwytho i lawr",
14
    "New" : "Newydd",
15
    "Share link" : "Rhannu dolen",
16
    "Link copied" : "Dolen wedi'i gopïo",
17
    "Type" : "Math",
18
    "Notification" : "Hysbysiad",
19
    "Date" : "Date",
20
    "Year" : "Blwyddyn",
21
    "Search" : "Chwilio",
22
    "Yes" : "Iawn",
23
    "No" : "No",
24
    "Version" : "Fersiwn",
25
    "Local" : "Lleol",
26
    "Password" : "Cyfrinair",
27
    "Favorites" : "Ffefrynnau",
28
    "Translate" : "Cyfieithu",
29
    "Back" : "Nôl",
30
    "Settings" : "Gosodiadau",
31
    "Name" : "Enw",
32
    "Advanced" : "Uwch",
33
    "Update" : "Diweddaru",
34
    "Export" : "Allforio",
35
    "Description" : "Disgrifiad",
36
    "Import" : "Mewnforio",
37
    "Title" : "Teitl",
38
    "Daily" : "Dyddiol",
39
    "Hourly" : "Pob awr",
40
    "Unshare" : "Dad-rannu",
41
    "Password protection" : "Password protection",
42
    "Copy link" : "Copïo dolen",
43
    "Create" : "Creu"
44
},
45
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");
46