mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 10:39:51 +07:00
- 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
9 lines
670 B
Properties
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
|