en.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. if (!window.i18n) window.i18n = {};
  2. if (!window.i18n.languages) window.i18n.languages = {};
  3. window.i18n.languages.en = {
  4. // write your key value pairs here
  5. // 提示
  6. msg: {
  7. net_error: 'The current network is not good, please restart the game',
  8. video_no: 'No ads available',
  9. video_load_fail: 'Video loading failed',
  10. Share_success: 'Share success',
  11. share_fail: 'Sharing failed',
  12. desktop_succ: 'Create a desktop icon success',
  13. desktop_fail: 'Create a desktop icon failed',
  14. jlylq: 'Rewards have been collected',
  15. gxhdjb: 'Congratulations to get gold ',
  16. gxhdzs: 'Congratulations to get diamond ',
  17. gxhdxjs: 'Congratulations to get a new role',
  18. gxhdxwq: 'Congratulations to get a new weapon',
  19. gxhdnnp: 'Congratulations to get birdGun',
  20. wzwfsyjn: 'Cannot use skills when camouflaging',
  21. szwfsyjn: 'Cannot use skills in water',
  22. jnlqz: 'Skill cooling',
  23. mymb: 'No target',
  24. mxbyzl: 'Full blood without treatment',
  25. myzd: 'No bullets',
  26. jnjssb: 'Failed to unlock skill',
  27. ndwjs: 'The difficulty did not unlock',
  28. gqwjs: 'The level is not unlocked',
  29. djqhnd: 'Click switching difficulty',
  30. dwbz: 'Rank is insufficient',
  31. fhcg: 'Resurrection successful',
  32. gpfxytsdwhq: 'The skin needs to be promoted to obtain',
  33. gwqxytsdwhq: 'The weapon needs to be promoted to obtain',
  34. gwqxytgjs: 'The weapon through levels unlocked',
  35. xyzpsssq: 'Try Your Luck on the wheel of fortune',
  36. gmsjyjzwq: 'Melee weapons are disabled in current mode',
  37. jryqd: 'Signed in today',
  38. qdcg: 'Successful sign in',
  39. djankspjs: 'Click the button to see the video unlock',
  40. sjcg: 'Upgrade success',
  41. jswc: 'Unlock completed ',
  42. zsbz: 'Not enough diamonds',
  43. jlydz: 'Reward has arrived',
  44. },
  45. // 加载界面
  46. load: {
  47. tip1: "Props such as branches, oil drum, cacti can disguise",
  48. tip2: "In the game, ranged weapons and melee weapons can be switched each other",
  49. tip3: "Game props can make you stronger",
  50. },
  51. // 首页界面
  52. home: {
  53. no: 'Nothing',
  54. xzjs: 'Select Role',
  55. xl: 'HP:',
  56. ydsd: 'Move Speed:',
  57. gjl: 'Damage:',
  58. gjpl: 'Attack Speed:',
  59. gjfw: 'Attack Range:',
  60. dyl: 'Bullets:',
  61. gqjl: 'Level Rewards',
  62. ksyx: 'Star Game',
  63. },
  64. // 试用升级弹窗
  65. try: {
  66. gjl: 'Damage',
  67. gjpl: 'Attack Speed',
  68. gjfw: 'Attack Range',
  69. dyl: 'Bullets',
  70. },
  71. // 游戏界面
  72. game: {
  73. gameMess6_rask: 'Mission: Capture 5 flags',
  74. player: 'Player',
  75. },
  76. // 结算界面
  77. over: {
  78. killBoss: 'Kill Boss',
  79. haveSkill: 'Have skills',
  80. attribute: 'Attribute',
  81. restart: 'Restart',
  82. fanhui: 'Return',
  83. bjxq: 'NOW',
  84. lszj: 'GOAT',
  85. gameTime: 'Time:',
  86. kills: 'Kills:',
  87. level: 'level:',
  88. coin: 'coin:',
  89. xlsx: 'HP ceiling: ',
  90. wqsh: 'Weapon damage: ',
  91. wqss: 'Weapon speed: ',
  92. hdsd: 'Reload speed: ',
  93. djrl: 'Bullets : ',
  94. ydsd: 'Moving speed: ',
  95. sqfw: 'Picking region: ',
  96. killTip: '["Zerokill", "Firstblood", "Duoblekill", "Triplekill", "Quadrakill", "Pentakill", "Legendary"]',
  97. }
  98. };