Skip to content

Commit 66d08af

Browse files
author
Martin Krulis
committed
Fixing issue with react-intl update.
1 parent 147b7b0 commit 66d08af

File tree

4 files changed

+199
-321
lines changed

4 files changed

+199
-321
lines changed

src/components/forms/EditEnvironmentConfigForm/EditEnvironmentConfigForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class EditEnvironmentConfigForm extends Component {
116116
<InfoIcon gapRight />
117117
<FormattedHTMLMessage
118118
id="app.editEnvironmentConfig.variablesInfo"
119-
defaultMessage="These variables cover the submitted files and how they are associated with pipeline inputs. Each value may hold a file name or a wildcard (e.g., <code>solution.cpp</code>, <code>*.py</code>, <code>my-*.\{c,h\}</code>). Only <code>file</code> and <code>file[]</code> variables are allowed here."
119+
defaultMessage="These variables cover the submitted files and how they are associated with pipeline inputs. Each value may hold a file name or a wildcard (e.g., <code>solution.cpp</code>, <code>*.py</code>, <code>my-*.[c,h]</code>). Only <code>file</code> and <code>file[]</code> variables are allowed here."
120120
/>
121121
</p>
122122
<FieldArray name="variables" component={EditEnvironmentConfigVariables} />

src/locales/cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"app.editEnvironmentConfig.variableName": "Proměnná vstupních souborů",
229229
"app.editEnvironmentConfig.variableType": "Typ",
230230
"app.editEnvironmentConfig.variableValue": "Předpis (wildcard)",
231-
"app.editEnvironmentConfig.variablesInfo": "Tyto proměnné určují předpis souborů, které je možné odevzdat jako řešení, a jak jsou tyto soubory použity ve vstupech pipelines. Každá hodnota může obsahovat buď název souboru nebo wildcard (např. <code>solution.cpp</code>, <code>*.py</code>, <code>my-*.\\{c,h\\}</code>). Povolené jsou pouze proměnné typu <code>file[]</code>.",
231+
"app.editEnvironmentConfig.variablesInfo": "Tyto proměnné určují předpis souborů, které je možné odevzdat jako řešení, a jak jsou tyto soubory použity ve vstupech pipelines. Každá hodnota může obsahovat buď název souboru nebo wildcard (např. <code>solution.cpp</code>, <code>*.py</code>, <code>my-*.&#123;c,h&#125;</code>). Povolené jsou pouze proměnné typu <code>file[]</code>.",
232232
"app.editEnvironmentConfig.warnings.ambiguousVariable": "Tato proměnná je definovaná ve více pipelines. Nastavená hodnota bude použita ve všech.",
233233
"app.editEnvironmentConfig.warnings.noPipelinesVariables": "Zatím nejsou vybrané žádné pipelines. Jména proměnných proto není možné verifikovat.",
234234
"app.editEnvironmentConfig.warnings.unknownVariable": "Tato proměnná není definována v žádné pipeline.",

src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"app.editEnvironmentConfig.variableName": "Source Files Variable",
229229
"app.editEnvironmentConfig.variableType": "Type",
230230
"app.editEnvironmentConfig.variableValue": "Wildcard Pattern",
231-
"app.editEnvironmentConfig.variablesInfo": "These variables cover the submitted files and how they are associated with pipeline inputs. Each value may hold a file name or a wildcard (e.g., <code>solution.cpp</code>, <code>*.py</code>, <code>my-*.\\{c,h\\}</code>). Only <code>file</code> and <code>file[]</code> variables are allowed here.",
231+
"app.editEnvironmentConfig.variablesInfo": "These variables cover the submitted files and how they are associated with pipeline inputs. Each value may hold a file name or a wildcard (e.g., <code>solution.cpp</code>, <code>*.py</code>, <code>my-*.&#123;c,h&#125;</code>). Only <code>file</code> and <code>file[]</code> variables are allowed here.",
232232
"app.editEnvironmentConfig.warnings.ambiguousVariable": "This variable is defined in multiple pipelines. The value will be used in all of them.",
233233
"app.editEnvironmentConfig.warnings.noPipelinesVariables": "There are no pipelines set. Name of the variables may not be verified.",
234234
"app.editEnvironmentConfig.warnings.unknownVariable": "This variable is not defined in any pipeline.",

0 commit comments

Comments
 (0)