cygnal/src/i18n/en.js

35 lines
1.5 KiB
JavaScript

// Keys should be sorted alphabetically
export default {
about: {
availableReportsTitle: 'The available reports so far are:',
gcumDescription: 'A car poorly parked on a bike lane.',
interruptDescription: 'An interruption of the bike lane (works, unexpected end of the bike lane, etc.).',
license: 'It is released under an <a href="https://opensource.org/licenses/MIT">MIT license</a>. The map background is using tiles from <a href="https://www.opencyclemap.org/docs/">OpenCycleMap</a>, thanks to <a href="https://www.openstreetmap.org/copyright">OpenStreetMap contributors</a> and <a href="http://leafletjs.com/">Leaflet</a>.',
potholeDescription: 'A pothole in the ground.',
summary: 'This app lets you track and share issues with bike lanes.',
usage: 'How to use',
usageDescription: 'Use the button in the lower right corner to add a new report at your current location. To add a report elsewhere, do a long press (or right click) where you want the report to be shown.',
},
geolocation: {
fetching: 'Fetching current position…',
unavailable: 'Sorry, geolocation is not available in your browser.',
},
menu: {
About: 'Help',
Map: 'Map',
Settings: 'Settings',
},
misc: {
spaceBeforeDoublePunctuations: '',
},
reportLabels: {
gcum: 'GCUM',
interrupt: 'Interruption',
pothole: 'Pothole',
},
settings: {
locale: 'Language',
save: 'Save',
},
};