poe-i18n
Version:
i18n utility for Path of Exile
49 lines (48 loc) • 1.08 kB
JSON
{
"meta": {
"include": "skill_stat_descriptions",
"hasIdentifiers": false
},
"data": {
"buff_duration": {
"stats": ["buff_effect_duration"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Penalidade Dura %1% segundos",
"formatters": [
{
"id": "milliseconds_to_seconds_2dp",
"arg": 1
}
]
}
]
},
"secondary_buff_duration": {
"stats": ["secondary_buff_effect_duration"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Penalidade Secundária Dura %1% segundos",
"formatters": [
{
"id": "milliseconds_to_seconds_2dp",
"arg": 1
}
]
}
]
},
"chaos_res": {
"stats": ["base_chaos_damage_resistance_%"],
"translations": [
{
"matchers": ["#"],
"text": "Inimigos ganham %1$+d%% de Resistência a Caos",
"formatters": []
}
]
}
}
}