mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Updated french translations after feedback
This commit is contained in:
@@ -514,11 +514,11 @@ HartreeConstantTag = "Constante de Hartree"
|
||||
MagneticFluxQuantumTag = "Quantum de Flux Magnétique"
|
||||
ConductanceQuantumTag = "Quantum de Conductance"
|
||||
CirculationQuantumTag = "Quantum de Circulation"
|
||||
Logic = "Logic"
|
||||
Logic = "Logique"
|
||||
LogicalBitClear = "Effacer le bit numéro b dans a"
|
||||
LogicalBitFlip = "Inverser le bit numéro b dans a"
|
||||
LogicalBitGet = "Obtenir le bit numéro b dans a"
|
||||
LogicalBitSet = "Allumer le bit numéro b dans a"
|
||||
LogicalBitSet = "Mettre le bit numéro b dans a"
|
||||
LogicalBitsClear = "Effacer bits b ds a [a AND NOT b]"
|
||||
LogicalShiftLeft = "Décalage logique gauche [a << s]"
|
||||
LogicalShiftRightArithmetic = "Décalage arith. droite [a >>> s]"
|
||||
@@ -526,5 +526,5 @@ LogicalShiftRight = "Décalage logique droite [a >> s]"
|
||||
LogicalRotateLeft = "Rotation gauche de a par r bits"
|
||||
LogicalRotateRight= "Rotation droite de a par r bits"
|
||||
TwosComplementToBits = "Equivalent en complément à deux"
|
||||
CeilingLog2 = "Nombre de bits nécessaires pour stocker a"
|
||||
CeilingLog2 = "Nb de bits nécessaires pour stocker a"
|
||||
ExplicitNumberOfBits = "Nombre indiqué de bits"
|
||||
|
||||
Reference in New Issue
Block a user