1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Delete" : "Kkes", |
||
5 | "Done" : "Immed", |
||
6 | "OK" : "IH", |
||
7 | "Cancel" : "Sefsex", |
||
8 | "Filter" : "Sizdeg", |
||
9 | "Add" : "Rnu", |
||
10 | "Remove from favorites" : "Kkes-it seg ismal", |
||
11 | "Add to favorites" : "Rnu ismal", |
||
12 | "Share" : "Bḍu", |
||
13 | "Save" : "Sekles", |
||
14 | "Download" : "Sider", |
||
15 | "Report" : "Aneqqis", |
||
16 | "Share link" : "Fren aseɣwen", |
||
17 | "Link copied" : "Aseɣwen yettwanɣel", |
||
18 | "Type" : "Anaw", |
||
19 | "Notification" : "Alɣu", |
||
20 | "Search" : "Nadi", |
||
21 | "Yes" : "Oui", |
||
22 | "No" : "Uhu", |
||
23 | "Local" : "Adigan", |
||
24 | "File" : "Afaylu", |
||
25 | "Announcements" : "Ilɣa", |
||
26 | "Password" : "Awal uffir", |
||
27 | "Options" : "Iɣewwaṛen", |
||
28 | "Favorites" : "Imenyafen", |
||
29 | "Translate" : "Suqel", |
||
30 | "Back" : "Retour", |
||
31 | "Settings" : "Iɣewwaṛen", |
||
32 | "Name" : "Nom", |
||
33 | "Advanced" : "Talqayt", |
||
34 | "Title" : "Azwel", |
||
35 | "Copy" : "Nɣel", |
||
36 | "Daily" : "S wass", |
||
37 | "Hourly" : "S usrag", |
||
38 | "Copy link" : "Nɣel aseɣwen", |
||
39 | "Create" : "Snulfu-d" |
||
40 | }, |
||
41 | "nplurals=2; plural=(n != 1);"); |
||
42 |
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.