WT 1.1.24+7 translations, calculation fixes

This commit is contained in:
bossanyit 2021-11-10 08:30:42 +01:00
parent 0496f96da6
commit a57d79fbc4
7 changed files with 25 additions and 15 deletions

View File

@ -536,7 +536,7 @@
"and execute it with maximum repeats!": "and execute it with maximum repeats!",
"10 days Premium for free": "10 days Premium for free",
"Would you like to try all premium functions for 10 days, without any subscription or bank card data?": "Would you like to try all premium functions for 10 days, without any subscription or bank card data?",
"If you click to 'Yes', all premium functions will be available right now.": "If you click to 'Yes', all premium functions will be available right now.",
"If you click to 'OK', all premium functions will be available right now.": "If you click to 'OK', all premium functions will be available right now.",
"If you click to 'No', you can use all basic functions, and you will loose the oppurtunity to try the premium functions for free.": "If you click to 'No', you can use all basic functions, and you will loose the oppurtunity to try the premium functions for free.",
"Based on your initial data, we will generate the personalized training plan for you.": "Based on your initial data, we will generate the personalized training plan for you.",
"No selected Training Plan": "No selected Training Plan",
@ -544,5 +544,10 @@
"You want to skip really the entire exercise?": "You want to skip really the entire exercise?",
"Premium function": "Premium function",
"This is a premium function, you can reach it outside of the trial period only with a valid subscription": "This is a premium function, you can reach it outside of the trial period only with a valid subscription",
"This is a premium function, you can reach it only with a valid subscription": "This is a premium function, you can reach it only with a valid subscription"
"This is a premium function, you can reach it only with a valid subscription": "This is a premium function, you can reach it only with a valid subscription",
"Maximum Lift": "Maximum Lift",
"Total Repeats": "Total Repeats",
"Exception: Please select your fitness level": "Please select your fitness level",
"Exception: Please select your goal": "Please select your goal",
"Exception: Please select your biologial gender": "Please select your biologial gender"
}

View File

@ -536,7 +536,7 @@
"and execute it with maximum repeats!": "és hajtsd végre maximális ismétléssel!",
"10 days Premium for free": "10 nap Prémium előfizetés díjmentesen",
"Would you like to try all premium functions for 10 days, without any subscription or bank card data?": "Szeretnéd kipróbálni 10 napig az összes prémium funkciót, előfizetés és bankkártya-adatok megadása nélkül?",
"If you click to 'Yes', all premium functions will be available right now.": "Ha az 'Igen'-re kattintasz, azonnal eléred az összes prémium funkciót, edzést.",
"If you click to 'OK', all premium functions will be available right now.": "Ha az 'OK'-ra kattintasz, azonnal eléred az összes prémium funkciót, edzést.",
"If you click to 'No', you can use all basic functions, and you will loose the oppurtunity to try the premium functions for free.": "Ha a 'Nem'-re kattintasz, használhatod az összes alapfunkciót, de elveszted a lehetőséget, hogy a prémium funkciókat ingyen kipróbáld.",
"Based on your initial data, we will generate the personalized training plan for you.": "A megadott adataid alapján most személyre szabott edzéstervet generálunk neked.",
"No selected Training Plan": "Nincs kiválasztott edzésterved",
@ -544,5 +544,10 @@
"You want to skip really the entire exercise?": "Átugrod az egész gyakorlatot?",
"Premium function": "Prémium tartalom",
"This is a premium function, you can reach it outside of the trial period only with a valid subscription": "Ezt a tartalmat az ingyenes időszakon kívül csak aktív előfizetéssel éred el",
"This is a premium function, you can reach it only with a valid subscription": "Ezt a tartalmat csak aktív előfizetéssel éred el"
"This is a premium function, you can reach it only with a valid subscription": "Ezt a tartalmat csak aktív előfizetéssel éred el",
"Maximum Lift": "Legnagyobb megmozgatott súly",
"Total Repeats": "Összes ismétlés",
"Exception: Please select your fitness level": "Kérlek válaszd ki a fizikai állapotod",
"Exception: Please select your goal": "Kérlek válaszd ki a célod",
"Exception: Please select your biologial gender": "Kérlek válaszd ki a biológiai nemed"
}

View File

@ -388,7 +388,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = SFJJBDCU6Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -531,7 +531,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = SFJJBDCU6Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
@ -566,7 +566,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = SFJJBDCU6Z;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (

View File

@ -186,7 +186,7 @@ mixin Common {
} else if (remainder > 2.5 && remainder < 3.25) {
rounded = (weight / 5).floor() * 5 + 2.5;
} else {
rounded = (((weight / 5).ceil() * 5) + 5).toDouble();
rounded = (((weight / 5).ceil() * 5)).toDouble();
}
}

View File

@ -113,7 +113,7 @@ class _DialogTrialWidgetState extends State<DialogTrialWidget> with Trans {
Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
GestureDetector(
/* GestureDetector(
onTap: widget.onCancel,
child: Stack(
alignment: Alignment.center,
@ -124,7 +124,7 @@ class _DialogTrialWidgetState extends State<DialogTrialWidget> with Trans {
style: TextStyle(fontSize: 16, color: Colors.white),
),
],
)),
)), */
GestureDetector(
onTap: widget.onTap,
child: Stack(
@ -132,7 +132,7 @@ class _DialogTrialWidgetState extends State<DialogTrialWidget> with Trans {
children: [
Image.asset('asset/icon/gomb_orange_c.png', width: 100, height: 45),
Text(
t("Yes"),
t("OK"),
style: TextStyle(fontSize: 16, color: Colors.white),
),
],

View File

@ -87,14 +87,14 @@ class _MenuPageWidgetState extends State<MenuPageWidget> with Trans, Logging {
description: t("Would you like to try all premium functions for 10 days, without any subscription or bank card data?"),
widget: Column(children: [
Text(
t("If you click to 'Yes', all premium functions will be available right now."),
t("If you click to 'OK', all premium functions will be available right now."),
style: GoogleFonts.inter(color: Colors.white),
),
Divider(),
Text(
/* Text(
t("If you click to 'No', you can use all basic functions, and you will loose the oppurtunity to try the premium functions for free."),
style: GoogleFonts.inter(color: Colors.white),
),
), */
]),
onCancel: () => {
Navigator.of(context).pop(),

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.24+101
version: 1.1.24+102
environment:
sdk: ">=2.12.0 <3.0.0"