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: "[FOR CHINESE USERS] 请务必使用英文提交 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. description: Hover over system tray icon or look at Settings
  23. validations:
  24. required: true
  25. - type: input
  26. attributes:
  27. label: Utility with translation issue
  28. placeholder: Some area
  29. description: Please input here the utility with the translation issue
  30. validations:
  31. required: true
  32. - type: input
  33. attributes:
  34. label: 🌐 Language affected
  35. placeholder: "German"
  36. validations:
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: ❌ Actual phrase(s)
  41. placeholder: What is there? Please include a screenshot as that is extremely helpful.
  42. validations:
  43. required: true
  44. - type: textarea
  45. attributes:
  46. label: ✔️ Expected phrase(s)
  47. placeholder: What was expected?
  48. validations:
  49. required: true
  50. - type: textarea
  51. attributes:
  52. label: ℹ Why is the current translation wrong
  53. placeholder: Why do you feel this is incorrect?
  54. validations:
  55. required: true