poe-i18n
Version:
i18n utility for Path of Exile
144 lines (143 loc) • 3.79 kB
JSON
{
"meta": {
"include": "passive_skill_stat_descriptions"
},
"data": {
"damage_+%": {
"stats": ["damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Vous et les alliés proches avez %1%%% d'Augmentation de Dégâts",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Vous et les alliés proches avez %1%%% de Réduction de Dégâts",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_movement_velocity_+%": {
"stats": ["base_movement_velocity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Vous et les alliés proches avez %1%%% d'Augmentation de la Vitesse de déplacement",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Vous et les alliés proches avez %1%%% de Réduction de la Vitesse de déplacement",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_damage_taken_+%": {
"stats": ["elemental_damage_taken_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Les Ennemis proches ont %1%%% d'Augmentation des Dégâts élémentaires subis",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Les Ennemis proches ont %1%%% de Réduction des Dégâts élémentaires subis",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chance_to_be_ignited_%": {
"stats": ["chance_to_be_ignited_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Les Ennemis proches ont %1$+d%% de chances d'être Embrasés par les Dégâts de feu",
"formatters": []
}
]
},
"chance_to_be_frozen_%": {
"stats": ["chance_to_be_frozen_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Les Ennemis proches ont %1$+d%% de chances d'être Gelés par les Dégâts de froid",
"formatters": []
}
]
},
"chance_to_be_shocked_%": {
"stats": ["chance_to_be_shocked_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Les Ennemis proches ont %1$+d%% de chances d'être Électrocutés par les Dégâts de foudre",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextShock"
}
]
}
]
},
"inquisitor_aura_elemental_damage_+%_final": {
"stats": ["inquisitor_aura_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Les Ennemis proches ont %1%%% Davantage de Dégâts élémentaires",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Les Ennemis proches ont %1%%% de Perte de Dégâts élémentaires",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_chaos_damage_resistance_%": {
"stats": ["base_chaos_damage_resistance_%"],
"translations": [
{
"matchers": ["#"],
"text": "Les ennemis proches ont %1$+d%% de Résistance au chaos",
"formatters": []
}
]
}
}
}