translation_issue.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. name: "🌐 Localization/Translation issue"
  2. description: Report incorrect translations. [please use English :)]
  3. labels:
  4. - translation
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Self Checks
  9. description: "To make sure we get to you in time, please check the following :)"
  10. options:
  11. - label: I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
  12. required: true
  13. - label: I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - label: "请务必使用英文提交 Issue,否则会被关闭。谢谢!:)"
  16. required: true
  17. - label: "Please do not modify this template :) and fill in all the required fields."
  18. required: true
  19. - type: input
  20. attributes:
  21. label: Dify version
  22. placeholder: 0.3.21
  23. description: Hover over system tray icon or look at Settings
  24. validations:
  25. required: true
  26. - type: input
  27. attributes:
  28. label: Utility with translation issue
  29. placeholder: Some area
  30. description: Please input here the utility with the translation issue
  31. validations:
  32. required: true
  33. - type: input
  34. attributes:
  35. label: 🌐 Language affected
  36. placeholder: "German"
  37. validations:
  38. required: true
  39. - type: textarea
  40. attributes:
  41. label: ❌ Actual phrase(s)
  42. placeholder: What is there? Please include a screenshot as that is extremely helpful.
  43. validations:
  44. required: true
  45. - type: textarea
  46. attributes:
  47. label: ✔️ Expected phrase(s)
  48. placeholder: What was expected?
  49. validations:
  50. required: true
  51. - type: textarea
  52. attributes:
  53. label: ℹ Why is the current translation wrong
  54. placeholder: Why do you feel this is incorrect?
  55. validations:
  56. required: true