mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-05 04:39:08 +08:00
9b3e8503a8
* Rename PowerAccent to Keyboard Accent * Fix bug report and translation issue templates * Rename to Quick Accent * missing mention
78 lines
1.9 KiB
YAML
78 lines
1.9 KiB
YAML
name: "🌐 Localization/Translation issue"
|
||
description: Report incorrect translations.
|
||
labels:
|
||
- Issue-Bug
|
||
- Area-Localization
|
||
- Issue-Translation
|
||
- Needs-Triage
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Please make sure to [search for existing issues](https://github.com/microsoft/PowerToys/issues) before filing a new one!
|
||
- type: input
|
||
attributes:
|
||
label: Microsoft PowerToys version
|
||
placeholder: "0.53.0"
|
||
description: |
|
||
Hover over system tray icon or look at Settings
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
attributes:
|
||
label: Utility with translation issue
|
||
options:
|
||
- General
|
||
- Always on Top
|
||
- Awake
|
||
- ColorPicker
|
||
- Developer file preview
|
||
- FancyZones
|
||
- FancyZones Editor
|
||
- Image Resizer
|
||
- Keyboard Manager
|
||
- MD Preview
|
||
- Mouse Utilities
|
||
- PDF Preview
|
||
- PDF Thumbnail
|
||
- G-code Preview
|
||
- G-code Thumbnail
|
||
- Quick Accent
|
||
- PowerRename
|
||
- PowerToys Run
|
||
- Screen Ruler
|
||
- Shortcut Guide
|
||
- SVG Preview
|
||
- SVG Thumbnail
|
||
- Settings
|
||
- Video Conference Mute
|
||
- Welcome / PowerToys Tour window
|
||
- System tray interaction
|
||
- Installer
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
attributes:
|
||
label: 🌐 Language affected
|
||
placeholder: "German"
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: ❌ Actual phrase(s)
|
||
placeholder: What is there? Please include a screenshot as that is extremely helpful.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: ✔️ Expected phrase(s)
|
||
placeholder: What was expected?
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
attributes:
|
||
label: ℹ Why is the current translation wrong
|
||
placeholder: Why do you feel this is incorrect?
|
||
validations:
|
||
required: true
|