l10n/af.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 54
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 53
mnd 0
bc 0
fnc 0
dl 0
loc 54
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
    "Value" : "Waarde",
5
    "Saved" : "Bewaar",
6
    "Delete" : "Skrap",
7
    "OK" : "Goed",
8
    "Cancel" : "Kanselleer",
9
    "Filter" : "Filter",
10
    "Add" : "Voeg by",
11
    "Remove from favorites" : "Verwyder uit gunstelinge",
12
    "Delete folder" : "Skrap vouer",
13
    "Add to favorites" : "Voeg by gunstelinge",
14
    "Share" : "Deel",
15
    "Save" : "Stoor",
16
    "Download" : "Laai af",
17
    "New" : "Nuut",
18
    "Share link" : "Deel skakel",
19
    "Link copied" : "Skakel gekopieer",
20
    "Type" : "Tipe",
21
    "Notification" : "Kennisgewing",
22
    "Date" : "Datum",
23
    "Search" : "Soek",
24
    "Total" : "Totaal",
25
    "Yes" : "Ja",
26
    "No" : "Nee",
27
    "Version" : "Weergawe",
28
    "File" : "Lêer",
29
    "Announcements" : "Aankondigings",
30
    "copy" : "kopie",
31
    "The password is wrong. Try again." : "Die wagwoord is verkeerd. Probeer weer.",
32
    "Password" : "Wagwoord",
33
    "Favorites" : "Gunstelinge",
34
    "Back" : "Terug",
35
    "Settings" : "Instellings",
36
    "Name" : "Naam",
37
    "Advanced" : "Gevorderd",
38
    "Open documentation" : "Open dokumentasie",
39
    "Update" : "Werk by",
40
    "Export" : "Voer uit",
41
    "Description" : "Beskrywing",
42
    "Import" : "Voer In",
43
    "Others" : "Ander",
44
    "Setting" : "Instelling",
45
    "Title" : "Titel",
46
    "Daily" : "Daagliks",
47
    "Hourly" : "Uurliks",
48
    "Unshare" : "Ontdeel",
49
    "Copy link" : "Kopieer skakel",
50
    "Color" : "Kleur",
51
    "Nextcloud forum" : "Nextcloud-forum",
52
    "Create" : "Skep"
53
},
54
"nplurals=2; plural=(n != 1);");
55