client: translation fixes

This commit is contained in:
Milan Pässler 2020-02-07 16:42:21 +01:00
parent f3a0223a85
commit cab4b7bf54

View file

@ -76,21 +76,21 @@ export const languages = {
'ferry': 'Ferry',
'taxi': 'Taxi',
'save': 'Save',
'clearstorage': 'remove local data',
'clearstorage': 'Remove local data',
'datasource': 'Data source',
'accessibility': 'Accessibillity',
'access_none': 'none',
'access_partial': 'partial',
'access_full': 'full',
'etc': 'Others',
'showds100': 'Show DS100 (if avaliable)',
'showds100': 'Show DS100 (if available)',
'showdebug': 'Write debug messages to log',
'graphical': 'Graphical overview for journeys',
'fancy': 'Use fancy graphics',
'update': 'Update application',
'language': 'Language',
'de': 'German',
'en': 'Englisch',
'en': 'English',
'cancelled-ride': 'Cancelled!'
}
}
}