Skip to content

Commit

Permalink
Rename NumberSentenceAccordionBox to NumberPhraseAccordionBox and upd…
Browse files Browse the repository at this point in the history
…ate accessibleName/HelpText, see: phetsims/number-pairs#78
  • Loading branch information
marlitas committed Feb 7, 2025
1 parent 8668e0b commit 701ca96
Showing 1 changed file with 40 additions and 19 deletions.
59 changes: 40 additions & 19 deletions _generated_development_strings/number-pairs_all.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,28 @@
"screen.game": {
"value": "Game"
},
"numberSentence": {
"value": "Number Sentence"
"numberPhrase": {
"value": "Number Phrase"
},
"numberPhraseHelpText": {
"value": "Read number phrase aloud."
},
"numberBond": {
"value": "Number Bond"
},
"barModel": {
"value": "Bar Model"
},
"equation": {
"value": "Equation"
},
"decompositionNumberSentencePattern": {
"decompositionNumberPhrasePattern": {
"value": "<total>{{total}}</total> can be decomposed into <left>{{leftAddend}}</left> and <right>{{rightAddend}}</right>"
},
"decompositionNumberPhraseSpeechPattern": {
"value": "{{total}} can be decomposed into {{leftAddend}} and {{rightAddend}}"
},
"sumNumberSentencePattern": {
"sumNumberPhrasePattern": {
"value": "<left>{{leftAddend}}</left> plus <right>{{rightAddend}}</right> equals <total>{{total}}</total>"
},
"sumNumberPhraseSpeechPattern": {
Expand Down Expand Up @@ -66,29 +72,29 @@
"automaticallyHearPhraseDescription": {
"value": "Hear the phrase update automatically as you interact."
},
"hearNumberSentence": {
"hearNumberPhrase": {
"value": "Hear Number Sentence"
},
"organizeObjects": {
"value": "Organize Objects"
"organizeObjectsPattern": {
"value": "Organize {{representation}}"
},
"organizeObjectsHelpText": {
"value": "Organizes objects into groups of five."
"organizeObjectsHelpTextPattern": {
"value": "Organize {{representation}} into groups of five."
},
"swapAddends": {
"value": "Swap Addends"
},
"makesAreaVisible": {
"value": "Makes area visible."
"showOrHideAddend": {
"value": "Show or Hide Addend"
},
"firstAddendNoJump": {
"value": "First Addend No Jump"
"showOrHideAddends": {
"value": "Show or Hide Addends"
},
"firstAddendJump": {
"value": "First Addend Jump"
"totalNumberPattern": {
"value": "Total Number {{value}}"
},
"sceneSelectionRadioButtonGroup": {
"value": "Scene Selection Radio Button Group"
"chooseTotalHelpText": {
"value": "Choose total for counting area."
},
"apples": {
"value": "Apples"
Expand All @@ -99,26 +105,41 @@
"butterflies": {
"value": "Butterflies"
},
"oneCards": {
"value": "One Cards"
"ones": {
"value": "Ones"
},
"kittens": {
"value": "Kittens"
},
"beads": {
"value": "Beads"
},
"beadsOnAWire": {
"value": "Beads on a Wire"
},
"numberLine": {
"value": "Number Line"
},
"representationType": {
"value": "Representation Type"
},
"representationTypeHelpText": {
"value": "Choose representation for counting area."
},
"locationCountingObjects": {
"value": "Location Counting Objects"
},
"numberLineSlider": {
"value": "Number Line Slider"
},
"countOn": {
"value": "Count On"
},
"countFromZero": {
"value": "Count from Zero"
},
"totalCheckboxHelpText": {
"value": "Show or hide the sum of the two addends."
}
}
}

0 comments on commit 701ca96

Please sign in to comment.