Files
Vitaly Legchilkinandintellij-monorepo-bot ae6192980a PY-88015 Improve pyproject.toml notification and settings wording
- Update notification text to be shorter and more meaningful
- Add [beta] label to notification title and settings checkbox
- Use "workspace structure" wording consistently


(cherry picked from commit 7df0d727e61fa877a0ff9f83aed88c1c9b8cbd84)

IJ-MR-193755

GitOrigin-RevId: 73f4df4dd4f5de92a98d39a7746550d26faa3272
2026-02-28 00:13:33 +00:00

9 lines
670 B
Properties

intellij.python.pyproject.name=Generate project from pyproject.toml
action.PyProjectTomlSyncAction.text=Sync Project with `pyproject.toml`
action.PyProjectTomlSyncAction.description=Rebuild project model based on pyproject.toml
intellij.python.pyproject.system.name=`pyproject.toml`-based Project
pyproject.notification.title=pyproject.toml workspace detected [beta]
pyproject.notification.content=Derive workspace structure and dependencies from pyproject.toml files.<br/>This mode will override manual project settings. Consider backing up the .idea directory first.
pyproject.notification.configure=Enable
pyproject.notification.dont.show.again=Don\u2019t show again