calorimeter/lib/l10n/app_en.arb

22 lines
716 B
Plaintext
Raw Normal View History

2024-12-10 21:37:13 +00:00
{
"today": "Today",
2024-12-10 21:37:13 +00:00
"ok": "OK",
"name": "Name",
"amount": "Amount",
"amountPer": "Amount in g or ml",
"kcal": "kcal",
"kcalper": "kcal per 100 g or ml",
"kcalSum": "kcal total",
2024-12-10 21:37:13 +00:00
"kcalToday": "kcal today",
"menu": "Menu",
"settings": "Settings",
"yourSettings": "Your personal settings",
"dayLimit": "Calorie limit per day",
"errAmountNotANumber": "Amount must be a number",
2024-12-22 17:13:29 +00:00
"errKcalNotANumber": "kcal must be a number",
"errGeneralBarcodeError": "Error while scanning the barcode.",
"errBarcodeNotFound": "Barcode could not be found.",
"errServerNotReachable": "OpenFoodFacts server could not be reached.",
"errPermissionNotGranted": "Permission to use camera must be given."
2024-12-10 21:37:13 +00:00
}