cygnal/src/i18n/en.js

16 lines
402 B
JavaScript

// Keys should be sorted alphabetically
export default {
geolocation: {
enable: 'Please accept the geolocation permission request to use the app.',
unavailable: 'Sorry, geolocation is not available in your browser.',
},
menu: {
About: 'About',
},
reportLabels: {
gcum: 'GCUM',
interrupt: 'Interruption',
pothole: 'Pothole',
},
};