diff --git a/capacitor-lab-basics_en.html b/capacitor-lab-basics_en.html index 42ac59aa..81509a11 100644 --- a/capacitor-lab-basics_en.html +++ b/capacitor-lab-basics_en.html @@ -93,6 +93,7 @@ let preloads = [ '../joist/js/splash.js', '../sherpa/lib/jquery-2.1.0.js', + '../sherpa/lib/jsondiffpatch-v0.3.11.umd.js', '../sherpa/lib/lodash-4.17.4.js', '../sherpa/lib/FileSaver-b8054a2.js', '../sherpa/lib/himalaya-1.1.0.js', diff --git a/js/capacitorLabBasicsStrings.ts b/js/capacitorLabBasicsStrings.ts index f8d45a13..ee162d46 100644 --- a/js/capacitorLabBasicsStrings.ts +++ b/js/capacitorLabBasicsStrings.ts @@ -5,36 +5,59 @@ */ /* eslint-disable */ import getStringModule from '../../chipper/js/getStringModule.js'; +import TReadOnlyProperty from '../../axon/js/TReadOnlyProperty.js'; import capacitorLabBasics from './capacitorLabBasics.js'; type StringsType = { 'capacitance': string; + 'capacitanceProperty': TReadOnlyProperty; 'conventional': string; + 'conventionalProperty': TReadOnlyProperty; 'currentDirection': string; + 'currentDirectionProperty': TReadOnlyProperty; 'barGraphs': string; + 'barGraphsProperty': TReadOnlyProperty; 'capacitor-lab-basics': { 'title': string; + 'titleProperty': TReadOnlyProperty; }; 'screen': { 'capacitance': string; + 'capacitanceProperty': TReadOnlyProperty; 'lightBulb': string; + 'lightBulbProperty': TReadOnlyProperty; }; 'electricField': string; + 'electricFieldProperty': TReadOnlyProperty; 'electrons': string; + 'electronsProperty': TReadOnlyProperty; 'plateArea': string; + 'plateAreaProperty': TReadOnlyProperty; 'topPlateCharge': string; + 'topPlateChargeProperty': TReadOnlyProperty; 'plateCharges': string; + 'plateChargesProperty': TReadOnlyProperty; 'separation': string; + 'separationProperty': TReadOnlyProperty; 'storedEnergy': string; + 'storedEnergyProperty': TReadOnlyProperty; 'voltage': string; + 'voltageProperty': TReadOnlyProperty; 'voltsPattern': string; + 'voltsPatternProperty': TReadOnlyProperty; 'millimetersPattern': string; + 'millimetersPatternProperty': TReadOnlyProperty; 'millimetersSquaredPattern': string; + 'millimetersSquaredPatternProperty': TReadOnlyProperty; 'picoJoulesPattern': string; + 'picoJoulesPatternProperty': TReadOnlyProperty; 'picoFaradsPattern': string; + 'picoFaradsPatternProperty': TReadOnlyProperty; 'picoCoulombsPattern': string; + 'picoCoulombsPatternProperty': TReadOnlyProperty; 'volts': { 'unknown': string; + 'unknownProperty': TReadOnlyProperty; } };