mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[Feature] New physical constants
* Units Added units to physics constant * Units Corrected the value of speed of light ( from 2.998e8 to 2.99792458e8 m/s ) * fix compilation error * Units Rename Units Of Measurements => Speed Suppress light year ( native unit ) Added some speed of sound values * Update shared.de.i18n * Update toolbox.es.i18n * Update toolbox.fr.i18n * Update toolbox.pt.i18n * Update toolbox.en.i18n * Update shared.universal.i18n Co-authored-by: Quentin <quentin.guidee@gmail.com>
This commit is contained in:
@@ -409,22 +409,27 @@ NumberElementUue = "119 - Ununennio (Uue)"
|
||||
AlphaElementUue = "Uue - Ununennio (119)"
|
||||
NumberElementUbn = "120 - Unbinilio (Ubn)"
|
||||
AlphaElementUbn = "Ubn - Unbinilio (120)"
|
||||
UnitOfMesurement = "Unidad de medida"
|
||||
SpeedOfLightTag = "Velocidad de la luz (m·s^-1)"
|
||||
YearLightTag = "Un año de luz (km)"
|
||||
Speed = "Velocidad"
|
||||
SpeedOfLightTag = "Velocidad de la luz"
|
||||
SpeedOfSound = "La velocidad del sonido"
|
||||
YearLightTag = "Un año de luz"
|
||||
Thermodynamics = "Termodinámica"
|
||||
BoltzmannTag = "Constante Boltzmann (J·K^-1)"
|
||||
AvogadroTag = "Constante de Avogadro (mol^-1)"
|
||||
GasTag = "Constante de gas (kJ.K^-1·mol^-1)"
|
||||
SpeedOfSound0Tag = "Nivel del mar, 20 ° C"
|
||||
SpeedOfSoundWaterTag = "En el agua"
|
||||
SpeedOfSoundSteelTag = "En acero"
|
||||
SpeedOfSoundGlassTag = "En vidrio"
|
||||
BoltzmannTag = "Constante Boltzmann"
|
||||
AvogadroTag = "Constante de Avogadro"
|
||||
GasTag = "Constante de gas"
|
||||
Electromagnetism = "Electromagnetismo"
|
||||
CoulombTag = "Constante de Coulomb (N·m^2·C^-2)"
|
||||
Vacuum_permittivityTag = "Permisividad de vacío (F·m^-1)"
|
||||
Vacuum_permeabilityTag = "Permeabilidad al vacío (T·m·A^-1)"
|
||||
PlanckTag = "Constante de Planck (m^2·kg·s^-1)"
|
||||
ElectronMassTag = "Masa de un electrón (kg)"
|
||||
ProtonMassTag = "Masa de un protón (kg)"
|
||||
NeutronMassTag = "Masa de un neutrón (kg)"
|
||||
CoulombTag = "Constante de Coulomb"
|
||||
Vacuum_permittivityTag = "Permisividad de vacío"
|
||||
Vacuum_permeabilityTag = "Permeabilidad al vacío"
|
||||
PlanckTag = "Constante de Planck"
|
||||
ElectronMassTag = "Masa de un electrón"
|
||||
ProtonMassTag = "Masa de un protón"
|
||||
NeutronMassTag = "Masa de un neutrón"
|
||||
Gravitation = "Gravitación"
|
||||
ElementalChargeTag = "Carga elemental (C)"
|
||||
GAccelerationTag = "Aceleración (m·s^-2)"
|
||||
GConstantTag = "Constante (m^3·kg^-1·s^-2)"
|
||||
ElementalChargeTag = "Carga elemental"
|
||||
GAccelerationTag = "Aceleración"
|
||||
GConstantTag = "Constante"
|
||||
|
||||
Reference in New Issue
Block a user