14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
{
|
|
"ok": "OK",
|
|
"name": "Name",
|
|
"amount": "Amount in 100 grams/ml",
|
|
"kcalper": "kcal per amount",
|
|
"kcalToday": "kcal today",
|
|
"menu": "Menu",
|
|
"settings": "Settings",
|
|
"yourSettings": "Your personal settings",
|
|
"dayLimit": "Calorie limit per day",
|
|
"errAmountNotANumber": "Amount must be a number",
|
|
"errKcalNotANumber": "kcal must be a number"
|
|
}
|