texts.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "en": {
  3. "task_board": "Collect these candies to complete level",
  4. "level": "Level ",
  5. "pause": "Game\nPaused",
  6. "level_complete": "Level\nComplete!",
  7. "game_over": "Game Over",
  8. "max_level": "Max Level",
  9. "scores": "Scores",
  10. "upgrades": "Upgrades",
  11. "tutorial": [
  12. "Help to collect candies for Santa.",
  13. "Tap & hold to select candies. Release to collect them.",
  14. "Each 6th candy will give a bonus.",
  15. "Collect huge chains (more than 7 candies) to get a time bonus."
  16. ],
  17. "text_fx_1": "Awesome!",
  18. "text_fx_2": "Amazing!",
  19. "text_fx_3": "Great!",
  20. "text_fx_4": "MEGA CHAIN!",
  21. "text_fx_5": "ULTRA CHAIN!"
  22. },
  23. "ru": {
  24. "task_board": "Собери эти фрукты, чтобы пройти уровень",
  25. "level": "Уровень ",
  26. "pause": "Пауза",
  27. "level_complete": "Уровень\nПройден!",
  28. "game_over": "Игра закончена",
  29. "max_level": "Макс уровень",
  30. "scores": "Очки",
  31. "upgrades": "Апгрейды",
  32. "tutorial": [
  33. "Собирай фрукты, чтобы накормить панду.",
  34. "Тапни и держи, чтобы выделить фрукты. Отпусти, чтобы собрать их.",
  35. "Каждый 6й фрукт даст бонус.",
  36. "Собирай огромные цепочки, чтобы получить бонусное время."
  37. ],
  38. "text_fx_1": "Круто!",
  39. "text_fx_2": "Супер!",
  40. "text_fx_3": "Отлично!",
  41. "text_fx_4": "МЕГА КОМБО!",
  42. "text_fx_5": "СУПЕР КОМБО!"
  43. }
  44. }