Add config panel translation (#511)

This commit is contained in:
Paulus Schoutsen 2017-10-26 22:16:31 -07:00 committed by GitHub
parent 6d7de9bd15
commit 2f8eeec929
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"en": "English" "en": "English"
}, },
"panel": { "panel": {
"config": "Configuration",
"states": "Overview", "states": "Overview",
"map": "Map", "map": "Map",
"logbook": "Logbook", "logbook": "Logbook",

View File

@ -1,8 +1,9 @@
{ {
"language": { "language": {
"nl": "Dutch" "nl": "Nederlands"
}, },
"panel": { "panel": {
"config": "Instellingen",
"states": "Overzicht", "states": "Overzicht",
"map": "Kaart", "map": "Kaart",
"logbook": "Logboek", "logbook": "Logboek",