Change amount text and add screenshots to metadata
This commit is contained in:
parent
8fed59f6dd
commit
b6034b90e6
@ -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(),
|
||||
|
@ -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),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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.
|
||||
|
BIN
metadata/en-US/images/phoneScreenshots/screen01.png
Normal file
BIN
metadata/en-US/images/phoneScreenshots/screen01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
BIN
metadata/en-US/images/phoneScreenshots/screen02.png
Normal file
BIN
metadata/en-US/images/phoneScreenshots/screen02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
Loading…
Reference in New Issue
Block a user