DietaryGuard/lib/translations/en_us.dart

18 lines
560 B
Dart
Raw Normal View History

2024-08-14 17:26:42 +00:00
const i18nEnglish = {
2024-08-15 13:12:23 +00:00
'appCopyright': 'Copyright © 2024 Solsynth LLC\nOriginal Author @littlesheep',
2024-08-14 17:26:42 +00:00
'query': 'Query',
'settings': 'Settings',
'preparingData': 'Preparing data...',
'settingsApplied': 'Settings Applied',
2024-08-15 03:53:01 +00:00
'settingsDataSection': 'Data Source',
'settingsAlertSection': 'Alert',
'newAlert': 'New Alert',
2024-08-14 17:26:42 +00:00
'apply': 'Apply',
'searchHistoryNotIncluded': 'Search History not Included, yet',
2024-08-14 17:38:29 +00:00
'nutrients': 'Nutrients',
2024-08-15 03:53:01 +00:00
'alertNutrientId': 'Nutrient ID',
'alertMaxValue': 'Max',
'alertMinValue': 'Min',
2024-08-15 07:57:58 +00:00
'alerts': 'Alerts',
2024-08-14 17:26:42 +00:00
};