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 - Ununennium (Uue)"
|
||||
AlphaElementUue = "Uue - Ununennium (119)"
|
||||
NumberElementUbn = "120 - Unbinilium (Ubn)"
|
||||
AlphaElementUbn = "Ubn - Unbinilium (120)"
|
||||
UnitOfMesurement = "Unités de mesure"
|
||||
SpeedOfLightTag = "Vitesse de la lumière (m·s^-1)"
|
||||
YearLightTag = "Année lumière (km)"
|
||||
Speed = "Vitesse"
|
||||
SpeedOfSound = "Vitesse du son"
|
||||
SpeedOfSound0Tag = "Niveau de la mer, 20°C"
|
||||
SpeedOfSoundWaterTag = "Dans l'eau"
|
||||
SpeedOfSoundSteelTag = "Dans l'acier"
|
||||
SpeedOfSoundGlassTag = "Dans le verre"
|
||||
SpeedOfLightTag = "Vitesse de la lumière"
|
||||
YearLightTag = "Année lumière"
|
||||
Thermodynamics = "Thermodynamique"
|
||||
BoltzmannTag = "Const de Boltzmann (J·K^-1)"
|
||||
AvogadroTag = "Const d'Avogadro (mol^-1)"
|
||||
GasTag = "Const des gaz pfts(kJ·K^-1·mol^-1)"
|
||||
BoltzmannTag = "Const de Boltzmann"
|
||||
AvogadroTag = "Const d'Avogadro"
|
||||
GasTag = "Const des gaz parfaits"
|
||||
Electromagnetism = "Electromagnétisme"
|
||||
CoulombTag = "Const de Coulomb (N·m^2·C^-2)"
|
||||
Vacuum_permittivityTag = "Permittivité au vide (F·m^-1)"
|
||||
Vacuum_permeabilityTag = "Perméabilité au vide (T·m·A^-1)"
|
||||
PlanckTag = "Const de Planck (m^2·kg·s^-1)"
|
||||
ElectronMassTag = "Masse d'un électron (kg)"
|
||||
ProtonMassTag = "Masse d'un proton (kg)"
|
||||
NeutronMassTag = "Masse d'un neutron (kg)"
|
||||
CoulombTag = "Const de Coulomb"
|
||||
Vacuum_permittivityTag = "Permittivité du vide"
|
||||
Vacuum_permeabilityTag = "Perméabilité du vide"
|
||||
PlanckTag = "Const de Planck"
|
||||
ElectronMassTag = "Masse d'un électron"
|
||||
ProtonMassTag = "Masse d'un proton"
|
||||
NeutronMassTag = "Masse d'un neutron"
|
||||
Gravitation = "Gravitation"
|
||||
ElementalChargeTag = "Charge élémentaire (C)"
|
||||
GAccelerationTag = "Accélération (m·s^-2)"
|
||||
GConstantTag = "Constante (m^3·kg^-1·s^-2)"
|
||||
ElementalChargeTag = "Charge élémentaire"
|
||||
GAccelerationTag = "Accélération"
|
||||
GConstantTag = "Constante"
|
||||
|
||||
Reference in New Issue
Block a user