PKHeX/PKHeX.Core/Resources/config/battle_it.json
Kurt f730f7d19a
Feature: Localization of Battle Templates (Showdown Set) (#4482)
* Localization capability for each language, import & export
* Lines with stat names (IVs/EVs) can be configured to many representations (X/X/X/X/X/X, HABCDS, etc).
* Add nonstandard localizations
* Add token types for Showdown's new set format
* Add new program settings for hover & export styles. Allows users to select which presentation format they want for the hover previews, as well as the set export format.
* Revises preview hover GUI to use new settings
* Revises export events to use new settings
* Moves no longer indicate end of set
* Enhance robustness of stat parsing
* Expand all settings in settings editor on form load
* Extract clipboard -> sets operation to api for maintainability & reusability
2025-05-01 23:16:36 -05:00

36 lines
1.0 KiB
JSON

{
"StatNames": {
"Names": ["PS", "Att", "Dif", "AtS", "DiS", "Vel"],
"ValueGap": " ",
"Separator": " / "
},
"StatNamesFull": {
"Names": ["PS", "Attacco", "Difesa", "Attacco Sp.", "Difesa Sp.", "Velocità"],
"ValueGap": " ",
"Separator": " / "
},
"Male": "Maschio",
"Female": "Femmina",
"Left": [
{ "Token": "Friendship", "Text": "Amicizia: " },
{ "Token": "EVs", "Text": "EVs: " },
{ "Token": "IVs", "Text": "IVs: " },
{ "Token": "AVs", "Text": "AVs: " },
{ "Token": "GVs", "Text": "GVs: " },
{ "Token": "Level", "Text": "Livello: " },
{ "Token": "Ability", "Text": "Abilità: " },
{ "Token": "DynamaxLevel", "Text": "Livello Dynamax: " },
{ "Token": "TeraType", "Text": "Teratipo: " },
{ "Token": "Nature", "Text": "Natura " },
{ "Token": "Gender", "Text": "Genere: "},
{ "Token": "Nickname", "Text": "Soprannome: "},
{ "Token": "HeldItem", "Text": "Strumento tenuto: "}
],
"Right": [
],
"Center": [
{ "Token": "Shiny", "Text": "Cromatico: Si" },
{ "Token": "Gigantamax", "Text": "Gigamax: Si" }
]
}