en.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. export default {
  2. Seconds:{
  3. name:'Seconds',
  4. every:'Every second',
  5. interval:['Every','second(s) starting at second'],
  6. specific:'Specific second (choose one or many)',
  7. cycle:['Every second between second','and second']
  8. },
  9. Minutes:{
  10. name:'Minutes',
  11. every:'Every minute',
  12. interval:['Every','minute(s) starting at minute'],
  13. specific:'Specific minute (choose one or many)',
  14. cycle:['Every minute between minute','and minute']
  15. },
  16. Hours:{
  17. name:'Hours',
  18. every:'Every hour',
  19. interval:['Every','hour(s) starting at hour'],
  20. specific:'Specific hour (choose one or many)',
  21. cycle:['Every hour between hour','and hour']
  22. },
  23. Day:{
  24. name:'Day',
  25. every:'Every day',
  26. intervalWeek:['Every','day(s) starting on'],
  27. intervalDay:['Every','day(s) starting at the','of the month'],
  28. specificWeek:'Specific day of week (choose one or many)',
  29. specificDay:'Specific day of month (choose one or many)',
  30. lastDay:'On the last day of the month',
  31. lastWeekday:'On the last weekday of the month',
  32. lastWeek:['On the last',' of the month'],
  33. beforeEndMonth:['day(s) before the end of the month'],
  34. nearestWeekday:['Nearest weekday (Monday to Friday) to the','of the month'],
  35. someWeekday:['On the','of the month'],
  36. },
  37. Week:['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],
  38. Month:{
  39. name:'Month',
  40. every:'Every month',
  41. interval:['Every','month(s) starting in'],
  42. specific:'Specific month (choose one or many)',
  43. cycle:['Every month between','and']
  44. },
  45. Year:{
  46. name:'Year',
  47. every:'Any year',
  48. interval:['Every','year(s) starting in'],
  49. specific:'Specific year (choose one or many)',
  50. cycle:['Every year between','and']
  51. },
  52. Save:'Save',
  53. Close:'Close'
  54. }