poe-i18n
Version:
i18n utility for Path of Exile
60 lines (59 loc) • 1.47 kB
JSON
{
"meta": {
"include": "skill_stat_descriptions",
"hasIdentifiers": false
},
"data": {
"skill_and_damaging_ailment_duration_incr": {
"stats": ["skill_effect_and_damaging_ailment_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"%1%%% d'Augmentation de la Durée de cette Aptitude et des Altérations de dégâts",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextDamagingAilments"
}
]
},
{
"matchers": [["#", -1]],
"text":
"%1%%% de Réduction de la Durée de cette Aptitude et des Altérations de dégâts",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextDamagingAilments"
}
]
}
]
},
"skill_duration_incr": {
"stats": ["skill_effect_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "%1%%% d'Augmentation de Durée",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "%1%%% de Réduction de Durée",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
}
}
}