reply_templates.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "work_meeting": {
  3. "formal": {
  4. "zh": "感谢您的邮件。关于{{subject}},我已收到您的信息。我将在{{timeframe}}内回复您详细的反馈。如有紧急事项,请随时联系我。\n\n此致\n敬礼",
  5. "en": "Thank you for your email regarding {{subject}}. I have received your information and will provide detailed feedback within {{timeframe}}. Please feel free to contact me if there are any urgent matters.\n\nBest regards"
  6. },
  7. "casual": {
  8. "zh": "收到!关于{{subject}}的事情我看到了,{{timeframe}}内给你回复。有急事随时找我。",
  9. "en": "Got it! I've seen the {{subject}} matter and will get back to you within {{timeframe}}. Feel free to reach out if it's urgent."
  10. }
  11. },
  12. "customer_inquiry": {
  13. "formal": {
  14. "zh": "尊敬的客户,\n\n感谢您对我们产品/服务的关注。关于您咨询的{{subject}},我们将安排专业人员在{{timeframe}}内为您提供详细解答。\n\n如有其他问题,欢迎随时联系我们。\n\n此致\n敬礼",
  15. "en": "Dear Valued Customer,\n\nThank you for your interest in our products/services. Regarding your inquiry about {{subject}}, we will arrange for a professional to provide you with detailed answers within {{timeframe}}.\n\nPlease feel free to contact us if you have any other questions.\n\nBest regards"
  16. }
  17. },
  18. "general_acknowledgment": {
  19. "formal": {
  20. "zh": "您好,\n\n已收到您的邮件,我将仔细阅读并在{{timeframe}}内回复。\n\n谢谢!",
  21. "en": "Hello,\n\nI have received your email and will read it carefully and reply within {{timeframe}}.\n\nThank you!"
  22. },
  23. "casual": {
  24. "zh": "收到你的邮件了,我看看然后{{timeframe}}内回复你。",
  25. "en": "Got your email, I'll take a look and get back to you within {{timeframe}}."
  26. }
  27. },
  28. "out_of_office": {
  29. "formal": {
  30. "zh": "您好,\n\n我目前不在办公室,将于{{return_date}}返回。在此期间,如有紧急事务,请联系{{emergency_contact}}。\n\n谢谢理解!",
  31. "en": "Hello,\n\nI am currently out of the office and will return on {{return_date}}. For urgent matters during this period, please contact {{emergency_contact}}.\n\nThank you for your understanding!"
  32. }
  33. }
  34. }