123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- if (!window.i18n) window.i18n = {};
- if (!window.i18n.languages) window.i18n.languages = {};
- window.i18n.languages.en = {
- // write your key value pairs here
- // 提示
- msg: {
- net_error: 'The current network is not good, please restart the game',
- video_no: 'No ads available',
- video_load_fail: 'Video loading failed',
- Share_success: 'Share success',
- share_fail: 'Sharing failed',
- desktop_succ: 'Create a desktop icon success',
- desktop_fail: 'Create a desktop icon failed',
- jlylq: 'Rewards have been collected',
- gxhdjb: 'Congratulations to get gold ',
- gxhdzs: 'Congratulations to get diamond ',
- gxhdxjs: 'Congratulations to get a new role',
- gxhdxwq: 'Congratulations to get a new weapon',
- gxhdnnp: 'Congratulations to get birdGun',
- wzwfsyjn: 'Cannot use skills when camouflaging',
- szwfsyjn: 'Cannot use skills in water',
- jnlqz: 'Skill cooling',
- mymb: 'No target',
- mxbyzl: 'Full blood without treatment',
- myzd: 'No bullets',
- jnjssb: 'Failed to unlock skill',
- ndwjs: 'The difficulty did not unlock',
- gqwjs: 'The level is not unlocked',
- djqhnd: 'Click switching difficulty',
- dwbz: 'Rank is insufficient',
- fhcg: 'Resurrection successful',
- gpfxytsdwhq: 'The skin needs to be promoted to obtain',
- gwqxytsdwhq: 'The weapon needs to be promoted to obtain',
- gwqxytgjs: 'The weapon through levels unlocked',
- xyzpsssq: 'Try Your Luck on the wheel of fortune',
- gmsjyjzwq: 'Melee weapons are disabled in current mode',
- jryqd: 'Signed in today',
- qdcg: 'Successful sign in',
- djankspjs: 'Click the button to see the video unlock',
- sjcg: 'Upgrade success',
- jswc: 'Unlock completed ',
- zsbz: 'Not enough diamonds',
- jlydz: 'Reward has arrived',
- },
- // 加载界面
- load: {
- tip1: "Props such as branches, oil drum, cacti can disguise",
- tip2: "In the game, ranged weapons and melee weapons can be switched each other",
- tip3: "Game props can make you stronger",
- },
- // 首页界面
- home: {
- no: 'Nothing',
- xzjs: 'Select Role',
- xl: 'HP:',
- ydsd: 'Move Speed:',
- gjl: 'Damage:',
- gjpl: 'Attack Speed:',
- gjfw: 'Attack Range:',
- dyl: 'Bullets:',
- gqjl: 'Level Rewards',
- ksyx: 'Star Game',
- },
- // 试用升级弹窗
- try: {
- gjl: 'Damage',
- gjpl: 'Attack Speed',
- gjfw: 'Attack Range',
- dyl: 'Bullets',
- },
- // 游戏界面
- game: {
- gameMess6_rask: 'Mission: Capture 5 flags',
- player: 'Player',
- },
- // 结算界面
- over: {
- killBoss: 'Kill Boss',
- haveSkill: 'Have skills',
- attribute: 'Attribute',
- restart: 'Restart',
- fanhui: 'Return',
- bjxq: 'NOW',
- lszj: 'GOAT',
- gameTime: 'Time:',
- kills: 'Kills:',
- level: 'level:',
- coin: 'coin:',
- xlsx: 'HP ceiling: ',
- wqsh: 'Weapon damage: ',
- wqss: 'Weapon speed: ',
- hdsd: 'Reload speed: ',
- djrl: 'Bullets : ',
- ydsd: 'Moving speed: ',
- sqfw: 'Picking region: ',
- killTip: '["Zerokill", "Firstblood", "Duoblekill", "Triplekill", "Quadrakill", "Pentakill", "Legendary"]',
- }
- };
|