Change amount text and add screenshots to metadata

This commit is contained in:
Marco 2024-12-10 23:24:47 +01:00
parent 8fed59f6dd
commit b6034b90e6
7 changed files with 13 additions and 8 deletions

View File

@ -74,7 +74,7 @@ class _EnterFoodWidgetState extends State<EnterFoodWidget> {
decoration: InputDecoration(
label: Align(
alignment: Alignment.centerRight,
child: Text(AppLocalizations.of(context)!.amount),
child: Text(AppLocalizations.of(context)!.amountPer),
),
),
keyboardType: TextInputType.number,
@ -85,8 +85,9 @@ class _EnterFoodWidgetState extends State<EnterFoodWidget> {
textAlign: TextAlign.end,
decoration: InputDecoration(
label: Align(
alignment: Alignment.centerRight,
child: Text(AppLocalizations.of(context)!.kcalper))),
alignment: Alignment.centerRight,
child: Text(AppLocalizations.of(context)!.kcalper),
)),
keyboardType: TextInputType.number,
controller: kcalPerMassController,
onSubmitted: (value) => onSubmitAction(),

View File

@ -179,7 +179,7 @@ class _FoodEntryChangeDialogState extends State<FoodEntryChangeDialog> {
onSubmitted: (val) => _onSubmitAction(),
controller: massController,
decoration: InputDecoration(
label: Text(AppLocalizations.of(context)!.amount),
label: Text(AppLocalizations.of(context)!.amountPer),
),
),
),

View File

@ -1,8 +1,9 @@
{
"ok": "OK",
"name": "Name",
"amount": "Menge in 100 g/ml",
"kcalper": "kcal pro Menge",
"amount": "Menge",
"amountPer": "Amount in 100 g/ml",
"kcalper": "kcal pro 100 g/ml",
"kcalToday": "kcal heute",
"menu": "Menü",
"settings": "Einstellungen",

View File

@ -1,8 +1,9 @@
{
"ok": "OK",
"name": "Name",
"amount": "Amount in 100 grams/ml",
"kcalper": "kcal per amount",
"amount": "Amount",
"amountPer": "Amount in 100 g/ml",
"kcalper": "kcal per 100 g/ml",
"kcalToday": "kcal today",
"menu": "Menu",
"settings": "Settings",

View File

@ -1,2 +1,4 @@
With Calorimeter you can track your daily calorie intake.
Build your own database of your favorite foods.
Or scan the foods that you buy.
As simple as it gets.

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB