StringDefine.cs 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. 
  2. namespace FL
  3. {
  4. public static partial class StringDefine
  5. {
  6. public static string dragonTreasureScore = "还差{0}积分可以领取{1}";
  7. public static string sellHightPowerEquip = "出售的装备战力高于当前装备,是否确定?";
  8. public static string resetCurrentPlan = "重置当前方案";
  9. public static string resetCareer = "重置职业";
  10. public static string dragonEggsEmpty = "龙裔宝卵数量不足";
  11. public static string temporaryEquipEmpty = "当前背包中没有装备";
  12. public static string notOpen = "功能暂未开放,敬请期待";
  13. public static string common_bracket = "[{0}]";
  14. public static string commonRenameEmpty = "要修改的内容不能为空";
  15. public static string commonRenamePrompt = "最多{0}个字符";
  16. public static string buff_preview_tips_attack = "攻击触发";
  17. public static string buff_preview_tips_coming = "即将触发";
  18. public static string[] partnerTypeList = { "剑", "锤", "斧", "匕首", "法杖" };
  19. public static string[] equipQualityNameList = { "粗糙", "简易", "坚固", "灵便", "锋锐", "精铸", "幻影", "风暴", "荣耀", "龙裔", "圣辉", "混沌" };
  20. public static string upgradeDragonEggBoxExp = "在获取[color=#FF0000]{0}[/color]经验可提升等级";
  21. public static string maxEquipQuality = "当前最高可获得[color={0}]{1}[/color]品质装备{2}";
  22. public static string nextLvEquipQuality = ",等级收益提高后可获得[color={0}]{1}[/color]品质装备";
  23. public static string treasureChestUpTime = "升级中:{0}([color=#00FF00]-{1}[/color])";
  24. public static string treasureChestADTime = "减少{0}分钟升级时间";
  25. public static string treasureChestWatchADCount = "今日观看次数:{0}/{1}";
  26. public static string partnerStarAttribute = "拥有效果:[color=#1EF369]{0}[/color]";
  27. public static string partnerAttack = "伤害系数:[color=#1EF369]{0}[/color]";
  28. public static string partnerAtkSpeed = "攻击速度:[color=#1EF369]{0}[/color]";
  29. public static string partnerInitPlanName = "方案{0}";
  30. public static string epigraphUpUnenough = "铭文数量不足";
  31. public static string UnlockAdvanceJob = "主角等级:{0}/{1}";
  32. public static string TransferUnlockLv = "{0}级可转职";
  33. public static string TransferBtnName = "转职";
  34. public static string AwakeRenameTitle = "修改方案名";
  35. public static string AwakeRenameDesc = "请输入要修改方案名称";
  36. public static string itemNotEnough = "{0}数量不足";
  37. public static string PartnerAlreadyUpTips = "当前圣兵已在方案内上阵";
  38. public static string PartnerCurPlanTips = "已经是当前方案";
  39. public static string PartnerCurSlotNoSbTips = "当前槽位没有上阵圣兵";
  40. public static string PartnerEmptyTips = "当前圣兵不存在";
  41. public static string PartnerUpLvEmptyTips = "圣兵等级信息不存在";
  42. public static string PartnerUpStarEmptyTips = "圣兵星级信息不存在";
  43. public static string EpigraphEmptyTips = "当前铭文不存在";
  44. public static string EpigraphAlreadyUpTips = "当前铭文已在方案内上阵";
  45. public static string RenameEmptyStrTips = "输入名字不能为空";
  46. }
  47. }