DietaryGuard/lib/translations/en_us.dart

54 lines
2.6 KiB
Dart
Raw Permalink Normal View History

2024-08-14 17:26:42 +00:00
const i18nEnglish = {
'appName': 'DietaryGuard',
'appDescription': 'Your Healthy Dietary Guard',
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',
'dataSourceSettings': 'Data Source Settings',
'alertSettings': 'Alert Configuration',
2024-08-15 03:53:01 +00:00
'newAlert': 'New Alert',
2024-08-14 17:26:42 +00:00
'apply': 'Apply',
'searchHistoryNotIncluded': 'Search history not implemented yet',
2024-08-14 17:38:29 +00:00
'nutrients': 'Nutrients',
2024-08-15 03:53:01 +00:00
'alertNutrientId': 'Nutrient ID',
'alertMaxValue': 'Alert Max Value',
'alertMinValue': 'Alert Min Value',
2024-08-15 14:50:00 +00:00
'alertName': 'Alert Name',
2024-08-15 07:57:58 +00:00
'alerts': 'Alerts',
'alertOutOfRange':
'@count alert rules triggered, click the button on the right for details',
'alertUnclear':
'@count alert rules lack supporting data, click the button on the right for details',
'alertEmpty': 'No alert rules configured, go to settings to add rules',
'alertSafe': 'No alert rules triggered, safe to consume',
'alertDetectResult': 'Alert Match Details',
'undetected': 'Not Detected',
'dataCollectionSelection': 'Search Data Collection Range',
'dataCollectionFoundation': 'Foundation Data Collection',
'dataCollectionFoundationDescription':
'Includes food raw materials, with a smaller range but comprehensive data accuracy',
'dataCollectionBranded': 'Branded Data Collection',
'dataCollectionBrandedDescription':
'Includes various branded processed foods',
'dataCollectionSurvey': 'Survey Data Collection',
'dataCollectionSurveyDescription':
'Uses data from the "What We Eat in America" journal',
'dataCollectionLegacy': 'Legacy Data Collection',
'dataCollectionLegacyDescription':
'Historical data from analysis, calculations, and public literature',
'fdcApiKey': 'USDA Food Data Central API Key',
'fdcApiKeyHint':
'DietaryGuards data comes from the USDA public API, so you need to configure an API key. But dont worry, its completely free! Check our wiki to learn how to get an API key.',
'fdcApiCredit':
'DietaryGuards food data comes from the U.S. Department of Agriculture, Agricultural Research Service, Beltsville Human Nutrition Research Center. FoodData Central. We appreciate their generous contribution of food data released into the public domain.',
'loading': 'Loading',
'searchHint': 'Type keywords below to search',
'searchNoKeyHint':
'No API key, please first set up the API key in "Settings" > "Data Source"',
2024-08-15 14:53:49 +00:00
'searchResultHint': '@count records matched (showing 100)',
2024-08-14 17:26:42 +00:00
};