PY-40431 Extract messages from forms in intellij.pycharm.community.* modules to the message bundle

GitOrigin-RevId: 600e2a879ea56690617ba59cd317cad2b2b42b03
This commit is contained in:
Alexander Koshevoy
2020-02-09 17:23:02 +03:00
committed by intellij-monorepo-bot
parent 831d39b705
commit 5ac4b8ae3d
6 changed files with 26 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="&amp;Interpreter options:"/>
<text resource-bundle="messages/PyBundle" key="runcfg.unittest.dlg.interpreter_options_title"/>
</properties>
</component>
<component id="47414" class="com.intellij.ui.RawCommandLineEditor" binding="myInterpreterOptionsTextField">
@@ -31,7 +31,7 @@
<grid row="3" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<dialogCaption value="Enter interpreter options"/>
<dialogCaption resource-bundle="messages/PyBundle" key="runcfg.captions.interpreter_options_dialog"/>
</properties>
</component>
<component id="32056" class="javax.swing.JLabel">
@@ -39,7 +39,7 @@
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="&amp;Working directory:"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.working_directory"/>
</properties>
</component>
<component id="a0dd" class="com.intellij.openapi.ui.TextFieldWithBrowseButton" binding="myWorkingDirectoryTextField">
@@ -54,7 +54,7 @@
</constraints>
<properties>
<labelFor value="39bcf"/>
<text value="&amp;Python interpreter:"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.python.interpreter"/>
</properties>
</component>
<component id="39bcf" class="javax.swing.JComboBox" binding="myInterpreterComboBox" custom-create="true">
@@ -69,7 +69,7 @@
</constraints>
<properties>
<labelLocation value="West"/>
<text value="&amp;Environment variables"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.environment_variables"/>
</properties>
</component>
<component id="fec2b" class="javax.swing.JLabel" binding="myProjectLabel">
@@ -77,7 +77,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Pro&amp;ject:"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.project"/>
</properties>
</component>
<component id="195cd" class="com.intellij.application.options.ModulesComboBox" binding="myModuleCombo">
@@ -100,7 +100,7 @@
</constraints>
<properties>
<labelLocation value="West"/>
<text value="Path mappings"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.path.mappings"/>
</properties>
</component>
<component id="7ebfd" class="com.intellij.ui.components.JBCheckBox" binding="myAddContentRootsCheckbox">
@@ -109,7 +109,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="Add content roots to PYTHONPATH"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.content.roots.to.pythonpath"/>
</properties>
</component>
<component id="507b" class="com.intellij.ui.components.JBCheckBox" binding="myAddSourceRootsCheckbox">
@@ -118,7 +118,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="Add source roots to PYTHONPATH"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.source.roots.to.pythonpath"/>
</properties>
</component>
</children>

View File

@@ -19,7 +19,7 @@
</constraints>
<properties>
<enabled value="false"/>
<text value="&amp;Enable buildout support"/>
<text resource-bundle="messages/PyBundle" key="buildout.configurable.enable.buildout.support.checkbox.text"/>
</properties>
</component>
</children>

View File

@@ -13,7 +13,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Project depends on these projects:"/>
<text resource-bundle="messages/PyBundle" key="py.module.dependencies.configurable.list.title"/>
</properties>
</component>
<grid id="4caac" binding="myListHolderPanel" layout-manager="BorderLayout" hgap="0" vgap="0">

View File

@@ -63,7 +63,7 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Python Interpreter:"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.python.interpreter"/>
</properties>
</component>
<component id="64e87" class="javax.swing.JRadioButton" binding="myUseModuleSdkRadioButton" default-binding="true">
@@ -72,7 +72,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="Use SDK of module:"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.use.sdk.of.module"/>
</properties>
</component>
<component id="5f300" class="com.intellij.application.options.ModulesComboBox" binding="myModuleComboBox">
@@ -110,7 +110,7 @@
</constraints>
<properties>
<labelLocation value="West"/>
<text value="Path mappings"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.path.mappings"/>
</properties>
</component>
<component id="d919b" class="com.intellij.ui.components.JBCheckBox" binding="myAddContentRootsCheckbox">
@@ -119,7 +119,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="Add content roots to PYTHONPATH"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.content.roots.to.pythonpath"/>
</properties>
</component>
<component id="1c6cd" class="com.intellij.ui.components.JBCheckBox" binding="myAddSourceRootsCheckbox">
@@ -128,7 +128,7 @@
</constraints>
<properties>
<selected value="true"/>
<text value="Add source roots to PYTHONPATH"/>
<text resource-bundle="messages/PyBundle" key="runcfg.labels.add.source.roots.to.pythonpath"/>
</properties>
</component>
</children>

View File

@@ -25,7 +25,7 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Python Interpreter:"/>
<text resource-bundle="messages/PyBundle" key="py.sdk.editor.python.interpreter.label.text"/>
</properties>
</component>
</children>

View File

@@ -919,10 +919,16 @@ runcfg.labels.script_parameters=&Parameters:
runcfg.labels.script=&Script:
runcfg.labels.environment_variables=&Environment variables:
runcfg.labels.interpreter=&Use specified interpreter:
runcfg.labels.use.sdk.of.module=Use SDK of module:
runcfg.labels.interpreter_options=Interpreter &options:
runcfg.labels.working_directory=&Working directory:
runcfg.captions.script_parameters_dialog=Enter script parameters
runcfg.captions.interpreter_options_dialog=Enter interpreter options
runcfg.labels.python.interpreter=&Python interpreter:
runcfg.labels.add.content.roots.to.pythonpath=Add content roots to PYTHONPATH
runcfg.labels.add.source.roots.to.pythonpath=Add source roots to PYTHONPATH
runcfg.labels.path.mappings=Path mappings
runcfg.labels.project=Pro&ject:
sdk.error.invalid.interpreter.name.$0=Invalid Python interpreter name ''{0}''!
sdk.select.path=Select Python Interpreter
runcfg.unittest.dlg.pattern=Pattern:
@@ -942,6 +948,7 @@ MSG.cant.setup.sdk.$0=Cannot set up a python SDK \nat {0}.\nThe SDK seems invali
buildout=Buildout
buildout.unresolved.part.inspection=Buildout config unresolved part inspection
buildout.unresolved.part.inspection.msg=Unresolved part reference
buildout.configurable.enable.buildout.support.checkbox.text=&Enable buildout support
runcfg.unittest.dlg.test_function_title=Function
runcfg.unittest.dlg.keywords=Keywords:
run.configuration.remote.debug.name=Python Remote Debug
@@ -1420,3 +1427,5 @@ form.pytest.legacy.specify.the.keywords.to.search.for.the.required.tests.k.comma
form.tox.configuration.arguments=Arguments
form.tox.configuration.run.only.environment=Run only environment
form.tox.configuration.runcfg.tox=tox
py.module.dependencies.configurable.list.title=Project depends on these projects:
py.sdk.editor.python.interpreter.label.text=Python Interpreter: