Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 45 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | OC.L10N.register( |
||
|
|||
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 |
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.