4e219188-b9ca-4d2e-b4a1-ebaa006303ea.js 3.1 KB

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