Skip to content

Commit

Permalink
Rename image files *.js => *.ts, see phetsims/chipper#1218
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Apr 10, 2022
1 parent d49cd14 commit dd1ceb0
Show file tree
Hide file tree
Showing 27 changed files with 121 additions and 119 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
240 changes: 121 additions & 119 deletions js/densityBuoyancyCommonStrings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,130 +3,132 @@
/**
* Auto-generated from modulify, DO NOT manually modify.
*/

/* eslint-disable */
import getStringModule from '../../chipper/js/getStringModule.js';
import densityBuoyancyCommon from './densityBuoyancyCommon.js';

const densityBuoyancyCommonStrings = getStringModule( 'DENSITY_BUOYANCY_COMMON' ) as {
gravity: {
custom: string;
earth: string;
jupiter: string;
moon: string;
planetX: string;
name: string;
};
material: {
air: string;
aluminum: string;
apple: string;
brick: string;
cement: string;
copper: string;
custom: string;
densityP: string;
densityQ: string;
densityR: string;
densityS: string;
densityX: string;
densityY: string;
diamond: string;
gasoline: string;
glass: string;
gold: string;
honey: string;
human: string;
ice: string;
lead: string;
mercury: string;
oil: string;
platinum: string;
pyrite: string;
sand: string;
seawater: string;
silver: string;
steel: string;
styrofoam: string;
tantalum: string;
titanium: string;
water: string;
wood: string;
name: string;
};
shape: {
block: string;
cone: string;
ellipsoid: string;
horizontalCylinder: string;
invertedCone: string;
verticalCylinder: string;
};
materialInside: string;
airVolume: string;
boatVolume: string;
kilogramsPattern: string;
litersPattern: string;
newtonsPattern: string;
forces: string;
buoyancy: string;
contact: string;
mass: string;
volume: string;
masses: string;
forceValues: string;
kilogramsPerLiterPattern: string;
metersPerSecondSquaredPattern: string;
fluid: string;
fluidDensity: string;
density: string;
densityReadout: string;
massLabel: {
primary: string;
secondary: string;
'1a': string;
'1b': string;
'1c': string;
'1d': string;
'1e': string;
'2a': string;
'2b': string;
'2c': string;
'2d': string;
'2e': string;
'3a': string;
'3b': string;
'3c': string;
'3d': string;
'3e': string;
a: string;
b: string;
c: string;
d: string;
e: string;
};
blockA: string;
blockB: string;
blocks: string;
blockSet: {
sameMass: string;
sameVolume: string;
sameDensity: string;
set1: string;
set2: string;
set3: string;
random: string;
};
densityTable: string;
densityKgL: string;
width: string;
height: string;
average: string;
densityReadoutPattern: string;
whatIsTheValueOfTheFluidDensity: string;
whatIsTheValueOfGravity: string;
vectorScale: string;
type StringsType = {
'gravity': {
'custom': string,
'earth': string,
'jupiter': string,
'moon': string,
'planetX': string,
'name': string
},
'material': {
'air': string,
'aluminum': string,
'apple': string,
'brick': string,
'cement': string,
'copper': string,
'custom': string,
'densityP': string,
'densityQ': string,
'densityR': string,
'densityS': string,
'densityX': string,
'densityY': string,
'diamond': string,
'gasoline': string,
'glass': string,
'gold': string,
'honey': string,
'human': string,
'ice': string,
'lead': string,
'mercury': string,
'oil': string,
'platinum': string,
'pyrite': string,
'sand': string,
'seawater': string,
'silver': string,
'steel': string,
'styrofoam': string,
'tantalum': string,
'titanium': string,
'water': string,
'wood': string,
'name': string
},
'shape': {
'block': string,
'cone': string,
'ellipsoid': string,
'horizontalCylinder': string,
'invertedCone': string,
'verticalCylinder': string
},
'materialInside': string,
'airVolume': string,
'boatVolume': string,
'kilogramsPattern': string,
'litersPattern': string,
'newtonsPattern': string,
'forces': string,
'buoyancy': string,
'contact': string,
'mass': string,
'volume': string,
'masses': string,
'forceValues': string,
'kilogramsPerLiterPattern': string,
'metersPerSecondSquaredPattern': string,
'fluid': string,
'fluidDensity': string,
'density': string,
'densityReadout': string,
'massLabel': {
'primary': string,
'secondary': string,
'1a': string,
'1b': string,
'1c': string,
'1d': string,
'1e': string,
'2a': string,
'2b': string,
'2c': string,
'2d': string,
'2e': string,
'3a': string,
'3b': string,
'3c': string,
'3d': string,
'3e': string,
'a': string,
'b': string,
'c': string,
'd': string,
'e': string
},
'blockA': string,
'blockB': string,
'blocks': string,
'blockSet': {
'sameMass': string,
'sameVolume': string,
'sameDensity': string,
'set1': string,
'set2': string,
'set3': string,
'random': string
},
'densityTable': string,
'densityKgL': string,
'width': string,
'height': string,
'average': string,
'densityReadoutPattern': string,
'whatIsTheValueOfTheFluidDensity': string,
'whatIsTheValueOfGravity': string,
'vectorScale': string
};

const densityBuoyancyCommonStrings = getStringModule( 'DENSITY_BUOYANCY_COMMON' ) as StringsType;

densityBuoyancyCommon.register( 'densityBuoyancyCommonStrings', densityBuoyancyCommonStrings );

export default densityBuoyancyCommonStrings;

0 comments on commit dd1ceb0

Please sign in to comment.