translation_issue.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 file this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)).
  14. required: true
  15. - type: input
  16. attributes:
  17. label: Dify version
  18. placeholder: 0.3.21
  19. description: Hover over system tray icon or look at Settings
  20. validations:
  21. required: true
  22. - type: input
  23. attributes:
  24. label: Utility with translation issue
  25. placeholder: Some area
  26. description: Please input here the utility with the translation issue
  27. validations:
  28. required: true
  29. - type: input
  30. attributes:
  31. label: 🌐 Language affected
  32. placeholder: "German"
  33. validations:
  34. required: true
  35. - type: textarea
  36. attributes:
  37. label: ❌ Actual phrase(s)
  38. placeholder: What is there? Please include a screenshot as that is extremely helpful.
  39. validations:
  40. required: true
  41. - type: textarea
  42. attributes:
  43. label: ✔️ Expected phrase(s)
  44. placeholder: What was expected?
  45. validations:
  46. required: true
  47. - type: textarea
  48. attributes:
  49. label: ℹ Why is the current translation wrong
  50. placeholder: Why do you feel this is incorrect?
  51. validations:
  52. required: true