Merge pull request #2573 from matheod/patch-2
Correct action_cooldown translation (french translation).
This commit is contained in:
commit
d750c95933
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ module.exports = nativeDescription: "français", englishDescription: "French", t
|
||||||
writable: "éditable" # Hover over "attack" in Your Skills while playing a level to see most of this
|
writable: "éditable" # Hover over "attack" in Your Skills while playing a level to see most of this
|
||||||
read_only: "lecture seulement"
|
read_only: "lecture seulement"
|
||||||
action_name: "nom"
|
action_name: "nom"
|
||||||
action_cooldown: "Encaisse"
|
action_cooldown: "Durée"
|
||||||
action_specific_cooldown: "Rechargement"
|
action_specific_cooldown: "Rechargement"
|
||||||
action_damage: "Dégât"
|
action_damage: "Dégât"
|
||||||
action_range: "Portée"
|
action_range: "Portée"
|
||||||
|
|
Reference in a new issue