2024-12-10 21:37:13 +00:00
|
|
|
{
|
|
|
|
"ok": "OK",
|
|
|
|
"name": "Name",
|
2024-12-10 22:24:47 +00:00
|
|
|
"amount": "Amount",
|
|
|
|
"amountPer": "Amount in 100 g/ml",
|
|
|
|
"kcalper": "kcal per 100 g/ml",
|
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
|
|
|
}
|