Skip to content

Commit

Permalink
Fixing issue with react-intl update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Sep 21, 2019
1 parent 147b7b0 commit 66d08af
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 321 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class EditEnvironmentConfigForm extends Component {
<InfoIcon gapRight />
<FormattedHTMLMessage
id="app.editEnvironmentConfig.variablesInfo"
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."
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."
/>
</p>
<FieldArray name="variables" component={EditEnvironmentConfigVariables} />
Expand Down
2 changes: 1 addition & 1 deletion src/locales/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"app.editEnvironmentConfig.variableName": "Proměnná vstupních souborů",
"app.editEnvironmentConfig.variableType": "Typ",
"app.editEnvironmentConfig.variableValue": "Předpis (wildcard)",
"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>.",
"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>.",
"app.editEnvironmentConfig.warnings.ambiguousVariable": "Tato proměnná je definovaná ve více pipelines. Nastavená hodnota bude použita ve všech.",
"app.editEnvironmentConfig.warnings.noPipelinesVariables": "Zatím nejsou vybrané žádné pipelines. Jména proměnných proto není možné verifikovat.",
"app.editEnvironmentConfig.warnings.unknownVariable": "Tato proměnná není definována v žádné pipeline.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"app.editEnvironmentConfig.variableName": "Source Files Variable",
"app.editEnvironmentConfig.variableType": "Type",
"app.editEnvironmentConfig.variableValue": "Wildcard Pattern",
"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.",
"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.",
"app.editEnvironmentConfig.warnings.ambiguousVariable": "This variable is defined in multiple pipelines. The value will be used in all of them.",
"app.editEnvironmentConfig.warnings.noPipelinesVariables": "There are no pipelines set. Name of the variables may not be verified.",
"app.editEnvironmentConfig.warnings.unknownVariable": "This variable is not defined in any pipeline.",
Expand Down
Loading

0 comments on commit 66d08af

Please sign in to comment.