translations.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "hello": {
  3. "en": "Hello, {}!",
  4. "ru": "Привет, {}!"
  5. },
  6. "choose_lang": {
  7. "en": "Please choose the language:",
  8. "ru": "Пожалуйста, выберите язык:"
  9. },
  10. "lang_chosen": {
  11. "en": "Language has been succesfully set!",
  12. "ru": "Язык был успешно изменён!"
  13. },
  14. "instruction": {
  15. "en": "Are you first time here? If so, please paste your Telegram ID ({}) to your profile here: https://physics.itmo.ru/",
  16. "ru": "Вы здесь впервые? Если так, то, пожалуйста, вставьте ваш Telegram ID ({}) в профиль на сайте факультета: https://physics.itmo.ru/"
  17. },
  18. "help": {
  19. "en": "This is a bot that helps faculty members of New Phystech work with faculty's public printers. Here you can easily choose a method of printing, which data will be printed with selected printer.",
  20. "ru": "Данный бот помогает сотрудникам Нового Физтеха ФТФ ИТМО работать с общими принтерами факультета. Здесь вы можете ввести информацию, которую нужно распечатать, или отправить файл для печати, а также выбрать, на каком принтере будет происходить печать."
  21. },
  22. "wrong_lang": {
  23. "en": "Wrong language chosen. You can always change it using /language command.",
  24. "ru": "Выбран неправильный язык. Вы всегда можете изменить его, используя команду /language."
  25. },
  26. "choose_printer": {
  27. "en": "Please choose the printer:",
  28. "ru": "Пожалуйста, выберите принтер:"
  29. },
  30. "not_member": {
  31. "en": "Sorry, you are not a member of New Phystech faculty. Please follow instructions:",
  32. "ru": "Извините, вы не сотрудник Нового Физтеха. Пожалуйста, воспользуйтесь инструкцией:"
  33. },
  34. "not_tr": {
  35. "en": "Sorry, this sentence has not been translated yet.",
  36. "ru": "Извините, это фраза ещё не переведена."
  37. },
  38. "send_file": {
  39. "en": "Please send the content you would like to print. It can be text in a messages, one or more images, PDF files. Start with defining mode: «Text», «Pictures», «PDF». After you sent all content, type /done.",
  40. "ru": "Пожалуйста, пришлите то, что вы бы хотели распечатать: текст из сообщений, одно или несколько изображений, PDF файлы. Начните с сообщения, указывающего на тип: «Текст», «Изображения», «PDF». После этого отправьте /done."
  41. }
  42. }