37 lines
893 B
JSON
37 lines
893 B
JSON
{
|
|
"navigation": {
|
|
"home": {
|
|
"title": "Hjem"
|
|
},
|
|
"boards": {
|
|
"title": "Boards"
|
|
},
|
|
"users": {
|
|
"title": "Brugere",
|
|
"items": {
|
|
"manage": "Administrer",
|
|
"invites": "Invitationer"
|
|
}
|
|
},
|
|
"help": {
|
|
"title": "Hjælp",
|
|
"items": {
|
|
"documentation": "Dokumentation",
|
|
"report": "Rapporter et problem / en fejl",
|
|
"discord": "Discordfællesskab",
|
|
"contribute": "Bidrag!"
|
|
}
|
|
},
|
|
"tools": {
|
|
"title": "Værktøjer",
|
|
"items": {
|
|
"docker": "Docker",
|
|
"api": "API",
|
|
"migrate": "Migrer til 1.0"
|
|
}
|
|
},
|
|
"about": {
|
|
"title": "Om"
|
|
}
|
|
}
|
|
} |