food/src/i18n/en/index.js

26 lines
884 B
JavaScript
Raw Normal View History

2017-09-22 03:05:48 +02:00
export default {
2017-09-22 16:35:53 +02:00
about: {
appDescription: 'InFood is your grocery companion app, to help you scan quickly facts about products you are about to buy.',
licenseDescription: 'It is available under a {MITLicense} and source code is hosted by {Github}. Please report any bugs {there}.',
MITLicense: 'MIT license',
OpenFoodFactsDescription: 'Products data is provided by {OpenFoodFacts} under {OpenDatabaseLicense}.',
OpenDatabaseLicense: 'Open Database License',
2017-09-22 03:05:48 +02:00
},
misc: {
or: 'or',
2017-09-22 16:35:53 +02:00
there: 'there',
2017-09-22 03:05:48 +02:00
},
manualBarcode: {
heading: 'Which barcode are you looking for?',
EAN13Barcode: 'EAN13 barcode',
go: 'Go!',
},
2017-09-22 16:35:53 +02:00
navigation: {
home: 'Home',
scan: 'Scan',
manualBarcode: 'Manual barcode',
preferences: 'Preferences',
about: 'About',
},
2017-09-22 03:05:48 +02:00
};