Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. {
  2. calendar: {
  3. weekdays: {
  4. shorthand: ['Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
  5. longhand: ['Воскресенье', 'Понедельник', 'Вторник', 'Среда', 'Четверг', 'Пятница', 'Суббота']
  6. },
  7. months: {
  8. shorthand: ['Янв', 'Фев', 'Март', 'Апр', 'Май', 'Июнь', 'Июль', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'],
  9. longhand: ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь']
  10. }
  11. },
  12. today: 'Today',
  13. tomorrow: 'Tomorrow',
  14. safeData: 'Your data are safe and will not collected or sold for any marketing purposes...',
  15. shareText: 'Share this page',
  16. returnBrowsing: 'Return to browsing the website',
  17. submit: 'Submit',
  18. callFailed: {
  19. heading: 'Sorry, there were some problems and we couldn\'t get in touch. If you have any feedback, please let us know',
  20. emailPlaceholder: 'Your email',
  21. feedbackPlaceholder: 'Your feedback',
  22. submit: 'Send a feedback'
  23. },
  24. scheduleSuccess: {
  25. heading: 'Thank you for scheduling a call',
  26. shareText: '@:shareText',
  27. returnBrowsing: '@:returnBrowsing'
  28. },
  29. callInProgress: {
  30. heading: 'You are in the middle of the call'
  31. },
  32. callBusyTalking: {
  33. heading: 'Unfortunately all of our managers are busy right now',
  34. leaveMessageButton: 'Leave a message',
  35. scheduleCallButton: 'Schedule a call',
  36. waitManagerButton: 'Wait for a manager'
  37. },
  38. callBusyAfterhours: {
  39. heading: 'Unfortunately, we are out of the office. Would you like us to call you back?',
  40. leaveMessageButton: 'Leave a message',
  41. scheduleCallButton: 'Schedule a call'
  42. },
  43. messageSuccess: {
  44. heading: 'Thank you for submitting your message. We will get in touch soon',
  45. shareText: '@:shareText',
  46. returnBrowsing: '@:returnBrowsing'
  47. },
  48. callSuccess: {
  49. heading: 'Thanks for the conversation. :)',
  50. rateCall: 'Rate the call',
  51. shareText: '@:shareText',
  52. issueHeading: 'Did you have any call issues?',
  53. issues: ['Distorted speech', 'Electronic feedback', 'Background noise', 'Muffled speech', 'Echo'],
  54. submit: 'Send'
  55. },
  56. customFields: {
  57. heading: 'Let us know more about you',
  58. submit: 'Submit'
  59. },
  60. departments: {
  61. heading: 'Would you like to receive a free call back in 28 seconds?',
  62. subheading: 'Select the department',
  63. submit: 'Go to call',
  64. select: 'Select',
  65. department: 'department'
  66. },
  67. call: {
  68. heading: 'Would you like to receive a free call back in 28 seconds?',
  69. submit: 'Call me now'
  70. },
  71. message: {
  72. heading: 'Leave your message and we will contact you as soon as possible',
  73. submit: 'Submit'
  74. },
  75. schedule: {
  76. heading: 'Choose the best time for the call-back:',
  77. submit: 'Call me later'
  78. },
  79. oneClickToCall: {
  80. greeting: 'Hi, {name}!',
  81. greetingNoName: 'Hi there!',
  82. callback: 'Call you back to: {tel}?',
  83. callbackNoName: '@:oneClickToCall.callback',
  84. changeTel: 'change',
  85. submit: 'YES'
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement