+
+ Line data Source code
+
+ 1 : // GENERATED CODE - DO NOT MODIFY BY HAND
+ 2 : import 'package:flutter/material.dart';
+ 3 : import 'package:intl/intl.dart';
+ 4 : import 'intl/messages_all.dart';
+ 5 :
+ 6 : // **************************************************************************
+ 7 : // Generator: Flutter Intl IDE plugin
+ 8 : // Made by Localizely
+ 9 : // **************************************************************************
+ 10 :
+ 11 : // ignore_for_file: non_constant_identifier_names, lines_longer_than_80_chars
+ 12 : // ignore_for_file: join_return_with_assignment, prefer_final_in_for_each
+ 13 : // ignore_for_file: avoid_redundant_argument_values, avoid_escaping_inner_quotes
+ 14 :
+ 15 : class S {
+ 16 1 : S();
+ 17 :
+ 18 : static S? _current;
+ 19 :
+ 20 0 : static S get current {
+ 21 0 : assert(_current != null,
+ 22 : 'No instance of S was loaded. Try to initialize the S delegate before accessing S.current.');
+ 23 : return _current!;
+ 24 : }
+ 25 :
+ 26 : static const AppLocalizationDelegate delegate = AppLocalizationDelegate();
+ 27 :
+ 28 1 : static Future<S> load(Locale locale) {
+ 29 1 : final name = (locale.countryCode?.isEmpty ?? false)
+ 30 0 : ? locale.languageCode
+ 31 1 : : locale.toString();
+ 32 1 : final localeName = Intl.canonicalizedLocale(name);
+ 33 3 : return initializeMessages(localeName).then((_) {
+ 34 1 : Intl.defaultLocale = localeName;
+ 35 1 : final instance = S();
+ 36 : S._current = instance;
+ 37 :
+ 38 : return instance;
+ 39 : });
+ 40 : }
+ 41 :
+ 42 1 : static S of(BuildContext context) {
+ 43 1 : final instance = S.maybeOf(context);
+ 44 1 : assert(instance != null,
+ 45 : 'No instance of S present in the widget tree. Did you add S.delegate in localizationsDelegates?');
+ 46 : return instance!;
+ 47 : }
+ 48 :
+ 49 1 : static S? maybeOf(BuildContext context) {
+ 50 1 : return Localizations.of<S>(context, S);
+ 51 : }
+ 52 :
+ 53 : /// `OpenNutriTracker`
+ 54 0 : String get appTitle {
+ 55 0 : return Intl.message(
+ 56 : 'OpenNutriTracker',
+ 57 : name: 'appTitle',
+ 58 : desc: '',
+ 59 0 : args: [],
+ 60 : );
+ 61 : }
+ 62 :
+ 63 : /// `Version {versionNumber}`
+ 64 0 : String appVersionName(Object versionNumber) {
+ 65 0 : return Intl.message(
+ 66 0 : 'Version $versionNumber',
+ 67 : name: 'appVersionName',
+ 68 : desc: '',
+ 69 0 : args: [versionNumber],
+ 70 : );
+ 71 : }
+ 72 :
+ 73 : /// `OpenNutriTracker is a free and open-source calorie and nutrient tracker that respects your privacy.`
+ 74 0 : String get appDescription {
+ 75 0 : return Intl.message(
+ 76 : 'OpenNutriTracker is a free and open-source calorie and nutrient tracker that respects your privacy.',
+ 77 : name: 'appDescription',
+ 78 : desc: '',
+ 79 0 : args: [],
+ 80 : );
+ 81 : }
+ 82 :
+ 83 : /// `[Alpha]`
+ 84 0 : String get alphaVersionName {
+ 85 0 : return Intl.message(
+ 86 : '[Alpha]',
+ 87 : name: 'alphaVersionName',
+ 88 : desc: '',
+ 89 0 : args: [],
+ 90 : );
+ 91 : }
+ 92 :
+ 93 : /// `[Beta]`
+ 94 0 : String get betaVersionName {
+ 95 0 : return Intl.message(
+ 96 : '[Beta]',
+ 97 : name: 'betaVersionName',
+ 98 : desc: '',
+ 99 0 : args: [],
+ 100 : );
+ 101 : }
+ 102 :
+ 103 : /// `Add`
+ 104 0 : String get addLabel {
+ 105 0 : return Intl.message(
+ 106 : 'Add',
+ 107 : name: 'addLabel',
+ 108 : desc: '',
+ 109 0 : args: [],
+ 110 : );
+ 111 : }
+ 112 :
+ 113 : /// `Create custom meal item?`
+ 114 0 : String get createCustomDialogTitle {
+ 115 0 : return Intl.message(
+ 116 : 'Create custom meal item?',
+ 117 : name: 'createCustomDialogTitle',
+ 118 : desc: '',
+ 119 0 : args: [],
+ 120 : );
+ 121 : }
+ 122 :
+ 123 : /// `Do you want create a custom meal item?`
+ 124 0 : String get createCustomDialogContent {
+ 125 0 : return Intl.message(
+ 126 : 'Do you want create a custom meal item?',
+ 127 : name: 'createCustomDialogContent',
+ 128 : desc: '',
+ 129 0 : args: [],
+ 130 : );
+ 131 : }
+ 132 :
+ 133 : /// `Settings`
+ 134 0 : String get settingsLabel {
+ 135 0 : return Intl.message(
+ 136 : 'Settings',
+ 137 : name: 'settingsLabel',
+ 138 : desc: '',
+ 139 0 : args: [],
+ 140 : );
+ 141 : }
+ 142 :
+ 143 : /// `Home`
+ 144 0 : String get homeLabel {
+ 145 0 : return Intl.message(
+ 146 : 'Home',
+ 147 : name: 'homeLabel',
+ 148 : desc: '',
+ 149 0 : args: [],
+ 150 : );
+ 151 : }
+ 152 :
+ 153 : /// `Diary`
+ 154 0 : String get diaryLabel {
+ 155 0 : return Intl.message(
+ 156 : 'Diary',
+ 157 : name: 'diaryLabel',
+ 158 : desc: '',
+ 159 0 : args: [],
+ 160 : );
+ 161 : }
+ 162 :
+ 163 : /// `Profile`
+ 164 0 : String get profileLabel {
+ 165 0 : return Intl.message(
+ 166 : 'Profile',
+ 167 : name: 'profileLabel',
+ 168 : desc: '',
+ 169 0 : args: [],
+ 170 : );
+ 171 : }
+ 172 :
+ 173 : /// `Search`
+ 174 0 : String get searchLabel {
+ 175 0 : return Intl.message(
+ 176 : 'Search',
+ 177 : name: 'searchLabel',
+ 178 : desc: '',
+ 179 0 : args: [],
+ 180 : );
+ 181 : }
+ 182 :
+ 183 : /// `Products`
+ 184 0 : String get searchProductsPage {
+ 185 0 : return Intl.message(
+ 186 : 'Products',
+ 187 : name: 'searchProductsPage',
+ 188 : desc: '',
+ 189 0 : args: [],
+ 190 : );
+ 191 : }
+ 192 :
+ 193 : /// `Food`
+ 194 0 : String get searchFoodPage {
+ 195 0 : return Intl.message(
+ 196 : 'Food',
+ 197 : name: 'searchFoodPage',
+ 198 : desc: '',
+ 199 0 : args: [],
+ 200 : );
+ 201 : }
+ 202 :
+ 203 : /// `Search results`
+ 204 0 : String get searchResultsLabel {
+ 205 0 : return Intl.message(
+ 206 : 'Search results',
+ 207 : name: 'searchResultsLabel',
+ 208 : desc: '',
+ 209 0 : args: [],
+ 210 : );
+ 211 : }
+ 212 :
+ 213 : /// `Please enter a search word`
+ 214 0 : String get searchDefaultLabel {
+ 215 0 : return Intl.message(
+ 216 : 'Please enter a search word',
+ 217 : name: 'searchDefaultLabel',
+ 218 : desc: '',
+ 219 0 : args: [],
+ 220 : );
+ 221 : }
+ 222 :
+ 223 : /// `All`
+ 224 0 : String get allItemsLabel {
+ 225 0 : return Intl.message(
+ 226 : 'All',
+ 227 : name: 'allItemsLabel',
+ 228 : desc: '',
+ 229 0 : args: [],
+ 230 : );
+ 231 : }
+ 232 :
+ 233 : /// `Recently`
+ 234 0 : String get recentlyAddedLabel {
+ 235 0 : return Intl.message(
+ 236 : 'Recently',
+ 237 : name: 'recentlyAddedLabel',
+ 238 : desc: '',
+ 239 0 : args: [],
+ 240 : );
+ 241 : }
+ 242 :
+ 243 : /// `No meals recently added`
+ 244 0 : String get noMealsRecentlyAddedLabel {
+ 245 0 : return Intl.message(
+ 246 : 'No meals recently added',
+ 247 : name: 'noMealsRecentlyAddedLabel',
+ 248 : desc: '',
+ 249 0 : args: [],
+ 250 : );
+ 251 : }
+ 252 :
+ 253 : /// `No activity recently added`
+ 254 0 : String get noActivityRecentlyAddedLabel {
+ 255 0 : return Intl.message(
+ 256 : 'No activity recently added',
+ 257 : name: 'noActivityRecentlyAddedLabel',
+ 258 : desc: '',
+ 259 0 : args: [],
+ 260 : );
+ 261 : }
+ 262 :
+ 263 : /// `OK`
+ 264 0 : String get dialogOKLabel {
+ 265 0 : return Intl.message(
+ 266 : 'OK',
+ 267 : name: 'dialogOKLabel',
+ 268 : desc: '',
+ 269 0 : args: [],
+ 270 : );
+ 271 : }
+ 272 :
+ 273 : /// `CANCEL`
+ 274 0 : String get dialogCancelLabel {
+ 275 0 : return Intl.message(
+ 276 : 'CANCEL',
+ 277 : name: 'dialogCancelLabel',
+ 278 : desc: '',
+ 279 0 : args: [],
+ 280 : );
+ 281 : }
+ 282 :
+ 283 : /// `START`
+ 284 0 : String get buttonStartLabel {
+ 285 0 : return Intl.message(
+ 286 : 'START',
+ 287 : name: 'buttonStartLabel',
+ 288 : desc: '',
+ 289 0 : args: [],
+ 290 : );
+ 291 : }
+ 292 :
+ 293 : /// `NEXT`
+ 294 0 : String get buttonNextLabel {
+ 295 0 : return Intl.message(
+ 296 : 'NEXT',
+ 297 : name: 'buttonNextLabel',
+ 298 : desc: '',
+ 299 0 : args: [],
+ 300 : );
+ 301 : }
+ 302 :
+ 303 : /// `Save`
+ 304 0 : String get buttonSaveLabel {
+ 305 0 : return Intl.message(
+ 306 : 'Save',
+ 307 : name: 'buttonSaveLabel',
+ 308 : desc: '',
+ 309 0 : args: [],
+ 310 : );
+ 311 : }
+ 312 :
+ 313 : /// `YES`
+ 314 0 : String get buttonYesLabel {
+ 315 0 : return Intl.message(
+ 316 : 'YES',
+ 317 : name: 'buttonYesLabel',
+ 318 : desc: '',
+ 319 0 : args: [],
+ 320 : );
+ 321 : }
+ 322 :
+ 323 : /// `Reset`
+ 324 0 : String get buttonResetLabel {
+ 325 0 : return Intl.message(
+ 326 : 'Reset',
+ 327 : name: 'buttonResetLabel',
+ 328 : desc: '',
+ 329 0 : args: [],
+ 330 : );
+ 331 : }
+ 332 :
+ 333 : /// `Welcome to`
+ 334 0 : String get onboardingWelcomeLabel {
+ 335 0 : return Intl.message(
+ 336 : 'Welcome to',
+ 337 : name: 'onboardingWelcomeLabel',
+ 338 : desc: '',
+ 339 0 : args: [],
+ 340 : );
+ 341 : }
+ 342 :
+ 343 : /// `Overview`
+ 344 0 : String get onboardingOverviewLabel {
+ 345 0 : return Intl.message(
+ 346 : 'Overview',
+ 347 : name: 'onboardingOverviewLabel',
+ 348 : desc: '',
+ 349 0 : args: [],
+ 350 : );
+ 351 : }
+ 352 :
+ 353 : /// `Your calorie goal:`
+ 354 0 : String get onboardingYourGoalLabel {
+ 355 0 : return Intl.message(
+ 356 : 'Your calorie goal:',
+ 357 : name: 'onboardingYourGoalLabel',
+ 358 : desc: '',
+ 359 0 : args: [],
+ 360 : );
+ 361 : }
+ 362 :
+ 363 : /// `Your macronutrient goals:`
+ 364 0 : String get onboardingYourMacrosGoalLabel {
+ 365 0 : return Intl.message(
+ 366 : 'Your macronutrient goals:',
+ 367 : name: 'onboardingYourMacrosGoalLabel',
+ 368 : desc: '',
+ 369 0 : args: [],
+ 370 : );
+ 371 : }
+ 372 :
+ 373 : /// `kcal per day`
+ 374 0 : String get onboardingKcalPerDayLabel {
+ 375 0 : return Intl.message(
+ 376 : 'kcal per day',
+ 377 : name: 'onboardingKcalPerDayLabel',
+ 378 : desc: '',
+ 379 0 : args: [],
+ 380 : );
+ 381 : }
+ 382 :
+ 383 : /// `To start, the app needs some information about you to calculate your daily calorie goal.\nAll information about you is stored securely on your device.`
+ 384 0 : String get onboardingIntroDescription {
+ 385 0 : return Intl.message(
+ 386 : 'To start, the app needs some information about you to calculate your daily calorie goal.\nAll information about you is stored securely on your device.',
+ 387 : name: 'onboardingIntroDescription',
+ 388 : desc: '',
+ 389 0 : args: [],
+ 390 : );
+ 391 : }
+ 392 :
+ 393 : /// `What's your gender?`
+ 394 0 : String get onboardingGenderQuestionSubtitle {
+ 395 0 : return Intl.message(
+ 396 : 'What\'s your gender?',
+ 397 : name: 'onboardingGenderQuestionSubtitle',
+ 398 : desc: '',
+ 399 0 : args: [],
+ 400 : );
+ 401 : }
+ 402 :
+ 403 : /// `Birthday`
+ 404 0 : String get onboardingEnterBirthdayLabel {
+ 405 0 : return Intl.message(
+ 406 : 'Birthday',
+ 407 : name: 'onboardingEnterBirthdayLabel',
+ 408 : desc: '',
+ 409 0 : args: [],
+ 410 : );
+ 411 : }
+ 412 :
+ 413 : /// `Enter Date`
+ 414 0 : String get onboardingBirthdayHint {
+ 415 0 : return Intl.message(
+ 416 : 'Enter Date',
+ 417 : name: 'onboardingBirthdayHint',
+ 418 : desc: '',
+ 419 0 : args: [],
+ 420 : );
+ 421 : }
+ 422 :
+ 423 : /// `When is your birthday?`
+ 424 0 : String get onboardingBirthdayQuestionSubtitle {
+ 425 0 : return Intl.message(
+ 426 : 'When is your birthday?',
+ 427 : name: 'onboardingBirthdayQuestionSubtitle',
+ 428 : desc: '',
+ 429 0 : args: [],
+ 430 : );
+ 431 : }
+ 432 :
+ 433 : /// `Whats your current height?`
+ 434 0 : String get onboardingHeightQuestionSubtitle {
+ 435 0 : return Intl.message(
+ 436 : 'Whats your current height?',
+ 437 : name: 'onboardingHeightQuestionSubtitle',
+ 438 : desc: '',
+ 439 0 : args: [],
+ 440 : );
+ 441 : }
+ 442 :
+ 443 : /// `Whats your current weight?`
+ 444 0 : String get onboardingWeightQuestionSubtitle {
+ 445 0 : return Intl.message(
+ 446 : 'Whats your current weight?',
+ 447 : name: 'onboardingWeightQuestionSubtitle',
+ 448 : desc: '',
+ 449 0 : args: [],
+ 450 : );
+ 451 : }
+ 452 :
+ 453 : /// `Enter correct height`
+ 454 0 : String get onboardingWrongHeightLabel {
+ 455 0 : return Intl.message(
+ 456 : 'Enter correct height',
+ 457 : name: 'onboardingWrongHeightLabel',
+ 458 : desc: '',
+ 459 0 : args: [],
+ 460 : );
+ 461 : }
+ 462 :
+ 463 : /// `Enter correct weight`
+ 464 0 : String get onboardingWrongWeightLabel {
+ 465 0 : return Intl.message(
+ 466 : 'Enter correct weight',
+ 467 : name: 'onboardingWrongWeightLabel',
+ 468 : desc: '',
+ 469 0 : args: [],
+ 470 : );
+ 471 : }
+ 472 :
+ 473 : /// `e.g. 60`
+ 474 0 : String get onboardingWeightExampleHintKg {
+ 475 0 : return Intl.message(
+ 476 : 'e.g. 60',
+ 477 : name: 'onboardingWeightExampleHintKg',
+ 478 : desc: '',
+ 479 0 : args: [],
+ 480 : );
+ 481 : }
+ 482 :
+ 483 : /// `e.g. 132`
+ 484 0 : String get onboardingWeightExampleHintLbs {
+ 485 0 : return Intl.message(
+ 486 : 'e.g. 132',
+ 487 : name: 'onboardingWeightExampleHintLbs',
+ 488 : desc: '',
+ 489 0 : args: [],
+ 490 : );
+ 491 : }
+ 492 :
+ 493 : /// `e.g. 170`
+ 494 0 : String get onboardingHeightExampleHintCm {
+ 495 0 : return Intl.message(
+ 496 : 'e.g. 170',
+ 497 : name: 'onboardingHeightExampleHintCm',
+ 498 : desc: '',
+ 499 0 : args: [],
+ 500 : );
+ 501 : }
+ 502 :
+ 503 : /// `e.g. 5.8`
+ 504 0 : String get onboardingHeightExampleHintFt {
+ 505 0 : return Intl.message(
+ 506 : 'e.g. 5.8',
+ 507 : name: 'onboardingHeightExampleHintFt',
+ 508 : desc: '',
+ 509 0 : args: [],
+ 510 : );
+ 511 : }
+ 512 :
+ 513 : /// `How active are you? (without workouts)`
+ 514 0 : String get onboardingActivityQuestionSubtitle {
+ 515 0 : return Intl.message(
+ 516 : 'How active are you? (without workouts)',
+ 517 : name: 'onboardingActivityQuestionSubtitle',
+ 518 : desc: '',
+ 519 0 : args: [],
+ 520 : );
+ 521 : }
+ 522 :
+ 523 : /// `What's your current weight goal?`
+ 524 0 : String get onboardingGoalQuestionSubtitle {
+ 525 0 : return Intl.message(
+ 526 : 'What\'s your current weight goal?',
+ 527 : name: 'onboardingGoalQuestionSubtitle',
+ 528 : desc: '',
+ 529 0 : args: [],
+ 530 : );
+ 531 : }
+ 532 :
+ 533 : /// `Wrong input, please try again`
+ 534 0 : String get onboardingSaveUserError {
+ 535 0 : return Intl.message(
+ 536 : 'Wrong input, please try again',
+ 537 : name: 'onboardingSaveUserError',
+ 538 : desc: '',
+ 539 0 : args: [],
+ 540 : );
+ 541 : }
+ 542 :
+ 543 : /// `Units`
+ 544 0 : String get settingsUnitsLabel {
+ 545 0 : return Intl.message(
+ 546 : 'Units',
+ 547 : name: 'settingsUnitsLabel',
+ 548 : desc: '',
+ 549 0 : args: [],
+ 550 : );
+ 551 : }
+ 552 :
+ 553 : /// `Calculations`
+ 554 0 : String get settingsCalculationsLabel {
+ 555 0 : return Intl.message(
+ 556 : 'Calculations',
+ 557 : name: 'settingsCalculationsLabel',
+ 558 : desc: '',
+ 559 0 : args: [],
+ 560 : );
+ 561 : }
+ 562 :
+ 563 : /// `Theme`
+ 564 0 : String get settingsThemeLabel {
+ 565 0 : return Intl.message(
+ 566 : 'Theme',
+ 567 : name: 'settingsThemeLabel',
+ 568 : desc: '',
+ 569 0 : args: [],
+ 570 : );
+ 571 : }
+ 572 :
+ 573 : /// `Light`
+ 574 0 : String get settingsThemeLightLabel {
+ 575 0 : return Intl.message(
+ 576 : 'Light',
+ 577 : name: 'settingsThemeLightLabel',
+ 578 : desc: '',
+ 579 0 : args: [],
+ 580 : );
+ 581 : }
+ 582 :
+ 583 : /// `Dark`
+ 584 0 : String get settingsThemeDarkLabel {
+ 585 0 : return Intl.message(
+ 586 : 'Dark',
+ 587 : name: 'settingsThemeDarkLabel',
+ 588 : desc: '',
+ 589 0 : args: [],
+ 590 : );
+ 591 : }
+ 592 :
+ 593 : /// `System default`
+ 594 0 : String get settingsThemeSystemDefaultLabel {
+ 595 0 : return Intl.message(
+ 596 : 'System default',
+ 597 : name: 'settingsThemeSystemDefaultLabel',
+ 598 : desc: '',
+ 599 0 : args: [],
+ 600 : );
+ 601 : }
+ 602 :
+ 603 : /// `Licenses`
+ 604 0 : String get settingsLicensesLabel {
+ 605 0 : return Intl.message(
+ 606 : 'Licenses',
+ 607 : name: 'settingsLicensesLabel',
+ 608 : desc: '',
+ 609 0 : args: [],
+ 610 : );
+ 611 : }
+ 612 :
+ 613 : /// `Disclaimer`
+ 614 0 : String get settingsDisclaimerLabel {
+ 615 0 : return Intl.message(
+ 616 : 'Disclaimer',
+ 617 : name: 'settingsDisclaimerLabel',
+ 618 : desc: '',
+ 619 0 : args: [],
+ 620 : );
+ 621 : }
+ 622 :
+ 623 : /// `Report Error`
+ 624 0 : String get settingsReportErrorLabel {
+ 625 0 : return Intl.message(
+ 626 : 'Report Error',
+ 627 : name: 'settingsReportErrorLabel',
+ 628 : desc: '',
+ 629 0 : args: [],
+ 630 : );
+ 631 : }
+ 632 :
+ 633 : /// `Privacy Settings`
+ 634 0 : String get settingsPrivacySettings {
+ 635 0 : return Intl.message(
+ 636 : 'Privacy Settings',
+ 637 : name: 'settingsPrivacySettings',
+ 638 : desc: '',
+ 639 0 : args: [],
+ 640 : );
+ 641 : }
+ 642 :
+ 643 : /// `Source Code`
+ 644 0 : String get settingsSourceCodeLabel {
+ 645 0 : return Intl.message(
+ 646 : 'Source Code',
+ 647 : name: 'settingsSourceCodeLabel',
+ 648 : desc: '',
+ 649 0 : args: [],
+ 650 : );
+ 651 : }
+ 652 :
+ 653 : /// `Feedback`
+ 654 0 : String get settingFeedbackLabel {
+ 655 0 : return Intl.message(
+ 656 : 'Feedback',
+ 657 : name: 'settingFeedbackLabel',
+ 658 : desc: '',
+ 659 0 : args: [],
+ 660 : );
+ 661 : }
+ 662 :
+ 663 : /// `About`
+ 664 0 : String get settingAboutLabel {
+ 665 0 : return Intl.message(
+ 666 : 'About',
+ 667 : name: 'settingAboutLabel',
+ 668 : desc: '',
+ 669 0 : args: [],
+ 670 : );
+ 671 : }
+ 672 :
+ 673 : /// `Mass`
+ 674 0 : String get settingsMassLabel {
+ 675 0 : return Intl.message(
+ 676 : 'Mass',
+ 677 : name: 'settingsMassLabel',
+ 678 : desc: '',
+ 679 0 : args: [],
+ 680 : );
+ 681 : }
+ 682 :
+ 683 : /// `System`
+ 684 0 : String get settingsSystemLabel {
+ 685 0 : return Intl.message(
+ 686 : 'System',
+ 687 : name: 'settingsSystemLabel',
+ 688 : desc: '',
+ 689 0 : args: [],
+ 690 : );
+ 691 : }
+ 692 :
+ 693 : /// `Metric (kg, cm, ml)`
+ 694 0 : String get settingsMetricLabel {
+ 695 0 : return Intl.message(
+ 696 : 'Metric (kg, cm, ml)',
+ 697 : name: 'settingsMetricLabel',
+ 698 : desc: '',
+ 699 0 : args: [],
+ 700 : );
+ 701 : }
+ 702 :
+ 703 : /// `Imperial (lbs, ft, oz)`
+ 704 0 : String get settingsImperialLabel {
+ 705 0 : return Intl.message(
+ 706 : 'Imperial (lbs, ft, oz)',
+ 707 : name: 'settingsImperialLabel',
+ 708 : desc: '',
+ 709 0 : args: [],
+ 710 : );
+ 711 : }
+ 712 :
+ 713 : /// `Distance`
+ 714 0 : String get settingsDistanceLabel {
+ 715 0 : return Intl.message(
+ 716 : 'Distance',
+ 717 : name: 'settingsDistanceLabel',
+ 718 : desc: '',
+ 719 0 : args: [],
+ 720 : );
+ 721 : }
+ 722 :
+ 723 : /// `Volume`
+ 724 0 : String get settingsVolumeLabel {
+ 725 0 : return Intl.message(
+ 726 : 'Volume',
+ 727 : name: 'settingsVolumeLabel',
+ 728 : desc: '',
+ 729 0 : args: [],
+ 730 : );
+ 731 : }
+ 732 :
+ 733 : /// `OpenNutriTracker is not a medical application. All data provided is not validated and should be used with caution. Please maintain a healthy lifestyle and consult a professional if you have any problems. Use during illness, pregnancy or lactation is not recommended.\n\n\nThe application is still under development. Errors, bugs and crashes may occur.`
+ 734 0 : String get disclaimerText {
+ 735 0 : return Intl.message(
+ 736 : 'OpenNutriTracker is not a medical application. All data provided is not validated and should be used with caution. Please maintain a healthy lifestyle and consult a professional if you have any problems. Use during illness, pregnancy or lactation is not recommended.\n\n\nThe application is still under development. Errors, bugs and crashes may occur.',
+ 737 : name: 'disclaimerText',
+ 738 : desc: '',
+ 739 0 : args: [],
+ 740 : );
+ 741 : }
+ 742 :
+ 743 : /// `Do you want to report an error to the developer?`
+ 744 0 : String get reportErrorDialogText {
+ 745 0 : return Intl.message(
+ 746 : 'Do you want to report an error to the developer?',
+ 747 : name: 'reportErrorDialogText',
+ 748 : desc: '',
+ 749 0 : args: [],
+ 750 : );
+ 751 : }
+ 752 :
+ 753 : /// `Send anonymous usage data`
+ 754 0 : String get sendAnonymousUserData {
+ 755 0 : return Intl.message(
+ 756 : 'Send anonymous usage data',
+ 757 : name: 'sendAnonymousUserData',
+ 758 : desc: '',
+ 759 0 : args: [],
+ 760 : );
+ 761 : }
+ 762 :
+ 763 : /// `GPL-3.0 license`
+ 764 0 : String get appLicenseLabel {
+ 765 0 : return Intl.message(
+ 766 : 'GPL-3.0 license',
+ 767 : name: 'appLicenseLabel',
+ 768 : desc: '',
+ 769 0 : args: [],
+ 770 : );
+ 771 : }
+ 772 :
+ 773 : /// `TDEE equation`
+ 774 0 : String get calculationsTDEELabel {
+ 775 0 : return Intl.message(
+ 776 : 'TDEE equation',
+ 777 : name: 'calculationsTDEELabel',
+ 778 : desc: '',
+ 779 0 : args: [],
+ 780 : );
+ 781 : }
+ 782 :
+ 783 : /// `Institute of Medicine Equation`
+ 784 0 : String get calculationsTDEEIOM2006Label {
+ 785 0 : return Intl.message(
+ 786 : 'Institute of Medicine Equation',
+ 787 : name: 'calculationsTDEEIOM2006Label',
+ 788 : desc: '',
+ 789 0 : args: [],
+ 790 : );
+ 791 : }
+ 792 :
+ 793 : /// `(recommended)`
+ 794 0 : String get calculationsRecommendedLabel {
+ 795 0 : return Intl.message(
+ 796 : '(recommended)',
+ 797 : name: 'calculationsRecommendedLabel',
+ 798 : desc: '',
+ 799 0 : args: [],
+ 800 : );
+ 801 : }
+ 802 :
+ 803 : /// `Macros distribution`
+ 804 0 : String get calculationsMacronutrientsDistributionLabel {
+ 805 0 : return Intl.message(
+ 806 : 'Macros distribution',
+ 807 : name: 'calculationsMacronutrientsDistributionLabel',
+ 808 : desc: '',
+ 809 0 : args: [],
+ 810 : );
+ 811 : }
+ 812 :
+ 813 : /// `{pctCarbs}% carbs, {pctFats}% fats, {pctProteins}% proteins`
+ 814 0 : String calculationsMacrosDistribution(
+ 815 : Object pctCarbs, Object pctFats, Object pctProteins) {
+ 816 0 : return Intl.message(
+ 817 0 : '$pctCarbs% carbs, $pctFats% fats, $pctProteins% proteins',
+ 818 : name: 'calculationsMacrosDistribution',
+ 819 : desc: '',
+ 820 0 : args: [pctCarbs, pctFats, pctProteins],
+ 821 : );
+ 822 : }
+ 823 :
+ 824 : /// `Daily Kcal adjustment:`
+ 825 0 : String get dailyKcalAdjustmentLabel {
+ 826 0 : return Intl.message(
+ 827 : 'Daily Kcal adjustment:',
+ 828 : name: 'dailyKcalAdjustmentLabel',
+ 829 : desc: '',
+ 830 0 : args: [],
+ 831 : );
+ 832 : }
+ 833 :
+ 834 : /// `Macronutrient Distribution:`
+ 835 0 : String get macroDistributionLabel {
+ 836 0 : return Intl.message(
+ 837 : 'Macronutrient Distribution:',
+ 838 : name: 'macroDistributionLabel',
+ 839 : desc: '',
+ 840 0 : args: [],
+ 841 : );
+ 842 : }
+ 843 :
+ 844 : /// `Export / Import data`
+ 845 0 : String get exportImportLabel {
+ 846 0 : return Intl.message(
+ 847 : 'Export / Import data',
+ 848 : name: 'exportImportLabel',
+ 849 : desc: '',
+ 850 0 : args: [],
+ 851 : );
+ 852 : }
+ 853 :
+ 854 : /// `You can export the app data to a zip file and import it later. This is useful if you want to backup your data or transfer it to another device.\n\nThe app does not use any cloud service to store your data.`
+ 855 0 : String get exportImportDescription {
+ 856 0 : return Intl.message(
+ 857 : 'You can export the app data to a zip file and import it later. This is useful if you want to backup your data or transfer it to another device.\n\nThe app does not use any cloud service to store your data.',
+ 858 : name: 'exportImportDescription',
+ 859 : desc: '',
+ 860 0 : args: [],
+ 861 : );
+ 862 : }
+ 863 :
+ 864 : /// `Export / Import successful`
+ 865 0 : String get exportImportSuccessLabel {
+ 866 0 : return Intl.message(
+ 867 : 'Export / Import successful',
+ 868 : name: 'exportImportSuccessLabel',
+ 869 : desc: '',
+ 870 0 : args: [],
+ 871 : );
+ 872 : }
+ 873 :
+ 874 : /// `Export / Import error`
+ 875 0 : String get exportImportErrorLabel {
+ 876 0 : return Intl.message(
+ 877 : 'Export / Import error',
+ 878 : name: 'exportImportErrorLabel',
+ 879 : desc: '',
+ 880 0 : args: [],
+ 881 : );
+ 882 : }
+ 883 :
+ 884 : /// `Export`
+ 885 0 : String get exportAction {
+ 886 0 : return Intl.message(
+ 887 : 'Export',
+ 888 : name: 'exportAction',
+ 889 : desc: '',
+ 890 0 : args: [],
+ 891 : );
+ 892 : }
+ 893 :
+ 894 : /// `Import`
+ 895 0 : String get importAction {
+ 896 0 : return Intl.message(
+ 897 : 'Import',
+ 898 : name: 'importAction',
+ 899 : desc: '',
+ 900 0 : args: [],
+ 901 : );
+ 902 : }
+ 903 :
+ 904 : /// `Add new Item:`
+ 905 0 : String get addItemLabel {
+ 906 0 : return Intl.message(
+ 907 : 'Add new Item:',
+ 908 : name: 'addItemLabel',
+ 909 : desc: '',
+ 910 0 : args: [],
+ 911 : );
+ 912 : }
+ 913 :
+ 914 : /// `Activity`
+ 915 0 : String get activityLabel {
+ 916 0 : return Intl.message(
+ 917 : 'Activity',
+ 918 : name: 'activityLabel',
+ 919 : desc: '',
+ 920 0 : args: [],
+ 921 : );
+ 922 : }
+ 923 :
+ 924 : /// `e.g. running, biking, yoga ...`
+ 925 0 : String get activityExample {
+ 926 0 : return Intl.message(
+ 927 : 'e.g. running, biking, yoga ...',
+ 928 : name: 'activityExample',
+ 929 : desc: '',
+ 930 0 : args: [],
+ 931 : );
+ 932 : }
+ 933 :
+ 934 : /// `Breakfast`
+ 935 0 : String get breakfastLabel {
+ 936 0 : return Intl.message(
+ 937 : 'Breakfast',
+ 938 : name: 'breakfastLabel',
+ 939 : desc: '',
+ 940 0 : args: [],
+ 941 : );
+ 942 : }
+ 943 :
+ 944 : /// `e.g. cereal, milk, coffee ...`
+ 945 0 : String get breakfastExample {
+ 946 0 : return Intl.message(
+ 947 : 'e.g. cereal, milk, coffee ...',
+ 948 : name: 'breakfastExample',
+ 949 : desc: '',
+ 950 0 : args: [],
+ 951 : );
+ 952 : }
+ 953 :
+ 954 : /// `Lunch`
+ 955 0 : String get lunchLabel {
+ 956 0 : return Intl.message(
+ 957 : 'Lunch',
+ 958 : name: 'lunchLabel',
+ 959 : desc: '',
+ 960 0 : args: [],
+ 961 : );
+ 962 : }
+ 963 :
+ 964 : /// `e.g. pizza, salad, rice ...`
+ 965 0 : String get lunchExample {
+ 966 0 : return Intl.message(
+ 967 : 'e.g. pizza, salad, rice ...',
+ 968 : name: 'lunchExample',
+ 969 : desc: '',
+ 970 0 : args: [],
+ 971 : );
+ 972 : }
+ 973 :
+ 974 : /// `Dinner`
+ 975 0 : String get dinnerLabel {
+ 976 0 : return Intl.message(
+ 977 : 'Dinner',
+ 978 : name: 'dinnerLabel',
+ 979 : desc: '',
+ 980 0 : args: [],
+ 981 : );
+ 982 : }
+ 983 :
+ 984 : /// `e.g. soup, chicken, wine ...`
+ 985 0 : String get dinnerExample {
+ 986 0 : return Intl.message(
+ 987 : 'e.g. soup, chicken, wine ...',
+ 988 : name: 'dinnerExample',
+ 989 : desc: '',
+ 990 0 : args: [],
+ 991 : );
+ 992 : }
+ 993 :
+ 994 : /// `Snack`
+ 995 0 : String get snackLabel {
+ 996 0 : return Intl.message(
+ 997 : 'Snack',
+ 998 : name: 'snackLabel',
+ 999 : desc: '',
+ 1000 0 : args: [],
+ 1001 : );
+ 1002 : }
+ 1003 :
+ 1004 : /// `e.g. apple, ice cream, chocolate ...`
+ 1005 0 : String get snackExample {
+ 1006 0 : return Intl.message(
+ 1007 : 'e.g. apple, ice cream, chocolate ...',
+ 1008 : name: 'snackExample',
+ 1009 : desc: '',
+ 1010 0 : args: [],
+ 1011 : );
+ 1012 : }
+ 1013 :
+ 1014 : /// `Edit item`
+ 1015 0 : String get editItemDialogTitle {
+ 1016 0 : return Intl.message(
+ 1017 : 'Edit item',
+ 1018 : name: 'editItemDialogTitle',
+ 1019 : desc: '',
+ 1020 0 : args: [],
+ 1021 : );
+ 1022 : }
+ 1023 :
+ 1024 : /// `Item updated`
+ 1025 0 : String get itemUpdatedSnackbar {
+ 1026 0 : return Intl.message(
+ 1027 : 'Item updated',
+ 1028 : name: 'itemUpdatedSnackbar',
+ 1029 : desc: '',
+ 1030 0 : args: [],
+ 1031 : );
+ 1032 : }
+ 1033 :
+ 1034 : /// `Delete Item?`
+ 1035 0 : String get deleteTimeDialogTitle {
+ 1036 0 : return Intl.message(
+ 1037 : 'Delete Item?',
+ 1038 : name: 'deleteTimeDialogTitle',
+ 1039 : desc: '',
+ 1040 0 : args: [],
+ 1041 : );
+ 1042 : }
+ 1043 :
+ 1044 : /// `Do want to delete the selected item?`
+ 1045 0 : String get deleteTimeDialogContent {
+ 1046 0 : return Intl.message(
+ 1047 : 'Do want to delete the selected item?',
+ 1048 : name: 'deleteTimeDialogContent',
+ 1049 : desc: '',
+ 1050 0 : args: [],
+ 1051 : );
+ 1052 : }
+ 1053 :
+ 1054 : /// `Item deleted`
+ 1055 0 : String get itemDeletedSnackbar {
+ 1056 0 : return Intl.message(
+ 1057 : 'Item deleted',
+ 1058 : name: 'itemDeletedSnackbar',
+ 1059 : desc: '',
+ 1060 0 : args: [],
+ 1061 : );
+ 1062 : }
+ 1063 :
+ 1064 : /// `Which meal type do you want to copy to?`
+ 1065 0 : String get copyDialogTitle {
+ 1066 0 : return Intl.message(
+ 1067 : 'Which meal type do you want to copy to?',
+ 1068 : name: 'copyDialogTitle',
+ 1069 : desc: '',
+ 1070 0 : args: [],
+ 1071 : );
+ 1072 : }
+ 1073 :
+ 1074 : /// `What do you want to do?`
+ 1075 0 : String get copyOrDeleteTimeDialogTitle {
+ 1076 0 : return Intl.message(
+ 1077 : 'What do you want to do?',
+ 1078 : name: 'copyOrDeleteTimeDialogTitle',
+ 1079 : desc: '',
+ 1080 0 : args: [],
+ 1081 : );
+ 1082 : }
+ 1083 :
+ 1084 : /// `With "Copy to today" you can copy the meal to today. With "Delete" you can delete the meal.`
+ 1085 0 : String get copyOrDeleteTimeDialogContent {
+ 1086 0 : return Intl.message(
+ 1087 : 'With "Copy to today" you can copy the meal to today. With "Delete" you can delete the meal.',
+ 1088 : name: 'copyOrDeleteTimeDialogContent',
+ 1089 : desc: '',
+ 1090 0 : args: [],
+ 1091 : );
+ 1092 : }
+ 1093 :
+ 1094 : /// `COPY TO TODAY`
+ 1095 0 : String get dialogCopyLabel {
+ 1096 0 : return Intl.message(
+ 1097 : 'COPY TO TODAY',
+ 1098 : name: 'dialogCopyLabel',
+ 1099 : desc: '',
+ 1100 0 : args: [],
+ 1101 : );
+ 1102 : }
+ 1103 :
+ 1104 : /// `DELETE`
+ 1105 0 : String get dialogDeleteLabel {
+ 1106 0 : return Intl.message(
+ 1107 : 'DELETE',
+ 1108 : name: 'dialogDeleteLabel',
+ 1109 : desc: '',
+ 1110 0 : args: [],
+ 1111 : );
+ 1112 : }
+ 1113 :
+ 1114 : /// `supplied`
+ 1115 1 : String get suppliedLabel {
+ 1116 1 : return Intl.message(
+ 1117 : 'supplied',
+ 1118 : name: 'suppliedLabel',
+ 1119 : desc: '',
+ 1120 1 : args: [],
+ 1121 : );
+ 1122 : }
+ 1123 :
+ 1124 : /// `burned`
+ 1125 1 : String get burnedLabel {
+ 1126 1 : return Intl.message(
+ 1127 : 'burned',
+ 1128 : name: 'burnedLabel',
+ 1129 : desc: '',
+ 1130 1 : args: [],
+ 1131 : );
+ 1132 : }
+ 1133 :
+ 1134 : /// `kcal left`
+ 1135 1 : String get kcalLeftLabel {
+ 1136 1 : return Intl.message(
+ 1137 : 'kcal left',
+ 1138 : name: 'kcalLeftLabel',
+ 1139 : desc: '',
+ 1140 1 : args: [],
+ 1141 : );
+ 1142 : }
+ 1143 :
+ 1144 : /// `Nutrition Information`
+ 1145 0 : String get nutritionInfoLabel {
+ 1146 0 : return Intl.message(
+ 1147 : 'Nutrition Information',
+ 1148 : name: 'nutritionInfoLabel',
+ 1149 : desc: '',
+ 1150 0 : args: [],
+ 1151 : );
+ 1152 : }
+ 1153 :
+ 1154 : /// `kcal`
+ 1155 0 : String get kcalLabel {
+ 1156 0 : return Intl.message(
+ 1157 : 'kcal',
+ 1158 : name: 'kcalLabel',
+ 1159 : desc: '',
+ 1160 0 : args: [],
+ 1161 : );
+ 1162 : }
+ 1163 :
+ 1164 : /// `carbs`
+ 1165 1 : String get carbsLabel {
+ 1166 1 : return Intl.message(
+ 1167 : 'carbs',
+ 1168 : name: 'carbsLabel',
+ 1169 : desc: '',
+ 1170 1 : args: [],
+ 1171 : );
+ 1172 : }
+ 1173 :
+ 1174 : /// `fat`
+ 1175 1 : String get fatLabel {
+ 1176 1 : return Intl.message(
+ 1177 : 'fat',
+ 1178 : name: 'fatLabel',
+ 1179 : desc: '',
+ 1180 1 : args: [],
+ 1181 : );
+ 1182 : }
+ 1183 :
+ 1184 : /// `protein`
+ 1185 1 : String get proteinLabel {
+ 1186 1 : return Intl.message(
+ 1187 : 'protein',
+ 1188 : name: 'proteinLabel',
+ 1189 : desc: '',
+ 1190 1 : args: [],
+ 1191 : );
+ 1192 : }
+ 1193 :
+ 1194 : /// `energy`
+ 1195 0 : String get energyLabel {
+ 1196 0 : return Intl.message(
+ 1197 : 'energy',
+ 1198 : name: 'energyLabel',
+ 1199 : desc: '',
+ 1200 0 : args: [],
+ 1201 : );
+ 1202 : }
+ 1203 :
+ 1204 : /// `saturated fat`
+ 1205 0 : String get saturatedFatLabel {
+ 1206 0 : return Intl.message(
+ 1207 : 'saturated fat',
+ 1208 : name: 'saturatedFatLabel',
+ 1209 : desc: '',
+ 1210 0 : args: [],
+ 1211 : );
+ 1212 : }
+ 1213 :
+ 1214 : /// `carbohydrate`
+ 1215 0 : String get carbohydrateLabel {
+ 1216 0 : return Intl.message(
+ 1217 : 'carbohydrate',
+ 1218 : name: 'carbohydrateLabel',
+ 1219 : desc: '',
+ 1220 0 : args: [],
+ 1221 : );
+ 1222 : }
+ 1223 :
+ 1224 : /// `sugar`
+ 1225 0 : String get sugarLabel {
+ 1226 0 : return Intl.message(
+ 1227 : 'sugar',
+ 1228 : name: 'sugarLabel',
+ 1229 : desc: '',
+ 1230 0 : args: [],
+ 1231 : );
+ 1232 : }
+ 1233 :
+ 1234 : /// `fiber`
+ 1235 0 : String get fiberLabel {
+ 1236 0 : return Intl.message(
+ 1237 : 'fiber',
+ 1238 : name: 'fiberLabel',
+ 1239 : desc: '',
+ 1240 0 : args: [],
+ 1241 : );
+ 1242 : }
+ 1243 :
+ 1244 : /// `Per 100g/ml`
+ 1245 0 : String get per100gmlLabel {
+ 1246 0 : return Intl.message(
+ 1247 : 'Per 100g/ml',
+ 1248 : name: 'per100gmlLabel',
+ 1249 : desc: '',
+ 1250 0 : args: [],
+ 1251 : );
+ 1252 : }
+ 1253 :
+ 1254 : /// `More Information at\nOpenFoodFacts`
+ 1255 0 : String get additionalInfoLabelOFF {
+ 1256 0 : return Intl.message(
+ 1257 : 'More Information at\nOpenFoodFacts',
+ 1258 : name: 'additionalInfoLabelOFF',
+ 1259 : desc: '',
+ 1260 0 : args: [],
+ 1261 : );
+ 1262 : }
+ 1263 :
+ 1264 : /// `The data provided to you by this app are retrieved from the Open Food Facts database. No guarantees can be made for the accuracy, completeness, or reliability of the information provided. The data are provided “as is” and the originating source for the data (Open Food Facts) is not liable for any damages arising out of the use of the data.`
+ 1265 0 : String get offDisclaimer {
+ 1266 0 : return Intl.message(
+ 1267 : 'The data provided to you by this app are retrieved from the Open Food Facts database. No guarantees can be made for the accuracy, completeness, or reliability of the information provided. The data are provided “as is” and the originating source for the data (Open Food Facts) is not liable for any damages arising out of the use of the data.',
+ 1268 : name: 'offDisclaimer',
+ 1269 : desc: '',
+ 1270 0 : args: [],
+ 1271 : );
+ 1272 : }
+ 1273 :
+ 1274 : /// `More Information at\nFoodData Central`
+ 1275 0 : String get additionalInfoLabelFDC {
+ 1276 0 : return Intl.message(
+ 1277 : 'More Information at\nFoodData Central',
+ 1278 : name: 'additionalInfoLabelFDC',
+ 1279 : desc: '',
+ 1280 0 : args: [],
+ 1281 : );
+ 1282 : }
+ 1283 :
+ 1284 : /// `Unknown Meal Item`
+ 1285 0 : String get additionalInfoLabelUnknown {
+ 1286 0 : return Intl.message(
+ 1287 : 'Unknown Meal Item',
+ 1288 : name: 'additionalInfoLabelUnknown',
+ 1289 : desc: '',
+ 1290 0 : args: [],
+ 1291 : );
+ 1292 : }
+ 1293 :
+ 1294 : /// `Custom Meal Item`
+ 1295 0 : String get additionalInfoLabelCustom {
+ 1296 0 : return Intl.message(
+ 1297 : 'Custom Meal Item',
+ 1298 : name: 'additionalInfoLabelCustom',
+ 1299 : desc: '',
+ 1300 0 : args: [],
+ 1301 : );
+ 1302 : }
+ 1303 :
+ 1304 : /// `Information provided\n by the \n'2011 Compendium\n of Physical Activities'`
+ 1305 0 : String get additionalInfoLabelCompendium2011 {
+ 1306 0 : return Intl.message(
+ 1307 : 'Information provided\n by the \n\'2011 Compendium\n of Physical Activities\'',
+ 1308 : name: 'additionalInfoLabelCompendium2011',
+ 1309 : desc: '',
+ 1310 0 : args: [],
+ 1311 : );
+ 1312 : }
+ 1313 :
+ 1314 : /// `Quantity`
+ 1315 0 : String get quantityLabel {
+ 1316 0 : return Intl.message(
+ 1317 : 'Quantity',
+ 1318 : name: 'quantityLabel',
+ 1319 : desc: '',
+ 1320 0 : args: [],
+ 1321 : );
+ 1322 : }
+ 1323 :
+ 1324 : /// `Base quantity (g/ml)`
+ 1325 0 : String get baseQuantityLabel {
+ 1326 0 : return Intl.message(
+ 1327 : 'Base quantity (g/ml)',
+ 1328 : name: 'baseQuantityLabel',
+ 1329 : desc: '',
+ 1330 0 : args: [],
+ 1331 : );
+ 1332 : }
+ 1333 :
+ 1334 : /// `Unit`
+ 1335 0 : String get unitLabel {
+ 1336 0 : return Intl.message(
+ 1337 : 'Unit',
+ 1338 : name: 'unitLabel',
+ 1339 : desc: '',
+ 1340 0 : args: [],
+ 1341 : );
+ 1342 : }
+ 1343 :
+ 1344 : /// `Scan Product`
+ 1345 0 : String get scanProductLabel {
+ 1346 0 : return Intl.message(
+ 1347 : 'Scan Product',
+ 1348 : name: 'scanProductLabel',
+ 1349 : desc: '',
+ 1350 0 : args: [],
+ 1351 : );
+ 1352 : }
+ 1353 :
+ 1354 : /// `g`
+ 1355 0 : String get gramUnit {
+ 1356 0 : return Intl.message(
+ 1357 : 'g',
+ 1358 : name: 'gramUnit',
+ 1359 : desc: '',
+ 1360 0 : args: [],
+ 1361 : );
+ 1362 : }
+ 1363 :
+ 1364 : /// `ml`
+ 1365 0 : String get milliliterUnit {
+ 1366 0 : return Intl.message(
+ 1367 : 'ml',
+ 1368 : name: 'milliliterUnit',
+ 1369 : desc: '',
+ 1370 0 : args: [],
+ 1371 : );
+ 1372 : }
+ 1373 :
+ 1374 : /// `g/ml`
+ 1375 0 : String get gramMilliliterUnit {
+ 1376 0 : return Intl.message(
+ 1377 : 'g/ml',
+ 1378 : name: 'gramMilliliterUnit',
+ 1379 : desc: '',
+ 1380 0 : args: [],
+ 1381 : );
+ 1382 : }
+ 1383 :
+ 1384 : /// `oz`
+ 1385 0 : String get ozUnit {
+ 1386 0 : return Intl.message(
+ 1387 : 'oz',
+ 1388 : name: 'ozUnit',
+ 1389 : desc: '',
+ 1390 0 : args: [],
+ 1391 : );
+ 1392 : }
+ 1393 :
+ 1394 : /// `fl.oz`
+ 1395 0 : String get flOzUnit {
+ 1396 0 : return Intl.message(
+ 1397 : 'fl.oz',
+ 1398 : name: 'flOzUnit',
+ 1399 : desc: '',
+ 1400 0 : args: [],
+ 1401 : );
+ 1402 : }
+ 1403 :
+ 1404 : /// `N/A`
+ 1405 0 : String get notAvailableLabel {
+ 1406 0 : return Intl.message(
+ 1407 : 'N/A',
+ 1408 : name: 'notAvailableLabel',
+ 1409 : desc: '',
+ 1410 0 : args: [],
+ 1411 : );
+ 1412 : }
+ 1413 :
+ 1414 : /// `Product missing required kcal or macronutrients information`
+ 1415 0 : String get missingProductInfo {
+ 1416 0 : return Intl.message(
+ 1417 : 'Product missing required kcal or macronutrients information',
+ 1418 : name: 'missingProductInfo',
+ 1419 : desc: '',
+ 1420 0 : args: [],
+ 1421 : );
+ 1422 : }
+ 1423 :
+ 1424 : /// `Added new intake`
+ 1425 0 : String get infoAddedIntakeLabel {
+ 1426 0 : return Intl.message(
+ 1427 : 'Added new intake',
+ 1428 : name: 'infoAddedIntakeLabel',
+ 1429 : desc: '',
+ 1430 0 : args: [],
+ 1431 : );
+ 1432 : }
+ 1433 :
+ 1434 : /// `Added new activity`
+ 1435 0 : String get infoAddedActivityLabel {
+ 1436 0 : return Intl.message(
+ 1437 : 'Added new activity',
+ 1438 : name: 'infoAddedActivityLabel',
+ 1439 : desc: '',
+ 1440 0 : args: [],
+ 1441 : );
+ 1442 : }
+ 1443 :
+ 1444 : /// `Edit meal`
+ 1445 0 : String get editMealLabel {
+ 1446 0 : return Intl.message(
+ 1447 : 'Edit meal',
+ 1448 : name: 'editMealLabel',
+ 1449 : desc: '',
+ 1450 0 : args: [],
+ 1451 : );
+ 1452 : }
+ 1453 :
+ 1454 : /// `Meal name`
+ 1455 0 : String get mealNameLabel {
+ 1456 0 : return Intl.message(
+ 1457 : 'Meal name',
+ 1458 : name: 'mealNameLabel',
+ 1459 : desc: '',
+ 1460 0 : args: [],
+ 1461 : );
+ 1462 : }
+ 1463 :
+ 1464 : /// `Brands`
+ 1465 0 : String get mealBrandsLabel {
+ 1466 0 : return Intl.message(
+ 1467 : 'Brands',
+ 1468 : name: 'mealBrandsLabel',
+ 1469 : desc: '',
+ 1470 0 : args: [],
+ 1471 : );
+ 1472 : }
+ 1473 :
+ 1474 : /// `Meal size (g/ml)`
+ 1475 0 : String get mealSizeLabel {
+ 1476 0 : return Intl.message(
+ 1477 : 'Meal size (g/ml)',
+ 1478 : name: 'mealSizeLabel',
+ 1479 : desc: '',
+ 1480 0 : args: [],
+ 1481 : );
+ 1482 : }
+ 1483 :
+ 1484 : /// `Meal size (oz/fl oz)`
+ 1485 0 : String get mealSizeLabelImperial {
+ 1486 0 : return Intl.message(
+ 1487 : 'Meal size (oz/fl oz)',
+ 1488 : name: 'mealSizeLabelImperial',
+ 1489 : desc: '',
+ 1490 0 : args: [],
+ 1491 : );
+ 1492 : }
+ 1493 :
+ 1494 : /// `Serving`
+ 1495 0 : String get servingLabel {
+ 1496 0 : return Intl.message(
+ 1497 : 'Serving',
+ 1498 : name: 'servingLabel',
+ 1499 : desc: '',
+ 1500 0 : args: [],
+ 1501 : );
+ 1502 : }
+ 1503 :
+ 1504 : /// `Per Serving`
+ 1505 0 : String get perServingLabel {
+ 1506 0 : return Intl.message(
+ 1507 : 'Per Serving',
+ 1508 : name: 'perServingLabel',
+ 1509 : desc: '',
+ 1510 0 : args: [],
+ 1511 : );
+ 1512 : }
+ 1513 :
+ 1514 : /// `Serving size (g/ml)`
+ 1515 0 : String get servingSizeLabelMetric {
+ 1516 0 : return Intl.message(
+ 1517 : 'Serving size (g/ml)',
+ 1518 : name: 'servingSizeLabelMetric',
+ 1519 : desc: '',
+ 1520 0 : args: [],
+ 1521 : );
+ 1522 : }
+ 1523 :
+ 1524 : /// `Serving size (oz/fl oz)`
+ 1525 0 : String get servingSizeLabelImperial {
+ 1526 0 : return Intl.message(
+ 1527 : 'Serving size (oz/fl oz)',
+ 1528 : name: 'servingSizeLabelImperial',
+ 1529 : desc: '',
+ 1530 0 : args: [],
+ 1531 : );
+ 1532 : }
+ 1533 :
+ 1534 : /// `Meal unit`
+ 1535 0 : String get mealUnitLabel {
+ 1536 0 : return Intl.message(
+ 1537 : 'Meal unit',
+ 1538 : name: 'mealUnitLabel',
+ 1539 : desc: '',
+ 1540 0 : args: [],
+ 1541 : );
+ 1542 : }
+ 1543 :
+ 1544 : /// `kcal per`
+ 1545 0 : String get mealKcalLabel {
+ 1546 0 : return Intl.message(
+ 1547 : 'kcal per',
+ 1548 : name: 'mealKcalLabel',
+ 1549 : desc: '',
+ 1550 0 : args: [],
+ 1551 : );
+ 1552 : }
+ 1553 :
+ 1554 : /// `carbs per`
+ 1555 0 : String get mealCarbsLabel {
+ 1556 0 : return Intl.message(
+ 1557 : 'carbs per',
+ 1558 : name: 'mealCarbsLabel',
+ 1559 : desc: '',
+ 1560 0 : args: [],
+ 1561 : );
+ 1562 : }
+ 1563 :
+ 1564 : /// `fat per`
+ 1565 0 : String get mealFatLabel {
+ 1566 0 : return Intl.message(
+ 1567 : 'fat per',
+ 1568 : name: 'mealFatLabel',
+ 1569 : desc: '',
+ 1570 0 : args: [],
+ 1571 : );
+ 1572 : }
+ 1573 :
+ 1574 : /// `protein per 100 g/ml`
+ 1575 0 : String get mealProteinLabel {
+ 1576 0 : return Intl.message(
+ 1577 : 'protein per 100 g/ml',
+ 1578 : name: 'mealProteinLabel',
+ 1579 : desc: '',
+ 1580 0 : args: [],
+ 1581 : );
+ 1582 : }
+ 1583 :
+ 1584 : /// `Error while saving meal. Did you input the correct meal information?`
+ 1585 0 : String get errorMealSave {
+ 1586 0 : return Intl.message(
+ 1587 : 'Error while saving meal. Did you input the correct meal information?',
+ 1588 : name: 'errorMealSave',
+ 1589 : desc: '',
+ 1590 0 : args: [],
+ 1591 : );
+ 1592 : }
+ 1593 :
+ 1594 : /// `BMI`
+ 1595 0 : String get bmiLabel {
+ 1596 0 : return Intl.message(
+ 1597 : 'BMI',
+ 1598 : name: 'bmiLabel',
+ 1599 : desc: '',
+ 1600 0 : args: [],
+ 1601 : );
+ 1602 : }
+ 1603 :
+ 1604 : /// `Body Mass Index (BMI) is a index to classify overweight and obesity in adults. It is defined as weight in kilograms divided by the square of height in meters (kg/m²).\n\nBMI does not differentiate between fat and muscle mass and can be misleading for some individuals.`
+ 1605 0 : String get bmiInfo {
+ 1606 0 : return Intl.message(
+ 1607 : 'Body Mass Index (BMI) is a index to classify overweight and obesity in adults. It is defined as weight in kilograms divided by the square of height in meters (kg/m²).\n\nBMI does not differentiate between fat and muscle mass and can be misleading for some individuals.',
+ 1608 : name: 'bmiInfo',
+ 1609 : desc: '',
+ 1610 0 : args: [],
+ 1611 : );
+ 1612 : }
+ 1613 :
+ 1614 : /// `I have read and accept the privacy policy.`
+ 1615 0 : String get readLabel {
+ 1616 0 : return Intl.message(
+ 1617 : 'I have read and accept the privacy policy.',
+ 1618 : name: 'readLabel',
+ 1619 : desc: '',
+ 1620 0 : args: [],
+ 1621 : );
+ 1622 : }
+ 1623 :
+ 1624 : /// `Privacy policy`
+ 1625 0 : String get privacyPolicyLabel {
+ 1626 0 : return Intl.message(
+ 1627 : 'Privacy policy',
+ 1628 : name: 'privacyPolicyLabel',
+ 1629 : desc: '',
+ 1630 0 : args: [],
+ 1631 : );
+ 1632 : }
+ 1633 :
+ 1634 : /// `Support development by providing anonymous usage data`
+ 1635 0 : String get dataCollectionLabel {
+ 1636 0 : return Intl.message(
+ 1637 : 'Support development by providing anonymous usage data',
+ 1638 : name: 'dataCollectionLabel',
+ 1639 : desc: '',
+ 1640 0 : args: [],
+ 1641 : );
+ 1642 : }
+ 1643 :
+ 1644 : /// `Sedentary`
+ 1645 0 : String get palSedentaryLabel {
+ 1646 0 : return Intl.message(
+ 1647 : 'Sedentary',
+ 1648 : name: 'palSedentaryLabel',
+ 1649 : desc: '',
+ 1650 0 : args: [],
+ 1651 : );
+ 1652 : }
+ 1653 :
+ 1654 : /// `e.g. office job and mostly sitting free time activities`
+ 1655 0 : String get palSedentaryDescriptionLabel {
+ 1656 0 : return Intl.message(
+ 1657 : 'e.g. office job and mostly sitting free time activities',
+ 1658 : name: 'palSedentaryDescriptionLabel',
+ 1659 : desc: '',
+ 1660 0 : args: [],
+ 1661 : );
+ 1662 : }
+ 1663 :
+ 1664 : /// `Low Active`
+ 1665 0 : String get palLowLActiveLabel {
+ 1666 0 : return Intl.message(
+ 1667 : 'Low Active',
+ 1668 : name: 'palLowLActiveLabel',
+ 1669 : desc: '',
+ 1670 0 : args: [],
+ 1671 : );
+ 1672 : }
+ 1673 :
+ 1674 : /// `e.g. sitting or standing in job and light free time activities`
+ 1675 0 : String get palLowActiveDescriptionLabel {
+ 1676 0 : return Intl.message(
+ 1677 : 'e.g. sitting or standing in job and light free time activities',
+ 1678 : name: 'palLowActiveDescriptionLabel',
+ 1679 : desc: '',
+ 1680 0 : args: [],
+ 1681 : );
+ 1682 : }
+ 1683 :
+ 1684 : /// `Active`
+ 1685 0 : String get palActiveLabel {
+ 1686 0 : return Intl.message(
+ 1687 : 'Active',
+ 1688 : name: 'palActiveLabel',
+ 1689 : desc: '',
+ 1690 0 : args: [],
+ 1691 : );
+ 1692 : }
+ 1693 :
+ 1694 : /// `Mostly standing or walking in job and active free time activities`
+ 1695 0 : String get palActiveDescriptionLabel {
+ 1696 0 : return Intl.message(
+ 1697 : 'Mostly standing or walking in job and active free time activities',
+ 1698 : name: 'palActiveDescriptionLabel',
+ 1699 : desc: '',
+ 1700 0 : args: [],
+ 1701 : );
+ 1702 : }
+ 1703 :
+ 1704 : /// `Very Active`
+ 1705 0 : String get palVeryActiveLabel {
+ 1706 0 : return Intl.message(
+ 1707 : 'Very Active',
+ 1708 : name: 'palVeryActiveLabel',
+ 1709 : desc: '',
+ 1710 0 : args: [],
+ 1711 : );
+ 1712 : }
+ 1713 :
+ 1714 : /// `Mostly walking, running or carrying weight in job and active free time activities`
+ 1715 0 : String get palVeryActiveDescriptionLabel {
+ 1716 0 : return Intl.message(
+ 1717 : 'Mostly walking, running or carrying weight in job and active free time activities',
+ 1718 : name: 'palVeryActiveDescriptionLabel',
+ 1719 : desc: '',
+ 1720 0 : args: [],
+ 1721 : );
+ 1722 : }
+ 1723 :
+ 1724 : /// `Select Activity Level`
+ 1725 0 : String get selectPalCategoryLabel {
+ 1726 0 : return Intl.message(
+ 1727 : 'Select Activity Level',
+ 1728 : name: 'selectPalCategoryLabel',
+ 1729 : desc: '',
+ 1730 0 : args: [],
+ 1731 : );
+ 1732 : }
+ 1733 :
+ 1734 : /// `Choose Weight Goal`
+ 1735 0 : String get chooseWeightGoalLabel {
+ 1736 0 : return Intl.message(
+ 1737 : 'Choose Weight Goal',
+ 1738 : name: 'chooseWeightGoalLabel',
+ 1739 : desc: '',
+ 1740 0 : args: [],
+ 1741 : );
+ 1742 : }
+ 1743 :
+ 1744 : /// `Lose Weight`
+ 1745 0 : String get goalLoseWeight {
+ 1746 0 : return Intl.message(
+ 1747 : 'Lose Weight',
+ 1748 : name: 'goalLoseWeight',
+ 1749 : desc: '',
+ 1750 0 : args: [],
+ 1751 : );
+ 1752 : }
+ 1753 :
+ 1754 : /// `Maintain Weight`
+ 1755 0 : String get goalMaintainWeight {
+ 1756 0 : return Intl.message(
+ 1757 : 'Maintain Weight',
+ 1758 : name: 'goalMaintainWeight',
+ 1759 : desc: '',
+ 1760 0 : args: [],
+ 1761 : );
+ 1762 : }
+ 1763 :
+ 1764 : /// `Gain Weight`
+ 1765 0 : String get goalGainWeight {
+ 1766 0 : return Intl.message(
+ 1767 : 'Gain Weight',
+ 1768 : name: 'goalGainWeight',
+ 1769 : desc: '',
+ 1770 0 : args: [],
+ 1771 : );
+ 1772 : }
+ 1773 :
+ 1774 : /// `Goal`
+ 1775 0 : String get goalLabel {
+ 1776 0 : return Intl.message(
+ 1777 : 'Goal',
+ 1778 : name: 'goalLabel',
+ 1779 : desc: '',
+ 1780 0 : args: [],
+ 1781 : );
+ 1782 : }
+ 1783 :
+ 1784 : /// `Select Height`
+ 1785 0 : String get selectHeightDialogLabel {
+ 1786 0 : return Intl.message(
+ 1787 : 'Select Height',
+ 1788 : name: 'selectHeightDialogLabel',
+ 1789 : desc: '',
+ 1790 0 : args: [],
+ 1791 : );
+ 1792 : }
+ 1793 :
+ 1794 : /// `Height`
+ 1795 0 : String get heightLabel {
+ 1796 0 : return Intl.message(
+ 1797 : 'Height',
+ 1798 : name: 'heightLabel',
+ 1799 : desc: '',
+ 1800 0 : args: [],
+ 1801 : );
+ 1802 : }
+ 1803 :
+ 1804 : /// `cm`
+ 1805 0 : String get cmLabel {
+ 1806 0 : return Intl.message(
+ 1807 : 'cm',
+ 1808 : name: 'cmLabel',
+ 1809 : desc: '',
+ 1810 0 : args: [],
+ 1811 : );
+ 1812 : }
+ 1813 :
+ 1814 : /// `ft`
+ 1815 0 : String get ftLabel {
+ 1816 0 : return Intl.message(
+ 1817 : 'ft',
+ 1818 : name: 'ftLabel',
+ 1819 : desc: '',
+ 1820 0 : args: [],
+ 1821 : );
+ 1822 : }
+ 1823 :
+ 1824 : /// `Select Weight`
+ 1825 0 : String get selectWeightDialogLabel {
+ 1826 0 : return Intl.message(
+ 1827 : 'Select Weight',
+ 1828 : name: 'selectWeightDialogLabel',
+ 1829 : desc: '',
+ 1830 0 : args: [],
+ 1831 : );
+ 1832 : }
+ 1833 :
+ 1834 : /// `Weight`
+ 1835 0 : String get weightLabel {
+ 1836 0 : return Intl.message(
+ 1837 : 'Weight',
+ 1838 : name: 'weightLabel',
+ 1839 : desc: '',
+ 1840 0 : args: [],
+ 1841 : );
+ 1842 : }
+ 1843 :
+ 1844 : /// `kg`
+ 1845 0 : String get kgLabel {
+ 1846 0 : return Intl.message(
+ 1847 : 'kg',
+ 1848 : name: 'kgLabel',
+ 1849 : desc: '',
+ 1850 0 : args: [],
+ 1851 : );
+ 1852 : }
+ 1853 :
+ 1854 : /// `lbs`
+ 1855 0 : String get lbsLabel {
+ 1856 0 : return Intl.message(
+ 1857 : 'lbs',
+ 1858 : name: 'lbsLabel',
+ 1859 : desc: '',
+ 1860 0 : args: [],
+ 1861 : );
+ 1862 : }
+ 1863 :
+ 1864 : /// `Age`
+ 1865 0 : String get ageLabel {
+ 1866 0 : return Intl.message(
+ 1867 : 'Age',
+ 1868 : name: 'ageLabel',
+ 1869 : desc: '',
+ 1870 0 : args: [],
+ 1871 : );
+ 1872 : }
+ 1873 :
+ 1874 : /// `{age} years`
+ 1875 0 : String yearsLabel(Object age) {
+ 1876 0 : return Intl.message(
+ 1877 0 : '$age years',
+ 1878 : name: 'yearsLabel',
+ 1879 : desc: '',
+ 1880 0 : args: [age],
+ 1881 : );
+ 1882 : }
+ 1883 :
+ 1884 : /// `Select Gender`
+ 1885 0 : String get selectGenderDialogLabel {
+ 1886 0 : return Intl.message(
+ 1887 : 'Select Gender',
+ 1888 : name: 'selectGenderDialogLabel',
+ 1889 : desc: '',
+ 1890 0 : args: [],
+ 1891 : );
+ 1892 : }
+ 1893 :
+ 1894 : /// `Gender`
+ 1895 0 : String get genderLabel {
+ 1896 0 : return Intl.message(
+ 1897 : 'Gender',
+ 1898 : name: 'genderLabel',
+ 1899 : desc: '',
+ 1900 0 : args: [],
+ 1901 : );
+ 1902 : }
+ 1903 :
+ 1904 : /// `♂ male`
+ 1905 0 : String get genderMaleLabel {
+ 1906 0 : return Intl.message(
+ 1907 : '♂ male',
+ 1908 : name: 'genderMaleLabel',
+ 1909 : desc: '',
+ 1910 0 : args: [],
+ 1911 : );
+ 1912 : }
+ 1913 :
+ 1914 : /// `♀ female`
+ 1915 0 : String get genderFemaleLabel {
+ 1916 0 : return Intl.message(
+ 1917 : '♀ female',
+ 1918 : name: 'genderFemaleLabel',
+ 1919 : desc: '',
+ 1920 0 : args: [],
+ 1921 : );
+ 1922 : }
+ 1923 :
+ 1924 : /// `Nothing added`
+ 1925 0 : String get nothingAddedLabel {
+ 1926 0 : return Intl.message(
+ 1927 : 'Nothing added',
+ 1928 : name: 'nothingAddedLabel',
+ 1929 : desc: '',
+ 1930 0 : args: [],
+ 1931 : );
+ 1932 : }
+ 1933 :
+ 1934 : /// `Underweight`
+ 1935 0 : String get nutritionalStatusUnderweight {
+ 1936 0 : return Intl.message(
+ 1937 : 'Underweight',
+ 1938 : name: 'nutritionalStatusUnderweight',
+ 1939 : desc: '',
+ 1940 0 : args: [],
+ 1941 : );
+ 1942 : }
+ 1943 :
+ 1944 : /// `Normal Weight`
+ 1945 0 : String get nutritionalStatusNormalWeight {
+ 1946 0 : return Intl.message(
+ 1947 : 'Normal Weight',
+ 1948 : name: 'nutritionalStatusNormalWeight',
+ 1949 : desc: '',
+ 1950 0 : args: [],
+ 1951 : );
+ 1952 : }
+ 1953 :
+ 1954 : /// `Pre-obesity`
+ 1955 0 : String get nutritionalStatusPreObesity {
+ 1956 0 : return Intl.message(
+ 1957 : 'Pre-obesity',
+ 1958 : name: 'nutritionalStatusPreObesity',
+ 1959 : desc: '',
+ 1960 0 : args: [],
+ 1961 : );
+ 1962 : }
+ 1963 :
+ 1964 : /// `Obesity Class I`
+ 1965 0 : String get nutritionalStatusObeseClassI {
+ 1966 0 : return Intl.message(
+ 1967 : 'Obesity Class I',
+ 1968 : name: 'nutritionalStatusObeseClassI',
+ 1969 : desc: '',
+ 1970 0 : args: [],
+ 1971 : );
+ 1972 : }
+ 1973 :
+ 1974 : /// `Obesity Class II`
+ 1975 0 : String get nutritionalStatusObeseClassII {
+ 1976 0 : return Intl.message(
+ 1977 : 'Obesity Class II',
+ 1978 : name: 'nutritionalStatusObeseClassII',
+ 1979 : desc: '',
+ 1980 0 : args: [],
+ 1981 : );
+ 1982 : }
+ 1983 :
+ 1984 : /// `Obesity Class III`
+ 1985 0 : String get nutritionalStatusObeseClassIII {
+ 1986 0 : return Intl.message(
+ 1987 : 'Obesity Class III',
+ 1988 : name: 'nutritionalStatusObeseClassIII',
+ 1989 : desc: '',
+ 1990 0 : args: [],
+ 1991 : );
+ 1992 : }
+ 1993 :
+ 1994 : /// `Risk of comorbidities: {riskValue}`
+ 1995 0 : String nutritionalStatusRiskLabel(Object riskValue) {
+ 1996 0 : return Intl.message(
+ 1997 0 : 'Risk of comorbidities: $riskValue',
+ 1998 : name: 'nutritionalStatusRiskLabel',
+ 1999 : desc: '',
+ 2000 0 : args: [riskValue],
+ 2001 : );
+ 2002 : }
+ 2003 :
+ 2004 : /// `Low \n(but risk of other \nclinical problems increased)`
+ 2005 0 : String get nutritionalStatusRiskLow {
+ 2006 0 : return Intl.message(
+ 2007 : 'Low \n(but risk of other \nclinical problems increased)',
+ 2008 : name: 'nutritionalStatusRiskLow',
+ 2009 : desc: '',
+ 2010 0 : args: [],
+ 2011 : );
+ 2012 : }
+ 2013 :
+ 2014 : /// `Average`
+ 2015 0 : String get nutritionalStatusRiskAverage {
+ 2016 0 : return Intl.message(
+ 2017 : 'Average',
+ 2018 : name: 'nutritionalStatusRiskAverage',
+ 2019 : desc: '',
+ 2020 0 : args: [],
+ 2021 : );
+ 2022 : }
+ 2023 :
+ 2024 : /// `Increased`
+ 2025 0 : String get nutritionalStatusRiskIncreased {
+ 2026 0 : return Intl.message(
+ 2027 : 'Increased',
+ 2028 : name: 'nutritionalStatusRiskIncreased',
+ 2029 : desc: '',
+ 2030 0 : args: [],
+ 2031 : );
+ 2032 : }
+ 2033 :
+ 2034 : /// `Moderate`
+ 2035 0 : String get nutritionalStatusRiskModerate {
+ 2036 0 : return Intl.message(
+ 2037 : 'Moderate',
+ 2038 : name: 'nutritionalStatusRiskModerate',
+ 2039 : desc: '',
+ 2040 0 : args: [],
+ 2041 : );
+ 2042 : }
+ 2043 :
+ 2044 : /// `Severe`
+ 2045 0 : String get nutritionalStatusRiskSevere {
+ 2046 0 : return Intl.message(
+ 2047 : 'Severe',
+ 2048 : name: 'nutritionalStatusRiskSevere',
+ 2049 : desc: '',
+ 2050 0 : args: [],
+ 2051 : );
+ 2052 : }
+ 2053 :
+ 2054 : /// `Very severe`
+ 2055 0 : String get nutritionalStatusRiskVerySevere {
+ 2056 0 : return Intl.message(
+ 2057 : 'Very severe',
+ 2058 : name: 'nutritionalStatusRiskVerySevere',
+ 2059 : desc: '',
+ 2060 0 : args: [],
+ 2061 : );
+ 2062 : }
+ 2063 :
+ 2064 : /// `Error while opening email app`
+ 2065 0 : String get errorOpeningEmail {
+ 2066 0 : return Intl.message(
+ 2067 : 'Error while opening email app',
+ 2068 : name: 'errorOpeningEmail',
+ 2069 : desc: '',
+ 2070 0 : args: [],
+ 2071 : );
+ 2072 : }
+ 2073 :
+ 2074 : /// `Error while opening browser app`
+ 2075 0 : String get errorOpeningBrowser {
+ 2076 0 : return Intl.message(
+ 2077 : 'Error while opening browser app',
+ 2078 : name: 'errorOpeningBrowser',
+ 2079 : desc: '',
+ 2080 0 : args: [],
+ 2081 : );
+ 2082 : }
+ 2083 :
+ 2084 : /// `Error while fetching product data`
+ 2085 0 : String get errorFetchingProductData {
+ 2086 0 : return Intl.message(
+ 2087 : 'Error while fetching product data',
+ 2088 : name: 'errorFetchingProductData',
+ 2089 : desc: '',
+ 2090 0 : args: [],
+ 2091 : );
+ 2092 : }
+ 2093 :
+ 2094 : /// `Product not found`
+ 2095 0 : String get errorProductNotFound {
+ 2096 0 : return Intl.message(
+ 2097 : 'Product not found',
+ 2098 : name: 'errorProductNotFound',
+ 2099 : desc: '',
+ 2100 0 : args: [],
+ 2101 : );
+ 2102 : }
+ 2103 :
+ 2104 : /// `Error while loading activities`
+ 2105 0 : String get errorLoadingActivities {
+ 2106 0 : return Intl.message(
+ 2107 : 'Error while loading activities',
+ 2108 : name: 'errorLoadingActivities',
+ 2109 : desc: '',
+ 2110 0 : args: [],
+ 2111 : );
+ 2112 : }
+ 2113 :
+ 2114 : /// `No results found`
+ 2115 0 : String get noResultsFound {
+ 2116 0 : return Intl.message(
+ 2117 : 'No results found',
+ 2118 : name: 'noResultsFound',
+ 2119 : desc: '',
+ 2120 0 : args: [],
+ 2121 : );
+ 2122 : }
+ 2123 :
+ 2124 : /// `Retry`
+ 2125 0 : String get retryLabel {
+ 2126 0 : return Intl.message(
+ 2127 : 'Retry',
+ 2128 : name: 'retryLabel',
+ 2129 : desc: '',
+ 2130 0 : args: [],
+ 2131 : );
+ 2132 : }
+ 2133 :
+ 2134 : /// `bicycling`
+ 2135 0 : String get paHeadingBicycling {
+ 2136 0 : return Intl.message(
+ 2137 : 'bicycling',
+ 2138 : name: 'paHeadingBicycling',
+ 2139 : desc: '',
+ 2140 0 : args: [],
+ 2141 : );
+ 2142 : }
+ 2143 :
+ 2144 : /// `conditioning exercise`
+ 2145 0 : String get paHeadingConditionalExercise {
+ 2146 0 : return Intl.message(
+ 2147 : 'conditioning exercise',
+ 2148 : name: 'paHeadingConditionalExercise',
+ 2149 : desc: '',
+ 2150 0 : args: [],
+ 2151 : );
+ 2152 : }
+ 2153 :
+ 2154 : /// `dancing`
+ 2155 0 : String get paHeadingDancing {
+ 2156 0 : return Intl.message(
+ 2157 : 'dancing',
+ 2158 : name: 'paHeadingDancing',
+ 2159 : desc: '',
+ 2160 0 : args: [],
+ 2161 : );
+ 2162 : }
+ 2163 :
+ 2164 : /// `running`
+ 2165 0 : String get paHeadingRunning {
+ 2166 0 : return Intl.message(
+ 2167 : 'running',
+ 2168 : name: 'paHeadingRunning',
+ 2169 : desc: '',
+ 2170 0 : args: [],
+ 2171 : );
+ 2172 : }
+ 2173 :
+ 2174 : /// `sports`
+ 2175 0 : String get paHeadingSports {
+ 2176 0 : return Intl.message(
+ 2177 : 'sports',
+ 2178 : name: 'paHeadingSports',
+ 2179 : desc: '',
+ 2180 0 : args: [],
+ 2181 : );
+ 2182 : }
+ 2183 :
+ 2184 : /// `walking`
+ 2185 0 : String get paHeadingWalking {
+ 2186 0 : return Intl.message(
+ 2187 : 'walking',
+ 2188 : name: 'paHeadingWalking',
+ 2189 : desc: '',
+ 2190 0 : args: [],
+ 2191 : );
+ 2192 : }
+ 2193 :
+ 2194 : /// `water activities`
+ 2195 0 : String get paHeadingWaterActivities {
+ 2196 0 : return Intl.message(
+ 2197 : 'water activities',
+ 2198 : name: 'paHeadingWaterActivities',
+ 2199 : desc: '',
+ 2200 0 : args: [],
+ 2201 : );
+ 2202 : }
+ 2203 :
+ 2204 : /// `winter activities`
+ 2205 0 : String get paHeadingWinterActivities {
+ 2206 0 : return Intl.message(
+ 2207 : 'winter activities',
+ 2208 : name: 'paHeadingWinterActivities',
+ 2209 : desc: '',
+ 2210 0 : args: [],
+ 2211 : );
+ 2212 : }
+ 2213 :
+ 2214 : /// `general`
+ 2215 0 : String get paGeneralDesc {
+ 2216 0 : return Intl.message(
+ 2217 : 'general',
+ 2218 : name: 'paGeneralDesc',
+ 2219 : desc: '',
+ 2220 0 : args: [],
+ 2221 : );
+ 2222 : }
+ 2223 :
+ 2224 : /// `bicycling`
+ 2225 0 : String get paBicyclingGeneral {
+ 2226 0 : return Intl.message(
+ 2227 : 'bicycling',
+ 2228 : name: 'paBicyclingGeneral',
+ 2229 : desc: '',
+ 2230 0 : args: [],
+ 2231 : );
+ 2232 : }
+ 2233 :
+ 2234 : /// `general`
+ 2235 0 : String get paBicyclingGeneralDesc {
+ 2236 0 : return Intl.message(
+ 2237 : 'general',
+ 2238 : name: 'paBicyclingGeneralDesc',
+ 2239 : desc: '',
+ 2240 0 : args: [],
+ 2241 : );
+ 2242 : }
+ 2243 :
+ 2244 : /// `bicycling, mountain`
+ 2245 0 : String get paBicyclingMountainGeneral {
+ 2246 0 : return Intl.message(
+ 2247 : 'bicycling, mountain',
+ 2248 : name: 'paBicyclingMountainGeneral',
+ 2249 : desc: '',
+ 2250 0 : args: [],
+ 2251 : );
+ 2252 : }
+ 2253 :
+ 2254 : /// `general`
+ 2255 0 : String get paBicyclingMountainGeneralDesc {
+ 2256 0 : return Intl.message(
+ 2257 : 'general',
+ 2258 : name: 'paBicyclingMountainGeneralDesc',
+ 2259 : desc: '',
+ 2260 0 : args: [],
+ 2261 : );
+ 2262 : }
+ 2263 :
+ 2264 : /// `unicycling`
+ 2265 0 : String get paUnicyclingGeneral {
+ 2266 0 : return Intl.message(
+ 2267 : 'unicycling',
+ 2268 : name: 'paUnicyclingGeneral',
+ 2269 : desc: '',
+ 2270 0 : args: [],
+ 2271 : );
+ 2272 : }
+ 2273 :
+ 2274 : /// `general`
+ 2275 0 : String get paUnicyclingGeneralDesc {
+ 2276 0 : return Intl.message(
+ 2277 : 'general',
+ 2278 : name: 'paUnicyclingGeneralDesc',
+ 2279 : desc: '',
+ 2280 0 : args: [],
+ 2281 : );
+ 2282 : }
+ 2283 :
+ 2284 : /// `bicycling, stationary`
+ 2285 0 : String get paBicyclingStationaryGeneral {
+ 2286 0 : return Intl.message(
+ 2287 : 'bicycling, stationary',
+ 2288 : name: 'paBicyclingStationaryGeneral',
+ 2289 : desc: '',
+ 2290 0 : args: [],
+ 2291 : );
+ 2292 : }
+ 2293 :
+ 2294 : /// `general`
+ 2295 0 : String get paBicyclingStationaryGeneralDesc {
+ 2296 0 : return Intl.message(
+ 2297 : 'general',
+ 2298 : name: 'paBicyclingStationaryGeneralDesc',
+ 2299 : desc: '',
+ 2300 0 : args: [],
+ 2301 : );
+ 2302 : }
+ 2303 :
+ 2304 : /// `calisthenics`
+ 2305 0 : String get paCalisthenicsGeneral {
+ 2306 0 : return Intl.message(
+ 2307 : 'calisthenics',
+ 2308 : name: 'paCalisthenicsGeneral',
+ 2309 : desc: '',
+ 2310 0 : args: [],
+ 2311 : );
+ 2312 : }
+ 2313 :
+ 2314 : /// `light or moderate effort, general (e.g., back exercises)`
+ 2315 0 : String get paCalisthenicsGeneralDesc {
+ 2316 0 : return Intl.message(
+ 2317 : 'light or moderate effort, general (e.g., back exercises)',
+ 2318 : name: 'paCalisthenicsGeneralDesc',
+ 2319 : desc: '',
+ 2320 0 : args: [],
+ 2321 : );
+ 2322 : }
+ 2323 :
+ 2324 : /// `resistance training`
+ 2325 0 : String get paResistanceTraining {
+ 2326 0 : return Intl.message(
+ 2327 : 'resistance training',
+ 2328 : name: 'paResistanceTraining',
+ 2329 : desc: '',
+ 2330 0 : args: [],
+ 2331 : );
+ 2332 : }
+ 2333 :
+ 2334 : /// `weight lifting, free weight, nautilus or universal`
+ 2335 0 : String get paResistanceTrainingDesc {
+ 2336 0 : return Intl.message(
+ 2337 : 'weight lifting, free weight, nautilus or universal',
+ 2338 : name: 'paResistanceTrainingDesc',
+ 2339 : desc: '',
+ 2340 0 : args: [],
+ 2341 : );
+ 2342 : }
+ 2343 :
+ 2344 : /// `rope skipping`
+ 2345 0 : String get paRopeSkippingGeneral {
+ 2346 0 : return Intl.message(
+ 2347 : 'rope skipping',
+ 2348 : name: 'paRopeSkippingGeneral',
+ 2349 : desc: '',
+ 2350 0 : args: [],
+ 2351 : );
+ 2352 : }
+ 2353 :
+ 2354 : /// `general`
+ 2355 0 : String get paRopeSkippingGeneralDesc {
+ 2356 0 : return Intl.message(
+ 2357 : 'general',
+ 2358 : name: 'paRopeSkippingGeneralDesc',
+ 2359 : desc: '',
+ 2360 0 : args: [],
+ 2361 : );
+ 2362 : }
+ 2363 :
+ 2364 : /// `water exercise`
+ 2365 0 : String get paWaterAerobics {
+ 2366 0 : return Intl.message(
+ 2367 : 'water exercise',
+ 2368 : name: 'paWaterAerobics',
+ 2369 : desc: '',
+ 2370 0 : args: [],
+ 2371 : );
+ 2372 : }
+ 2373 :
+ 2374 : /// `water aerobics, water calisthenics`
+ 2375 0 : String get paWaterAerobicsDesc {
+ 2376 0 : return Intl.message(
+ 2377 : 'water aerobics, water calisthenics',
+ 2378 : name: 'paWaterAerobicsDesc',
+ 2379 : desc: '',
+ 2380 0 : args: [],
+ 2381 : );
+ 2382 : }
+ 2383 :
+ 2384 : /// `aerobic`
+ 2385 0 : String get paDancingAerobicGeneral {
+ 2386 0 : return Intl.message(
+ 2387 : 'aerobic',
+ 2388 : name: 'paDancingAerobicGeneral',
+ 2389 : desc: '',
+ 2390 0 : args: [],
+ 2391 : );
+ 2392 : }
+ 2393 :
+ 2394 : /// `general`
+ 2395 0 : String get paDancingAerobicGeneralDesc {
+ 2396 0 : return Intl.message(
+ 2397 : 'general',
+ 2398 : name: 'paDancingAerobicGeneralDesc',
+ 2399 : desc: '',
+ 2400 0 : args: [],
+ 2401 : );
+ 2402 : }
+ 2403 :
+ 2404 : /// `general dancing`
+ 2405 0 : String get paDancingGeneral {
+ 2406 0 : return Intl.message(
+ 2407 : 'general dancing',
+ 2408 : name: 'paDancingGeneral',
+ 2409 : desc: '',
+ 2410 0 : args: [],
+ 2411 : );
+ 2412 : }
+ 2413 :
+ 2414 : /// `e.g. disco, folk, Irish step dancing, line dancing, polka, contra, country`
+ 2415 0 : String get paDancingGeneralDesc {
+ 2416 0 : return Intl.message(
+ 2417 : 'e.g. disco, folk, Irish step dancing, line dancing, polka, contra, country',
+ 2418 : name: 'paDancingGeneralDesc',
+ 2419 : desc: '',
+ 2420 0 : args: [],
+ 2421 : );
+ 2422 : }
+ 2423 :
+ 2424 : /// `jogging`
+ 2425 0 : String get paJoggingGeneral {
+ 2426 0 : return Intl.message(
+ 2427 : 'jogging',
+ 2428 : name: 'paJoggingGeneral',
+ 2429 : desc: '',
+ 2430 0 : args: [],
+ 2431 : );
+ 2432 : }
+ 2433 :
+ 2434 : /// `general`
+ 2435 0 : String get paJoggingGeneralDesc {
+ 2436 0 : return Intl.message(
+ 2437 : 'general',
+ 2438 : name: 'paJoggingGeneralDesc',
+ 2439 : desc: '',
+ 2440 0 : args: [],
+ 2441 : );
+ 2442 : }
+ 2443 :
+ 2444 : /// `running`
+ 2445 0 : String get paRunningGeneral {
+ 2446 0 : return Intl.message(
+ 2447 : 'running',
+ 2448 : name: 'paRunningGeneral',
+ 2449 : desc: '',
+ 2450 0 : args: [],
+ 2451 : );
+ 2452 : }
+ 2453 :
+ 2454 : /// `general`
+ 2455 0 : String get paRunningGeneralDesc {
+ 2456 0 : return Intl.message(
+ 2457 : 'general',
+ 2458 : name: 'paRunningGeneralDesc',
+ 2459 : desc: '',
+ 2460 0 : args: [],
+ 2461 : );
+ 2462 : }
+ 2463 :
+ 2464 : /// `archery`
+ 2465 0 : String get paArcheryGeneral {
+ 2466 0 : return Intl.message(
+ 2467 : 'archery',
+ 2468 : name: 'paArcheryGeneral',
+ 2469 : desc: '',
+ 2470 0 : args: [],
+ 2471 : );
+ 2472 : }
+ 2473 :
+ 2474 : /// `non-hunting`
+ 2475 0 : String get paArcheryGeneralDesc {
+ 2476 0 : return Intl.message(
+ 2477 : 'non-hunting',
+ 2478 : name: 'paArcheryGeneralDesc',
+ 2479 : desc: '',
+ 2480 0 : args: [],
+ 2481 : );
+ 2482 : }
+ 2483 :
+ 2484 : /// `badminton`
+ 2485 0 : String get paBadmintonGeneral {
+ 2486 0 : return Intl.message(
+ 2487 : 'badminton',
+ 2488 : name: 'paBadmintonGeneral',
+ 2489 : desc: '',
+ 2490 0 : args: [],
+ 2491 : );
+ 2492 : }
+ 2493 :
+ 2494 : /// `social singles and doubles, general`
+ 2495 0 : String get paBadmintonGeneralDesc {
+ 2496 0 : return Intl.message(
+ 2497 : 'social singles and doubles, general',
+ 2498 : name: 'paBadmintonGeneralDesc',
+ 2499 : desc: '',
+ 2500 0 : args: [],
+ 2501 : );
+ 2502 : }
+ 2503 :
+ 2504 : /// `basketball`
+ 2505 0 : String get paBasketballGeneral {
+ 2506 0 : return Intl.message(
+ 2507 : 'basketball',
+ 2508 : name: 'paBasketballGeneral',
+ 2509 : desc: '',
+ 2510 0 : args: [],
+ 2511 : );
+ 2512 : }
+ 2513 :
+ 2514 : /// `general`
+ 2515 0 : String get paBasketballGeneralDesc {
+ 2516 0 : return Intl.message(
+ 2517 : 'general',
+ 2518 : name: 'paBasketballGeneralDesc',
+ 2519 : desc: '',
+ 2520 0 : args: [],
+ 2521 : );
+ 2522 : }
+ 2523 :
+ 2524 : /// `billiards`
+ 2525 0 : String get paBilliardsGeneral {
+ 2526 0 : return Intl.message(
+ 2527 : 'billiards',
+ 2528 : name: 'paBilliardsGeneral',
+ 2529 : desc: '',
+ 2530 0 : args: [],
+ 2531 : );
+ 2532 : }
+ 2533 :
+ 2534 : /// `general`
+ 2535 0 : String get paBilliardsGeneralDesc {
+ 2536 0 : return Intl.message(
+ 2537 : 'general',
+ 2538 : name: 'paBilliardsGeneralDesc',
+ 2539 : desc: '',
+ 2540 0 : args: [],
+ 2541 : );
+ 2542 : }
+ 2543 :
+ 2544 : /// `bowling`
+ 2545 0 : String get paBowlingGeneral {
+ 2546 0 : return Intl.message(
+ 2547 : 'bowling',
+ 2548 : name: 'paBowlingGeneral',
+ 2549 : desc: '',
+ 2550 0 : args: [],
+ 2551 : );
+ 2552 : }
+ 2553 :
+ 2554 : /// `general`
+ 2555 0 : String get paBowlingGeneralDesc {
+ 2556 0 : return Intl.message(
+ 2557 : 'general',
+ 2558 : name: 'paBowlingGeneralDesc',
+ 2559 : desc: '',
+ 2560 0 : args: [],
+ 2561 : );
+ 2562 : }
+ 2563 :
+ 2564 : /// `boxing`
+ 2565 0 : String get paBoxingBag {
+ 2566 0 : return Intl.message(
+ 2567 : 'boxing',
+ 2568 : name: 'paBoxingBag',
+ 2569 : desc: '',
+ 2570 0 : args: [],
+ 2571 : );
+ 2572 : }
+ 2573 :
+ 2574 : /// `punching bag`
+ 2575 0 : String get paBoxingBagDesc {
+ 2576 0 : return Intl.message(
+ 2577 : 'punching bag',
+ 2578 : name: 'paBoxingBagDesc',
+ 2579 : desc: '',
+ 2580 0 : args: [],
+ 2581 : );
+ 2582 : }
+ 2583 :
+ 2584 : /// `boxing`
+ 2585 0 : String get paBoxingGeneral {
+ 2586 0 : return Intl.message(
+ 2587 : 'boxing',
+ 2588 : name: 'paBoxingGeneral',
+ 2589 : desc: '',
+ 2590 0 : args: [],
+ 2591 : );
+ 2592 : }
+ 2593 :
+ 2594 : /// `in ring, general`
+ 2595 0 : String get paBoxingGeneralDesc {
+ 2596 0 : return Intl.message(
+ 2597 : 'in ring, general',
+ 2598 : name: 'paBoxingGeneralDesc',
+ 2599 : desc: '',
+ 2600 0 : args: [],
+ 2601 : );
+ 2602 : }
+ 2603 :
+ 2604 : /// `broomball`
+ 2605 0 : String get paBroomball {
+ 2606 0 : return Intl.message(
+ 2607 : 'broomball',
+ 2608 : name: 'paBroomball',
+ 2609 : desc: '',
+ 2610 0 : args: [],
+ 2611 : );
+ 2612 : }
+ 2613 :
+ 2614 : /// `general`
+ 2615 0 : String get paBroomballDesc {
+ 2616 0 : return Intl.message(
+ 2617 : 'general',
+ 2618 : name: 'paBroomballDesc',
+ 2619 : desc: '',
+ 2620 0 : args: [],
+ 2621 : );
+ 2622 : }
+ 2623 :
+ 2624 : /// `children’s games`
+ 2625 0 : String get paChildrenGame {
+ 2626 0 : return Intl.message(
+ 2627 : 'children’s games',
+ 2628 : name: 'paChildrenGame',
+ 2629 : desc: '',
+ 2630 0 : args: [],
+ 2631 : );
+ 2632 : }
+ 2633 :
+ 2634 : /// `(e.g., hopscotch, 4-square, dodgeball, playground apparatus, t-ball, tetherball, marbles, arcade games), moderate effort`
+ 2635 0 : String get paChildrenGameDesc {
+ 2636 0 : return Intl.message(
+ 2637 : '(e.g., hopscotch, 4-square, dodgeball, playground apparatus, t-ball, tetherball, marbles, arcade games), moderate effort',
+ 2638 : name: 'paChildrenGameDesc',
+ 2639 : desc: '',
+ 2640 0 : args: [],
+ 2641 : );
+ 2642 : }
+ 2643 :
+ 2644 : /// `cheerleading`
+ 2645 0 : String get paCheerleading {
+ 2646 0 : return Intl.message(
+ 2647 : 'cheerleading',
+ 2648 : name: 'paCheerleading',
+ 2649 : desc: '',
+ 2650 0 : args: [],
+ 2651 : );
+ 2652 : }
+ 2653 :
+ 2654 : /// `gymnastic moves, competitive`
+ 2655 0 : String get paCheerleadingDesc {
+ 2656 0 : return Intl.message(
+ 2657 : 'gymnastic moves, competitive',
+ 2658 : name: 'paCheerleadingDesc',
+ 2659 : desc: '',
+ 2660 0 : args: [],
+ 2661 : );
+ 2662 : }
+ 2663 :
+ 2664 : /// `cricket`
+ 2665 0 : String get paCricket {
+ 2666 0 : return Intl.message(
+ 2667 : 'cricket',
+ 2668 : name: 'paCricket',
+ 2669 : desc: '',
+ 2670 0 : args: [],
+ 2671 : );
+ 2672 : }
+ 2673 :
+ 2674 : /// `batting, bowling, fielding`
+ 2675 0 : String get paCricketDesc {
+ 2676 0 : return Intl.message(
+ 2677 : 'batting, bowling, fielding',
+ 2678 : name: 'paCricketDesc',
+ 2679 : desc: '',
+ 2680 0 : args: [],
+ 2681 : );
+ 2682 : }
+ 2683 :
+ 2684 : /// `croquet`
+ 2685 0 : String get paCroquet {
+ 2686 0 : return Intl.message(
+ 2687 : 'croquet',
+ 2688 : name: 'paCroquet',
+ 2689 : desc: '',
+ 2690 0 : args: [],
+ 2691 : );
+ 2692 : }
+ 2693 :
+ 2694 : /// `general`
+ 2695 0 : String get paCroquetDesc {
+ 2696 0 : return Intl.message(
+ 2697 : 'general',
+ 2698 : name: 'paCroquetDesc',
+ 2699 : desc: '',
+ 2700 0 : args: [],
+ 2701 : );
+ 2702 : }
+ 2703 :
+ 2704 : /// `curling`
+ 2705 0 : String get paCurling {
+ 2706 0 : return Intl.message(
+ 2707 : 'curling',
+ 2708 : name: 'paCurling',
+ 2709 : desc: '',
+ 2710 0 : args: [],
+ 2711 : );
+ 2712 : }
+ 2713 :
+ 2714 : /// `general`
+ 2715 0 : String get paCurlingDesc {
+ 2716 0 : return Intl.message(
+ 2717 : 'general',
+ 2718 : name: 'paCurlingDesc',
+ 2719 : desc: '',
+ 2720 0 : args: [],
+ 2721 : );
+ 2722 : }
+ 2723 :
+ 2724 : /// `darts`
+ 2725 0 : String get paDartsWall {
+ 2726 0 : return Intl.message(
+ 2727 : 'darts',
+ 2728 : name: 'paDartsWall',
+ 2729 : desc: '',
+ 2730 0 : args: [],
+ 2731 : );
+ 2732 : }
+ 2733 :
+ 2734 : /// `wall or lawn`
+ 2735 0 : String get paDartsWallDesc {
+ 2736 0 : return Intl.message(
+ 2737 : 'wall or lawn',
+ 2738 : name: 'paDartsWallDesc',
+ 2739 : desc: '',
+ 2740 0 : args: [],
+ 2741 : );
+ 2742 : }
+ 2743 :
+ 2744 : /// `auto racing`
+ 2745 0 : String get paAutoRacing {
+ 2746 0 : return Intl.message(
+ 2747 : 'auto racing',
+ 2748 : name: 'paAutoRacing',
+ 2749 : desc: '',
+ 2750 0 : args: [],
+ 2751 : );
+ 2752 : }
+ 2753 :
+ 2754 : /// `open wheel`
+ 2755 0 : String get paAutoRacingDesc {
+ 2756 0 : return Intl.message(
+ 2757 : 'open wheel',
+ 2758 : name: 'paAutoRacingDesc',
+ 2759 : desc: '',
+ 2760 0 : args: [],
+ 2761 : );
+ 2762 : }
+ 2763 :
+ 2764 : /// `fencing`
+ 2765 0 : String get paFencing {
+ 2766 0 : return Intl.message(
+ 2767 : 'fencing',
+ 2768 : name: 'paFencing',
+ 2769 : desc: '',
+ 2770 0 : args: [],
+ 2771 : );
+ 2772 : }
+ 2773 :
+ 2774 : /// `general`
+ 2775 0 : String get paFencingDesc {
+ 2776 0 : return Intl.message(
+ 2777 : 'general',
+ 2778 : name: 'paFencingDesc',
+ 2779 : desc: '',
+ 2780 0 : args: [],
+ 2781 : );
+ 2782 : }
+ 2783 :
+ 2784 : /// `football`
+ 2785 0 : String get paAmericanFootballGeneral {
+ 2786 0 : return Intl.message(
+ 2787 : 'football',
+ 2788 : name: 'paAmericanFootballGeneral',
+ 2789 : desc: '',
+ 2790 0 : args: [],
+ 2791 : );
+ 2792 : }
+ 2793 :
+ 2794 : /// `touch, flag, general`
+ 2795 0 : String get paAmericanFootballGeneralDesc {
+ 2796 0 : return Intl.message(
+ 2797 : 'touch, flag, general',
+ 2798 : name: 'paAmericanFootballGeneralDesc',
+ 2799 : desc: '',
+ 2800 0 : args: [],
+ 2801 : );
+ 2802 : }
+ 2803 :
+ 2804 : /// `football or baseball`
+ 2805 0 : String get paCatch {
+ 2806 0 : return Intl.message(
+ 2807 : 'football or baseball',
+ 2808 : name: 'paCatch',
+ 2809 : desc: '',
+ 2810 0 : args: [],
+ 2811 : );
+ 2812 : }
+ 2813 :
+ 2814 : /// `playing catch`
+ 2815 0 : String get paCatchDesc {
+ 2816 0 : return Intl.message(
+ 2817 : 'playing catch',
+ 2818 : name: 'paCatchDesc',
+ 2819 : desc: '',
+ 2820 0 : args: [],
+ 2821 : );
+ 2822 : }
+ 2823 :
+ 2824 : /// `frisbee playing`
+ 2825 0 : String get paFrisbee {
+ 2826 0 : return Intl.message(
+ 2827 : 'frisbee playing',
+ 2828 : name: 'paFrisbee',
+ 2829 : desc: '',
+ 2830 0 : args: [],
+ 2831 : );
+ 2832 : }
+ 2833 :
+ 2834 : /// `general`
+ 2835 0 : String get paFrisbeeDesc {
+ 2836 0 : return Intl.message(
+ 2837 : 'general',
+ 2838 : name: 'paFrisbeeDesc',
+ 2839 : desc: '',
+ 2840 0 : args: [],
+ 2841 : );
+ 2842 : }
+ 2843 :
+ 2844 : /// `golf`
+ 2845 0 : String get paGolfGeneral {
+ 2846 0 : return Intl.message(
+ 2847 : 'golf',
+ 2848 : name: 'paGolfGeneral',
+ 2849 : desc: '',
+ 2850 0 : args: [],
+ 2851 : );
+ 2852 : }
+ 2853 :
+ 2854 : /// `general`
+ 2855 0 : String get paGolfGeneralDesc {
+ 2856 0 : return Intl.message(
+ 2857 : 'general',
+ 2858 : name: 'paGolfGeneralDesc',
+ 2859 : desc: '',
+ 2860 0 : args: [],
+ 2861 : );
+ 2862 : }
+ 2863 :
+ 2864 : /// `gymnastics`
+ 2865 0 : String get paGymnasticsGeneral {
+ 2866 0 : return Intl.message(
+ 2867 : 'gymnastics',
+ 2868 : name: 'paGymnasticsGeneral',
+ 2869 : desc: '',
+ 2870 0 : args: [],
+ 2871 : );
+ 2872 : }
+ 2873 :
+ 2874 : /// `general`
+ 2875 0 : String get paGymnasticsGeneralDesc {
+ 2876 0 : return Intl.message(
+ 2877 : 'general',
+ 2878 : name: 'paGymnasticsGeneralDesc',
+ 2879 : desc: '',
+ 2880 0 : args: [],
+ 2881 : );
+ 2882 : }
+ 2883 :
+ 2884 : /// `hacky sack`
+ 2885 0 : String get paHackySack {
+ 2886 0 : return Intl.message(
+ 2887 : 'hacky sack',
+ 2888 : name: 'paHackySack',
+ 2889 : desc: '',
+ 2890 0 : args: [],
+ 2891 : );
+ 2892 : }
+ 2893 :
+ 2894 : /// `general`
+ 2895 0 : String get paHackySackDesc {
+ 2896 0 : return Intl.message(
+ 2897 : 'general',
+ 2898 : name: 'paHackySackDesc',
+ 2899 : desc: '',
+ 2900 0 : args: [],
+ 2901 : );
+ 2902 : }
+ 2903 :
+ 2904 : /// `handball`
+ 2905 0 : String get paHandballGeneral {
+ 2906 0 : return Intl.message(
+ 2907 : 'handball',
+ 2908 : name: 'paHandballGeneral',
+ 2909 : desc: '',
+ 2910 0 : args: [],
+ 2911 : );
+ 2912 : }
+ 2913 :
+ 2914 : /// `general`
+ 2915 0 : String get paHandballGeneralDesc {
+ 2916 0 : return Intl.message(
+ 2917 : 'general',
+ 2918 : name: 'paHandballGeneralDesc',
+ 2919 : desc: '',
+ 2920 0 : args: [],
+ 2921 : );
+ 2922 : }
+ 2923 :
+ 2924 : /// `hang gliding`
+ 2925 0 : String get paHangGliding {
+ 2926 0 : return Intl.message(
+ 2927 : 'hang gliding',
+ 2928 : name: 'paHangGliding',
+ 2929 : desc: '',
+ 2930 0 : args: [],
+ 2931 : );
+ 2932 : }
+ 2933 :
+ 2934 : /// `general`
+ 2935 0 : String get paHangGlidingDesc {
+ 2936 0 : return Intl.message(
+ 2937 : 'general',
+ 2938 : name: 'paHangGlidingDesc',
+ 2939 : desc: '',
+ 2940 0 : args: [],
+ 2941 : );
+ 2942 : }
+ 2943 :
+ 2944 : /// `hockey, field`
+ 2945 0 : String get paHockeyField {
+ 2946 0 : return Intl.message(
+ 2947 : 'hockey, field',
+ 2948 : name: 'paHockeyField',
+ 2949 : desc: '',
+ 2950 0 : args: [],
+ 2951 : );
+ 2952 : }
+ 2953 :
+ 2954 : /// `general`
+ 2955 0 : String get paHockeyFieldDesc {
+ 2956 0 : return Intl.message(
+ 2957 : 'general',
+ 2958 : name: 'paHockeyFieldDesc',
+ 2959 : desc: '',
+ 2960 0 : args: [],
+ 2961 : );
+ 2962 : }
+ 2963 :
+ 2964 : /// `ice hockey`
+ 2965 0 : String get paIceHockeyGeneral {
+ 2966 0 : return Intl.message(
+ 2967 : 'ice hockey',
+ 2968 : name: 'paIceHockeyGeneral',
+ 2969 : desc: '',
+ 2970 0 : args: [],
+ 2971 : );
+ 2972 : }
+ 2973 :
+ 2974 : /// `general`
+ 2975 0 : String get paIceHockeyGeneralDesc {
+ 2976 0 : return Intl.message(
+ 2977 : 'general',
+ 2978 : name: 'paIceHockeyGeneralDesc',
+ 2979 : desc: '',
+ 2980 0 : args: [],
+ 2981 : );
+ 2982 : }
+ 2983 :
+ 2984 : /// `horseback riding`
+ 2985 0 : String get paHorseRidingGeneral {
+ 2986 0 : return Intl.message(
+ 2987 : 'horseback riding',
+ 2988 : name: 'paHorseRidingGeneral',
+ 2989 : desc: '',
+ 2990 0 : args: [],
+ 2991 : );
+ 2992 : }
+ 2993 :
+ 2994 : /// `general`
+ 2995 0 : String get paHorseRidingGeneralDesc {
+ 2996 0 : return Intl.message(
+ 2997 : 'general',
+ 2998 : name: 'paHorseRidingGeneralDesc',
+ 2999 : desc: '',
+ 3000 0 : args: [],
+ 3001 : );
+ 3002 : }
+ 3003 :
+ 3004 : /// `jai alai`
+ 3005 0 : String get paJaiAlai {
+ 3006 0 : return Intl.message(
+ 3007 : 'jai alai',
+ 3008 : name: 'paJaiAlai',
+ 3009 : desc: '',
+ 3010 0 : args: [],
+ 3011 : );
+ 3012 : }
+ 3013 :
+ 3014 : /// `general`
+ 3015 0 : String get paJaiAlaiDesc {
+ 3016 0 : return Intl.message(
+ 3017 : 'general',
+ 3018 : name: 'paJaiAlaiDesc',
+ 3019 : desc: '',
+ 3020 0 : args: [],
+ 3021 : );
+ 3022 : }
+ 3023 :
+ 3024 : /// `martial arts`
+ 3025 0 : String get paMartialArtsSlower {
+ 3026 0 : return Intl.message(
+ 3027 : 'martial arts',
+ 3028 : name: 'paMartialArtsSlower',
+ 3029 : desc: '',
+ 3030 0 : args: [],
+ 3031 : );
+ 3032 : }
+ 3033 :
+ 3034 : /// `different types, slower pace, novice performers, practice`
+ 3035 0 : String get paMartialArtsSlowerDesc {
+ 3036 0 : return Intl.message(
+ 3037 : 'different types, slower pace, novice performers, practice',
+ 3038 : name: 'paMartialArtsSlowerDesc',
+ 3039 : desc: '',
+ 3040 0 : args: [],
+ 3041 : );
+ 3042 : }
+ 3043 :
+ 3044 : /// `martial arts`
+ 3045 0 : String get paMartialArtsModerate {
+ 3046 0 : return Intl.message(
+ 3047 : 'martial arts',
+ 3048 : name: 'paMartialArtsModerate',
+ 3049 : desc: '',
+ 3050 0 : args: [],
+ 3051 : );
+ 3052 : }
+ 3053 :
+ 3054 : /// `different types, moderate pace (e.g., judo, jujitsu, karate, kick boxing, tae kwan do, tai-bo, Muay Thai boxing)`
+ 3055 0 : String get paMartialArtsModerateDesc {
+ 3056 0 : return Intl.message(
+ 3057 : 'different types, moderate pace (e.g., judo, jujitsu, karate, kick boxing, tae kwan do, tai-bo, Muay Thai boxing)',
+ 3058 : name: 'paMartialArtsModerateDesc',
+ 3059 : desc: '',
+ 3060 0 : args: [],
+ 3061 : );
+ 3062 : }
+ 3063 :
+ 3064 : /// `juggling`
+ 3065 0 : String get paJuggling {
+ 3066 0 : return Intl.message(
+ 3067 : 'juggling',
+ 3068 : name: 'paJuggling',
+ 3069 : desc: '',
+ 3070 0 : args: [],
+ 3071 : );
+ 3072 : }
+ 3073 :
+ 3074 : /// `general`
+ 3075 0 : String get paJugglingDesc {
+ 3076 0 : return Intl.message(
+ 3077 : 'general',
+ 3078 : name: 'paJugglingDesc',
+ 3079 : desc: '',
+ 3080 0 : args: [],
+ 3081 : );
+ 3082 : }
+ 3083 :
+ 3084 : /// `kickball`
+ 3085 0 : String get paKickball {
+ 3086 0 : return Intl.message(
+ 3087 : 'kickball',
+ 3088 : name: 'paKickball',
+ 3089 : desc: '',
+ 3090 0 : args: [],
+ 3091 : );
+ 3092 : }
+ 3093 :
+ 3094 : /// `general`
+ 3095 0 : String get paKickballDesc {
+ 3096 0 : return Intl.message(
+ 3097 : 'general',
+ 3098 : name: 'paKickballDesc',
+ 3099 : desc: '',
+ 3100 0 : args: [],
+ 3101 : );
+ 3102 : }
+ 3103 :
+ 3104 : /// `lacrosse`
+ 3105 0 : String get paLacrosse {
+ 3106 0 : return Intl.message(
+ 3107 : 'lacrosse',
+ 3108 : name: 'paLacrosse',
+ 3109 : desc: '',
+ 3110 0 : args: [],
+ 3111 : );
+ 3112 : }
+ 3113 :
+ 3114 : /// `general`
+ 3115 0 : String get paLacrosseDesc {
+ 3116 0 : return Intl.message(
+ 3117 : 'general',
+ 3118 : name: 'paLacrosseDesc',
+ 3119 : desc: '',
+ 3120 0 : args: [],
+ 3121 : );
+ 3122 : }
+ 3123 :
+ 3124 : /// `lawn bowling`
+ 3125 0 : String get paLawnBowling {
+ 3126 0 : return Intl.message(
+ 3127 : 'lawn bowling',
+ 3128 : name: 'paLawnBowling',
+ 3129 : desc: '',
+ 3130 0 : args: [],
+ 3131 : );
+ 3132 : }
+ 3133 :
+ 3134 : /// `bocce ball, outdoor`
+ 3135 0 : String get paLawnBowlingDesc {
+ 3136 0 : return Intl.message(
+ 3137 : 'bocce ball, outdoor',
+ 3138 : name: 'paLawnBowlingDesc',
+ 3139 : desc: '',
+ 3140 0 : args: [],
+ 3141 : );
+ 3142 : }
+ 3143 :
+ 3144 : /// `moto-cross`
+ 3145 0 : String get paMotoCross {
+ 3146 0 : return Intl.message(
+ 3147 : 'moto-cross',
+ 3148 : name: 'paMotoCross',
+ 3149 : desc: '',
+ 3150 0 : args: [],
+ 3151 : );
+ 3152 : }
+ 3153 :
+ 3154 : /// `off-road motor sports, all-terrain vehicle, general`
+ 3155 0 : String get paMotoCrossDesc {
+ 3156 0 : return Intl.message(
+ 3157 : 'off-road motor sports, all-terrain vehicle, general',
+ 3158 : name: 'paMotoCrossDesc',
+ 3159 : desc: '',
+ 3160 0 : args: [],
+ 3161 : );
+ 3162 : }
+ 3163 :
+ 3164 : /// `orienteering`
+ 3165 0 : String get paOrienteering {
+ 3166 0 : return Intl.message(
+ 3167 : 'orienteering',
+ 3168 : name: 'paOrienteering',
+ 3169 : desc: '',
+ 3170 0 : args: [],
+ 3171 : );
+ 3172 : }
+ 3173 :
+ 3174 : /// `general`
+ 3175 0 : String get paOrienteeringDesc {
+ 3176 0 : return Intl.message(
+ 3177 : 'general',
+ 3178 : name: 'paOrienteeringDesc',
+ 3179 : desc: '',
+ 3180 0 : args: [],
+ 3181 : );
+ 3182 : }
+ 3183 :
+ 3184 : /// `paddleball`
+ 3185 0 : String get paPaddleball {
+ 3186 0 : return Intl.message(
+ 3187 : 'paddleball',
+ 3188 : name: 'paPaddleball',
+ 3189 : desc: '',
+ 3190 0 : args: [],
+ 3191 : );
+ 3192 : }
+ 3193 :
+ 3194 : /// `casual, general`
+ 3195 0 : String get paPaddleballDesc {
+ 3196 0 : return Intl.message(
+ 3197 : 'casual, general',
+ 3198 : name: 'paPaddleballDesc',
+ 3199 : desc: '',
+ 3200 0 : args: [],
+ 3201 : );
+ 3202 : }
+ 3203 :
+ 3204 : /// `polo`
+ 3205 0 : String get paPoloHorse {
+ 3206 0 : return Intl.message(
+ 3207 : 'polo',
+ 3208 : name: 'paPoloHorse',
+ 3209 : desc: '',
+ 3210 0 : args: [],
+ 3211 : );
+ 3212 : }
+ 3213 :
+ 3214 : /// `on horseback`
+ 3215 0 : String get paPoloHorseDesc {
+ 3216 0 : return Intl.message(
+ 3217 : 'on horseback',
+ 3218 : name: 'paPoloHorseDesc',
+ 3219 : desc: '',
+ 3220 0 : args: [],
+ 3221 : );
+ 3222 : }
+ 3223 :
+ 3224 : /// `racquetball`
+ 3225 0 : String get paRacquetball {
+ 3226 0 : return Intl.message(
+ 3227 : 'racquetball',
+ 3228 : name: 'paRacquetball',
+ 3229 : desc: '',
+ 3230 0 : args: [],
+ 3231 : );
+ 3232 : }
+ 3233 :
+ 3234 : /// `general`
+ 3235 0 : String get paRacquetballDesc {
+ 3236 0 : return Intl.message(
+ 3237 : 'general',
+ 3238 : name: 'paRacquetballDesc',
+ 3239 : desc: '',
+ 3240 0 : args: [],
+ 3241 : );
+ 3242 : }
+ 3243 :
+ 3244 : /// `climbing`
+ 3245 0 : String get paMountainClimbing {
+ 3246 0 : return Intl.message(
+ 3247 : 'climbing',
+ 3248 : name: 'paMountainClimbing',
+ 3249 : desc: '',
+ 3250 0 : args: [],
+ 3251 : );
+ 3252 : }
+ 3253 :
+ 3254 : /// `rock or mountain climbing`
+ 3255 0 : String get paMountainClimbingDesc {
+ 3256 0 : return Intl.message(
+ 3257 : 'rock or mountain climbing',
+ 3258 : name: 'paMountainClimbingDesc',
+ 3259 : desc: '',
+ 3260 0 : args: [],
+ 3261 : );
+ 3262 : }
+ 3263 :
+ 3264 : /// `rodeo sports`
+ 3265 0 : String get paRodeoSportGeneralModerate {
+ 3266 0 : return Intl.message(
+ 3267 : 'rodeo sports',
+ 3268 : name: 'paRodeoSportGeneralModerate',
+ 3269 : desc: '',
+ 3270 0 : args: [],
+ 3271 : );
+ 3272 : }
+ 3273 :
+ 3274 : /// `general, moderate effort`
+ 3275 0 : String get paRodeoSportGeneralModerateDesc {
+ 3276 0 : return Intl.message(
+ 3277 : 'general, moderate effort',
+ 3278 : name: 'paRodeoSportGeneralModerateDesc',
+ 3279 : desc: '',
+ 3280 0 : args: [],
+ 3281 : );
+ 3282 : }
+ 3283 :
+ 3284 : /// `rope jumping`
+ 3285 0 : String get paRopeJumpingGeneral {
+ 3286 0 : return Intl.message(
+ 3287 : 'rope jumping',
+ 3288 : name: 'paRopeJumpingGeneral',
+ 3289 : desc: '',
+ 3290 0 : args: [],
+ 3291 : );
+ 3292 : }
+ 3293 :
+ 3294 : /// `moderate pace, 100-120 skips/min, general, 2 foot skip, plain bounce`
+ 3295 0 : String get paRopeJumpingGeneralDesc {
+ 3296 0 : return Intl.message(
+ 3297 : 'moderate pace, 100-120 skips/min, general, 2 foot skip, plain bounce',
+ 3298 : name: 'paRopeJumpingGeneralDesc',
+ 3299 : desc: '',
+ 3300 0 : args: [],
+ 3301 : );
+ 3302 : }
+ 3303 :
+ 3304 : /// `rugby`
+ 3305 0 : String get paRugbyCompetitive {
+ 3306 0 : return Intl.message(
+ 3307 : 'rugby',
+ 3308 : name: 'paRugbyCompetitive',
+ 3309 : desc: '',
+ 3310 0 : args: [],
+ 3311 : );
+ 3312 : }
+ 3313 :
+ 3314 : /// `union, team, competitive`
+ 3315 0 : String get paRugbyCompetitiveDesc {
+ 3316 0 : return Intl.message(
+ 3317 : 'union, team, competitive',
+ 3318 : name: 'paRugbyCompetitiveDesc',
+ 3319 : desc: '',
+ 3320 0 : args: [],
+ 3321 : );
+ 3322 : }
+ 3323 :
+ 3324 : /// `rugby`
+ 3325 0 : String get paRugbyNonCompetitive {
+ 3326 0 : return Intl.message(
+ 3327 : 'rugby',
+ 3328 : name: 'paRugbyNonCompetitive',
+ 3329 : desc: '',
+ 3330 0 : args: [],
+ 3331 : );
+ 3332 : }
+ 3333 :
+ 3334 : /// `touch, non-competitive`
+ 3335 0 : String get paRugbyNonCompetitiveDesc {
+ 3336 0 : return Intl.message(
+ 3337 : 'touch, non-competitive',
+ 3338 : name: 'paRugbyNonCompetitiveDesc',
+ 3339 : desc: '',
+ 3340 0 : args: [],
+ 3341 : );
+ 3342 : }
+ 3343 :
+ 3344 : /// `shuffleboard`
+ 3345 0 : String get paShuffleboard {
+ 3346 0 : return Intl.message(
+ 3347 : 'shuffleboard',
+ 3348 : name: 'paShuffleboard',
+ 3349 : desc: '',
+ 3350 0 : args: [],
+ 3351 : );
+ 3352 : }
+ 3353 :
+ 3354 : /// `general`
+ 3355 0 : String get paShuffleboardDesc {
+ 3356 0 : return Intl.message(
+ 3357 : 'general',
+ 3358 : name: 'paShuffleboardDesc',
+ 3359 : desc: '',
+ 3360 0 : args: [],
+ 3361 : );
+ 3362 : }
+ 3363 :
+ 3364 : /// `skateboarding`
+ 3365 0 : String get paSkateboardingGeneral {
+ 3366 0 : return Intl.message(
+ 3367 : 'skateboarding',
+ 3368 : name: 'paSkateboardingGeneral',
+ 3369 : desc: '',
+ 3370 0 : args: [],
+ 3371 : );
+ 3372 : }
+ 3373 :
+ 3374 : /// `general, moderate effort`
+ 3375 0 : String get paSkateboardingGeneralDesc {
+ 3376 0 : return Intl.message(
+ 3377 : 'general, moderate effort',
+ 3378 : name: 'paSkateboardingGeneralDesc',
+ 3379 : desc: '',
+ 3380 0 : args: [],
+ 3381 : );
+ 3382 : }
+ 3383 :
+ 3384 : /// `roller skating`
+ 3385 0 : String get paSkatingRoller {
+ 3386 0 : return Intl.message(
+ 3387 : 'roller skating',
+ 3388 : name: 'paSkatingRoller',
+ 3389 : desc: '',
+ 3390 0 : args: [],
+ 3391 : );
+ 3392 : }
+ 3393 :
+ 3394 : /// `general`
+ 3395 0 : String get paSkatingRollerDesc {
+ 3396 0 : return Intl.message(
+ 3397 : 'general',
+ 3398 : name: 'paSkatingRollerDesc',
+ 3399 : desc: '',
+ 3400 0 : args: [],
+ 3401 : );
+ 3402 : }
+ 3403 :
+ 3404 : /// `rollerblading`
+ 3405 0 : String get paRollerbladingLight {
+ 3406 0 : return Intl.message(
+ 3407 : 'rollerblading',
+ 3408 : name: 'paRollerbladingLight',
+ 3409 : desc: '',
+ 3410 0 : args: [],
+ 3411 : );
+ 3412 : }
+ 3413 :
+ 3414 : /// `in-line skating`
+ 3415 0 : String get paRollerbladingLightDesc {
+ 3416 0 : return Intl.message(
+ 3417 : 'in-line skating',
+ 3418 : name: 'paRollerbladingLightDesc',
+ 3419 : desc: '',
+ 3420 0 : args: [],
+ 3421 : );
+ 3422 : }
+ 3423 :
+ 3424 : /// `skydiving`
+ 3425 0 : String get paSkydiving {
+ 3426 0 : return Intl.message(
+ 3427 : 'skydiving',
+ 3428 : name: 'paSkydiving',
+ 3429 : desc: '',
+ 3430 0 : args: [],
+ 3431 : );
+ 3432 : }
+ 3433 :
+ 3434 : /// `skydiving, base jumping, bungee jumping`
+ 3435 0 : String get paSkydivingDesc {
+ 3436 0 : return Intl.message(
+ 3437 : 'skydiving, base jumping, bungee jumping',
+ 3438 : name: 'paSkydivingDesc',
+ 3439 : desc: '',
+ 3440 0 : args: [],
+ 3441 : );
+ 3442 : }
+ 3443 :
+ 3444 : /// `soccer`
+ 3445 0 : String get paSoccerGeneral {
+ 3446 0 : return Intl.message(
+ 3447 : 'soccer',
+ 3448 : name: 'paSoccerGeneral',
+ 3449 : desc: '',
+ 3450 0 : args: [],
+ 3451 : );
+ 3452 : }
+ 3453 :
+ 3454 : /// `casual, general`
+ 3455 0 : String get paSoccerGeneralDesc {
+ 3456 0 : return Intl.message(
+ 3457 : 'casual, general',
+ 3458 : name: 'paSoccerGeneralDesc',
+ 3459 : desc: '',
+ 3460 0 : args: [],
+ 3461 : );
+ 3462 : }
+ 3463 :
+ 3464 : /// `softball / baseball`
+ 3465 0 : String get paSoftballBaseballGeneral {
+ 3466 0 : return Intl.message(
+ 3467 : 'softball / baseball',
+ 3468 : name: 'paSoftballBaseballGeneral',
+ 3469 : desc: '',
+ 3470 0 : args: [],
+ 3471 : );
+ 3472 : }
+ 3473 :
+ 3474 : /// `fast or slow pitch, general`
+ 3475 0 : String get paSoftballBaseballGeneralDesc {
+ 3476 0 : return Intl.message(
+ 3477 : 'fast or slow pitch, general',
+ 3478 : name: 'paSoftballBaseballGeneralDesc',
+ 3479 : desc: '',
+ 3480 0 : args: [],
+ 3481 : );
+ 3482 : }
+ 3483 :
+ 3484 : /// `squash`
+ 3485 0 : String get paSquashGeneral {
+ 3486 0 : return Intl.message(
+ 3487 : 'squash',
+ 3488 : name: 'paSquashGeneral',
+ 3489 : desc: '',
+ 3490 0 : args: [],
+ 3491 : );
+ 3492 : }
+ 3493 :
+ 3494 : /// `general`
+ 3495 0 : String get paSquashGeneralDesc {
+ 3496 0 : return Intl.message(
+ 3497 : 'general',
+ 3498 : name: 'paSquashGeneralDesc',
+ 3499 : desc: '',
+ 3500 0 : args: [],
+ 3501 : );
+ 3502 : }
+ 3503 :
+ 3504 : /// `table tennis`
+ 3505 0 : String get paTableTennisGeneral {
+ 3506 0 : return Intl.message(
+ 3507 : 'table tennis',
+ 3508 : name: 'paTableTennisGeneral',
+ 3509 : desc: '',
+ 3510 0 : args: [],
+ 3511 : );
+ 3512 : }
+ 3513 :
+ 3514 : /// `table tennis, ping pong`
+ 3515 0 : String get paTableTennisGeneralDesc {
+ 3516 0 : return Intl.message(
+ 3517 : 'table tennis, ping pong',
+ 3518 : name: 'paTableTennisGeneralDesc',
+ 3519 : desc: '',
+ 3520 0 : args: [],
+ 3521 : );
+ 3522 : }
+ 3523 :
+ 3524 : /// `tai chi, qi gong`
+ 3525 0 : String get paTaiChiQiGongGeneral {
+ 3526 0 : return Intl.message(
+ 3527 : 'tai chi, qi gong',
+ 3528 : name: 'paTaiChiQiGongGeneral',
+ 3529 : desc: '',
+ 3530 0 : args: [],
+ 3531 : );
+ 3532 : }
+ 3533 :
+ 3534 : /// `general`
+ 3535 0 : String get paTaiChiQiGongGeneralDesc {
+ 3536 0 : return Intl.message(
+ 3537 : 'general',
+ 3538 : name: 'paTaiChiQiGongGeneralDesc',
+ 3539 : desc: '',
+ 3540 0 : args: [],
+ 3541 : );
+ 3542 : }
+ 3543 :
+ 3544 : /// `tennis`
+ 3545 0 : String get paTennisGeneral {
+ 3546 0 : return Intl.message(
+ 3547 : 'tennis',
+ 3548 : name: 'paTennisGeneral',
+ 3549 : desc: '',
+ 3550 0 : args: [],
+ 3551 : );
+ 3552 : }
+ 3553 :
+ 3554 : /// `general`
+ 3555 0 : String get paTennisGeneralDesc {
+ 3556 0 : return Intl.message(
+ 3557 : 'general',
+ 3558 : name: 'paTennisGeneralDesc',
+ 3559 : desc: '',
+ 3560 0 : args: [],
+ 3561 : );
+ 3562 : }
+ 3563 :
+ 3564 : /// `trampoline`
+ 3565 0 : String get paTrampolineLight {
+ 3566 0 : return Intl.message(
+ 3567 : 'trampoline',
+ 3568 : name: 'paTrampolineLight',
+ 3569 : desc: '',
+ 3570 0 : args: [],
+ 3571 : );
+ 3572 : }
+ 3573 :
+ 3574 : /// `recreational`
+ 3575 0 : String get paTrampolineLightDesc {
+ 3576 0 : return Intl.message(
+ 3577 : 'recreational',
+ 3578 : name: 'paTrampolineLightDesc',
+ 3579 : desc: '',
+ 3580 0 : args: [],
+ 3581 : );
+ 3582 : }
+ 3583 :
+ 3584 : /// `volleyball`
+ 3585 0 : String get paVolleyballGeneral {
+ 3586 0 : return Intl.message(
+ 3587 : 'volleyball',
+ 3588 : name: 'paVolleyballGeneral',
+ 3589 : desc: '',
+ 3590 0 : args: [],
+ 3591 : );
+ 3592 : }
+ 3593 :
+ 3594 : /// `non-competitive, 6 - 9 member team, general`
+ 3595 0 : String get paVolleyballGeneralDesc {
+ 3596 0 : return Intl.message(
+ 3597 : 'non-competitive, 6 - 9 member team, general',
+ 3598 : name: 'paVolleyballGeneralDesc',
+ 3599 : desc: '',
+ 3600 0 : args: [],
+ 3601 : );
+ 3602 : }
+ 3603 :
+ 3604 : /// `wrestling`
+ 3605 0 : String get paWrestling {
+ 3606 0 : return Intl.message(
+ 3607 : 'wrestling',
+ 3608 : name: 'paWrestling',
+ 3609 : desc: '',
+ 3610 0 : args: [],
+ 3611 : );
+ 3612 : }
+ 3613 :
+ 3614 : /// `general`
+ 3615 0 : String get paWrestlingDesc {
+ 3616 0 : return Intl.message(
+ 3617 : 'general',
+ 3618 : name: 'paWrestlingDesc',
+ 3619 : desc: '',
+ 3620 0 : args: [],
+ 3621 : );
+ 3622 : }
+ 3623 :
+ 3624 : /// `wallyball`
+ 3625 0 : String get paWallyball {
+ 3626 0 : return Intl.message(
+ 3627 : 'wallyball',
+ 3628 : name: 'paWallyball',
+ 3629 : desc: '',
+ 3630 0 : args: [],
+ 3631 : );
+ 3632 : }
+ 3633 :
+ 3634 : /// `general`
+ 3635 0 : String get paWallyballDesc {
+ 3636 0 : return Intl.message(
+ 3637 : 'general',
+ 3638 : name: 'paWallyballDesc',
+ 3639 : desc: '',
+ 3640 0 : args: [],
+ 3641 : );
+ 3642 : }
+ 3643 :
+ 3644 : /// `track and field`
+ 3645 0 : String get paTrackField {
+ 3646 0 : return Intl.message(
+ 3647 : 'track and field',
+ 3648 : name: 'paTrackField',
+ 3649 : desc: '',
+ 3650 0 : args: [],
+ 3651 : );
+ 3652 : }
+ 3653 :
+ 3654 : /// `(e.g. shot, discus, hammer throw)`
+ 3655 0 : String get paTrackField1Desc {
+ 3656 0 : return Intl.message(
+ 3657 : '(e.g. shot, discus, hammer throw)',
+ 3658 : name: 'paTrackField1Desc',
+ 3659 : desc: '',
+ 3660 0 : args: [],
+ 3661 : );
+ 3662 : }
+ 3663 :
+ 3664 : /// `(e.g. high jump, long jump, triple jump, javelin, pole vault)`
+ 3665 0 : String get paTrackField2Desc {
+ 3666 0 : return Intl.message(
+ 3667 : '(e.g. high jump, long jump, triple jump, javelin, pole vault)',
+ 3668 : name: 'paTrackField2Desc',
+ 3669 : desc: '',
+ 3670 0 : args: [],
+ 3671 : );
+ 3672 : }
+ 3673 :
+ 3674 : /// `(e.g. steeplechase, hurdles)`
+ 3675 0 : String get paTrackField3Desc {
+ 3676 0 : return Intl.message(
+ 3677 : '(e.g. steeplechase, hurdles)',
+ 3678 : name: 'paTrackField3Desc',
+ 3679 : desc: '',
+ 3680 0 : args: [],
+ 3681 : );
+ 3682 : }
+ 3683 :
+ 3684 : /// `backpacking`
+ 3685 0 : String get paBackpackingGeneral {
+ 3686 0 : return Intl.message(
+ 3687 : 'backpacking',
+ 3688 : name: 'paBackpackingGeneral',
+ 3689 : desc: '',
+ 3690 0 : args: [],
+ 3691 : );
+ 3692 : }
+ 3693 :
+ 3694 : /// `general`
+ 3695 0 : String get paBackpackingGeneralDesc {
+ 3696 0 : return Intl.message(
+ 3697 : 'general',
+ 3698 : name: 'paBackpackingGeneralDesc',
+ 3699 : desc: '',
+ 3700 0 : args: [],
+ 3701 : );
+ 3702 : }
+ 3703 :
+ 3704 : /// `climbing hills, no load`
+ 3705 0 : String get paClimbingHillsNoLoadGeneral {
+ 3706 0 : return Intl.message(
+ 3707 : 'climbing hills, no load',
+ 3708 : name: 'paClimbingHillsNoLoadGeneral',
+ 3709 : desc: '',
+ 3710 0 : args: [],
+ 3711 : );
+ 3712 : }
+ 3713 :
+ 3714 : /// `no load`
+ 3715 0 : String get paClimbingHillsNoLoadGeneralDesc {
+ 3716 0 : return Intl.message(
+ 3717 : 'no load',
+ 3718 : name: 'paClimbingHillsNoLoadGeneralDesc',
+ 3719 : desc: '',
+ 3720 0 : args: [],
+ 3721 : );
+ 3722 : }
+ 3723 :
+ 3724 : /// `hiking`
+ 3725 0 : String get paHikingCrossCountry {
+ 3726 0 : return Intl.message(
+ 3727 : 'hiking',
+ 3728 : name: 'paHikingCrossCountry',
+ 3729 : desc: '',
+ 3730 0 : args: [],
+ 3731 : );
+ 3732 : }
+ 3733 :
+ 3734 : /// `cross country`
+ 3735 0 : String get paHikingCrossCountryDesc {
+ 3736 0 : return Intl.message(
+ 3737 : 'cross country',
+ 3738 : name: 'paHikingCrossCountryDesc',
+ 3739 : desc: '',
+ 3740 0 : args: [],
+ 3741 : );
+ 3742 : }
+ 3743 :
+ 3744 : /// `walking`
+ 3745 0 : String get paWalkingForPleasure {
+ 3746 0 : return Intl.message(
+ 3747 : 'walking',
+ 3748 : name: 'paWalkingForPleasure',
+ 3749 : desc: '',
+ 3750 0 : args: [],
+ 3751 : );
+ 3752 : }
+ 3753 :
+ 3754 : /// `for pleasure`
+ 3755 0 : String get paWalkingForPleasureDesc {
+ 3756 0 : return Intl.message(
+ 3757 : 'for pleasure',
+ 3758 : name: 'paWalkingForPleasureDesc',
+ 3759 : desc: '',
+ 3760 0 : args: [],
+ 3761 : );
+ 3762 : }
+ 3763 :
+ 3764 : /// `walking the dog`
+ 3765 0 : String get paWalkingTheDog {
+ 3766 0 : return Intl.message(
+ 3767 : 'walking the dog',
+ 3768 : name: 'paWalkingTheDog',
+ 3769 : desc: '',
+ 3770 0 : args: [],
+ 3771 : );
+ 3772 : }
+ 3773 :
+ 3774 : /// `general`
+ 3775 0 : String get paWalkingTheDogDesc {
+ 3776 0 : return Intl.message(
+ 3777 : 'general',
+ 3778 : name: 'paWalkingTheDogDesc',
+ 3779 : desc: '',
+ 3780 0 : args: [],
+ 3781 : );
+ 3782 : }
+ 3783 :
+ 3784 : /// `canoeing`
+ 3785 0 : String get paCanoeingGeneral {
+ 3786 0 : return Intl.message(
+ 3787 : 'canoeing',
+ 3788 : name: 'paCanoeingGeneral',
+ 3789 : desc: '',
+ 3790 0 : args: [],
+ 3791 : );
+ 3792 : }
+ 3793 :
+ 3794 : /// `rowing, for pleasure, general`
+ 3795 0 : String get paCanoeingGeneralDesc {
+ 3796 0 : return Intl.message(
+ 3797 : 'rowing, for pleasure, general',
+ 3798 : name: 'paCanoeingGeneralDesc',
+ 3799 : desc: '',
+ 3800 0 : args: [],
+ 3801 : );
+ 3802 : }
+ 3803 :
+ 3804 : /// `diving`
+ 3805 0 : String get paDivingSpringboardPlatform {
+ 3806 0 : return Intl.message(
+ 3807 : 'diving',
+ 3808 : name: 'paDivingSpringboardPlatform',
+ 3809 : desc: '',
+ 3810 0 : args: [],
+ 3811 : );
+ 3812 : }
+ 3813 :
+ 3814 : /// `springboard or platform`
+ 3815 0 : String get paDivingSpringboardPlatformDesc {
+ 3816 0 : return Intl.message(
+ 3817 : 'springboard or platform',
+ 3818 : name: 'paDivingSpringboardPlatformDesc',
+ 3819 : desc: '',
+ 3820 0 : args: [],
+ 3821 : );
+ 3822 : }
+ 3823 :
+ 3824 : /// `kayaking`
+ 3825 0 : String get paKayakingModerate {
+ 3826 0 : return Intl.message(
+ 3827 : 'kayaking',
+ 3828 : name: 'paKayakingModerate',
+ 3829 : desc: '',
+ 3830 0 : args: [],
+ 3831 : );
+ 3832 : }
+ 3833 :
+ 3834 : /// `moderate effort`
+ 3835 0 : String get paKayakingModerateDesc {
+ 3836 0 : return Intl.message(
+ 3837 : 'moderate effort',
+ 3838 : name: 'paKayakingModerateDesc',
+ 3839 : desc: '',
+ 3840 0 : args: [],
+ 3841 : );
+ 3842 : }
+ 3843 :
+ 3844 : /// `paddle boat`
+ 3845 0 : String get paPaddleBoat {
+ 3846 0 : return Intl.message(
+ 3847 : 'paddle boat',
+ 3848 : name: 'paPaddleBoat',
+ 3849 : desc: '',
+ 3850 0 : args: [],
+ 3851 : );
+ 3852 : }
+ 3853 :
+ 3854 : /// `general`
+ 3855 0 : String get paPaddleBoatDesc {
+ 3856 0 : return Intl.message(
+ 3857 : 'general',
+ 3858 : name: 'paPaddleBoatDesc',
+ 3859 : desc: '',
+ 3860 0 : args: [],
+ 3861 : );
+ 3862 : }
+ 3863 :
+ 3864 : /// `sailing`
+ 3865 0 : String get paSailingGeneral {
+ 3866 0 : return Intl.message(
+ 3867 : 'sailing',
+ 3868 : name: 'paSailingGeneral',
+ 3869 : desc: '',
+ 3870 0 : args: [],
+ 3871 : );
+ 3872 : }
+ 3873 :
+ 3874 : /// `boat and board sailing, windsurfing, ice sailing, general`
+ 3875 0 : String get paSailingGeneralDesc {
+ 3876 0 : return Intl.message(
+ 3877 : 'boat and board sailing, windsurfing, ice sailing, general',
+ 3878 : name: 'paSailingGeneralDesc',
+ 3879 : desc: '',
+ 3880 0 : args: [],
+ 3881 : );
+ 3882 : }
+ 3883 :
+ 3884 : /// `water skiing`
+ 3885 0 : String get paSkiingWaterWakeboarding {
+ 3886 0 : return Intl.message(
+ 3887 : 'water skiing',
+ 3888 : name: 'paSkiingWaterWakeboarding',
+ 3889 : desc: '',
+ 3890 0 : args: [],
+ 3891 : );
+ 3892 : }
+ 3893 :
+ 3894 : /// `water or wakeboarding`
+ 3895 0 : String get paSkiingWaterWakeboardingDesc {
+ 3896 0 : return Intl.message(
+ 3897 : 'water or wakeboarding',
+ 3898 : name: 'paSkiingWaterWakeboardingDesc',
+ 3899 : desc: '',
+ 3900 0 : args: [],
+ 3901 : );
+ 3902 : }
+ 3903 :
+ 3904 : /// `diving`
+ 3905 0 : String get paDivingGeneral {
+ 3906 0 : return Intl.message(
+ 3907 : 'diving',
+ 3908 : name: 'paDivingGeneral',
+ 3909 : desc: '',
+ 3910 0 : args: [],
+ 3911 : );
+ 3912 : }
+ 3913 :
+ 3914 : /// `skindiving, scuba diving, general`
+ 3915 0 : String get paDivingGeneralDesc {
+ 3916 0 : return Intl.message(
+ 3917 : 'skindiving, scuba diving, general',
+ 3918 : name: 'paDivingGeneralDesc',
+ 3919 : desc: '',
+ 3920 0 : args: [],
+ 3921 : );
+ 3922 : }
+ 3923 :
+ 3924 : /// `snorkeling`
+ 3925 0 : String get paSnorkeling {
+ 3926 0 : return Intl.message(
+ 3927 : 'snorkeling',
+ 3928 : name: 'paSnorkeling',
+ 3929 : desc: '',
+ 3930 0 : args: [],
+ 3931 : );
+ 3932 : }
+ 3933 :
+ 3934 : /// `general`
+ 3935 0 : String get paSnorkelingDesc {
+ 3936 0 : return Intl.message(
+ 3937 : 'general',
+ 3938 : name: 'paSnorkelingDesc',
+ 3939 : desc: '',
+ 3940 0 : args: [],
+ 3941 : );
+ 3942 : }
+ 3943 :
+ 3944 : /// `surfing`
+ 3945 0 : String get paSurfing {
+ 3946 0 : return Intl.message(
+ 3947 : 'surfing',
+ 3948 : name: 'paSurfing',
+ 3949 : desc: '',
+ 3950 0 : args: [],
+ 3951 : );
+ 3952 : }
+ 3953 :
+ 3954 : /// `body or board, general`
+ 3955 0 : String get paSurfingDesc {
+ 3956 0 : return Intl.message(
+ 3957 : 'body or board, general',
+ 3958 : name: 'paSurfingDesc',
+ 3959 : desc: '',
+ 3960 0 : args: [],
+ 3961 : );
+ 3962 : }
+ 3963 :
+ 3964 : /// `paddle boarding`
+ 3965 0 : String get paPaddleBoarding {
+ 3966 0 : return Intl.message(
+ 3967 : 'paddle boarding',
+ 3968 : name: 'paPaddleBoarding',
+ 3969 : desc: '',
+ 3970 0 : args: [],
+ 3971 : );
+ 3972 : }
+ 3973 :
+ 3974 : /// `standing`
+ 3975 0 : String get paPaddleBoardingDesc {
+ 3976 0 : return Intl.message(
+ 3977 : 'standing',
+ 3978 : name: 'paPaddleBoardingDesc',
+ 3979 : desc: '',
+ 3980 0 : args: [],
+ 3981 : );
+ 3982 : }
+ 3983 :
+ 3984 : /// `swimming`
+ 3985 0 : String get paSwimmingGeneral {
+ 3986 0 : return Intl.message(
+ 3987 : 'swimming',
+ 3988 : name: 'paSwimmingGeneral',
+ 3989 : desc: '',
+ 3990 0 : args: [],
+ 3991 : );
+ 3992 : }
+ 3993 :
+ 3994 : /// `treading water, moderate effort, general`
+ 3995 0 : String get paSwimmingGeneralDesc {
+ 3996 0 : return Intl.message(
+ 3997 : 'treading water, moderate effort, general',
+ 3998 : name: 'paSwimmingGeneralDesc',
+ 3999 : desc: '',
+ 4000 0 : args: [],
+ 4001 : );
+ 4002 : }
+ 4003 :
+ 4004 : /// `water aerobics`
+ 4005 0 : String get paWateraerobicsCalisthenics {
+ 4006 0 : return Intl.message(
+ 4007 : 'water aerobics',
+ 4008 : name: 'paWateraerobicsCalisthenics',
+ 4009 : desc: '',
+ 4010 0 : args: [],
+ 4011 : );
+ 4012 : }
+ 4013 :
+ 4014 : /// `water aerobics, water calisthenics`
+ 4015 0 : String get paWateraerobicsCalisthenicsDesc {
+ 4016 0 : return Intl.message(
+ 4017 : 'water aerobics, water calisthenics',
+ 4018 : name: 'paWateraerobicsCalisthenicsDesc',
+ 4019 : desc: '',
+ 4020 0 : args: [],
+ 4021 : );
+ 4022 : }
+ 4023 :
+ 4024 : /// `water polo`
+ 4025 0 : String get paWaterPolo {
+ 4026 0 : return Intl.message(
+ 4027 : 'water polo',
+ 4028 : name: 'paWaterPolo',
+ 4029 : desc: '',
+ 4030 0 : args: [],
+ 4031 : );
+ 4032 : }
+ 4033 :
+ 4034 : /// `general`
+ 4035 0 : String get paWaterPoloDesc {
+ 4036 0 : return Intl.message(
+ 4037 : 'general',
+ 4038 : name: 'paWaterPoloDesc',
+ 4039 : desc: '',
+ 4040 0 : args: [],
+ 4041 : );
+ 4042 : }
+ 4043 :
+ 4044 : /// `water volleyball`
+ 4045 0 : String get paWaterVolleyball {
+ 4046 0 : return Intl.message(
+ 4047 : 'water volleyball',
+ 4048 : name: 'paWaterVolleyball',
+ 4049 : desc: '',
+ 4050 0 : args: [],
+ 4051 : );
+ 4052 : }
+ 4053 :
+ 4054 : /// `general`
+ 4055 0 : String get paWaterVolleyballDesc {
+ 4056 0 : return Intl.message(
+ 4057 : 'general',
+ 4058 : name: 'paWaterVolleyballDesc',
+ 4059 : desc: '',
+ 4060 0 : args: [],
+ 4061 : );
+ 4062 : }
+ 4063 :
+ 4064 : /// `ice skating`
+ 4065 0 : String get paIceSkatingGeneral {
+ 4066 0 : return Intl.message(
+ 4067 : 'ice skating',
+ 4068 : name: 'paIceSkatingGeneral',
+ 4069 : desc: '',
+ 4070 0 : args: [],
+ 4071 : );
+ 4072 : }
+ 4073 :
+ 4074 : /// `general`
+ 4075 0 : String get paIceSkatingGeneralDesc {
+ 4076 0 : return Intl.message(
+ 4077 : 'general',
+ 4078 : name: 'paIceSkatingGeneralDesc',
+ 4079 : desc: '',
+ 4080 0 : args: [],
+ 4081 : );
+ 4082 : }
+ 4083 :
+ 4084 : /// `skiing`
+ 4085 0 : String get paSkiingGeneral {
+ 4086 0 : return Intl.message(
+ 4087 : 'skiing',
+ 4088 : name: 'paSkiingGeneral',
+ 4089 : desc: '',
+ 4090 0 : args: [],
+ 4091 : );
+ 4092 : }
+ 4093 :
+ 4094 : /// `general`
+ 4095 0 : String get paSkiingGeneralDesc {
+ 4096 0 : return Intl.message(
+ 4097 : 'general',
+ 4098 : name: 'paSkiingGeneralDesc',
+ 4099 : desc: '',
+ 4100 0 : args: [],
+ 4101 : );
+ 4102 : }
+ 4103 :
+ 4104 : /// `snow shoveling`
+ 4105 0 : String get paSnowShovingModerate {
+ 4106 0 : return Intl.message(
+ 4107 : 'snow shoveling',
+ 4108 : name: 'paSnowShovingModerate',
+ 4109 : desc: '',
+ 4110 0 : args: [],
+ 4111 : );
+ 4112 : }
+ 4113 :
+ 4114 : /// `by hand, moderate effort`
+ 4115 0 : String get paSnowShovingModerateDesc {
+ 4116 0 : return Intl.message(
+ 4117 : 'by hand, moderate effort',
+ 4118 : name: 'paSnowShovingModerateDesc',
+ 4119 : desc: '',
+ 4120 0 : args: [],
+ 4121 : );
+ 4122 : }
+ 4123 : }
+ 4124 :
+ 4125 : class AppLocalizationDelegate extends LocalizationsDelegate<S> {
+ 4126 6 : const AppLocalizationDelegate();
+ 4127 :
+ 4128 1 : List<Locale> get supportedLocales {
+ 4129 : return const <Locale>[
+ 4130 : Locale.fromSubtags(languageCode: 'en'),
+ 4131 : Locale.fromSubtags(languageCode: 'de'),
+ 4132 : Locale.fromSubtags(languageCode: 'tr'),
+ 4133 : ];
+ 4134 : }
+ 4135 :
+ 4136 1 : @override
+ 4137 1 : bool isSupported(Locale locale) => _isSupported(locale);
+ 4138 1 : @override
+ 4139 1 : Future<S> load(Locale locale) => S.load(locale);
+ 4140 0 : @override
+ 4141 : bool shouldReload(AppLocalizationDelegate old) => false;
+ 4142 :
+ 4143 1 : bool _isSupported(Locale locale) {
+ 4144 2 : for (var supportedLocale in supportedLocales) {
+ 4145 3 : if (supportedLocale.languageCode == locale.languageCode) {
+ 4146 : return true;
+ 4147 : }
+ 4148 : }
+ 4149 : return false;
+ 4150 : }
+ 4151 : }
+
+ |
+
+