d940066ea2
* Removed unused I18N strings from the `pets.json` file (locales\en) * Removed unused I18N strings from the `pets.json` file in all the languages Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"magicalBee": "Apis Magica",
|
|
"phoenix": "Phoenix",
|
|
"orca": "Orca",
|
|
"mammoth": "Mammuthus Lanatus",
|
|
"mantisShrimp": "Stomatopodum",
|
|
"hydra": "Hydra",
|
|
"cerberusPup": "Cerberus Catulus",
|
|
"veteranFox": "Vulpes Veterana",
|
|
"veteranBear": "Ursus Veteranus",
|
|
"veteranLion": "Leo Veteranus",
|
|
"veteranTiger": "Tigris Veteranus",
|
|
"veteranWolf": "Lupus Veteranus",
|
|
"etherealLion": "Leo Aetherius",
|
|
"magicMounts": "Iumenta Magici",
|
|
"questMounts": "Iumenta Investigationum",
|
|
"mountsTamed": "Iumenta Domiti",
|
|
"activeMount": "Iumentum Electus",
|
|
"mounts": "Iumenta",
|
|
"wackyPets": "Animalia Peregrina",
|
|
"questPets": "Animalia Investigationum",
|
|
"magicPets": "Animalia Magica",
|
|
"petsFound": "Animalia Inventa",
|
|
"activePet": "Animal Electum",
|
|
"pets": "Animalia",
|
|
"stable": "Stabulum",
|
|
"noActiveMount": "Nullus Iumentum Electus",
|
|
"noActivePet": "Nullus Animal Electum",
|
|
"hatchingPotions": "Potiones Incubantes",
|
|
"potion": "Potio <%= potionType %>",
|
|
"egg": "Ovum <%= eggType %>",
|
|
"hatchingPotion": "potio incubans",
|
|
"magicHatchingPotions": "Potiones Incubantes Magicae",
|
|
"royalPurpleJackalope": "Lepus Cornutus Purpureus Regalis",
|
|
"royalPurpleGryphon": "Gryphus Purpureus Regius",
|
|
"eggSingular": "ovum",
|
|
"eggs": "Ova",
|
|
"mountName": "<%= mount(locale) %> <%= potion(locale) %>",
|
|
"petName": "<%= egg(locale) %> <%= potion(locale) %>",
|
|
"hatchedPet": "Incubuisti novum animal nominatum <%= potion %> <%= egg %>!",
|
|
"hopefulHippogriffMount": "Hopeful Hippogriff (Pet)",
|
|
"hopefulHippogriffPet": "Hopeful Hippogriff (Pet)"
|
|
}
|