diff --git a/js/unitRatesStrings.ts b/js/unitRatesStrings.ts index e8007b4d..54764367 100644 --- a/js/unitRatesStrings.ts +++ b/js/unitRatesStrings.ts @@ -10,104 +10,104 @@ import unitRates from './unitRates.js'; type StringsType = { 'apple': string; - 'appleProperty': TReadOnlyProperty; + 'appleStringProperty': TReadOnlyProperty; 'apples': string; - 'applesProperty': TReadOnlyProperty; + 'applesStringProperty': TReadOnlyProperty; 'blueCandy': string; - 'blueCandyProperty': TReadOnlyProperty; + 'blueCandyStringProperty': TReadOnlyProperty; 'carrot': string; - 'carrotProperty': TReadOnlyProperty; + 'carrotStringProperty': TReadOnlyProperty; 'carrots': string; - 'carrotsProperty': TReadOnlyProperty; + 'carrotsStringProperty': TReadOnlyProperty; 'cost': string; - 'costProperty': TReadOnlyProperty; + 'costStringProperty': TReadOnlyProperty; 'cucumber': string; - 'cucumberProperty': TReadOnlyProperty; + 'cucumberStringProperty': TReadOnlyProperty; 'cucumbers': string; - 'cucumbersProperty': TReadOnlyProperty; + 'cucumbersStringProperty': TReadOnlyProperty; 'dollars': string; - 'dollarsProperty': TReadOnlyProperty; + 'dollarsStringProperty': TReadOnlyProperty; 'dollarSign': string; - 'dollarSignProperty': TReadOnlyProperty; + 'dollarSignStringProperty': TReadOnlyProperty; 'doubleNumberLine': string; - 'doubleNumberLineProperty': TReadOnlyProperty; + 'doubleNumberLineStringProperty': TReadOnlyProperty; 'doubleNumberLine1': string; - 'doubleNumberLine1Property': TReadOnlyProperty; + 'doubleNumberLine1StringProperty': TReadOnlyProperty; 'doubleNumberLine2': string; - 'doubleNumberLine2Property': TReadOnlyProperty; + 'doubleNumberLine2StringProperty': TReadOnlyProperty; 'enter': string; - 'enterProperty': TReadOnlyProperty; + 'enterStringProperty': TReadOnlyProperty; 'greenCandy': string; - 'greenCandyProperty': TReadOnlyProperty; + 'greenCandyStringProperty': TReadOnlyProperty; 'hours': string; - 'hoursProperty': TReadOnlyProperty; + 'hoursStringProperty': TReadOnlyProperty; 'lbs': string; - 'lbsProperty': TReadOnlyProperty; + 'lbsStringProperty': TReadOnlyProperty; 'lemon': string; - 'lemonProperty': TReadOnlyProperty; + 'lemonStringProperty': TReadOnlyProperty; 'lemons': string; - 'lemonsProperty': TReadOnlyProperty; + 'lemonsStringProperty': TReadOnlyProperty; 'miles': string; - 'milesProperty': TReadOnlyProperty; + 'milesStringProperty': TReadOnlyProperty; 'orange': string; - 'orangeProperty': TReadOnlyProperty; + 'orangeStringProperty': TReadOnlyProperty; 'oranges': string; - 'orangesProperty': TReadOnlyProperty; + 'orangesStringProperty': TReadOnlyProperty; 'pattern_0cost': string; - 'pattern_0costProperty': TReadOnlyProperty; + 'pattern_0costStringProperty': TReadOnlyProperty; 'pattern_costOf_0quantity_1units': string; - 'pattern_costOf_0quantity_1unitsProperty': TReadOnlyProperty; + 'pattern_costOf_0quantity_1unitsStringProperty': TReadOnlyProperty; 'pattern_0items_1cost': string; - 'pattern_0items_1costProperty': TReadOnlyProperty; + 'pattern_0items_1costStringProperty': TReadOnlyProperty; 'pattern_0value_1units': string; - 'pattern_0value_1unitsProperty': TReadOnlyProperty; + 'pattern_0value_1unitsStringProperty': TReadOnlyProperty; 'pear': string; - 'pearProperty': TReadOnlyProperty; + 'pearStringProperty': TReadOnlyProperty; 'pears': string; - 'pearsProperty': TReadOnlyProperty; + 'pearsStringProperty': TReadOnlyProperty; 'potato': string; - 'potatoProperty': TReadOnlyProperty; + 'potatoStringProperty': TReadOnlyProperty; 'potatoes': string; - 'potatoesProperty': TReadOnlyProperty; + 'potatoesStringProperty': TReadOnlyProperty; 'pound': string; - 'poundProperty': TReadOnlyProperty; + 'poundStringProperty': TReadOnlyProperty; 'pounds': string; - 'poundsProperty': TReadOnlyProperty; + 'poundsStringProperty': TReadOnlyProperty; 'poundsCapitalized': string; - 'poundsCapitalizedProperty': TReadOnlyProperty; + 'poundsCapitalizedStringProperty': TReadOnlyProperty; 'purpleCandy': string; - 'purpleCandyProperty': TReadOnlyProperty; + 'purpleCandyStringProperty': TReadOnlyProperty; 'questions': string; - 'questionsProperty': TReadOnlyProperty; + 'questionsStringProperty': TReadOnlyProperty; 'rate': string; - 'rateProperty': TReadOnlyProperty; + 'rateStringProperty': TReadOnlyProperty; 'rate1': string; - 'rate1Property': TReadOnlyProperty; + 'rate1StringProperty': TReadOnlyProperty; 'rate2': string; - 'rate2Property': TReadOnlyProperty; + 'rate2StringProperty': TReadOnlyProperty; 'redCandy': string; - 'redCandyProperty': TReadOnlyProperty; + 'redCandyStringProperty': TReadOnlyProperty; 'screen': { 'racingLab': string; - 'racingLabProperty': TReadOnlyProperty; + 'racingLabStringProperty': TReadOnlyProperty; 'shopping': string; - 'shoppingProperty': TReadOnlyProperty; + 'shoppingStringProperty': TReadOnlyProperty; 'shoppingLab': string; - 'shoppingLabProperty': TReadOnlyProperty; + 'shoppingLabStringProperty': TReadOnlyProperty; }; 'timer1': string; - 'timer1Property': TReadOnlyProperty; + 'timer1StringProperty': TReadOnlyProperty; 'timer2': string; - 'timer2Property': TReadOnlyProperty; + 'timer2StringProperty': TReadOnlyProperty; 'tomato': string; - 'tomatoProperty': TReadOnlyProperty; + 'tomatoStringProperty': TReadOnlyProperty; 'tomatoes': string; - 'tomatoesProperty': TReadOnlyProperty; + 'tomatoesStringProperty': TReadOnlyProperty; 'unitRateQuestion': string; - 'unitRateQuestionProperty': TReadOnlyProperty; + 'unitRateQuestionStringProperty': TReadOnlyProperty; 'unit-rates': { 'title': string; - 'titleProperty': TReadOnlyProperty; + 'titleStringProperty': TReadOnlyProperty; } };