mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fixes object rendered on dom in aria-label
This commit is contained in:
parent
0cdf57f31f
commit
2d2d7b14a9
@ -58,15 +58,29 @@ function JobListCancelButton({ i18n, jobsToCancel, onCancel }) {
|
||||
one="You do not have permission to cancel the following job:"
|
||||
other="You do not have permission to cancel the following jobs:"
|
||||
/>
|
||||
{cannotCancelPermissions.map((job, i) =>
|
||||
i === cannotCancelPermissions.length - 1 ? (
|
||||
<strong> {job}</strong>
|
||||
) : (
|
||||
<strong> {job},</strong>
|
||||
)
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
{cannotCancelNotRunning.length > 0 && (
|
||||
<div>
|
||||
<Plural
|
||||
value={cannotCancelNotRunning.length}
|
||||
one="You cannot cancel the following job because it is not running"
|
||||
other="You cannot cancel the following jobs because they are not running"
|
||||
one="You cannot cancel the following job because it is not running:"
|
||||
other="You cannot cancel the following jobs because they are not running:"
|
||||
/>
|
||||
{cannotCancelNotRunning.map((job, i) =>
|
||||
i === cannotCancelNotRunning.length - 1 ? (
|
||||
<strong> {job}</strong>
|
||||
) : (
|
||||
<strong> {job},</strong>
|
||||
)
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
@ -99,6 +113,7 @@ function JobListCancelButton({ i18n, jobsToCancel, onCancel }) {
|
||||
key="cancel-job"
|
||||
isDisabled={isDisabled}
|
||||
component="button"
|
||||
aria-labelledby="jobs-list-cancel-button"
|
||||
onClick={toggleModal}
|
||||
>
|
||||
{cancelJobText}
|
||||
@ -107,9 +122,10 @@ function JobListCancelButton({ i18n, jobsToCancel, onCancel }) {
|
||||
<Tooltip content={renderTooltip()} position="top">
|
||||
<div>
|
||||
<Button
|
||||
id="jobs-list-cancel-button"
|
||||
ouiaId="cancel-job-button"
|
||||
variant="secondary"
|
||||
aria-label={cancelJobText}
|
||||
aria-labelledby="jobs-list-cancel-button"
|
||||
onClick={toggleModal}
|
||||
isDisabled={isDisabled}
|
||||
>
|
||||
@ -130,7 +146,7 @@ function JobListCancelButton({ i18n, jobsToCancel, onCancel }) {
|
||||
id="cancel-job-confirm-button"
|
||||
key="delete"
|
||||
variant="danger"
|
||||
aria-label={cancelJobText}
|
||||
aria-labelledby="cancel-job-confirm-button"
|
||||
onClick={handleCancelJob}
|
||||
>
|
||||
{cancelJobText}
|
||||
|
||||
@ -381,6 +381,7 @@ produce as the playbook executes.",
|
||||
"Copy Project": "Copy Project",
|
||||
"Copy Template": "Copy Template",
|
||||
"Copy full revision to clipboard.": "Copy full revision to clipboard.",
|
||||
"Copyright": "Copyright",
|
||||
"Copyright 2018 Red Hat, Inc.": "Copyright 2018 Red Hat, Inc.",
|
||||
"Copyright 2019 Red Hat, Inc.": "Copyright 2019 Red Hat, Inc.",
|
||||
"Create": "Create",
|
||||
@ -905,6 +906,7 @@ and report problems without executing the playbook.",
|
||||
"GitLab": "GitLab",
|
||||
"Global Default Execution Environment": "Global Default Execution Environment",
|
||||
"Globally Available": "Globally Available",
|
||||
"Globally available execution environment can not be reassigned to a specific Organization": "Globally available execution environment can not be reassigned to a specific Organization",
|
||||
"Go to first page": "Go to first page",
|
||||
"Go to last page": "Go to last page",
|
||||
"Go to next page": "Go to next page",
|
||||
@ -1048,6 +1050,7 @@ reset by the inventory sync process.",
|
||||
"Insights Credential": "Insights Credential",
|
||||
"Insights analytics": "Insights analytics",
|
||||
"Insights system ID": "Insights system ID",
|
||||
"Instance": "Instance",
|
||||
"Instance Filters": "Instance Filters",
|
||||
"Instance Group": "Instance Group",
|
||||
"Instance Groups": "Instance Groups",
|
||||
@ -1208,6 +1211,8 @@ reset by the inventory sync process.",
|
||||
"May": "May",
|
||||
"Members": "Members",
|
||||
"Metadata": "Metadata",
|
||||
"Metric": "Metric",
|
||||
"Metrics": "Metrics",
|
||||
"Microsoft Azure Resource Manager": "Microsoft Azure Resource Manager",
|
||||
"Minimum": "Minimum",
|
||||
"Minimum length": "Minimum length",
|
||||
@ -1527,6 +1532,7 @@ retrieving renewal or expanded subscriptions.",
|
||||
"Red Hat Satellite 6": "Red Hat Satellite 6",
|
||||
"Red Hat Virtualization": "Red Hat Virtualization",
|
||||
"Red Hat subscription manifest": "Red Hat subscription manifest",
|
||||
"Red Hat, Inc.": "Red Hat, Inc.",
|
||||
"Redirect URIs": "Redirect URIs",
|
||||
"Redirect uris": "Redirect uris",
|
||||
"Redirecting to dashboard": "Redirecting to dashboard",
|
||||
@ -1645,12 +1651,14 @@ The enabled variable may be specified using dot notation, e.g: 'foo.bar'",
|
||||
"Seconds": "Seconds",
|
||||
"See errors on the left": "See errors on the left",
|
||||
"Select": "Select",
|
||||
"Select Credential Type": "Select Credential Type",
|
||||
"Select Groups": "Select Groups",
|
||||
"Select Hosts": "Select Hosts",
|
||||
"Select Input": "Select Input",
|
||||
"Select Instances": "Select Instances",
|
||||
"Select Items": "Select Items",
|
||||
"Select Items from List": "Select Items from List",
|
||||
"Select Labels": "Select Labels",
|
||||
"Select Roles to Apply": "Select Roles to Apply",
|
||||
"Select Teams": "Select Teams",
|
||||
"Select Users Or Teams": "Select Users Or Teams",
|
||||
@ -1664,7 +1672,9 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.",
|
||||
"Select a credential Type": "Select a credential Type",
|
||||
"Select a instance": "Select a instance",
|
||||
"Select a job to cancel": "Select a job to cancel",
|
||||
"Select a metric": "Select a metric",
|
||||
"Select a module": "Select a module",
|
||||
"Select a playbook": "Select a playbook",
|
||||
"Select a project before editing the execution environment.": "Select a project before editing the execution environment.",
|
||||
@ -1677,6 +1687,8 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a value for this field": "Select a value for this field",
|
||||
"Select a webhook service.": "Select a webhook service.",
|
||||
"Select all": "Select all",
|
||||
"Select an activity type": "Select an activity type",
|
||||
"Select an instance and a metric to show chart": "Select an instance and a metric to show chart",
|
||||
"Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.": "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.",
|
||||
"Select an organization before editing the default execution environment.": "Select an organization before editing the default execution environment.",
|
||||
"Select credentials that allow Tower to access the nodes this job will be ran
|
||||
@ -1700,6 +1712,7 @@ directory provide the full path used to locate playbooks.",
|
||||
"Select period": "Select period",
|
||||
"Select roles to apply": "Select roles to apply",
|
||||
"Select source path": "Select source path",
|
||||
"Select tags": "Select tags",
|
||||
"Select the Instance Groups for this Inventory to run on.": "Select the Instance Groups for this Inventory to run on.",
|
||||
"Select the Instance Groups for this Organization
|
||||
to run on.": "Select the Instance Groups for this Organization
|
||||
@ -1856,6 +1869,17 @@ color code (example: #3af or #789abc).",
|
||||
"Status": "Status",
|
||||
"Stdout": "Stdout",
|
||||
"Submit": "Submit",
|
||||
"Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.": "Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.",
|
||||
"Subscription": "Subscription",
|
||||
"Subscription Details": "Subscription Details",
|
||||
"Subscription Management": "Subscription Management",
|
||||
@ -2198,9 +2222,12 @@ inventory sync will be performed.",
|
||||
"Token type": "Token type",
|
||||
"Tokens": "Tokens",
|
||||
"Tools": "Tools",
|
||||
"Top Pagination": "Top Pagination",
|
||||
"Total Jobs": "Total Jobs",
|
||||
"Total Nodes": "Total Nodes",
|
||||
"Total jobs": "Total jobs",
|
||||
"Track submodules": "Track submodules",
|
||||
"Track submodules latest commit on branch": "Track submodules latest commit on branch",
|
||||
"Trial": "Trial",
|
||||
"True": "True",
|
||||
"Tue": "Tue",
|
||||
@ -2499,6 +2526,7 @@ message. For more information, refer to the",
|
||||
],
|
||||
"and click on Update Revision on Launch": "and click on Update Revision on Launch",
|
||||
"approved": "approved",
|
||||
"brand logo": "brand logo",
|
||||
"cancel delete": "cancel delete",
|
||||
"command": "command",
|
||||
"confirm delete": "confirm delete",
|
||||
@ -2651,6 +2679,16 @@ message. For more information, refer to the",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
"plural",
|
||||
Object {
|
||||
"one": "You cannot cancel the following job because it is not running:",
|
||||
"other": "You cannot cancel the following jobs because they are not running:",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running} other {You cannot cancel the following jobs because they are not running}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
@ -2709,6 +2747,12 @@ message. For more information, refer to the",
|
||||
"1",
|
||||
],
|
||||
],
|
||||
"{brandName} logo": Array [
|
||||
Array [
|
||||
"brandName",
|
||||
],
|
||||
" logo",
|
||||
],
|
||||
"{currentTab} detail view": Array [
|
||||
Array [
|
||||
"currentTab",
|
||||
|
||||
@ -379,6 +379,7 @@ produce as the playbook executes.",
|
||||
"Copy Project": "Copy Project",
|
||||
"Copy Template": "Copy Template",
|
||||
"Copy full revision to clipboard.": "Copy full revision to clipboard.",
|
||||
"Copyright": "Copyright",
|
||||
"Copyright 2018 Red Hat, Inc.": "Copyright 2018 Red Hat, Inc.",
|
||||
"Copyright 2019 Red Hat, Inc.": "Copyright 2019 Red Hat, Inc.",
|
||||
"Create": "Create",
|
||||
@ -903,6 +904,7 @@ and report problems without executing the playbook.",
|
||||
"GitLab": "GitLab",
|
||||
"Global Default Execution Environment": "Global Default Execution Environment",
|
||||
"Globally Available": "Globally Available",
|
||||
"Globally available execution environment can not be reassigned to a specific Organization": "Globally available execution environment can not be reassigned to a specific Organization",
|
||||
"Go to first page": "Go to first page",
|
||||
"Go to last page": "Go to last page",
|
||||
"Go to next page": "Go to next page",
|
||||
@ -1046,6 +1048,7 @@ reset by the inventory sync process.",
|
||||
"Insights Credential": "Insights Credential",
|
||||
"Insights analytics": "Insights analytics",
|
||||
"Insights system ID": "Insights system ID",
|
||||
"Instance": "Instance",
|
||||
"Instance Filters": "Instance Filters",
|
||||
"Instance Group": "Instance Group",
|
||||
"Instance Groups": "Instance Groups",
|
||||
@ -1206,6 +1209,8 @@ reset by the inventory sync process.",
|
||||
"May": "May",
|
||||
"Members": "Members",
|
||||
"Metadata": "Metadata",
|
||||
"Metric": "Metric",
|
||||
"Metrics": "Metrics",
|
||||
"Microsoft Azure Resource Manager": "Microsoft Azure Resource Manager",
|
||||
"Minimum": "Minimum",
|
||||
"Minimum length": "Minimum length",
|
||||
@ -1525,6 +1530,7 @@ retrieving renewal or expanded subscriptions.",
|
||||
"Red Hat Satellite 6": "Red Hat Satellite 6",
|
||||
"Red Hat Virtualization": "Red Hat Virtualization",
|
||||
"Red Hat subscription manifest": "Red Hat subscription manifest",
|
||||
"Red Hat, Inc.": "Red Hat, Inc.",
|
||||
"Redirect URIs": "Redirect URIs",
|
||||
"Redirect uris": "Redirect uris",
|
||||
"Redirecting to dashboard": "Redirecting to dashboard",
|
||||
@ -1643,12 +1649,14 @@ The enabled variable may be specified using dot notation, e.g: 'foo.bar'",
|
||||
"Seconds": "Seconds",
|
||||
"See errors on the left": "See errors on the left",
|
||||
"Select": "Select",
|
||||
"Select Credential Type": "Select Credential Type",
|
||||
"Select Groups": "Select Groups",
|
||||
"Select Hosts": "Select Hosts",
|
||||
"Select Input": "Select Input",
|
||||
"Select Instances": "Select Instances",
|
||||
"Select Items": "Select Items",
|
||||
"Select Items from List": "Select Items from List",
|
||||
"Select Labels": "Select Labels",
|
||||
"Select Roles to Apply": "Select Roles to Apply",
|
||||
"Select Teams": "Select Teams",
|
||||
"Select Users Or Teams": "Select Users Or Teams",
|
||||
@ -1662,7 +1670,9 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.",
|
||||
"Select a credential Type": "Select a credential Type",
|
||||
"Select a instance": "Select a instance",
|
||||
"Select a job to cancel": "Select a job to cancel",
|
||||
"Select a metric": "Select a metric",
|
||||
"Select a module": "Select a module",
|
||||
"Select a playbook": "Select a playbook",
|
||||
"Select a project before editing the execution environment.": "Select a project before editing the execution environment.",
|
||||
@ -1675,6 +1685,8 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a value for this field": "Select a value for this field",
|
||||
"Select a webhook service.": "Select a webhook service.",
|
||||
"Select all": "Select all",
|
||||
"Select an activity type": "Select an activity type",
|
||||
"Select an instance and a metric to show chart": "Select an instance and a metric to show chart",
|
||||
"Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.": "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.",
|
||||
"Select an organization before editing the default execution environment.": "Select an organization before editing the default execution environment.",
|
||||
"Select credentials that allow Tower to access the nodes this job will be ran
|
||||
@ -1698,6 +1710,7 @@ directory provide the full path used to locate playbooks.",
|
||||
"Select period": "Select period",
|
||||
"Select roles to apply": "Select roles to apply",
|
||||
"Select source path": "Select source path",
|
||||
"Select tags": "Select tags",
|
||||
"Select the Instance Groups for this Inventory to run on.": "Select the Instance Groups for this Inventory to run on.",
|
||||
"Select the Instance Groups for this Organization
|
||||
to run on.": "Select the Instance Groups for this Organization
|
||||
@ -1854,6 +1867,17 @@ color code (example: #3af or #789abc).",
|
||||
"Status": "Status",
|
||||
"Stdout": "Stdout",
|
||||
"Submit": "Submit",
|
||||
"Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.": "Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.",
|
||||
"Subscription": "Subscription",
|
||||
"Subscription Details": "Subscription Details",
|
||||
"Subscription Management": "Subscription Management",
|
||||
@ -2196,9 +2220,12 @@ inventory sync will be performed.",
|
||||
"Token type": "Token type",
|
||||
"Tokens": "Tokens",
|
||||
"Tools": "Tools",
|
||||
"Top Pagination": "Top Pagination",
|
||||
"Total Jobs": "Total Jobs",
|
||||
"Total Nodes": "Total Nodes",
|
||||
"Total jobs": "Total jobs",
|
||||
"Track submodules": "Track submodules",
|
||||
"Track submodules latest commit on branch": "Track submodules latest commit on branch",
|
||||
"Trial": "Trial",
|
||||
"True": "True",
|
||||
"Tue": "Tue",
|
||||
@ -2497,6 +2524,7 @@ message. For more information, refer to the",
|
||||
],
|
||||
"and click on Update Revision on Launch": "and click on Update Revision on Launch",
|
||||
"approved": "approved",
|
||||
"brand logo": "brand logo",
|
||||
"cancel delete": "cancel delete",
|
||||
"command": "command",
|
||||
"confirm delete": "confirm delete",
|
||||
@ -2649,6 +2677,16 @@ message. For more information, refer to the",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
"plural",
|
||||
Object {
|
||||
"one": "You cannot cancel the following job because it is not running:",
|
||||
"other": "You cannot cancel the following jobs because they are not running:",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running} other {You cannot cancel the following jobs because they are not running}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
@ -2707,6 +2745,12 @@ message. For more information, refer to the",
|
||||
"1",
|
||||
],
|
||||
],
|
||||
"{brandName} logo": Array [
|
||||
Array [
|
||||
"brandName",
|
||||
],
|
||||
" logo",
|
||||
],
|
||||
"{currentTab} detail view": Array [
|
||||
Array [
|
||||
"currentTab",
|
||||
|
||||
@ -377,6 +377,7 @@ produce as the playbook executes.",
|
||||
"Copy Project": "Copy Project",
|
||||
"Copy Template": "Copy Template",
|
||||
"Copy full revision to clipboard.": "Copy full revision to clipboard.",
|
||||
"Copyright": "Copyright",
|
||||
"Copyright 2018 Red Hat, Inc.": "Copyright 2018 Red Hat, Inc.",
|
||||
"Copyright 2019 Red Hat, Inc.": "Copyright 2019 Red Hat, Inc.",
|
||||
"Create": "Create",
|
||||
@ -901,6 +902,7 @@ and report problems without executing the playbook.",
|
||||
"GitLab": "GitLab",
|
||||
"Global Default Execution Environment": "Global Default Execution Environment",
|
||||
"Globally Available": "Globally Available",
|
||||
"Globally available execution environment can not be reassigned to a specific Organization": "Globally available execution environment can not be reassigned to a specific Organization",
|
||||
"Go to first page": "Go to first page",
|
||||
"Go to last page": "Go to last page",
|
||||
"Go to next page": "Go to next page",
|
||||
@ -1044,6 +1046,7 @@ reset by the inventory sync process.",
|
||||
"Insights Credential": "Insights Credential",
|
||||
"Insights analytics": "Insights analytics",
|
||||
"Insights system ID": "Insights system ID",
|
||||
"Instance": "Instance",
|
||||
"Instance Filters": "Instance Filters",
|
||||
"Instance Group": "Instance Group",
|
||||
"Instance Groups": "Instance Groups",
|
||||
@ -1204,6 +1207,8 @@ reset by the inventory sync process.",
|
||||
"May": "May",
|
||||
"Members": "Members",
|
||||
"Metadata": "Metadata",
|
||||
"Metric": "Metric",
|
||||
"Metrics": "Metrics",
|
||||
"Microsoft Azure Resource Manager": "Microsoft Azure Resource Manager",
|
||||
"Minimum": "Minimum",
|
||||
"Minimum length": "Minimum length",
|
||||
@ -1523,6 +1528,7 @@ retrieving renewal or expanded subscriptions.",
|
||||
"Red Hat Satellite 6": "Red Hat Satellite 6",
|
||||
"Red Hat Virtualization": "Red Hat Virtualization",
|
||||
"Red Hat subscription manifest": "Red Hat subscription manifest",
|
||||
"Red Hat, Inc.": "Red Hat, Inc.",
|
||||
"Redirect URIs": "Redirect URIs",
|
||||
"Redirect uris": "Redirect uris",
|
||||
"Redirecting to dashboard": "Redirecting to dashboard",
|
||||
@ -1641,12 +1647,14 @@ The enabled variable may be specified using dot notation, e.g: 'foo.bar'",
|
||||
"Seconds": "Seconds",
|
||||
"See errors on the left": "See errors on the left",
|
||||
"Select": "Select",
|
||||
"Select Credential Type": "Select Credential Type",
|
||||
"Select Groups": "Select Groups",
|
||||
"Select Hosts": "Select Hosts",
|
||||
"Select Input": "Select Input",
|
||||
"Select Instances": "Select Instances",
|
||||
"Select Items": "Select Items",
|
||||
"Select Items from List": "Select Items from List",
|
||||
"Select Labels": "Select Labels",
|
||||
"Select Roles to Apply": "Select Roles to Apply",
|
||||
"Select Teams": "Select Teams",
|
||||
"Select Users Or Teams": "Select Users Or Teams",
|
||||
@ -1660,7 +1668,9 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.",
|
||||
"Select a credential Type": "Select a credential Type",
|
||||
"Select a instance": "Select a instance",
|
||||
"Select a job to cancel": "Select a job to cancel",
|
||||
"Select a metric": "Select a metric",
|
||||
"Select a module": "Select a module",
|
||||
"Select a playbook": "Select a playbook",
|
||||
"Select a project before editing the execution environment.": "Select a project before editing the execution environment.",
|
||||
@ -1673,6 +1683,8 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a value for this field": "Select a value for this field",
|
||||
"Select a webhook service.": "Select a webhook service.",
|
||||
"Select all": "Select all",
|
||||
"Select an activity type": "Select an activity type",
|
||||
"Select an instance and a metric to show chart": "Select an instance and a metric to show chart",
|
||||
"Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.": "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.",
|
||||
"Select an organization before editing the default execution environment.": "Select an organization before editing the default execution environment.",
|
||||
"Select credentials that allow Tower to access the nodes this job will be ran
|
||||
@ -1696,6 +1708,7 @@ directory provide the full path used to locate playbooks.",
|
||||
"Select period": "Select period",
|
||||
"Select roles to apply": "Select roles to apply",
|
||||
"Select source path": "Select source path",
|
||||
"Select tags": "Select tags",
|
||||
"Select the Instance Groups for this Inventory to run on.": "Select the Instance Groups for this Inventory to run on.",
|
||||
"Select the Instance Groups for this Organization
|
||||
to run on.": "Select the Instance Groups for this Organization
|
||||
@ -1852,6 +1865,17 @@ color code (example: #3af or #789abc).",
|
||||
"Status": "Status",
|
||||
"Stdout": "Stdout",
|
||||
"Submit": "Submit",
|
||||
"Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.": "Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.",
|
||||
"Subscription": "Subscription",
|
||||
"Subscription Details": "Subscription Details",
|
||||
"Subscription Management": "Subscription Management",
|
||||
@ -2194,9 +2218,12 @@ inventory sync will be performed.",
|
||||
"Token type": "Token type",
|
||||
"Tokens": "Tokens",
|
||||
"Tools": "Tools",
|
||||
"Top Pagination": "Top Pagination",
|
||||
"Total Jobs": "Total Jobs",
|
||||
"Total Nodes": "Total Nodes",
|
||||
"Total jobs": "Total jobs",
|
||||
"Track submodules": "Track submodules",
|
||||
"Track submodules latest commit on branch": "Track submodules latest commit on branch",
|
||||
"Trial": "Trial",
|
||||
"True": "True",
|
||||
"Tue": "Tue",
|
||||
@ -2495,6 +2522,7 @@ message. For more information, refer to the",
|
||||
],
|
||||
"and click on Update Revision on Launch": "and click on Update Revision on Launch",
|
||||
"approved": "approved",
|
||||
"brand logo": "brand logo",
|
||||
"cancel delete": "cancel delete",
|
||||
"command": "command",
|
||||
"confirm delete": "confirm delete",
|
||||
@ -2647,6 +2675,16 @@ message. For more information, refer to the",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
"plural",
|
||||
Object {
|
||||
"one": "You cannot cancel the following job because it is not running:",
|
||||
"other": "You cannot cancel the following jobs because they are not running:",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running} other {You cannot cancel the following jobs because they are not running}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
@ -2705,6 +2743,12 @@ message. For more information, refer to the",
|
||||
"1",
|
||||
],
|
||||
],
|
||||
"{brandName} logo": Array [
|
||||
Array [
|
||||
"brandName",
|
||||
],
|
||||
" logo",
|
||||
],
|
||||
"{currentTab} detail view": Array [
|
||||
Array [
|
||||
"currentTab",
|
||||
@ -3337,6 +3381,7 @@ produce as the playbook executes.",
|
||||
"Copy Project": "Copy Project",
|
||||
"Copy Template": "Copy Template",
|
||||
"Copy full revision to clipboard.": "Copy full revision to clipboard.",
|
||||
"Copyright": "Copyright",
|
||||
"Copyright 2018 Red Hat, Inc.": "Copyright 2018 Red Hat, Inc.",
|
||||
"Copyright 2019 Red Hat, Inc.": "Copyright 2019 Red Hat, Inc.",
|
||||
"Create": "Create",
|
||||
@ -3861,6 +3906,7 @@ and report problems without executing the playbook.",
|
||||
"GitLab": "GitLab",
|
||||
"Global Default Execution Environment": "Global Default Execution Environment",
|
||||
"Globally Available": "Globally Available",
|
||||
"Globally available execution environment can not be reassigned to a specific Organization": "Globally available execution environment can not be reassigned to a specific Organization",
|
||||
"Go to first page": "Go to first page",
|
||||
"Go to last page": "Go to last page",
|
||||
"Go to next page": "Go to next page",
|
||||
@ -4004,6 +4050,7 @@ reset by the inventory sync process.",
|
||||
"Insights Credential": "Insights Credential",
|
||||
"Insights analytics": "Insights analytics",
|
||||
"Insights system ID": "Insights system ID",
|
||||
"Instance": "Instance",
|
||||
"Instance Filters": "Instance Filters",
|
||||
"Instance Group": "Instance Group",
|
||||
"Instance Groups": "Instance Groups",
|
||||
@ -4164,6 +4211,8 @@ reset by the inventory sync process.",
|
||||
"May": "May",
|
||||
"Members": "Members",
|
||||
"Metadata": "Metadata",
|
||||
"Metric": "Metric",
|
||||
"Metrics": "Metrics",
|
||||
"Microsoft Azure Resource Manager": "Microsoft Azure Resource Manager",
|
||||
"Minimum": "Minimum",
|
||||
"Minimum length": "Minimum length",
|
||||
@ -4483,6 +4532,7 @@ retrieving renewal or expanded subscriptions.",
|
||||
"Red Hat Satellite 6": "Red Hat Satellite 6",
|
||||
"Red Hat Virtualization": "Red Hat Virtualization",
|
||||
"Red Hat subscription manifest": "Red Hat subscription manifest",
|
||||
"Red Hat, Inc.": "Red Hat, Inc.",
|
||||
"Redirect URIs": "Redirect URIs",
|
||||
"Redirect uris": "Redirect uris",
|
||||
"Redirecting to dashboard": "Redirecting to dashboard",
|
||||
@ -4601,12 +4651,14 @@ The enabled variable may be specified using dot notation, e.g: 'foo.bar'",
|
||||
"Seconds": "Seconds",
|
||||
"See errors on the left": "See errors on the left",
|
||||
"Select": "Select",
|
||||
"Select Credential Type": "Select Credential Type",
|
||||
"Select Groups": "Select Groups",
|
||||
"Select Hosts": "Select Hosts",
|
||||
"Select Input": "Select Input",
|
||||
"Select Instances": "Select Instances",
|
||||
"Select Items": "Select Items",
|
||||
"Select Items from List": "Select Items from List",
|
||||
"Select Labels": "Select Labels",
|
||||
"Select Roles to Apply": "Select Roles to Apply",
|
||||
"Select Teams": "Select Teams",
|
||||
"Select Users Or Teams": "Select Users Or Teams",
|
||||
@ -4620,7 +4672,9 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.",
|
||||
"Select a credential Type": "Select a credential Type",
|
||||
"Select a instance": "Select a instance",
|
||||
"Select a job to cancel": "Select a job to cancel",
|
||||
"Select a metric": "Select a metric",
|
||||
"Select a module": "Select a module",
|
||||
"Select a playbook": "Select a playbook",
|
||||
"Select a project before editing the execution environment.": "Select a project before editing the execution environment.",
|
||||
@ -4633,6 +4687,8 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a value for this field": "Select a value for this field",
|
||||
"Select a webhook service.": "Select a webhook service.",
|
||||
"Select all": "Select all",
|
||||
"Select an activity type": "Select an activity type",
|
||||
"Select an instance and a metric to show chart": "Select an instance and a metric to show chart",
|
||||
"Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.": "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.",
|
||||
"Select an organization before editing the default execution environment.": "Select an organization before editing the default execution environment.",
|
||||
"Select credentials that allow Tower to access the nodes this job will be ran
|
||||
@ -4656,6 +4712,7 @@ directory provide the full path used to locate playbooks.",
|
||||
"Select period": "Select period",
|
||||
"Select roles to apply": "Select roles to apply",
|
||||
"Select source path": "Select source path",
|
||||
"Select tags": "Select tags",
|
||||
"Select the Instance Groups for this Inventory to run on.": "Select the Instance Groups for this Inventory to run on.",
|
||||
"Select the Instance Groups for this Organization
|
||||
to run on.": "Select the Instance Groups for this Organization
|
||||
@ -4812,6 +4869,17 @@ color code (example: #3af or #789abc).",
|
||||
"Status": "Status",
|
||||
"Stdout": "Stdout",
|
||||
"Submit": "Submit",
|
||||
"Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.": "Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.",
|
||||
"Subscription": "Subscription",
|
||||
"Subscription Details": "Subscription Details",
|
||||
"Subscription Management": "Subscription Management",
|
||||
@ -5154,9 +5222,12 @@ inventory sync will be performed.",
|
||||
"Token type": "Token type",
|
||||
"Tokens": "Tokens",
|
||||
"Tools": "Tools",
|
||||
"Top Pagination": "Top Pagination",
|
||||
"Total Jobs": "Total Jobs",
|
||||
"Total Nodes": "Total Nodes",
|
||||
"Total jobs": "Total jobs",
|
||||
"Track submodules": "Track submodules",
|
||||
"Track submodules latest commit on branch": "Track submodules latest commit on branch",
|
||||
"Trial": "Trial",
|
||||
"True": "True",
|
||||
"Tue": "Tue",
|
||||
@ -5455,6 +5526,7 @@ message. For more information, refer to the",
|
||||
],
|
||||
"and click on Update Revision on Launch": "and click on Update Revision on Launch",
|
||||
"approved": "approved",
|
||||
"brand logo": "brand logo",
|
||||
"cancel delete": "cancel delete",
|
||||
"command": "command",
|
||||
"confirm delete": "confirm delete",
|
||||
@ -5607,6 +5679,16 @@ message. For more information, refer to the",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
"plural",
|
||||
Object {
|
||||
"one": "You cannot cancel the following job because it is not running:",
|
||||
"other": "You cannot cancel the following jobs because they are not running:",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running} other {You cannot cancel the following jobs because they are not running}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
@ -5665,6 +5747,12 @@ message. For more information, refer to the",
|
||||
"1",
|
||||
],
|
||||
],
|
||||
"{brandName} logo": Array [
|
||||
Array [
|
||||
"brandName",
|
||||
],
|
||||
" logo",
|
||||
],
|
||||
"{currentTab} detail view": Array [
|
||||
Array [
|
||||
"currentTab",
|
||||
|
||||
@ -404,6 +404,7 @@ produce as the playbook executes.",
|
||||
"Copy Project": "Copy Project",
|
||||
"Copy Template": "Copy Template",
|
||||
"Copy full revision to clipboard.": "Copy full revision to clipboard.",
|
||||
"Copyright": "Copyright",
|
||||
"Copyright 2018 Red Hat, Inc.": "Copyright 2018 Red Hat, Inc.",
|
||||
"Copyright 2019 Red Hat, Inc.": "Copyright 2019 Red Hat, Inc.",
|
||||
"Create": "Create",
|
||||
@ -928,6 +929,7 @@ and report problems without executing the playbook.",
|
||||
"GitLab": "GitLab",
|
||||
"Global Default Execution Environment": "Global Default Execution Environment",
|
||||
"Globally Available": "Globally Available",
|
||||
"Globally available execution environment can not be reassigned to a specific Organization": "Globally available execution environment can not be reassigned to a specific Organization",
|
||||
"Go to first page": "Go to first page",
|
||||
"Go to last page": "Go to last page",
|
||||
"Go to next page": "Go to next page",
|
||||
@ -1071,6 +1073,7 @@ reset by the inventory sync process.",
|
||||
"Insights Credential": "Insights Credential",
|
||||
"Insights analytics": "Insights analytics",
|
||||
"Insights system ID": "Insights system ID",
|
||||
"Instance": "Instance",
|
||||
"Instance Filters": "Instance Filters",
|
||||
"Instance Group": "Instance Group",
|
||||
"Instance Groups": "Instance Groups",
|
||||
@ -1231,6 +1234,8 @@ reset by the inventory sync process.",
|
||||
"May": "May",
|
||||
"Members": "Members",
|
||||
"Metadata": "Metadata",
|
||||
"Metric": "Metric",
|
||||
"Metrics": "Metrics",
|
||||
"Microsoft Azure Resource Manager": "Microsoft Azure Resource Manager",
|
||||
"Minimum": "Minimum",
|
||||
"Minimum length": "Minimum length",
|
||||
@ -1550,6 +1555,7 @@ retrieving renewal or expanded subscriptions.",
|
||||
"Red Hat Satellite 6": "Red Hat Satellite 6",
|
||||
"Red Hat Virtualization": "Red Hat Virtualization",
|
||||
"Red Hat subscription manifest": "Red Hat subscription manifest",
|
||||
"Red Hat, Inc.": "Red Hat, Inc.",
|
||||
"Redirect URIs": "Redirect URIs",
|
||||
"Redirect uris": "Redirect uris",
|
||||
"Redirecting to dashboard": "Redirecting to dashboard",
|
||||
@ -1668,12 +1674,14 @@ The enabled variable may be specified using dot notation, e.g: 'foo.bar'",
|
||||
"Seconds": "Seconds",
|
||||
"See errors on the left": "See errors on the left",
|
||||
"Select": "Select",
|
||||
"Select Credential Type": "Select Credential Type",
|
||||
"Select Groups": "Select Groups",
|
||||
"Select Hosts": "Select Hosts",
|
||||
"Select Input": "Select Input",
|
||||
"Select Instances": "Select Instances",
|
||||
"Select Items": "Select Items",
|
||||
"Select Items from List": "Select Items from List",
|
||||
"Select Labels": "Select Labels",
|
||||
"Select Roles to Apply": "Select Roles to Apply",
|
||||
"Select Teams": "Select Teams",
|
||||
"Select Users Or Teams": "Select Users Or Teams",
|
||||
@ -1687,7 +1695,9 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.",
|
||||
"Select a credential Type": "Select a credential Type",
|
||||
"Select a instance": "Select a instance",
|
||||
"Select a job to cancel": "Select a job to cancel",
|
||||
"Select a metric": "Select a metric",
|
||||
"Select a module": "Select a module",
|
||||
"Select a playbook": "Select a playbook",
|
||||
"Select a project before editing the execution environment.": "Select a project before editing the execution environment.",
|
||||
@ -1700,6 +1710,8 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a value for this field": "Select a value for this field",
|
||||
"Select a webhook service.": "Select a webhook service.",
|
||||
"Select all": "Select all",
|
||||
"Select an activity type": "Select an activity type",
|
||||
"Select an instance and a metric to show chart": "Select an instance and a metric to show chart",
|
||||
"Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.": "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.",
|
||||
"Select an organization before editing the default execution environment.": "Select an organization before editing the default execution environment.",
|
||||
"Select credentials that allow Tower to access the nodes this job will be ran
|
||||
@ -1723,6 +1735,7 @@ directory provide the full path used to locate playbooks.",
|
||||
"Select period": "Select period",
|
||||
"Select roles to apply": "Select roles to apply",
|
||||
"Select source path": "Select source path",
|
||||
"Select tags": "Select tags",
|
||||
"Select the Instance Groups for this Inventory to run on.": "Select the Instance Groups for this Inventory to run on.",
|
||||
"Select the Instance Groups for this Organization
|
||||
to run on.": "Select the Instance Groups for this Organization
|
||||
@ -1879,6 +1892,17 @@ color code (example: #3af or #789abc).",
|
||||
"Status": "Status",
|
||||
"Stdout": "Stdout",
|
||||
"Submit": "Submit",
|
||||
"Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.": "Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.",
|
||||
"Subscription": "Subscription",
|
||||
"Subscription Details": "Subscription Details",
|
||||
"Subscription Management": "Subscription Management",
|
||||
@ -2221,9 +2245,12 @@ inventory sync will be performed.",
|
||||
"Token type": "Token type",
|
||||
"Tokens": "Tokens",
|
||||
"Tools": "Tools",
|
||||
"Top Pagination": "Top Pagination",
|
||||
"Total Jobs": "Total Jobs",
|
||||
"Total Nodes": "Total Nodes",
|
||||
"Total jobs": "Total jobs",
|
||||
"Track submodules": "Track submodules",
|
||||
"Track submodules latest commit on branch": "Track submodules latest commit on branch",
|
||||
"Trial": "Trial",
|
||||
"True": "True",
|
||||
"Tue": "Tue",
|
||||
@ -2522,6 +2549,7 @@ message. For more information, refer to the",
|
||||
],
|
||||
"and click on Update Revision on Launch": "and click on Update Revision on Launch",
|
||||
"approved": "approved",
|
||||
"brand logo": "brand logo",
|
||||
"cancel delete": "cancel delete",
|
||||
"command": "command",
|
||||
"confirm delete": "confirm delete",
|
||||
@ -2674,6 +2702,16 @@ message. For more information, refer to the",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
"plural",
|
||||
Object {
|
||||
"one": "You cannot cancel the following job because it is not running:",
|
||||
"other": "You cannot cancel the following jobs because they are not running:",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running} other {You cannot cancel the following jobs because they are not running}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
@ -2732,6 +2770,12 @@ message. For more information, refer to the",
|
||||
"1",
|
||||
],
|
||||
],
|
||||
"{brandName} logo": Array [
|
||||
Array [
|
||||
"brandName",
|
||||
],
|
||||
" logo",
|
||||
],
|
||||
"{currentTab} detail view": Array [
|
||||
Array [
|
||||
"currentTab",
|
||||
@ -4101,6 +4145,7 @@ produce as the playbook executes.",
|
||||
"Copy Project": "Copy Project",
|
||||
"Copy Template": "Copy Template",
|
||||
"Copy full revision to clipboard.": "Copy full revision to clipboard.",
|
||||
"Copyright": "Copyright",
|
||||
"Copyright 2018 Red Hat, Inc.": "Copyright 2018 Red Hat, Inc.",
|
||||
"Copyright 2019 Red Hat, Inc.": "Copyright 2019 Red Hat, Inc.",
|
||||
"Create": "Create",
|
||||
@ -4625,6 +4670,7 @@ and report problems without executing the playbook.",
|
||||
"GitLab": "GitLab",
|
||||
"Global Default Execution Environment": "Global Default Execution Environment",
|
||||
"Globally Available": "Globally Available",
|
||||
"Globally available execution environment can not be reassigned to a specific Organization": "Globally available execution environment can not be reassigned to a specific Organization",
|
||||
"Go to first page": "Go to first page",
|
||||
"Go to last page": "Go to last page",
|
||||
"Go to next page": "Go to next page",
|
||||
@ -4768,6 +4814,7 @@ reset by the inventory sync process.",
|
||||
"Insights Credential": "Insights Credential",
|
||||
"Insights analytics": "Insights analytics",
|
||||
"Insights system ID": "Insights system ID",
|
||||
"Instance": "Instance",
|
||||
"Instance Filters": "Instance Filters",
|
||||
"Instance Group": "Instance Group",
|
||||
"Instance Groups": "Instance Groups",
|
||||
@ -4928,6 +4975,8 @@ reset by the inventory sync process.",
|
||||
"May": "May",
|
||||
"Members": "Members",
|
||||
"Metadata": "Metadata",
|
||||
"Metric": "Metric",
|
||||
"Metrics": "Metrics",
|
||||
"Microsoft Azure Resource Manager": "Microsoft Azure Resource Manager",
|
||||
"Minimum": "Minimum",
|
||||
"Minimum length": "Minimum length",
|
||||
@ -5247,6 +5296,7 @@ retrieving renewal or expanded subscriptions.",
|
||||
"Red Hat Satellite 6": "Red Hat Satellite 6",
|
||||
"Red Hat Virtualization": "Red Hat Virtualization",
|
||||
"Red Hat subscription manifest": "Red Hat subscription manifest",
|
||||
"Red Hat, Inc.": "Red Hat, Inc.",
|
||||
"Redirect URIs": "Redirect URIs",
|
||||
"Redirect uris": "Redirect uris",
|
||||
"Redirecting to dashboard": "Redirecting to dashboard",
|
||||
@ -5365,12 +5415,14 @@ The enabled variable may be specified using dot notation, e.g: 'foo.bar'",
|
||||
"Seconds": "Seconds",
|
||||
"See errors on the left": "See errors on the left",
|
||||
"Select": "Select",
|
||||
"Select Credential Type": "Select Credential Type",
|
||||
"Select Groups": "Select Groups",
|
||||
"Select Hosts": "Select Hosts",
|
||||
"Select Input": "Select Input",
|
||||
"Select Instances": "Select Instances",
|
||||
"Select Items": "Select Items",
|
||||
"Select Items from List": "Select Items from List",
|
||||
"Select Labels": "Select Labels",
|
||||
"Select Roles to Apply": "Select Roles to Apply",
|
||||
"Select Teams": "Select Teams",
|
||||
"Select Users Or Teams": "Select Users Or Teams",
|
||||
@ -5384,7 +5436,9 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch",
|
||||
"Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.": "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch.",
|
||||
"Select a credential Type": "Select a credential Type",
|
||||
"Select a instance": "Select a instance",
|
||||
"Select a job to cancel": "Select a job to cancel",
|
||||
"Select a metric": "Select a metric",
|
||||
"Select a module": "Select a module",
|
||||
"Select a playbook": "Select a playbook",
|
||||
"Select a project before editing the execution environment.": "Select a project before editing the execution environment.",
|
||||
@ -5397,6 +5451,8 @@ all job template nodes that prompt for a branch.",
|
||||
"Select a value for this field": "Select a value for this field",
|
||||
"Select a webhook service.": "Select a webhook service.",
|
||||
"Select all": "Select all",
|
||||
"Select an activity type": "Select an activity type",
|
||||
"Select an instance and a metric to show chart": "Select an instance and a metric to show chart",
|
||||
"Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.": "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.",
|
||||
"Select an organization before editing the default execution environment.": "Select an organization before editing the default execution environment.",
|
||||
"Select credentials that allow Tower to access the nodes this job will be ran
|
||||
@ -5420,6 +5476,7 @@ directory provide the full path used to locate playbooks.",
|
||||
"Select period": "Select period",
|
||||
"Select roles to apply": "Select roles to apply",
|
||||
"Select source path": "Select source path",
|
||||
"Select tags": "Select tags",
|
||||
"Select the Instance Groups for this Inventory to run on.": "Select the Instance Groups for this Inventory to run on.",
|
||||
"Select the Instance Groups for this Organization
|
||||
to run on.": "Select the Instance Groups for this Organization
|
||||
@ -5576,6 +5633,17 @@ color code (example: #3af or #789abc).",
|
||||
"Status": "Status",
|
||||
"Stdout": "Stdout",
|
||||
"Submit": "Submit",
|
||||
"Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.": "Submodules will track the latest commit on
|
||||
their master branch (or other branch specified in
|
||||
.gitmodules). If no, submodules will be kept at
|
||||
the revision specified by the main project.
|
||||
This is equivalent to specifying the --remote
|
||||
flag to git submodule update.",
|
||||
"Subscription": "Subscription",
|
||||
"Subscription Details": "Subscription Details",
|
||||
"Subscription Management": "Subscription Management",
|
||||
@ -5918,9 +5986,12 @@ inventory sync will be performed.",
|
||||
"Token type": "Token type",
|
||||
"Tokens": "Tokens",
|
||||
"Tools": "Tools",
|
||||
"Top Pagination": "Top Pagination",
|
||||
"Total Jobs": "Total Jobs",
|
||||
"Total Nodes": "Total Nodes",
|
||||
"Total jobs": "Total jobs",
|
||||
"Track submodules": "Track submodules",
|
||||
"Track submodules latest commit on branch": "Track submodules latest commit on branch",
|
||||
"Trial": "Trial",
|
||||
"True": "True",
|
||||
"Tue": "Tue",
|
||||
@ -6219,6 +6290,7 @@ message. For more information, refer to the",
|
||||
],
|
||||
"and click on Update Revision on Launch": "and click on Update Revision on Launch",
|
||||
"approved": "approved",
|
||||
"brand logo": "brand logo",
|
||||
"cancel delete": "cancel delete",
|
||||
"command": "command",
|
||||
"confirm delete": "confirm delete",
|
||||
@ -6371,6 +6443,16 @@ message. For more information, refer to the",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
"plural",
|
||||
Object {
|
||||
"one": "You cannot cancel the following job because it is not running:",
|
||||
"other": "You cannot cancel the following jobs because they are not running:",
|
||||
},
|
||||
],
|
||||
],
|
||||
"{0, plural, one {You cannot cancel the following job because it is not running} other {You cannot cancel the following jobs because they are not running}}": Array [
|
||||
Array [
|
||||
"0",
|
||||
@ -6429,6 +6511,12 @@ message. For more information, refer to the",
|
||||
"1",
|
||||
],
|
||||
],
|
||||
"{brandName} logo": Array [
|
||||
Array [
|
||||
"brandName",
|
||||
],
|
||||
" logo",
|
||||
],
|
||||
"{currentTab} detail view": Array [
|
||||
Array [
|
||||
"currentTab",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user