mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Translations - Update / Fix French Translations (Markers, Medical Damage and Medical Treatment) (#8334)
* French translation - fix typo * French translation - add french translation of `STR_ACE_Markers_MarkerDirectionScaleSlider_Tooltip` key * French translation - Add french translation of `Medical_Treatment_CPRSuccessChance` keys Fix french translation of `Medical_Treatment_TreatmentTimeCPR_DisplayName` key
This commit is contained in:
parent
cb3adc22c0
commit
46df1bd811
@ -27,6 +27,7 @@
|
|||||||
<Key ID="STR_ACE_Markers_MarkerDirectionScaleSlider_Tooltip">
|
<Key ID="STR_ACE_Markers_MarkerDirectionScaleSlider_Tooltip">
|
||||||
<English>Click RMB to reset</English>
|
<English>Click RMB to reset</English>
|
||||||
<Russian>Нажми ПКМ чтобы сбросить</Russian>
|
<Russian>Нажми ПКМ чтобы сбросить</Russian>
|
||||||
|
<French>Clic droit pour réinitialiser</French>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Markers_Module_DisplayName">
|
<Key ID="STR_ACE_Markers_Module_DisplayName">
|
||||||
<English>Markers</English>
|
<English>Markers</English>
|
||||||
|
@ -727,7 +727,7 @@
|
|||||||
<English>Controls whether crew receives damage from vehicle collisions.</English>
|
<English>Controls whether crew receives damage from vehicle collisions.</English>
|
||||||
<Russian>Контролирует, получает ли экипаж урон от столкновения транспортного средства.</Russian>
|
<Russian>Контролирует, получает ли экипаж урон от столкновения транспортного средства.</Russian>
|
||||||
<Spanish>Controla si la tripulación recibe daño debido a colisiones en vehículo.</Spanish>
|
<Spanish>Controla si la tripulación recibe daño debido a colisiones en vehículo.</Spanish>
|
||||||
<French>Définit si les passagers à bord des véhicules peuvent être blessés en cas d'accident'.</French>
|
<French>Définit si les passagers à bord des véhicules peuvent être blessés en cas d'accident.</French>
|
||||||
</Key>
|
</Key>
|
||||||
</Package>
|
</Package>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -932,19 +932,23 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMin_DisplayName">
|
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMin_DisplayName">
|
||||||
<English>CPR Success Chance Minimum</English>
|
<English>CPR Success Chance Minimum</English>
|
||||||
|
<French>RCP - Chance minimale de réussite</French>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMax_DisplayName">
|
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMax_DisplayName">
|
||||||
<English>CPR Success Chance Maximum</English>
|
<English>CPR Success Chance Maximum</English>
|
||||||
|
<French>RCP - Chance maximale de réussite</French>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMin_Description">
|
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMin_Description">
|
||||||
<English>Minimum probability that performing CPR will restore heart rhythm.\nThis minimum value is used when the patient has at least "Lost a fatal amount of blood".\nAn interpolated probability is used when the patient's blood volume is between the minimum and maximum thresholds.</English>
|
<English>Minimum probability that performing CPR will restore heart rhythm.\nThis minimum value is used when the patient has at least "Lost a fatal amount of blood".\nAn interpolated probability is used when the patient's blood volume is between the minimum and maximum thresholds.</English>
|
||||||
|
<French>Probabilité minimale de rétablir un rythme cardiaque suite à une RCP.\nCette valeur minimale est définie pour un patient à l'état "A perdu une quantité critique de sang".\nUne interpolation est faite entre la chance minimale et maximale, en fonction du volume sanguin du patient.</French>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMax_Description">
|
<Key ID="STR_ACE_Medical_Treatment_CPRSuccessChanceMax_Description">
|
||||||
<English>Maximum probability that performing CPR will restore heart rhythm.\nThis maximum value is used when the patient has at most "Lost some blood".\nAn interpolated probability is used when the patient's blood volume is between the minimum and maximum thresholds.</English>
|
<English>Maximum probability that performing CPR will restore heart rhythm.\nThis maximum value is used when the patient has at most "Lost some blood".\nAn interpolated probability is used when the patient's blood volume is between the minimum and maximum thresholds.</English>
|
||||||
|
<French>Probabilité maximale de rétablir un rythme cardiaque suite à une RCP.\nCette valeur maximale est définie pour un patient à l'état "A perdu une faible quantité de sang".\nUne interpolation est faite entre la chance minimale et maximale, en fonction du volume sanguin du patient.</French>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="STR_ACE_Medical_Treatment_TreatmentTimeCPR_DisplayName">
|
<Key ID="STR_ACE_Medical_Treatment_TreatmentTimeCPR_DisplayName">
|
||||||
<English>CPR Treatment Time</English>
|
<English>CPR Treatment Time</English>
|
||||||
<French>Durée d'interaction - RCP</French>
|
<French>RCP - Durée d'interaction</French>
|
||||||
<Japanese>CPR の動作時間</Japanese>
|
<Japanese>CPR の動作時間</Japanese>
|
||||||
<Spanish>Tiempo de tratamiento de RCP</Spanish>
|
<Spanish>Tiempo de tratamiento de RCP</Spanish>
|
||||||
<Russian>Время проведения СЛР</Russian>
|
<Russian>Время проведения СЛР</Russian>
|
||||||
|
Loading…
Reference in New Issue
Block a user