Skip to content

Commit

Permalink
Changing Property to StringProperty, see phetsims/chipper#1310
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinVallejo committed Aug 29, 2022
1 parent e543f70 commit f567bb8
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions js/johnTravoltageStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,130 +11,130 @@ import johnTravoltage from './johnTravoltage.js';
type StringsType = {
'john-travoltage': {
'title': string;
'titleProperty': TReadOnlyProperty<string>;
'titleStringProperty': TReadOnlyProperty<string>;
};
'or': string;
'orProperty': TReadOnlyProperty<string>;
'orStringProperty': TReadOnlyProperty<string>;
'shiftKey': string;
'shiftKeyProperty': TReadOnlyProperty<string>;
'shiftKeyStringProperty': TReadOnlyProperty<string>;
'escKey': string;
'escKeyProperty': TReadOnlyProperty<string>;
'escKeyStringProperty': TReadOnlyProperty<string>;
'tabKey': string;
'tabKeyProperty': TReadOnlyProperty<string>;
'tabKeyStringProperty': TReadOnlyProperty<string>;
'handOrFoot': string;
'handOrFootProperty': TReadOnlyProperty<string>;
'handOrFootStringProperty': TReadOnlyProperty<string>;
'moveHandOrFoot': string;
'moveHandOrFootProperty': TReadOnlyProperty<string>;
'moveHandOrFootStringProperty': TReadOnlyProperty<string>;
'moveFoot': string;
'moveFootProperty': TReadOnlyProperty<string>;
'moveFootStringProperty': TReadOnlyProperty<string>;
'moveHand': string;
'moveHandProperty': TReadOnlyProperty<string>;
'moveHandStringProperty': TReadOnlyProperty<string>;
'hotKeysAndHelp': string;
'hotKeysAndHelpProperty': TReadOnlyProperty<string>;
'hotKeysAndHelpStringProperty': TReadOnlyProperty<string>;
'arrowKeysMoveFoot': string;
'arrowKeysMoveFootProperty': TReadOnlyProperty<string>;
'arrowKeysMoveFootStringProperty': TReadOnlyProperty<string>;
'tabKeyDescription': string;
'tabKeyDescriptionProperty': TReadOnlyProperty<string>;
'tabKeyDescriptionStringProperty': TReadOnlyProperty<string>;
'shiftTabKeyDescription': string;
'shiftTabKeyDescriptionProperty': TReadOnlyProperty<string>;
'shiftTabKeyDescriptionStringProperty': TReadOnlyProperty<string>;
'escapeKeyDescription': string;
'escapeKeyDescriptionProperty': TReadOnlyProperty<string>;
'escapeKeyDescriptionStringProperty': TReadOnlyProperty<string>;
'a11y': {
'screenSummary': {
'bodyDescriptionPattern': string;
'bodyDescriptionPatternProperty': TReadOnlyProperty<string>;
'bodyDescriptionPatternStringProperty': TReadOnlyProperty<string>;
'descriptionWithChargePattern': string;
'descriptionWithChargePatternProperty': TReadOnlyProperty<string>;
'descriptionWithChargePatternStringProperty': TReadOnlyProperty<string>;
};
'electrons': {
'singleDescription': string;
'singleDescriptionProperty': TReadOnlyProperty<string>;
'singleDescriptionStringProperty': TReadOnlyProperty<string>;
'multipleDescriptionPattern': string;
'multipleDescriptionPatternProperty': TReadOnlyProperty<string>;
'multipleDescriptionPatternStringProperty': TReadOnlyProperty<string>;
'totalDescriptionPattern': string;
'totalDescriptionPatternProperty': TReadOnlyProperty<string>;
'totalDescriptionPatternStringProperty': TReadOnlyProperty<string>;
'totalAfterDischargePattern': string;
'totalAfterDischargePatternProperty': TReadOnlyProperty<string>;
'totalAfterDischargePatternStringProperty': TReadOnlyProperty<string>;
};
'appendages': {
'arm': {
'label': string;
'labelProperty': TReadOnlyProperty<string>;
'labelStringProperty': TReadOnlyProperty<string>;
'positions': {
'farthestFromDoorknob': string;
'farthestFromDoorknobProperty': TReadOnlyProperty<string>;
'farthestFromDoorknobStringProperty': TReadOnlyProperty<string>;
'veryFarFromDoorknob': string;
'veryFarFromDoorknobProperty': TReadOnlyProperty<string>;
'veryFarFromDoorknobStringProperty': TReadOnlyProperty<string>;
'farFromDoorknob': string;
'farFromDoorknobProperty': TReadOnlyProperty<string>;
'farFromDoorknobStringProperty': TReadOnlyProperty<string>;
'notSoCloseToDoorknob': string;
'notSoCloseToDoorknobProperty': TReadOnlyProperty<string>;
'notSoCloseToDoorknobStringProperty': TReadOnlyProperty<string>;
'closeToDoorknob': string;
'closeToDoorknobProperty': TReadOnlyProperty<string>;
'closeToDoorknobStringProperty': TReadOnlyProperty<string>;
'veryCloseToDoorknob': string;
'veryCloseToDoorknobProperty': TReadOnlyProperty<string>;
'veryCloseToDoorknobStringProperty': TReadOnlyProperty<string>;
'justAboveDoorknob': string;
'justAboveDoorknobProperty': TReadOnlyProperty<string>;
'justAboveDoorknobStringProperty': TReadOnlyProperty<string>;
'atDoorknob': string;
'atDoorknobProperty': TReadOnlyProperty<string>;
'atDoorknobStringProperty': TReadOnlyProperty<string>;
'justBelowDoorknob': string;
'justBelowDoorknobProperty': TReadOnlyProperty<string>;
'justBelowDoorknobStringProperty': TReadOnlyProperty<string>;
'handPointingAway': string;
'handPointingAwayProperty': TReadOnlyProperty<string>;
'handPointingAwayStringProperty': TReadOnlyProperty<string>;
'handPointingStraightUp': string;
'handPointingStraightUpProperty': TReadOnlyProperty<string>;
'handPointingStraightUpStringProperty': TReadOnlyProperty<string>;
'handPointingAtUpperDoor': string;
'handPointingAtUpperDoorProperty': TReadOnlyProperty<string>;
'handPointingAtUpperDoorStringProperty': TReadOnlyProperty<string>;
'handPointingAtLowerDoor': string;
'handPointingAtLowerDoorProperty': TReadOnlyProperty<string>;
'handPointingAtLowerDoorStringProperty': TReadOnlyProperty<string>;
'handPointingStraightDown': string;
'handPointingStraightDownProperty': TReadOnlyProperty<string>;
'handPointingStraightDownStringProperty': TReadOnlyProperty<string>;
'farthestFromDoorknobLast': string;
'farthestFromDoorknobLastProperty': TReadOnlyProperty<string>;
'farthestFromDoorknobLastStringProperty': TReadOnlyProperty<string>;
}
};
'leg': {
'label': string;
'labelProperty': TReadOnlyProperty<string>;
'labelStringProperty': TReadOnlyProperty<string>;
'positions': {
'footOffRugPointingBackwards': string;
'footOffRugPointingBackwardsProperty': TReadOnlyProperty<string>;
'footOffRugPointingBackwardsStringProperty': TReadOnlyProperty<string>;
'footOffRug': string;
'footOffRugProperty': TReadOnlyProperty<string>;
'footOffRugStringProperty': TReadOnlyProperty<string>;
'footRubbingOnRug': string;
'footRubbingOnRugProperty': TReadOnlyProperty<string>;
'footRubbingOnRugStringProperty': TReadOnlyProperty<string>;
'footOffRugPointingForward': string;
'footOffRugPointingForwardProperty': TReadOnlyProperty<string>;
'footOffRugPointingForwardStringProperty': TReadOnlyProperty<string>;
}
}
};
'keyboardHelpDialog': {
'moveFootDescription': string;
'moveFootDescriptionProperty': TReadOnlyProperty<string>;
'moveFootDescriptionStringProperty': TReadOnlyProperty<string>;
'moveHandDescription': string;
'moveHandDescriptionProperty': TReadOnlyProperty<string>;
'moveHandDescriptionStringProperty': TReadOnlyProperty<string>;
};
'voicing': {
'contentHint': string;
'contentHintProperty': TReadOnlyProperty<string>;
'contentHintStringProperty': TReadOnlyProperty<string>;
'detailedContentHint': string;
'detailedContentHintProperty': TReadOnlyProperty<string>;
'detailedContentHintStringProperty': TReadOnlyProperty<string>;
'chargedContentHint': string;
'chargedContentHintProperty': TReadOnlyProperty<string>;
'chargedContentHintStringProperty': TReadOnlyProperty<string>;
'overviewPattern': string;
'overviewPatternProperty': TReadOnlyProperty<string>;
'overviewPatternStringProperty': TReadOnlyProperty<string>;
'previousDischargePattern': string;
'previousDischargePatternProperty': TReadOnlyProperty<string>;
'previousDischargePatternStringProperty': TReadOnlyProperty<string>;
'johnFullyCharged': string;
'johnFullyChargedProperty': TReadOnlyProperty<string>;
'johnFullyChargedStringProperty': TReadOnlyProperty<string>;
'multipleElectronsOnBodyPattern': string;
'multipleElectronsOnBodyPatternProperty': TReadOnlyProperty<string>;
'multipleElectronsOnBodyPatternStringProperty': TReadOnlyProperty<string>;
'screenSummaryWithPreviousDischargePattern': string;
'screenSummaryWithPreviousDischargePatternProperty': TReadOnlyProperty<string>;
'screenSummaryWithPreviousDischargePatternStringProperty': TReadOnlyProperty<string>;
'handInteractionHint': string;
'handInteractionHintProperty': TReadOnlyProperty<string>;
'handInteractionHintStringProperty': TReadOnlyProperty<string>;
'footInteractionHint': string;
'footInteractionHintProperty': TReadOnlyProperty<string>;
'footInteractionHintStringProperty': TReadOnlyProperty<string>;
}
}
};
Expand Down

0 comments on commit f567bb8

Please sign in to comment.