adjust wording for Keys to Kennels

Also moves the new Keys text strings to the same place as the old ones in the locales file.
Also fixes minor typos in code that was preventing the new text from being displayed.
This commit is contained in:
Alys 2018-01-10 21:21:58 +10:00
parent 5a9c95f07e
commit 9b19477e2f
2 changed files with 17 additions and 17 deletions

View file

@ -97,8 +97,8 @@ export default {
},
keysToMounts: {
key: 'keysToMounts',
text: this.$t('keysToMounts'),
notes: this.$t('keysToMountsDesc'),
text: this.$t('keyToMounts'),
notes: this.$t('keyToMountsDesc'),
value: 4,
currency: 'gems',
class: 'key_to_mounts',
@ -117,8 +117,8 @@ export default {
},
keysToBoth: {
key: 'keysToBoth',
text: this.$t('keysToBoth'),
notes: this.$t('keysToBothDesc'),
text: this.$t('keyToBoth'),
notes: this.$t('keyToBothDesc'),
value: 6,
currency: 'gems',
class: 'key_to_both',

View file

@ -89,6 +89,18 @@
"rideLater": "Ride Later",
"petName": "<%= potion(locale) %> <%= egg(locale) %>",
"mountName": "<%= potion(locale) %> <%= mount(locale) %>",
"keyToPets": "Key to the Pet Kennels",
"keyToPetsDesc": "Release all standard Pets so you can collect them again. (Quest Pets and rare Pets are not affected.)",
"keyToMounts": "Key to the Mount Kennels",
"keyToMountsDesc": "Release all standard Mounts so you can collect them again. (Quest Mounts and rare Mounts are not affected.)",
"keyToBoth": "Master Keys to the Kennels",
"keyToBothDesc": "Release all standard Pets and Mounts so you can collect them again. (Quest Pets/Mounts and rare Pets/Mounts are not affected.)",
"releasePetsConfirm": "Are you sure you want to release your standard Pets?",
"releasePetsSuccess": "Your standard Pets have been released!",
"releaseMountsConfirm": "Are you sure you want to release your standard Mounts?",
"releaseMountsSuccess": "Your standard Mounts have been released!",
"releaseBothConfirm": "Are you sure you want to release your standard Pets and Mounts?",
"releaseBothSuccess": "Your standard Pets and Mounts have been released!",
"petKeyName": "Key to the Kennels",
"petKeyPop": "Let your pets roam free, release them to start their own adventure, and give yourself the thrill of Beast Master once more!",
"petKeyBegin": "Key to the Kennels: Experience <%= title %> Once More!",
@ -124,17 +136,5 @@
"dragThisPotion": "Drag this <%= potionName %> to an Egg and hatch a new pet!",
"clickOnEggToHatch": "Click on an Egg to use your <%= potionName %> hatching potion and hatch a new pet!",
"hatchDialogText": "Pour your <%= potionName %> hatching potion on your <%= eggName %> egg, and it will hatch into a <%= petName %>.",
"clickOnPotionToHatch": "Click on a hatching potion to use it on your <%= eggName %> and hatch a new pet!",
"releasePetsConfirm": "Are you sure you want to purchase Keys to the Pets?",
"releasePetsSuccess": "Keys to the Pets purchased successfully!",
"releaseMountsConfirm": "Are you sure you want to purchase Keys to the Pets?",
"releaseMountsSuccess": "Keys to the Pets purchased successfully!",
"releaseBothConfirm": "Are you sure you want to purchase Keys to the Kennels?",
"releaseBothSuccess": "Keys to the Kennels purchased successfully!",
"keyToPets": "Keys to the Pets",
"keyToPetsDesc": "Release all standard pets so you can collect them again. (Quest pets and rare pets are not affected.)",
"keyToMounts": "Keys to the Mounts",
"keyToMountsDesc": "Release all standard mounts so you can collect them again. (Quest mounts and rare mounts are not affected.)",
"keyToBoth": "Keys to the Kennel",
"keyToBothDesc": "Release all standard pets and mounts so you can collect them again. (Quest pets/mounts and rare pets/mounts are not affected.)"
"clickOnPotionToHatch": "Click on a hatching potion to use it on your <%= eggName %> and hatch a new pet!"
}