mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-28 20:18:32 +01:00
Assimilate some shared strings for Crowdin
This commit is contained in:
parent
0b68860e34
commit
8d73d2f92b
@ -386,7 +386,7 @@ public class RequirementsPrompt extends QuestsEditorNumericPrompt {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getPromptText(ConversationContext context) {
|
public String getPromptText(ConversationContext context) {
|
||||||
String text = Lang.get("reqMoneyPrompt");
|
String text = Lang.get("rewMoneyPrompt");
|
||||||
if (plugin.getDependencies().getVaultEconomy() != null) {
|
if (plugin.getDependencies().getVaultEconomy() != null) {
|
||||||
text = text.replace("<money>", ChatColor.DARK_PURPLE+ ((plugin.getDependencies().getVaultEconomy()
|
text = text.replace("<money>", ChatColor.DARK_PURPLE+ ((plugin.getDependencies().getVaultEconomy()
|
||||||
.currencyNamePlural().isEmpty() ? Lang.get("money") : plugin.getDependencies().getVaultEconomy()
|
.currencyNamePlural().isEmpty() ? Lang.get("money") : plugin.getDependencies().getVaultEconomy()
|
||||||
@ -426,7 +426,7 @@ public class RequirementsPrompt extends QuestsEditorNumericPrompt {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getPromptText(ConversationContext context) {
|
public String getPromptText(ConversationContext context) {
|
||||||
return ChatColor.YELLOW + Lang.get("reqQuestPointsPrompt").replace("<points>", Lang.get("questPoints"));
|
return ChatColor.YELLOW + Lang.get("rewQuestPointsPrompt").replace("<points>", Lang.get("questPoints"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -986,7 +986,7 @@ public class RequirementsPrompt extends QuestsEditorNumericPrompt {
|
|||||||
skillList += ChatColor.GREEN + skills[i].getName() + "\n\n";
|
skillList += ChatColor.GREEN + skills[i].getName() + "\n\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return skillList + ChatColor.YELLOW + Lang.get("reqMcMMOPrompt");
|
return skillList + ChatColor.YELLOW + Lang.get("rewMcMMOPrompt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -919,7 +919,7 @@ public class RewardsPrompt extends QuestsEditorNumericPrompt {
|
|||||||
skillList += ChatColor.GREEN + skills[i].getName() + "\n\n";
|
skillList += ChatColor.GREEN + skills[i].getName() + "\n\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return skillList + Lang.get("rewMcMMOPrompt") + "\n" + ChatColor.GOLD + Lang.get("rewMcMMOPromptHint");
|
return skillList + ChatColor.YELLOW + Lang.get("rewMcMMOPrompt");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -407,14 +407,11 @@ reqSetSkills: "Set skills"
|
|||||||
reqSetSkillAmounts: "Set skill amounts"
|
reqSetSkillAmounts: "Set skill amounts"
|
||||||
reqHeroesSetPrimary: "Set Primary Class"
|
reqHeroesSetPrimary: "Set Primary Class"
|
||||||
reqHeroesSetSecondary: "Set Secondary Class"
|
reqHeroesSetSecondary: "Set Secondary Class"
|
||||||
reqMoneyPrompt: "Enter amount of <money>, <clear>, <cancel>"
|
|
||||||
reqQuestPointsPrompt: "Enter amount of <points>, <clear>, <cancel>"
|
|
||||||
reqQuestListTitle: "- Quests Available -"
|
reqQuestListTitle: "- Quests Available -"
|
||||||
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
reqQuestPrompt: "Enter a list of quest names, <semicolon>, <clear>, <cancel>"
|
||||||
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
reqRemoveItemsPrompt: "Enter a list of true/false values, <space>, <cancel>"
|
||||||
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
reqPermissionsPrompt: "Enter permission requirements, <space>, <clear>, <cancel>"
|
||||||
reqCustomPrompt: "Enter the name of a custom requirement to add, <clear>, <cancel>"
|
reqCustomPrompt: "Enter the name of a custom requirement to add, <clear>, <cancel>"
|
||||||
reqMcMMOPrompt: "Enter mcMMO Classic skills, <space>, <clear>, <cancel>"
|
|
||||||
reqMcMMOAmountsPrompt: "Enter mcMMO Classic skill amounts, <space>, <clear>, <cancel>"
|
reqMcMMOAmountsPrompt: "Enter mcMMO Classic skill amounts, <space>, <clear>, <cancel>"
|
||||||
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, <clear>, <cancel>"
|
reqHeroesPrimaryPrompt: "Enter a Heroes Primary Class name, <clear>, <cancel>"
|
||||||
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, <clear>, <cancel>"
|
reqHeroesSecondaryPrompt: "Enter a Heroes Secondary Class name, <clear>, <cancel>"
|
||||||
|
Loading…
Reference in New Issue
Block a user