translation_issue.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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: "Pleas do not modify this template :) and fill in all the required fields."
  16. required: true
  17. - type: input
  18. attributes:
  19. label: Dify version
  20. placeholder: 0.3.21
  21. description: Hover over system tray icon or look at Settings
  22. validations:
  23. required: true
  24. - type: input
  25. attributes:
  26. label: Utility with translation issue
  27. placeholder: Some area
  28. description: Please input here the utility with the translation issue
  29. validations:
  30. required: true
  31. - type: input
  32. attributes:
  33. label: 🌐 Language affected
  34. placeholder: "German"
  35. validations:
  36. required: true
  37. - type: textarea
  38. attributes:
  39. label: ❌ Actual phrase(s)
  40. placeholder: What is there? Please include a screenshot as that is extremely helpful.
  41. validations:
  42. required: true
  43. - type: textarea
  44. attributes:
  45. label: ✔️ Expected phrase(s)
  46. placeholder: What was expected?
  47. validations:
  48. required: true
  49. - type: textarea
  50. attributes:
  51. label: ℹ Why is the current translation wrong
  52. placeholder: Why do you feel this is incorrect?
  53. validations:
  54. required: true