mirror of
https://github.com/Wyrrrd/Gun_Turret_Alerts.git
synced 2026-06-03 15:56:38 +02:00
Added french locale (by d0ob)
This commit is contained in:
@@ -9,4 +9,5 @@ If you want to contribute by translating this mod, you can view the existing tra
|
|||||||
|
|
||||||
### Credit
|
### Credit
|
||||||
Thanks to [unhott](https://mods.factorio.com/user/unhott) for the [original mod](https://mods.factorio.com/mod/GunTurretAlerts).
|
Thanks to [unhott](https://mods.factorio.com/user/unhott) for the [original mod](https://mods.factorio.com/mod/GunTurretAlerts).
|
||||||
Thanks to [snouz](https://mods.factorio.com/user/snouz) for the new icons and thumbnail.
|
Thanks to [snouz](https://mods.factorio.com/user/snouz) for the new icons and thumbnail.
|
||||||
|
Thanks to [d0ob](https://github.com/d0ob) for the french locale.
|
||||||
@@ -1,4 +1,9 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.1.8
|
||||||
|
Date: 2021-08-06
|
||||||
|
Locale:
|
||||||
|
- Addedd french locale (thanks to d0ob)
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.1.7
|
Version: 1.1.7
|
||||||
Date: 2021-06-21
|
Date: 2021-06-21
|
||||||
Compatibility:
|
Compatibility:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Gun_Turret_Alerts",
|
"name": "Gun_Turret_Alerts",
|
||||||
"version": "1.1.7",
|
"version": "1.1.8",
|
||||||
"title": "Ammo Alerts",
|
"title": "Ammo Alerts",
|
||||||
"author": "Wyrrrd",
|
"author": "Wyrrrd",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
|
|||||||
@@ -0,0 +1,24 @@
|
|||||||
|
[mod-setting-name]
|
||||||
|
gun-turret-alerts-enabled=Activer les alertes de manque de munitions dans les tourelles.
|
||||||
|
gun-turret-alerts-car-enabled=Activer les alertes de manque de munitions dans les véhicules.
|
||||||
|
gun-turret-alerts-mode=Prendre en considération plusieurs compartiments de munitions.
|
||||||
|
gun-turret-alerts-threshold=Nombre de munitions restantes avant d'être alerté.
|
||||||
|
|
||||||
|
[mod-setting-description]
|
||||||
|
gun-turret-alerts-enabled=Le manque de munitions dans une tourelle enverra une alerte au joueur.
|
||||||
|
gun-turret-alerts-car-enabled=Le manque de munitions dans un véhicule enverra une alerte au joueur.
|
||||||
|
gun-turret-alerts-mode=Surveiller tous les compartiments de l'unité, un seul, ou une sélection.\n(Certaines unités, principalement des véhicules, peuvent posséder plusieurs compartiments. À laisser décoché s'il n'y en a qu'un seul.)
|
||||||
|
gun-turret-alerts-threshold=Le nombre de munitions, dans une tourelle ou un véhicule, qui déclenchera un alerte une fois atteint.
|
||||||
|
|
||||||
|
[string-mod-setting]
|
||||||
|
autofilter_mode-added=Tous
|
||||||
|
autofilter_mode-individually=Unique
|
||||||
|
autofilter_mode-selected=Sélection
|
||||||
|
|
||||||
|
[gun-turret-alerts]
|
||||||
|
message-empty=__1__ plus de munition
|
||||||
|
message-low=__1__ peu de munitions
|
||||||
|
|
||||||
|
[virtual-signal-name]
|
||||||
|
ammo-icon-red=Signal d'absence de munition
|
||||||
|
ammo-icon-yellow=Signal de manque de munitions
|
||||||
Reference in New Issue
Block a user