diff --git a/awx/ui/src/components/HealthCheckButton/HealthCheckButton.js b/awx/ui/src/components/HealthCheckButton/HealthCheckButton.js
new file mode 100644
index 0000000000..7086e630a0
--- /dev/null
+++ b/awx/ui/src/components/HealthCheckButton/HealthCheckButton.js
@@ -0,0 +1,62 @@
+import React from 'react';
+import { Plural, t } from '@lingui/macro';
+import { Button, DropdownItem, Tooltip } from '@patternfly/react-core';
+import { useKebabifiedMenu } from 'contexts/Kebabified';
+
+function HealthCheckButton({ isDisabled, onClick, selectedItems }) {
+ const { isKebabified } = useKebabifiedMenu();
+ const hopNodeSelected =
+ selectedItems.filter((instance) => instance.node_type === 'hop').length > 0;
+ const hasSelectedItems = selectedItems.length > 0;
+
+ const buildTooltip = () => {
+ if (hopNodeSelected) {
+ return (
+
+ );
+ }
+ return selectedItems.length ? (
+
+ ) : (
+ t`Select an instance to run a health check.`
+ );
+ };
+
+ if (isKebabified) {
+ return (
+
+
+ {t`Health Check`}
+
+
+ );
+ }
+ return (
+
+
+
+
+
+ );
+}
+
+export default HealthCheckButton;
diff --git a/awx/ui/src/components/HealthCheckButton/index.js b/awx/ui/src/components/HealthCheckButton/index.js
new file mode 100644
index 0000000000..8d02a31aea
--- /dev/null
+++ b/awx/ui/src/components/HealthCheckButton/index.js
@@ -0,0 +1 @@
+export { default } from './HealthCheckButton';
diff --git a/awx/ui/src/locales/en/messages.po b/awx/ui/src/locales/en/messages.po
index 821424084a..480924e320 100644
--- a/awx/ui/src/locales/en/messages.po
+++ b/awx/ui/src/locales/en/messages.po
@@ -23,7 +23,7 @@ msgstr "(Limited to first 10)"
msgid "(Prompt on launch)"
msgstr "(Prompt on launch)"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr "* This field will be retrieved from an external secret management system using the specified credential."
@@ -136,12 +136,12 @@ msgstr "API Token"
msgid "API service/integration key"
msgstr "API service/integration key"
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr ""
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -176,74 +176,75 @@ msgstr "Account token"
msgid "Action"
msgstr "Action"
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr "Actions"
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -251,7 +252,7 @@ msgstr "Actions"
msgid "Activity"
msgstr "Activity"
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -355,12 +356,12 @@ msgstr "Add user permissions"
msgid "Add workflow template"
msgstr "Add workflow template"
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr "Advanced"
@@ -385,7 +386,7 @@ msgstr ""
"before executing job tasks. This is intended for static content,\n"
"like the Ansible inventory .ini file format."
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr "After number of occurrences"
@@ -394,18 +395,18 @@ msgid "Alert modal"
msgstr "Alert modal"
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr "All"
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr "All job types"
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr "All jobs"
@@ -465,7 +466,7 @@ msgstr "Answer type"
msgid "Answer variable name"
msgstr "Answer variable name"
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr "Any"
@@ -495,7 +496,7 @@ msgid "Application not found."
msgstr "Application not found."
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -504,12 +505,12 @@ msgstr "Application not found."
msgid "Applications"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr "Applications & Tokens"
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -518,9 +519,9 @@ msgstr "Approval"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr "Approve"
@@ -564,7 +565,7 @@ msgstr "Are you sure you want to exit the Workflow Creator without saving your c
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr "Are you sure you want to remove all the nodes in this workflow?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr "Are you sure you want to remove the node below:"
@@ -572,7 +573,7 @@ msgstr "Are you sure you want to remove the node below:"
msgid "Are you sure you want to remove this link?"
msgstr "Are you sure you want to remove this link?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr "Are you sure you want to remove this node?"
@@ -584,7 +585,7 @@ msgstr ""
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr ""
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr "Are you sure you want to submit the request to cancel this job?"
@@ -593,11 +594,11 @@ msgstr "Are you sure you want to submit the request to cancel this job?"
msgid "Arguments"
msgstr "Arguments"
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr "Artifacts"
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr "Associate"
@@ -633,7 +634,9 @@ msgid "Authorization grant type"
msgstr "Authorization grant type"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr "Auto"
@@ -680,6 +683,7 @@ msgid "Back to Instance Groups"
msgstr "Back to Instance Groups"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr "Back to Instances"
@@ -713,9 +717,9 @@ msgstr "Back to Schedules"
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -769,7 +773,7 @@ msgstr "Back to instance groups"
msgid "Back to management jobs"
msgstr "Back to management jobs"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -815,12 +819,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr "By default, we collect and transmit analytics data on the serice usage to Red Hat. There are two categories of data collected by the service. For more information, see <0>this Tower documentation page0>. Uncheck the following boxes to disable this feature."
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr "CPU {0}"
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -840,13 +846,13 @@ msgstr "Cache timeout (seconds)"
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -856,7 +862,7 @@ msgstr "Cache timeout (seconds)"
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -871,11 +877,11 @@ msgstr "Cache timeout (seconds)"
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -883,14 +889,14 @@ msgstr "Cache timeout (seconds)"
msgid "Cancel"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr "Cancel Inventory Source Sync"
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr "Cancel Job"
@@ -899,13 +905,13 @@ msgstr "Cancel Job"
msgid "Cancel Project Sync"
msgstr "Cancel Project Sync"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr "Cancel Sync"
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr "Cancel job"
@@ -917,12 +923,12 @@ msgstr "Cancel link changes"
msgid "Cancel link removal"
msgstr "Cancel link removal"
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr "Cancel lookup"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr "Cancel node removal"
@@ -943,20 +949,20 @@ msgid "Cancel subscription edit"
msgstr "Cancel subscription edit"
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr "Cancel {0}"
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr "Canceled"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
@@ -970,8 +976,11 @@ msgid "Capacity"
msgstr "Capacity"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr "Capacity Adjustment"
@@ -995,7 +1004,7 @@ msgstr "Case-insensitive version of regex."
msgid "Case-insensitive version of startswith."
msgstr "Case-insensitive version of startswith."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
@@ -1003,6 +1012,7 @@ msgstr ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr "Changed"
@@ -1097,7 +1107,7 @@ msgstr "Clean"
msgid "Clear"
msgstr "Clear"
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr "Clear all filters"
@@ -1126,7 +1136,7 @@ msgstr "Click this button to verify connection to the secret management system u
msgid "Click to create a new link to this node."
msgstr "Click to create a new link to this node."
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr "Click to rearrange the order of the survey questions"
@@ -1160,7 +1170,7 @@ msgstr "Client secret"
msgid "Client type"
msgstr "Client type"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr ""
@@ -1177,9 +1187,13 @@ msgstr "Cloud"
msgid "Collapse"
msgstr ""
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr "Collapse section"
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr "Command"
@@ -1191,7 +1205,7 @@ msgstr "Compliant"
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr "Concurrent Jobs"
@@ -1202,7 +1216,7 @@ msgid "Confirm"
msgstr "Confirm"
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr "Confirm Delete"
@@ -1234,7 +1248,7 @@ msgstr "Confirm disassociate"
msgid "Confirm link removal"
msgstr "Confirm link removal"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr "Confirm node removal"
@@ -1250,7 +1264,7 @@ msgstr "Confirm revert all"
msgid "Confirm selection"
msgstr "Confirm selection"
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr "Container Group"
@@ -1269,10 +1283,15 @@ msgstr "Container group not found."
msgid "Content Loading"
msgstr "Content Loading"
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr "Continue"
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr "Control"
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1297,7 +1316,7 @@ msgstr ""
"Control the level of output ansible will\n"
"produce as the playbook executes."
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr "Convergence"
@@ -1319,15 +1338,15 @@ msgstr "Copy Credential"
msgid "Copy Error"
msgstr "Copy Error"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr "Copy Execution Environment"
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr "Copy Inventory"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr "Copy Notification Template"
@@ -1335,7 +1354,7 @@ msgstr "Copy Notification Template"
msgid "Copy Project"
msgstr "Copy Project"
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr "Copy Template"
@@ -1462,28 +1481,28 @@ msgid "Create user token"
msgstr "Create user token"
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1496,12 +1515,12 @@ msgstr ""
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1519,12 +1538,12 @@ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1542,8 +1561,8 @@ msgstr "Created By (Username)"
msgid "Created by (username)"
msgstr "Created by (username)"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1572,14 +1591,14 @@ msgstr "Credential Input Sources"
msgid "Credential Name"
msgstr "Credential Name"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr "Credential Type"
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1607,23 +1626,23 @@ msgstr "Credential to authenticate with a protected container registry."
msgid "Credential type not found."
msgstr "Credential type not found."
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1643,12 +1662,12 @@ msgstr "Custom pod spec"
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr "Custom virtual environment {0} must be replaced by an execution environment."
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
@@ -1670,12 +1689,12 @@ msgstr "Customize pod specification"
msgid "DELETED"
msgstr "DELETED"
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr "Dashboard (all activity)"
@@ -1687,8 +1706,8 @@ msgstr "Data retention period"
msgid "Date"
msgstr "Date"
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr "Day"
@@ -1698,7 +1717,7 @@ msgstr "Day"
msgid "Days of Data to Keep"
msgstr "Days of Data to Keep"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr "Days of data to be retained"
@@ -1706,7 +1725,7 @@ msgstr "Days of data to be retained"
msgid "Days remaining"
msgstr "Days remaining"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr "Days to keep"
@@ -1725,9 +1744,9 @@ msgstr "December"
msgid "Default"
msgstr "Default"
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr "Default Answer(s)"
@@ -1756,43 +1775,43 @@ msgstr "Define system-level features and functions"
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr "Delete All Groups and Hosts"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr "Delete Credential"
@@ -1800,22 +1819,22 @@ msgstr "Delete Credential"
msgid "Delete Execution Environment"
msgstr "Delete Execution Environment"
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr "Delete Host"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr "Delete Inventory"
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr "Delete Job"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr "Delete Job Template"
@@ -1823,7 +1842,7 @@ msgstr "Delete Job Template"
msgid "Delete Notification"
msgstr "Delete Notification"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr "Delete Organization"
@@ -1835,7 +1854,7 @@ msgstr "Delete Project"
msgid "Delete Questions"
msgstr "Delete Questions"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr "Delete Schedule"
@@ -1859,7 +1878,7 @@ msgstr "Delete User Token"
msgid "Delete Workflow Approval"
msgstr "Delete Workflow Approval"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr "Delete Workflow Job Template"
@@ -1872,7 +1891,7 @@ msgstr "Delete all nodes"
msgid "Delete application"
msgstr "Delete application"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr "Delete credential type"
@@ -1880,20 +1899,20 @@ msgstr "Delete credential type"
msgid "Delete error"
msgstr "Delete error"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr "Delete instance group"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr "Delete inventory source"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr "Delete smart inventory"
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr "Delete survey question"
@@ -1960,9 +1979,9 @@ msgstr "Denied by {0} - {1}"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr "Deny"
@@ -1974,16 +1993,16 @@ msgstr "Deprecated"
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -2007,7 +2026,7 @@ msgstr "Deprecated"
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -2021,14 +2040,14 @@ msgstr "Deprecated"
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2063,7 +2082,7 @@ msgstr "Destination channels"
msgid "Destination channels or users"
msgstr "Destination channels or users"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2081,6 +2100,8 @@ msgstr "Destination channels or users"
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2090,7 +2111,7 @@ msgstr "Destination channels or users"
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2102,9 +2123,9 @@ msgstr "Destination channels or users"
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2147,7 +2168,7 @@ msgstr "Destination channels or users"
msgid "Details"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr "Details tab"
@@ -2171,15 +2192,15 @@ msgid "Disable SSL verification"
msgstr "Disable SSL verification"
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr "Disabled"
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2190,16 +2211,16 @@ msgstr "Disassociate"
msgid "Disassociate group from host?"
msgstr "Disassociate group from host?"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr "Disassociate host from group?"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr "Disassociate instance from instance group?"
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr "Disassociate related group(s)?"
@@ -2240,10 +2261,10 @@ msgstr ""
msgid "Documentation."
msgstr "Documentation."
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr "Done"
@@ -2258,20 +2279,20 @@ msgid "Drag a file here or browse to upload"
msgstr "Drag a file here or browse to upload"
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr "Draggable list to reorder and remove selected items."
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr "Draggable list to reorder and remove selected items."
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr "Dragging cancelled. List is unchanged."
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr "Dragging cancelled. List is unchanged."
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr "Dragging started for item id: {newId}."
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr "Dragging started for item id: {newId}."
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2299,28 +2320,28 @@ msgstr ""
"Each time a job runs using this project, update the\n"
"revision of the project prior to starting the job."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2332,27 +2353,27 @@ msgstr ""
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2406,28 +2427,28 @@ msgstr "Edit Credential Plugin Configuration"
msgid "Edit Details"
msgstr ""
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr "Edit Execution Environment"
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr "Edit Group"
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr "Edit Host"
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr "Edit Inventory"
@@ -2444,11 +2465,11 @@ msgstr "Edit Login redirect override URL"
msgid "Edit Node"
msgstr "Edit Node"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr "Edit Notification Template"
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr "Edit Order"
@@ -2466,8 +2487,8 @@ msgstr "Edit Project"
msgid "Edit Question"
msgstr "Edit Question"
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr "Edit Schedule"
@@ -2476,7 +2497,7 @@ msgstr "Edit Schedule"
msgid "Edit Source"
msgstr "Edit Source"
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr "Edit Survey"
@@ -2487,9 +2508,9 @@ msgstr "Edit Survey"
msgid "Edit Team"
msgstr "Edit Team"
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr "Edit Template"
@@ -2498,13 +2519,13 @@ msgstr "Edit Template"
msgid "Edit User"
msgstr "Edit User"
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr "Edit application"
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr "Edit credential type"
@@ -2520,7 +2541,7 @@ msgid "Edit details"
msgstr "Edit details"
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr "Edit group"
@@ -2546,7 +2567,7 @@ msgstr "Edit this link"
msgid "Edit this node"
msgstr "Edit this node"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr "Edit workflow"
@@ -2567,6 +2588,7 @@ msgstr "Elapsed time that the job ran"
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr "Email"
@@ -2575,20 +2597,20 @@ msgstr "Email"
msgid "Email Options"
msgstr "Email Options"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr "Enable Concurrent Jobs"
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr "Enable Fact Storage"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr "Enable HTTPS certificate verification"
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2598,16 +2620,16 @@ msgstr "Enable Webhook"
msgid "Enable Webhook for this workflow job template."
msgstr "Enable Webhook for this workflow job template."
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr "Enable external logging"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr "Enable log system tracking facts individually"
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr "Enable privilege escalation"
@@ -2619,7 +2641,7 @@ msgstr "Enable privilege escalation"
msgid "Enable simplified login for your {brandName} applications"
msgstr "Enable simplified login for your {brandName} applications"
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr "Enable webhook for this template."
@@ -2629,14 +2651,14 @@ msgstr "Enable webhook for this template."
msgid "Enabled"
msgstr "Enabled"
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr "Enabled Options"
@@ -2663,7 +2685,7 @@ msgstr "Enabled Variable"
#~ "and request a configuration update using this job\n"
#~ "template."
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
@@ -2687,12 +2709,12 @@ msgstr ""
"and request a configuration update using this job\n"
"template."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr "Encrypted"
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr "End"
@@ -2704,7 +2726,7 @@ msgstr "End User License Agreement"
msgid "End date"
msgstr "End date"
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr "End date/time"
@@ -2856,14 +2878,14 @@ msgstr "Enter variables to configure the inventory source. For a detailed descri
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2892,56 +2914,59 @@ msgstr "Error saving the workflow!"
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2952,16 +2977,16 @@ msgstr "Error saving the workflow!"
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2980,10 +3005,11 @@ msgid "Error:"
msgstr "Error:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr "Errors"
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -3001,7 +3027,7 @@ msgstr "Event detail modal"
msgid "Event summary not available"
msgstr "Event summary not available"
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr "Events"
@@ -3049,10 +3075,15 @@ msgstr "Execute when the parent node results in a failure state."
msgid "Execute when the parent node results in a successful state."
msgstr "Execute when the parent node results in a successful state."
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr "Execution"
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -3062,13 +3093,13 @@ msgid "Execution Environment"
msgstr "Execution Environment"
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr "Execution Environment Missing"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -3081,7 +3112,7 @@ msgstr "Execution Environment Missing"
msgid "Execution Environments"
msgstr "Execution Environments"
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr "Execution Node"
@@ -3102,15 +3133,19 @@ msgstr "Exit Without Saving"
msgid "Expand"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr "Expand all rows"
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr "Expand input"
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr "Expand section"
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr "Expected at least one of client_email, project_id or private_key to be present in the file."
@@ -3118,7 +3153,7 @@ msgstr "Expected at least one of client_email, project_id or private_key to be p
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3141,7 +3176,7 @@ msgstr "Expires on UTC"
msgid "Expires on {0}"
msgstr "Expires on {0}"
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr "Explanation"
@@ -3150,8 +3185,8 @@ msgstr "Explanation"
msgid "External Secret Management System"
msgstr "External Secret Management System"
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr "Extra variables"
@@ -3177,8 +3212,8 @@ msgstr "Fact Storage"
msgid "Facts"
msgstr "Facts"
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3199,7 +3234,7 @@ msgstr "Failed Hosts"
msgid "Failed hosts"
msgstr "Failed hosts"
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr "Failed jobs"
@@ -3221,15 +3256,15 @@ msgid "Failed to associate role"
msgstr "Failed to associate role"
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr "Failed to associate."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr "Failed to cancel Inventory Source Sync"
@@ -3239,12 +3274,12 @@ msgstr "Failed to cancel Inventory Source Sync"
msgid "Failed to cancel Project Sync"
msgstr "Failed to cancel Project Sync"
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr "Failed to cancel one or more jobs."
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr "Failed to cancel {0}"
@@ -3253,11 +3288,11 @@ msgstr "Failed to cancel {0}"
msgid "Failed to copy credential."
msgstr "Failed to copy credential."
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr "Failed to copy execution environment"
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr "Failed to copy inventory."
@@ -3265,8 +3300,8 @@ msgstr "Failed to copy inventory."
msgid "Failed to copy project."
msgstr "Failed to copy project."
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr "Failed to copy template."
@@ -3274,28 +3309,28 @@ msgstr "Failed to copy template."
msgid "Failed to delete application."
msgstr "Failed to delete application."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr "Failed to delete credential."
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr "Failed to delete group {0}."
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr "Failed to delete host."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr "Failed to delete inventory source {name}."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr "Failed to delete inventory."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr "Failed to delete job template."
@@ -3319,7 +3354,7 @@ msgstr "Failed to delete one or more credentials."
msgid "Failed to delete one or more execution environments"
msgstr "Failed to delete one or more execution environments"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr "Failed to delete one or more groups."
@@ -3344,7 +3379,7 @@ msgstr "Failed to delete one or more inventory sources."
msgid "Failed to delete one or more job templates."
msgstr "Failed to delete one or more job templates."
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr "Failed to delete one or more jobs."
@@ -3380,7 +3415,7 @@ msgstr "Failed to delete one or more tokens."
msgid "Failed to delete one or more user tokens."
msgstr "Failed to delete one or more user tokens."
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr "Failed to delete one or more users."
@@ -3388,7 +3423,7 @@ msgstr "Failed to delete one or more users."
msgid "Failed to delete one or more workflow approval."
msgstr "Failed to delete one or more workflow approval."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr "Failed to delete organization."
@@ -3405,11 +3440,11 @@ msgstr "Failed to delete role"
msgid "Failed to delete role."
msgstr "Failed to delete role."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr "Failed to delete schedule."
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr "Failed to delete smart inventory."
@@ -3425,7 +3460,7 @@ msgstr "Failed to delete user."
msgid "Failed to delete workflow approval."
msgstr "Failed to delete workflow approval."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr "Failed to delete workflow job template."
@@ -3444,16 +3479,17 @@ msgstr "Failed to deny workflow approval."
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr "Failed to disassociate one or more groups."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr "Failed to disassociate one or more hosts."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr "Failed to disassociate one or more instances."
@@ -3461,7 +3497,7 @@ msgstr "Failed to disassociate one or more instances."
msgid "Failed to disassociate one or more teams."
msgstr "Failed to disassociate one or more teams."
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr "Failed to fetch custom login configuration settings. System defaults will be shown instead."
@@ -3470,7 +3506,7 @@ msgid "Failed to fetch the updated project data."
msgstr "Failed to fetch the updated project data."
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr "Failed to launch job."
@@ -3487,11 +3523,12 @@ msgstr "Failed to retrieve full node resource object."
msgid "Failed to retrieve node credentials."
msgstr "Failed to retrieve node credentials."
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr "Failed to run a health check on one or more instances."
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr "Failed to send test notification."
@@ -3507,11 +3544,11 @@ msgstr "Failed to sync project."
msgid "Failed to sync some or all inventory sources."
msgstr "Failed to sync some or all inventory sources."
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr "Failed to toggle host."
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr "Failed to toggle instance."
@@ -3519,12 +3556,14 @@ msgstr "Failed to toggle instance."
msgid "Failed to toggle notification."
msgstr "Failed to toggle notification."
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr "Failed to toggle schedule."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr "Failed to update capacity adjustment."
@@ -3536,8 +3575,8 @@ msgstr "Failed to update survey."
msgid "Failed to user token."
msgstr "Failed to user token."
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr ""
@@ -3575,7 +3614,7 @@ msgstr "Field matches the given regular expression."
msgid "Field starts with value."
msgstr "Field starts with value."
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr "Fifth"
@@ -3591,22 +3630,22 @@ msgstr "File upload rejected. Please select a single .json file."
msgid "File, directory or script"
msgstr "File, directory or script"
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr "Filter By {name}"
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr "Finish Time"
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr "Finished"
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr ""
@@ -3614,8 +3653,8 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3626,7 +3665,7 @@ msgid "First Run"
msgstr "First Run"
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr "First name"
@@ -3642,7 +3681,7 @@ msgstr "Fit the graph to the available screen size"
msgid "Float"
msgstr "Float"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr "Follow"
@@ -3675,12 +3714,12 @@ msgstr "For more information, refer to the"
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr "Forks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr "Fourth"
@@ -3693,12 +3732,12 @@ msgstr "Frequency Details"
msgid "Frequency did not match an expected value"
msgstr "Frequency did not match an expected value"
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr "Fri"
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr "Friday"
@@ -3710,7 +3749,7 @@ msgstr "Fuzzy search on id, name or description fields."
msgid "Fuzzy search on name field."
msgstr "Fuzzy search on name field."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr "Galaxy Credentials"
@@ -3739,7 +3778,7 @@ msgstr "Get subscriptions"
msgid "Git"
msgstr "Git"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr "GitHub"
@@ -3778,7 +3817,7 @@ msgstr "GitHub Team"
msgid "GitHub settings"
msgstr "GitHub settings"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr "GitLab"
@@ -3788,7 +3827,7 @@ msgstr "GitLab"
#~ msgstr "Global Default Execution Environment"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr "Globally Available"
@@ -3866,8 +3905,8 @@ msgstr "Group type"
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr "Groups"
@@ -3882,16 +3921,18 @@ msgstr "HTTP Headers"
msgid "HTTP Method"
msgstr "HTTP Method"
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr "Health Check"
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr "Healthy"
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr ""
@@ -3909,6 +3950,11 @@ msgstr "Hide description"
msgid "Hipchat"
msgstr "Hipchat"
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr "Hop"
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3923,8 +3969,8 @@ msgid "Host Async OK"
msgstr "Host Async OK"
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr "Host Config Key"
@@ -3932,7 +3978,7 @@ msgstr "Host Config Key"
msgid "Host Count"
msgstr "Host Count"
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr "Host Details"
@@ -3950,7 +3996,7 @@ msgid "Host Filter"
msgstr "Host Filter"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr "Host Name"
@@ -3982,7 +4028,7 @@ msgstr "Host Unreachable"
msgid "Host details"
msgstr "Host details"
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr "Host details modal"
@@ -3995,8 +4041,8 @@ msgstr "Host not found."
msgid "Host status information for this job is unavailable."
msgstr "Host status information for this job is unavailable."
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -4006,8 +4052,8 @@ msgstr "Host status information for this job is unavailable."
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -4038,7 +4084,12 @@ msgstr "Hosts remaining"
msgid "Hour"
msgstr "Hour"
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr "Hybrid"
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4160,7 +4211,7 @@ msgstr ""
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
@@ -4168,11 +4219,11 @@ msgstr ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr "If enabled, simultaneous runs of this workflow job template will be allowed."
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
@@ -4215,11 +4266,11 @@ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr "Image"
@@ -4237,7 +4288,7 @@ msgstr ""
"jobs. For hosts that are part of an external inventory, this may be\n"
"reset by the inventory sync process."
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr ""
@@ -4245,17 +4296,17 @@ msgstr ""
msgid "Initiated By"
msgstr "Initiated By"
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr "Initiated by"
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr "Initiated by (username)"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr "Injector configuration"
@@ -4286,27 +4337,27 @@ msgstr "Insights system ID"
msgid "Instance"
msgstr "Instance"
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr "Instance Filters"
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr "Instance Group"
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr ""
@@ -4327,7 +4378,8 @@ msgstr "Instance group"
msgid "Instance group not found."
msgstr "Instance group not found."
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr "Instance group used capacity"
@@ -4335,13 +4387,17 @@ msgstr "Instance group used capacity"
msgid "Instance groups"
msgstr "Instance groups"
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr "Instances"
@@ -4374,8 +4430,8 @@ msgid "Invalid username or password. Please try again."
msgstr ""
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4385,41 +4441,41 @@ msgstr ""
msgid "Inventories"
msgstr ""
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr "Inventories with sources cannot be copied"
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr "Inventory"
@@ -4436,11 +4492,11 @@ msgstr "Inventory File"
msgid "Inventory ID"
msgstr "Inventory ID"
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr "Inventory Source"
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr "Inventory Source Project"
@@ -4448,7 +4504,7 @@ msgstr "Inventory Source Project"
msgid "Inventory Source Sync"
msgstr "Inventory Source Sync"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr "Inventory Source Sync Error"
@@ -4460,11 +4516,11 @@ msgstr "Inventory Source Sync Error"
msgid "Inventory Sources"
msgstr "Inventory Sources"
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr "Inventory Sync"
@@ -4485,7 +4541,7 @@ msgstr "Inventory file"
msgid "Inventory not found."
msgstr "Inventory not found."
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr "Inventory sync"
@@ -4493,11 +4549,11 @@ msgstr "Inventory sync"
msgid "Inventory sync failures"
msgstr "Inventory sync failures"
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr "Is expanded"
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr "Is not expanded"
@@ -4530,11 +4586,11 @@ msgstr ""
msgid "JOB ID:"
msgstr "JOB ID:"
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr "JSON"
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr "JSON tab"
@@ -4552,20 +4608,20 @@ msgid "Job"
msgstr "Job"
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr "Job Cancel Error"
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr "Job Delete Error"
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr "Job ID"
@@ -4573,18 +4629,18 @@ msgstr "Job ID"
msgid "Job Runs"
msgstr "Job Runs"
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr "Job Slice"
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr "Job Slice Parent"
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr "Job Slicing"
@@ -4595,22 +4651,22 @@ msgstr "Job Status"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr "Job Tags"
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr "Job Template"
@@ -4635,23 +4691,23 @@ msgstr "Job Templates with a missing inventory or project cannot be selected whe
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr "Job Type"
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr "Job status"
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr "Job status graph tab"
@@ -4661,10 +4717,10 @@ msgstr "Job status graph tab"
msgid "Job templates"
msgstr "Job templates"
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4711,7 +4767,7 @@ msgstr "Key select"
msgid "Key typeahead"
msgstr "Key typeahead"
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr "Keyword"
@@ -4772,29 +4828,32 @@ msgstr "LDAP5"
msgid "Label"
msgstr "Label"
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr "Label Name"
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr "Labels"
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr "Last Health Check"
@@ -4807,27 +4866,27 @@ msgstr "Last Job Status"
msgid "Last Login"
msgstr "Last Login"
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4838,15 +4897,15 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr ""
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr "Last Ran"
@@ -4858,15 +4917,15 @@ msgstr "Last Run"
msgid "Last job"
msgstr "Last job"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr "Last modified"
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr "Last name"
@@ -4874,23 +4933,23 @@ msgstr "Last name"
msgid "Last used"
msgstr "Last used"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr "Launch"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr "Launch Management Job"
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr "Launch Template"
@@ -4898,12 +4957,12 @@ msgstr "Launch Template"
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr "Launch management job"
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr "Launch template"
@@ -4920,7 +4979,7 @@ msgstr "Launch | {0}"
msgid "Launched By"
msgstr "Launched By"
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr "Launched By (Username)"
@@ -4947,14 +5006,14 @@ msgstr "Less than or equal to comparison."
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4981,7 +5040,7 @@ msgstr "Local Time Zone"
msgid "Local time zone"
msgstr "Local time zone"
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr "Log In"
@@ -4994,13 +5053,13 @@ msgid "Logging settings"
msgstr "Logging settings"
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr ""
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr "Lookup modal"
@@ -5026,7 +5085,7 @@ msgstr "MOST RECENT SYNC"
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr "Machine Credential"
@@ -5035,21 +5094,21 @@ msgid "Managed"
msgstr "Managed"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr "Managed nodes"
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr "Management Job"
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr ""
@@ -5058,8 +5117,8 @@ msgstr ""
msgid "Management job"
msgstr "Management job"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr "Management job launch error"
@@ -5072,11 +5131,13 @@ msgid "Management jobs"
msgstr "Management jobs"
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5194,12 +5255,12 @@ msgstr ""
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5217,12 +5278,12 @@ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5241,24 +5302,24 @@ msgid "Modified by (username)"
msgstr "Modified by (username)"
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr "Module"
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr "Module Arguments"
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr "Module Name"
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr "Mon"
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr "Monday"
@@ -5274,13 +5335,13 @@ msgstr "More information"
msgid "More information for"
msgstr "More information for"
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr "Multi-Select"
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr "Multiple Choice"
@@ -5305,11 +5366,11 @@ msgstr "Multiple Choice Options"
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5319,7 +5380,7 @@ msgstr "Multiple Choice Options"
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5327,27 +5388,27 @@ msgstr "Multiple Choice Options"
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5365,11 +5426,11 @@ msgstr "Multiple Choice Options"
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5379,15 +5440,15 @@ msgstr "Multiple Choice Options"
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5401,24 +5462,28 @@ msgstr "Multiple Choice Options"
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5427,10 +5492,10 @@ msgstr "Multiple Choice Options"
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5445,16 +5510,16 @@ msgstr "Multiple Choice Options"
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5465,7 +5530,7 @@ msgstr "Multiple Choice Options"
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5476,13 +5541,13 @@ msgstr "Multiple Choice Options"
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5491,15 +5556,15 @@ msgstr "Multiple Choice Options"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5517,11 +5582,11 @@ msgstr ""
msgid "Name cannot be changed on this Instance Group"
msgstr "Name cannot be changed on this Instance Group"
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr "Navigation"
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5536,15 +5601,15 @@ msgstr "Never Updated"
msgid "Never expires"
msgstr "Never expires"
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr "New"
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5557,12 +5622,12 @@ msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr "Next Run"
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr "No"
@@ -5575,7 +5640,7 @@ msgstr "No Hosts Matched"
msgid "No Hosts Remaining"
msgstr "No Hosts Remaining"
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr "No JSON Available"
@@ -5583,11 +5648,11 @@ msgstr "No JSON Available"
msgid "No Jobs"
msgstr "No Jobs"
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr "No Standard Error Available"
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr "No Standard Out Available"
@@ -5603,7 +5668,7 @@ msgstr "No items found."
msgid "No job data available"
msgstr "No job data available"
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr "No result found"
@@ -5614,15 +5679,15 @@ msgstr "No result found"
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5650,8 +5715,14 @@ msgid "Node Alias"
msgstr "Node Alias"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr "Node Type"
@@ -5691,7 +5762,7 @@ msgstr "Not configured"
msgid "Not configured for inventory sync."
msgstr "Not configured for inventory sync."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
@@ -5751,7 +5822,7 @@ msgstr "Notification Color"
msgid "Notification Template not found."
msgstr "Notification Template not found."
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5786,7 +5857,7 @@ msgid "Notification type"
msgstr "Notification type"
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5805,6 +5876,7 @@ msgstr ""
msgid "November"
msgstr "November"
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5812,7 +5884,7 @@ msgid "OK"
msgstr "OK"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr "Occurrences"
@@ -5824,14 +5896,14 @@ msgstr "October"
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr "Off"
@@ -5840,14 +5912,14 @@ msgstr "Off"
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr "On"
@@ -5866,7 +5938,7 @@ msgstr "On Failure"
msgid "On Success"
msgstr "On Success"
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr "On date"
@@ -5874,7 +5946,7 @@ msgstr "On date"
msgid "On days"
msgstr "On days"
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr "Only Group By"
@@ -5902,7 +5974,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr "Optionally select the credential to use to send status updates back to the webhook service."
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5911,9 +5983,9 @@ msgstr "Optionally select the credential to use to send status updates back to t
msgid "Options"
msgstr "Options"
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr "Order"
@@ -5925,22 +5997,22 @@ msgstr "Order"
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5951,8 +6023,8 @@ msgstr "Order"
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5973,8 +6045,8 @@ msgid "Organization not found."
msgstr "Organization not found."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -6059,7 +6131,7 @@ msgstr "Pan Right"
msgid "Pan Up"
msgstr "Pan Up"
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr "Pass extra command line changes. There are two ansible command line parameters:"
@@ -6079,7 +6151,7 @@ msgstr ""
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -6088,24 +6160,24 @@ msgstr "Pass extra command line variables to the playbook. This is the -e or --e
msgid "Password"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr "Past 24 hours"
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr "Past month"
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr "Past two weeks"
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr "Past week"
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr "Pending"
@@ -6114,11 +6186,11 @@ msgstr "Pending"
msgid "Pending Workflow Approvals"
msgstr "Pending Workflow Approvals"
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr "Pending delete"
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr "Perform a search to define a host filter"
@@ -6131,7 +6203,7 @@ msgstr "Personal Access Token"
msgid "Personal access token"
msgstr "Personal access token"
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr "Play"
@@ -6144,14 +6216,14 @@ msgid "Play Started"
msgstr "Play Started"
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr "Playbook"
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr "Playbook Check"
@@ -6159,16 +6231,16 @@ msgstr "Playbook Check"
msgid "Playbook Complete"
msgstr "Playbook Complete"
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr "Playbook Directory"
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr "Playbook Run"
@@ -6183,7 +6255,7 @@ msgstr "Playbook Started"
msgid "Playbook name"
msgstr "Playbook name"
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr "Playbook run"
@@ -6223,7 +6295,7 @@ msgstr "Please enter a value."
msgid "Please log in"
msgstr "Please log in"
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr "Please run a job to populate this list."
@@ -6239,7 +6311,7 @@ msgstr "Please select an Inventory or check the Prompt on Launch option"
msgid "Please select an end date/time that comes after the start date/time."
msgstr "Please select an end date/time that comes after the start date/time."
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr "Please select an organization before editing the host filter"
@@ -6248,7 +6320,9 @@ msgid "Pod spec override"
msgstr "Pod spec override"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr "Policy Type"
@@ -6267,7 +6341,7 @@ msgstr "Policy instance percentage"
msgid "Populate field from an external secret management system"
msgstr "Populate field from an external secret management system"
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
@@ -6303,18 +6377,18 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr "Press Enter to edit. Press ESC to stop editing."
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr "Preview"
@@ -6333,27 +6407,31 @@ msgstr "Privilege Escalation"
msgid "Privilege escalation password"
msgstr "Privilege escalation password"
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr "Project"
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr "Project Base Path"
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr "Project Status"
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6377,8 +6455,8 @@ msgid "Project sync failures"
msgstr "Project sync failures"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6390,7 +6468,7 @@ msgstr "Project sync failures"
msgid "Projects"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr "Promote Child Groups and Hosts"
@@ -6399,13 +6477,13 @@ msgstr "Promote Child Groups and Hosts"
msgid "Prompt"
msgstr "Prompt"
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr "Prompt Overrides"
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr "Prompt on launch"
@@ -6413,7 +6491,7 @@ msgstr "Prompt on launch"
msgid "Prompt | {0}"
msgstr "Prompt | {0}"
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr "Prompted Values"
@@ -6447,7 +6525,7 @@ msgstr ""
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr "Provide a value for this field or select the Prompt on launch option."
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
@@ -6472,12 +6550,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr "Provide your Red Hat or Red Hat Satellite credentials to enable Insights for Ansible Automation Platform."
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr "Provisioning Callback URL"
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr "Provisioning Callback details"
@@ -6506,7 +6584,9 @@ msgid "RADIUS settings"
msgstr "RADIUS settings"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr "RAM {0}"
@@ -6514,26 +6594,26 @@ msgstr "RAM {0}"
msgid "Read"
msgstr "Read"
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr "Recent Jobs"
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr "Recent Jobs list tab"
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr "Recent Templates"
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr "Recent Templates list tab"
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr "Recent jobs"
@@ -6631,7 +6711,7 @@ msgstr "Regular expression where only matching host names will be imported. The
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr "Related Groups"
@@ -6649,9 +6729,9 @@ msgid "Related search type typeahead"
msgstr "Related search type typeahead"
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr "Relaunch"
@@ -6687,10 +6767,10 @@ msgstr "Relaunch using host parameters"
msgid "Remote Archive"
msgstr "Remote Archive"
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr "Remove"
@@ -6706,7 +6786,7 @@ msgstr "Remove Link"
#~ msgid "Remove Node"
#~ msgstr "Remove Node"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr "Remove Node {nodeName}"
@@ -6727,8 +6807,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch."
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr "Reorder"
+#~ msgid "Reorder"
+#~ msgstr "Reorder"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6763,13 +6843,13 @@ msgstr "Resource Name"
msgid "Resource deleted"
msgstr "Resource deleted"
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr "Resources are missing from this template."
@@ -6787,10 +6867,10 @@ msgstr ""
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr "Return"
@@ -6837,7 +6917,7 @@ msgstr "Revert settings"
msgid "Revert to factory default."
msgstr "Revert to factory default."
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6855,7 +6935,7 @@ msgstr "Rocket.Chat"
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6866,7 +6946,7 @@ msgstr "Role"
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6884,14 +6964,15 @@ msgid "Run"
msgstr "Run"
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr "Run Command"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr "Run a health check on the instance"
@@ -6911,7 +6992,7 @@ msgstr "Run every"
msgid "Run frequency"
msgstr "Run frequency"
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr "Run on"
@@ -6919,8 +7000,8 @@ msgstr "Run on"
msgid "Run type"
msgstr "Run type"
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6932,8 +7013,9 @@ msgstr "Running Handlers"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr "Running Jobs"
@@ -6949,7 +7031,7 @@ msgstr "SAML"
msgid "SAML settings"
msgstr "SAML settings"
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr "SCM update"
@@ -6979,12 +7061,12 @@ msgstr "START"
msgid "STATUS:"
msgstr "STATUS:"
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr "Sat"
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr "Saturday"
@@ -7001,7 +7083,7 @@ msgstr "Saturday"
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -7049,8 +7131,8 @@ msgstr "Schedule not found."
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -7095,37 +7177,37 @@ msgstr "Scroll previous"
msgid "Search"
msgstr ""
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr "Search is disabled while the job is running"
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr "Search submit button"
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr "Second"
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr "Seconds"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr "See errors on the left"
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -7137,19 +7219,19 @@ msgstr "Select Credential Type"
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr "Select Groups"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr "Select Hosts"
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr "Select Instances"
@@ -7230,7 +7312,7 @@ msgstr "Select a playbook"
msgid "Select a project before editing the execution environment."
msgstr "Select a project before editing the execution environment."
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr "Select a question to delete"
@@ -7247,7 +7329,7 @@ msgstr ""
msgid "Select a row to deny"
msgstr "Select a row to deny"
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr "Select a row to disassociate"
@@ -7293,7 +7375,7 @@ msgstr "Select a value for this field"
msgid "Select a webhook service."
msgstr "Select a webhook service."
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr ""
@@ -7310,7 +7392,7 @@ msgstr "Select an instance"
msgid "Select an instance and a metric to show chart"
msgstr "Select an instance and a metric to show chart"
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr "Select an instance to run a health check."
@@ -7340,7 +7422,7 @@ msgstr ""
"credential at run time. If you select credentials and check \"Prompt on launch\", the selected\n"
"credential(s) become the defaults that can be updated at run time."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
@@ -7354,8 +7436,8 @@ msgstr ""
msgid "Select items from list"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr "Select job type"
@@ -7379,8 +7461,8 @@ msgstr "Select roles to apply"
msgid "Select source path"
msgstr "Select source path"
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr "Select status"
@@ -7472,7 +7554,7 @@ msgstr ""
msgid "Select your Ansible Automation Platform subscription to use."
msgstr "Select your Ansible Automation Platform subscription to use."
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr "Select {0}"
@@ -7483,23 +7565,24 @@ msgstr "Select {0}"
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7511,10 +7594,10 @@ msgstr "Select {0}"
msgid "Selected"
msgstr ""
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr "Selected Category"
@@ -7600,10 +7683,10 @@ msgstr "Setting matches factory default."
msgid "Setting name"
msgstr "Setting name"
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr ""
@@ -7613,10 +7696,10 @@ msgid "Show"
msgstr "Show"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr "Show Changes"
@@ -7643,58 +7726,58 @@ msgstr "Show less"
msgid "Show only root groups"
msgstr "Show only root groups"
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr "Sign in with Azure AD"
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr "Sign in with GitHub"
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr "Sign in with GitHub Enterprise"
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr "Sign in with GitHub Enterprise Organizations"
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr "Sign in with GitHub Enterprise Teams"
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr "Sign in with GitHub Organizations"
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr "Sign in with GitHub Teams"
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr "Sign in with Google"
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr "Sign in with SAML"
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr "Sign in with SAML {samlIDP}"
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr "Simple key select"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr "Skip Tags"
@@ -7729,16 +7812,20 @@ msgstr ""
msgid "Skipped"
msgstr "Skipped"
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr "Skipped'"
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr "Slack"
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr "Smart Inventory"
@@ -7746,7 +7833,7 @@ msgstr "Smart Inventory"
msgid "Smart Inventory not found."
msgstr "Smart Inventory not found."
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr "Smart host filter"
@@ -7755,7 +7842,7 @@ msgstr "Smart host filter"
msgid "Smart inventory"
msgstr "Smart inventory"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr "Some of the previous step(s) have errors"
@@ -7772,7 +7859,7 @@ msgstr "Something went wrong with the request to test this credential and metada
msgid "Something went wrong..."
msgstr "Something went wrong..."
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr ""
@@ -7781,24 +7868,24 @@ msgstr ""
#~ msgid "Sort question order"
#~ msgstr "Sort question order"
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr "Source"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7808,7 +7895,7 @@ msgstr "Source Control Branch"
msgid "Source Control Branch/Tag/Commit"
msgstr "Source Control Branch/Tag/Commit"
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7818,7 +7905,7 @@ msgstr "Source Control Credential"
msgid "Source Control Credential Type"
msgstr "Source Control Credential Type"
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7828,13 +7915,13 @@ msgstr "Source Control Refspec"
msgid "Source Control Revision"
msgstr "Source Control Revision"
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr "Source Control Type"
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7844,10 +7931,10 @@ msgstr "Source Control Type"
msgid "Source Control URL"
msgstr "Source Control URL"
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr "Source Control Update"
@@ -7855,12 +7942,12 @@ msgstr "Source Control Update"
msgid "Source Phone Number"
msgstr "Source Phone Number"
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr "Source Variables"
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr "Source Workflow Job"
@@ -7914,30 +8001,30 @@ msgstr "Specify a scope for the token's access"
msgid "Specify the conditions under which this node should be executed"
msgstr "Specify the conditions under which this node should be executed"
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr "Standard Error"
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr "Standard Out"
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr "Standard error tab"
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr "Standard out tab"
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr "Start"
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr "Start Time"
@@ -7972,26 +8059,30 @@ msgstr "Start sync source"
msgid "Start time"
msgstr "Start time"
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr "Started"
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -8070,9 +8161,9 @@ msgstr "Subscriptions table"
msgid "Subversion"
msgstr "Subversion"
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr "Success"
@@ -8086,14 +8177,14 @@ msgstr "Success message"
msgid "Success message body"
msgstr "Success message body"
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr "Successful jobs"
@@ -8107,7 +8198,7 @@ msgid "Sun"
msgstr "Sun"
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr "Sunday"
@@ -8118,11 +8209,11 @@ msgstr "Sunday"
msgid "Survey"
msgstr "Survey"
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr "Survey Disabled"
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr "Survey Enabled"
@@ -8134,15 +8225,15 @@ msgstr "Survey Enabled"
#~ msgid "Survey Preview"
#~ msgstr "Survey Preview"
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr "Survey Question Order"
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr "Survey Toggle"
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr "Survey preview modal"
@@ -8223,7 +8314,7 @@ msgid "TACACS+ settings"
msgstr "TACACS+ settings"
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr "Tabs"
@@ -8270,7 +8361,7 @@ msgstr "Tags for the annotation (optional)"
msgid "Target URL"
msgstr "Target URL"
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr "Task"
@@ -8290,7 +8381,7 @@ msgstr "Tasks"
msgid "Team"
msgstr ""
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr ""
@@ -8301,8 +8392,8 @@ msgstr "Team not found."
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8331,8 +8422,8 @@ msgstr "Template not found."
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8352,11 +8443,11 @@ msgstr "Test"
msgid "Test External Credential"
msgstr "Test External Credential"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr "Test Notification"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr "Test notification"
@@ -8365,7 +8456,7 @@ msgid "Test passed"
msgstr "Test passed"
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr "Text"
@@ -8381,7 +8472,7 @@ msgstr "Textarea"
msgid "That value was not found. Please enter or select a valid value."
msgstr "That value was not found. Please enter or select a valid value."
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr "The"
@@ -8435,7 +8526,7 @@ msgstr "The execution environment that will be used for jobs inside of this orga
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
@@ -8540,7 +8631,7 @@ msgstr ""
#~ "or have {0} directly retrieve your playbooks from\n"
#~ "source control using the Source Control Type option above."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8596,7 +8687,7 @@ msgstr "These arguments are used with the specified module."
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr "These arguments are used with the specified module. You can find information about {0} by clicking"
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr "Third"
@@ -8618,19 +8709,19 @@ msgstr "This action will disassociate all roles for this user from the selected
msgid "This action will disassociate the following role from {0}:"
msgstr "This action will disassociate the following role from {0}:"
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr "This action will disassociate the following:"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr "This container group is currently being by other resources. Are you sure you want to delete it?"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr "This credential is currently being used by other resources. Are you sure you want to delete it?"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr "This credential type is currently being used by some credentials and cannot be deleted"
@@ -8667,11 +8758,11 @@ msgstr "This feature is deprecated and will be removed in a future release."
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr "This field is must not be blank"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr "This field is must not be blank."
@@ -8753,11 +8844,11 @@ msgstr "This instance group is currently being by other resources. Are you sure
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr "This inventory is currently being used by other resources. Are you sure you want to delete it?"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
@@ -8769,11 +8860,11 @@ msgstr "This is the only time the client secret will be shown."
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr "This is the only time the token value and associated refresh token value will be shown."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "This job template is currently being used by other resources. Are you sure you want to delete it?"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr "This organization is currently being by other resources. Are you sure you want to delete it?"
@@ -8813,21 +8904,21 @@ msgstr ""
msgid "This workflow does not have any nodes configured."
msgstr "This workflow does not have any nodes configured."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr "Thu"
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr "Thursday"
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8867,10 +8958,10 @@ msgstr ""
msgid "Timed out"
msgstr "Timed out"
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8885,10 +8976,14 @@ msgid "Timeout seconds"
msgstr "Timeout seconds"
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
-msgstr "To reoder the survey questions drag and drop them in the desired location."
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr "To reoder the survey questions drag and drop them in the desired location."
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
+msgstr "To reorder the survey questions drag and drop them in the desired location."
+
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr "Toggle Legend"
@@ -8896,16 +8991,16 @@ msgstr "Toggle Legend"
msgid "Toggle Password"
msgstr "Toggle Password"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr "Toggle Tools"
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr "Toggle host"
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr "Toggle instance"
@@ -8914,19 +9009,19 @@ msgstr "Toggle instance"
msgid "Toggle legend"
msgstr "Toggle legend"
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr "Toggle notification approvals"
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr "Toggle notification start"
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr ""
@@ -8967,18 +9062,19 @@ msgstr "Tokens"
msgid "Tools"
msgstr "Tools"
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr "Top Pagination"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr "Total Jobs"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr "Total Nodes"
@@ -8997,13 +9093,13 @@ msgid "Track submodules latest commit on branch"
msgstr "Track submodules latest commit on branch"
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr "Trial"
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -9013,12 +9109,12 @@ msgstr "Trial"
msgid "True"
msgstr "True"
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr "Tue"
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr "Tuesday"
@@ -9027,17 +9123,17 @@ msgstr "Tuesday"
msgid "Twilio"
msgstr "Twilio"
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -9046,22 +9142,22 @@ msgstr "Twilio"
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -9103,19 +9199,21 @@ msgstr "Unable to change inventory on a host"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr "Unavailable"
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr "Undefined"
+#~ msgid "Undefined"
+#~ msgstr "Undefined"
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr "Undo"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr "Unfollow"
@@ -9123,6 +9221,7 @@ msgstr "Unfollow"
msgid "Unlimited"
msgstr "Unlimited"
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -9214,7 +9313,9 @@ msgstr ""
"curly braces to access information about the job:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr "Used Capacity"
@@ -9224,6 +9325,9 @@ msgstr "Used Capacity"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr "Used capacity"
@@ -9231,7 +9335,7 @@ msgstr "Used capacity"
msgid "User"
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr ""
@@ -9244,7 +9348,7 @@ msgstr ""
msgid "User Interface settings"
msgstr "User Interface settings"
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr ""
@@ -9264,7 +9368,7 @@ msgstr "User analytics"
msgid "User and Insights analytics"
msgstr "User and Insights analytics"
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr "User details"
@@ -9280,7 +9384,7 @@ msgstr "User tokens"
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -9292,8 +9396,8 @@ msgstr "User tokens"
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -9305,11 +9409,11 @@ msgstr "Username / password"
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -9319,26 +9423,26 @@ msgstr ""
msgid "VMware vCenter"
msgstr "VMware vCenter"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9362,14 +9466,14 @@ msgstr "Verbose"
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr "Verbosity"
@@ -9403,7 +9507,11 @@ msgstr "View Google OAuth 2.0 settings"
msgid "View Host Details"
msgstr "View Host Details"
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr "View Instance Details"
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9622,13 +9730,13 @@ msgstr "View node details"
msgid "View smart inventory host details"
msgstr "View smart inventory host details"
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr "Visualizer"
@@ -9637,8 +9745,8 @@ msgstr "Visualizer"
msgid "WARNING:"
msgstr "WARNING:"
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr "Waiting"
@@ -9668,7 +9776,7 @@ msgstr "Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr "Webhook Credential"
@@ -9679,7 +9787,7 @@ msgstr "Webhook Credentials"
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9687,7 +9795,7 @@ msgstr "Webhook Key"
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9695,15 +9803,15 @@ msgstr "Webhook Service"
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr "Webhook URL"
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr "Webhook details"
@@ -9722,12 +9830,12 @@ msgstr "Webhook services can use this as a shared secret."
msgid "Webhooks"
msgstr "Webhooks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr "Wed"
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr "Wednesday"
@@ -9735,11 +9843,11 @@ msgstr "Wednesday"
msgid "Week"
msgstr "Week"
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr "Weekday"
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr "Weekend day"
@@ -9787,8 +9895,8 @@ msgstr "Workflow Approval"
msgid "Workflow Approval not found."
msgstr "Workflow Approval not found."
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9796,18 +9904,18 @@ msgstr "Workflow Approval not found."
msgid "Workflow Approvals"
msgstr "Workflow Approvals"
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr "Workflow Job"
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9902,7 +10010,7 @@ msgstr "YAML:"
msgid "Year"
msgstr "Year"
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr "Yes"
@@ -9926,7 +10034,7 @@ msgstr "You do not have permission to delete the following Groups: {itemsUnableT
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
@@ -9942,7 +10050,7 @@ msgstr ""
msgid "Your session has expired. Please log in to continue where you left off."
msgstr "Your session has expired. Please log in to continue where you left off."
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr "Your session is about to expire"
@@ -9954,12 +10062,12 @@ msgstr "Zoom In"
msgid "Zoom Out"
msgstr "Zoom Out"
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr "a new webhook key will be generated on save."
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr "a new webhook url will be generated on save."
@@ -9990,7 +10098,7 @@ msgstr ""
msgid "cancel edit login redirect"
msgstr "cancel edit login redirect"
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr "command"
@@ -9999,7 +10107,7 @@ msgstr "command"
msgid "confirm delete"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr "confirm disassociate"
@@ -10008,7 +10116,7 @@ msgstr "confirm disassociate"
msgid "confirm edit login redirect"
msgstr "confirm edit login redirect"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr "deletion error"
@@ -10016,7 +10124,7 @@ msgstr "deletion error"
msgid "denied"
msgstr "denied"
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr "disassociate"
@@ -10026,14 +10134,14 @@ msgstr "disassociate"
msgid "documentation"
msgstr "documentation"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -10066,7 +10174,7 @@ msgstr "here"
msgid "here."
msgstr "here."
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr "hosts"
@@ -10099,11 +10207,11 @@ msgid "new choice"
msgstr "new choice"
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr "of"
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr "option to the"
@@ -10120,7 +10228,7 @@ msgid "per page"
msgstr ""
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr "relaunch jobs"
@@ -10161,7 +10269,7 @@ msgstr "system"
msgid "timed out"
msgstr "timed out"
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr "toggle changes"
@@ -10177,15 +10285,15 @@ msgstr "workflow job template webhook key"
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {Delete Group?} other {Delete Groups?}}"
@@ -10201,7 +10309,7 @@ msgstr "{0, plural, one {The following Instance Group cannot be deleted} other {
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
@@ -10282,10 +10390,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr "{dateStr} by <0>{username}0>"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr "{forks, plural, one {# fork} other {# forks}}"
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr "{intervalValue, plural, one {day} other {days}}"
@@ -10326,7 +10440,7 @@ msgstr "{minutes} min {seconds} sec"
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
@@ -10342,6 +10456,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List"
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
diff --git a/awx/ui/src/locales/es/messages.po b/awx/ui/src/locales/es/messages.po
index 06bcf72e88..10a0225e4b 100644
--- a/awx/ui/src/locales/es/messages.po
+++ b/awx/ui/src/locales/es/messages.po
@@ -4,6 +4,13 @@ msgstr ""
"Mime-Version: 1.0\n"
"Language: es\n"
"Content-Type: text/plain; charset=UTF-8\n"
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:43
msgid "(Limited to first 10)"
@@ -15,7 +22,7 @@ msgstr "(Limitado a los primeros 10)"
msgid "(Prompt on launch)"
msgstr "(Preguntar al ejecutar)"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr "* Este campo se recuperará de un sistema de gestión de claves secretas externo con la credencial especificada."
@@ -125,12 +132,12 @@ msgstr "Token API"
msgid "API service/integration key"
msgstr "Servicio API/clave de integración"
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr "Acerca de"
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -165,74 +172,75 @@ msgstr "Cuenta token"
msgid "Action"
msgstr "Acción"
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr "Acciones"
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -240,7 +248,7 @@ msgstr "Acciones"
msgid "Activity"
msgstr "Actividad"
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -344,12 +352,12 @@ msgstr "Agregar permisos de usuario"
msgid "Add workflow template"
msgstr "Agregar plantilla de flujo de trabajo"
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr "Administración"
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr "Avanzado"
@@ -370,7 +378,7 @@ msgid ""
"like the Ansible inventory .ini file format."
msgstr "Después de cada actualización del proyecto en el que se modifique la revisión SCM, actualice el inventario del origen seleccionado antes de llevar a cabo tareas. Esto está orientado a contenido estático, como el formato de archivo .ini del inventario Ansible."
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr "Después del número de ocurrencias"
@@ -379,18 +387,18 @@ msgid "Alert modal"
msgstr "Modal de alerta"
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr "Todos"
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr "Todos los tipos de tarea"
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr "Todas las tareas"
@@ -407,7 +415,8 @@ msgstr "Permitir la invalidación de la rama"
msgid ""
"Allow changing the Source Control branch or revision in a job\n"
"template that uses this project."
-msgstr "Permitir el cambio de la rama o revisión de la fuente de control\n"
+msgstr ""
+"Permitir el cambio de la rama o revisión de la fuente de control\n"
"en una plantilla de trabajo que utilice este proyecto."
#: screens/Application/shared/ApplicationForm.js:116
@@ -449,7 +458,7 @@ msgstr "Tipo de respuesta"
msgid "Answer variable name"
msgstr "Nombre de la variable de respuesta"
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr "Cualquiera"
@@ -479,7 +488,7 @@ msgid "Application not found."
msgstr "No se encontró la aplicación."
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -488,12 +497,12 @@ msgstr "No se encontró la aplicación."
msgid "Applications"
msgstr "Aplicaciones"
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr "Aplicaciones y tokens"
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -502,9 +511,9 @@ msgstr "Aprobación"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr "Aprobar"
@@ -548,7 +557,7 @@ msgstr "¿Está seguro de que desea salir del Creador de flujo de trabajo sin gu
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr "¿Está seguro de que desea eliminar todos los nodos de este flujo de trabajo?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr "¿Está seguro de que desea eliminar el siguiente nodo:"
@@ -556,7 +565,7 @@ msgstr "¿Está seguro de que desea eliminar el siguiente nodo:"
msgid "Are you sure you want to remove this link?"
msgstr "¿Está seguro de que desea eliminar este enlace?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr "¿Está seguro de que desea eliminar este nodo?"
@@ -568,7 +577,7 @@ msgstr "¿Está seguro de que desea eliminar el acceso de {0} a {1}? Esto afecta
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr "¿Está seguro de que quiere eliminar el acceso de {0} a {username}?"
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr "¿Está seguro de que desea enviar la solicitud para cancelar este trabajo?"
@@ -577,11 +586,11 @@ msgstr "¿Está seguro de que desea enviar la solicitud para cancelar este traba
msgid "Arguments"
msgstr "Argumentos"
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr "Artefactos"
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr "Asociar"
@@ -617,7 +626,9 @@ msgid "Authorization grant type"
msgstr "Tipo de autorización"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr "Auto"
@@ -664,6 +675,7 @@ msgid "Back to Instance Groups"
msgstr "Volver a los grupos de instancias"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr "Volver a las instancias"
@@ -697,9 +709,9 @@ msgstr "Volver a Programaciones"
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -753,7 +765,7 @@ msgstr "Volver a los grupos de instancias"
msgid "Back to management jobs"
msgstr "Volver a las tareas de gestión"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -771,7 +783,8 @@ msgid ""
"you can input tags, commit hashes, and arbitrary refs. Some\n"
"commit hashes and refs may not be available unless you also\n"
"provide a custom refspec."
-msgstr "Rama para realizar la comprobación. Además de las ramas, puede\n"
+msgstr ""
+"Rama para realizar la comprobación. Además de las ramas, puede\n"
"introducir etiquetas, hashes de commit y referencias arbitrarias. Es posible\n"
"que algunos hashes y referencias de commit no estén disponibles,\n"
"a menos que usted también proporcione un refspec personalizado."
@@ -794,12 +807,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr "Por defecto, recopilamos y transmitimos a Red Hat datos analíticos sobre el uso del servicio. Hay dos categorías de datos recogidos por el servicio. Para más información, consulte esta <0>página de documentación de Tower0>. Desmarque las siguientes casillas para desactivar esta función."
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr "CPU {0}"
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -819,13 +834,13 @@ msgstr "Tiempo de espera de la caché (segundos)"
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -835,7 +850,7 @@ msgstr "Tiempo de espera de la caché (segundos)"
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -850,11 +865,11 @@ msgstr "Tiempo de espera de la caché (segundos)"
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -862,14 +877,14 @@ msgstr "Tiempo de espera de la caché (segundos)"
msgid "Cancel"
msgstr "Cancelar"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr "Cancelar sincronización de la fuente del inventario"
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr "Cancelar tarea"
@@ -878,13 +893,13 @@ msgstr "Cancelar tarea"
msgid "Cancel Project Sync"
msgstr "Cancelar sincronización del proyecto"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr "Cancelar sincronización"
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr "Cancelar tarea"
@@ -896,12 +911,12 @@ msgstr "Cancelar cambios de enlace"
msgid "Cancel link removal"
msgstr "Cancelar eliminación del enlace"
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr "Cancelar búsqueda"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr "Cancelar eliminación del nodo"
@@ -922,24 +937,25 @@ msgid "Cancel subscription edit"
msgstr "Cancelar modificación de la suscripción"
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr "Cancelar {0}"
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr "Cancelado"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
-msgstr "No se puede habilitar la agregación de registros sin proporcionar\n"
+msgstr ""
+"No se puede habilitar la agregación de registros sin proporcionar\n"
"el host y el tipo de agregación de registros."
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:292
@@ -948,8 +964,11 @@ msgid "Capacity"
msgstr "Capacidad"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr "Ajuste de la capacidad"
@@ -973,13 +992,15 @@ msgstr "Versión de regex que no distingue mayúsculas de minúsculas."
msgid "Case-insensitive version of startswith."
msgstr "Versión de startswith que no distingue mayúsculas de minúsculas."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
-msgstr "Cambie PROJECTS_ROOT al implementar {brandName}\n"
+msgstr ""
+"Cambie PROJECTS_ROOT al implementar {brandName}\n"
"para cambiar esta ubicación."
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr "Cambiado"
@@ -1071,7 +1092,7 @@ msgstr "Limpiar"
msgid "Clear"
msgstr "Borrar"
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr "Borrar todos los filtros"
@@ -1100,7 +1121,7 @@ msgstr "Haga clic en este botón para verificar la conexión con el sistema de g
msgid "Click to create a new link to this node."
msgstr "Haga clic para crear un nuevo enlace a este nodo."
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr "Haga clic para cambiar el orden de las preguntas de la encuesta"
@@ -1134,7 +1155,7 @@ msgstr "Clave secreta del cliente"
msgid "Client type"
msgstr "Tipo de cliente"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr "Cerrar"
@@ -1151,9 +1172,13 @@ msgstr "Nube"
msgid "Collapse"
msgstr "Contraer"
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr ""
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr "Comando"
@@ -1165,7 +1190,7 @@ msgstr "Compatible"
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr "Tareas concurrentes"
@@ -1176,7 +1201,7 @@ msgid "Confirm"
msgstr "Confirmar"
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr "Confirmar eliminación"
@@ -1208,7 +1233,7 @@ msgstr "Confirmar disociación"
msgid "Confirm link removal"
msgstr "Confirmar eliminación de enlace"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr "Confirmar eliminación de nodo"
@@ -1224,7 +1249,7 @@ msgstr "Confirmar la reversión de todo"
msgid "Confirm selection"
msgstr "Confirmar selección"
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr "Grupo de contenedores"
@@ -1243,10 +1268,15 @@ msgstr "No se encontró el grupo de contenedores."
msgid "Content Loading"
msgstr "Carga de contenido"
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr "Continuar"
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr ""
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1257,17 +1287,19 @@ msgstr "Controlar el nivel de salida que producirá Ansible para las tareas de a
msgid ""
"Control the level of output ansible\n"
"will produce as the playbook executes."
-msgstr "Controlar el nivel de salida que\n"
+msgstr ""
+"Controlar el nivel de salida que\n"
"producirá Ansible al ejecutar playbooks."
#: screens/Template/shared/JobTemplateForm.js:464
msgid ""
"Control the level of output ansible will\n"
"produce as the playbook executes."
-msgstr "Controlar el nivel de salida que producirá\n"
+msgstr ""
+"Controlar el nivel de salida que producirá\n"
"Ansible al ejecutar playbooks."
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr "Convergencia"
@@ -1289,15 +1321,15 @@ msgstr "Copiar credencial"
msgid "Copy Error"
msgstr "Copiar error"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr "Copiar entorno de ejecución"
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr "Copiar inventario"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr "Copiar plantilla de notificaciones"
@@ -1305,7 +1337,7 @@ msgstr "Copiar plantilla de notificaciones"
msgid "Copy Project"
msgstr "Copiar proyecto"
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr "Copiar plantilla"
@@ -1432,28 +1464,28 @@ msgid "Create user token"
msgstr "Crear token de usuario"
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1466,12 +1498,12 @@ msgstr "Creado"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1489,12 +1521,12 @@ msgstr "Creado"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1512,8 +1544,8 @@ msgstr "Creado por (nombre de usuario)"
msgid "Created by (username)"
msgstr "Creado por (nombre de usuario)"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1542,14 +1574,14 @@ msgstr "Fuentes de entrada de la credencial"
msgid "Credential Name"
msgstr "Nombre de la credencial"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr "Tipo de credencial"
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1577,23 +1609,23 @@ msgstr "Credencial para autenticarse con un registro de contenedores protegido."
msgid "Credential type not found."
msgstr "No se encontró el tipo de credencial."
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1613,12 +1645,12 @@ msgstr "Especificaciones del pod personalizado"
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr "El entorno virtual personalizado {0} debe ser sustituido por un entorno de ejecución."
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr "El entorno virtual personalizado debe ser sustituido por un entorno de ejecución. Para más información sobre la migración a entornos de ejecución, consulte la {0}documentación.0>"
@@ -1640,12 +1672,12 @@ msgstr "Personalizar especificaciones del pod"
msgid "DELETED"
msgstr "ELIMINADO"
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr "Panel de control"
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr "Panel de control (toda la actividad)"
@@ -1657,8 +1689,8 @@ msgstr "Período de conservación de datos"
msgid "Date"
msgstr "Fecha"
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr "Día"
@@ -1668,7 +1700,7 @@ msgstr "Día"
msgid "Days of Data to Keep"
msgstr "Días de datos para mantener"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr "Días de datos a conservar"
@@ -1676,7 +1708,7 @@ msgstr "Días de datos a conservar"
msgid "Days remaining"
msgstr "Días restantes"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr "Días para guardar"
@@ -1695,9 +1727,9 @@ msgstr "Diciembre"
msgid "Default"
msgstr "Predeterminado"
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr "Respuesta(s) por defecto"
@@ -1726,43 +1758,43 @@ msgstr "Defina características y funciones a nivel del sistema"
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr "ELIMINAR"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr "Eliminar todos los grupos y hosts"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr "Eliminar credencial"
@@ -1770,22 +1802,22 @@ msgstr "Eliminar credencial"
msgid "Delete Execution Environment"
msgstr "Eliminar entorno de ejecución"
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr "Borrar un host"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr "Eliminar inventario"
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr "Eliminar tarea"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr "Eliminar plantilla de trabajo"
@@ -1793,7 +1825,7 @@ msgstr "Eliminar plantilla de trabajo"
msgid "Delete Notification"
msgstr "Eliminar notificación"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr "Eliminar organización"
@@ -1805,7 +1837,7 @@ msgstr "Eliminar proyecto"
msgid "Delete Questions"
msgstr "Eliminar pregunta"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr "Eliminar planificación"
@@ -1829,7 +1861,7 @@ msgstr "Eliminar token de usuario"
msgid "Delete Workflow Approval"
msgstr "Eliminar la aprobación del flujo de trabajo"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr "Eliminar plantilla de trabajo del flujo de trabajo"
@@ -1842,7 +1874,7 @@ msgstr "Eliminar todos los nodos"
msgid "Delete application"
msgstr "Eliminar aplicación"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr "Eliminar tipo de credencial"
@@ -1850,20 +1882,20 @@ msgstr "Eliminar tipo de credencial"
msgid "Delete error"
msgstr "Eliminar el error"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr "Eliminar grupo de instancias"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr "Eliminar fuente de inventario"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr "Eliminar inventario inteligente"
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr "Eliminar la pregunta de la encuesta"
@@ -1873,7 +1905,8 @@ msgid ""
"performing an update. Depending on the size of the\n"
"repository this may significantly increase the amount\n"
"of time required to complete an update."
-msgstr "Elimine el repositorio local por completo antes de realizar\n"
+msgstr ""
+"Elimine el repositorio local por completo antes de realizar\n"
"una actualización. Según el tamaño del repositorio, esto\n"
"podría incrementar significativamente el tiempo necesario\n"
"para completar una actualización."
@@ -1929,9 +1962,9 @@ msgstr "Denegado por {0} - {1}"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr "Denegar"
@@ -1943,16 +1976,16 @@ msgstr "Obsoleto"
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -1976,7 +2009,7 @@ msgstr "Obsoleto"
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -1990,14 +2023,14 @@ msgstr "Obsoleto"
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2032,7 +2065,7 @@ msgstr "Canales destinatarios"
msgid "Destination channels or users"
msgstr "Usuarios o canales destinatarios"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2050,6 +2083,8 @@ msgstr "Usuarios o canales destinatarios"
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2059,7 +2094,7 @@ msgstr "Usuarios o canales destinatarios"
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2071,9 +2106,9 @@ msgstr "Usuarios o canales destinatarios"
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2116,7 +2151,7 @@ msgstr "Usuarios o canales destinatarios"
msgid "Details"
msgstr "Detalles"
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr "Pestaña de detalles"
@@ -2140,15 +2175,15 @@ msgid "Disable SSL verification"
msgstr "Deshabilitar verificación SSL"
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr "Deshabilitados"
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2159,16 +2194,16 @@ msgstr "Disociar"
msgid "Disassociate group from host?"
msgstr "¿Disociar grupo del host?"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr "¿Disociar host del grupo?"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr "¿Disociar instancia del grupo de instancias?"
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr "¿Disociar grupos relacionados?"
@@ -2206,10 +2241,10 @@ msgstr "Divida el trabajo realizado por esta plantilla de trabajo en la cantidad
msgid "Documentation."
msgstr "Documentación."
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr "Finalizado"
@@ -2224,20 +2259,20 @@ msgid "Drag a file here or browse to upload"
msgstr "Arrastre un archivo aquí o navegue para cargarlo"
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr "Lista arrastrada para reordenar y eliminar los elementos seleccionados."
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr "Lista arrastrada para reordenar y eliminar los elementos seleccionados."
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr "Arrastre cancelado. La lista no se modifica."
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr "Arrastre cancelado. La lista no se modifica."
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr "Arrastrar elemento {id}. Elemento con índice {oldIndex} en ahora {newIndex}."
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr "Arrastrar elemento {id}. Elemento con índice {oldIndex} en ahora {newIndex}."
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr "Arrastre iniciado para el id de artículo: {newId}."
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr "Arrastre iniciado para el id de artículo: {newId}."
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2252,7 +2287,8 @@ msgid ""
"Each time a job runs using this inventory,\n"
"refresh the inventory from the selected source before\n"
"executing job tasks."
-msgstr "Cada vez que se ejecute una tarea con este inventario,\n"
+msgstr ""
+"Cada vez que se ejecute una tarea con este inventario,\n"
"actualice el inventario de la fuente seleccionada antes\n"
"de ejecutar tareas de trabajo."
@@ -2260,31 +2296,32 @@ msgstr "Cada vez que se ejecute una tarea con este inventario,\n"
msgid ""
"Each time a job runs using this project, update the\n"
"revision of the project prior to starting the job."
-msgstr "Cada vez que una tarea se ejecute con este proyecto,\n"
+msgstr ""
+"Cada vez que una tarea se ejecute con este proyecto,\n"
"actualice la revisión del proyecto antes de iniciar dicha tarea."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2296,27 +2333,27 @@ msgstr "Cada vez que una tarea se ejecute con este proyecto,\n"
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2370,28 +2407,28 @@ msgstr "Modificar configuración del complemento de credenciales"
msgid "Edit Details"
msgstr "Modificar detalles"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr "Modificar entorno de ejecución"
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr "Modificar grupo"
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr "Modificar host"
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr "Editar inventario"
@@ -2408,11 +2445,11 @@ msgstr "Editar la URL de redirección de inicio de sesión"
msgid "Edit Node"
msgstr "Modificar nodo"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr "Modificar plantilla de notificación"
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr "Orden de edición"
@@ -2430,8 +2467,8 @@ msgstr "Modificar proyecto"
msgid "Edit Question"
msgstr "Editar pregunta"
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr "Modificar programación"
@@ -2440,7 +2477,7 @@ msgstr "Modificar programación"
msgid "Edit Source"
msgstr "Modificar fuente"
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr "Editar el cuestionario"
@@ -2451,9 +2488,9 @@ msgstr "Editar el cuestionario"
msgid "Edit Team"
msgstr "Modificar equipo"
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr "Modificar plantilla"
@@ -2462,13 +2499,13 @@ msgstr "Modificar plantilla"
msgid "Edit User"
msgstr "Modificar usuario"
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr "Modificar aplicación"
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr "Editar el tipo de credencial"
@@ -2484,7 +2521,7 @@ msgid "Edit details"
msgstr "Modificar detalles"
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr "Editar grupo"
@@ -2510,7 +2547,7 @@ msgstr "Modificar este enlace"
msgid "Edit this node"
msgstr "Modificar este nodo"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr "Editar el flujo de trabajo"
@@ -2531,6 +2568,7 @@ msgstr "Tiempo transcurrido de la ejecución de la tarea "
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr "Correo electrónico"
@@ -2539,20 +2577,20 @@ msgstr "Correo electrónico"
msgid "Email Options"
msgstr "Opciones de correo electrónico"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr "Activar los trabajos concurrentes"
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr "Habilitar almacenamiento de eventos"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr "Habilitar verificación del certificado HTTPS"
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2562,16 +2600,16 @@ msgstr "Habilitar Webhook"
msgid "Enable Webhook for this workflow job template."
msgstr "Habilitar Webhook para esta plantilla de trabajo del flujo de trabajo."
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr "Habilitar registro externo"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr "Habilitar eventos de seguimiento del sistema de registro de forma individual"
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr "Habilitar elevación de privilegios"
@@ -2583,7 +2621,7 @@ msgstr "Habilitar elevación de privilegios"
msgid "Enable simplified login for your {brandName} applications"
msgstr "Habilite el inicio de sesión simplificado para sus aplicaciones {brandName}"
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr "Habilitar webhook para esta plantilla."
@@ -2593,14 +2631,14 @@ msgstr "Habilitar webhook para esta plantilla."
msgid "Enabled"
msgstr "Habilitado"
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr "Opciones habilitadas"
@@ -2623,13 +2661,14 @@ msgstr "Variable habilitada"
#~ "template."
#~ msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
"and request a configuration update using this job\n"
"template"
-msgstr "Permite la creación de una URL de\n"
+msgstr ""
+"Permite la creación de una URL de\n"
"de aprovisionamiento. A través de esta URL, un host puede ponerse en contacto con {brandName} y solicitar una actualización de la configuración utilizando esta plantilla"
#: screens/Template/shared/JobTemplateForm.js:568
@@ -2638,15 +2677,16 @@ msgid ""
"callback URL. Using the URL a host can contact {brandName}\n"
"and request a configuration update using this job\n"
"template."
-msgstr "Permite la creación de una URL de\n"
+msgstr ""
+"Permite la creación de una URL de\n"
"de aprovisionamiento. A través de esta URL, un host puede ponerse en contacto con {brandName} y solicitar una actualización de la configuración utilizando esta plantilla de trabajo."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr "Cifrado"
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr "Fin"
@@ -2658,7 +2698,7 @@ msgstr "Acuerdo de licencia de usuario final"
msgid "End date"
msgstr "Fecha de terminación"
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr "Fecha/hora de finalización"
@@ -2691,7 +2731,8 @@ msgid ""
"Enter inventory variables using either JSON or YAML syntax.\n"
"Use the radio button to toggle between the two. Refer to the\n"
"Ansible Tower documentation for example syntax."
-msgstr "Ingrese variables de inventario mediante el uso de la sintaxis JSON o YAML.\n"
+msgstr ""
+"Ingrese variables de inventario mediante el uso de la sintaxis JSON o YAML.\n"
"Utilice el botón de selección para alternar entre las dos opciones. Consulte la\n"
"documentación de Ansible Tower para acceder a ejemplos de sintaxis."
@@ -2708,7 +2749,8 @@ msgid ""
"Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required."
-msgstr "Ingrese un canal de IRC o nombre de usuario por línea. El símbolo numeral (#)\n"
+msgstr ""
+"Ingrese un canal de IRC o nombre de usuario por línea. El símbolo numeral (#)\n"
"para canales y el símbolo arroba (@) para usuarios no son\n"
"necesarios."
@@ -2728,7 +2770,8 @@ msgstr ""
msgid ""
"Enter one email address per line to create a recipient\n"
"list for this type of notification."
-msgstr "Ingrese una dirección de correo electrónico por línea\n"
+msgstr ""
+"Ingrese una dirección de correo electrónico por línea\n"
"para crear una lista de destinatarios para este tipo de notificación."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
@@ -2753,7 +2796,8 @@ msgstr "Introduzca un número de teléfono por línea para especificar a dónde
msgid ""
"Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199."
-msgstr "Ingrese el número asociado con el \"Servicio de mensajería\"\n"
+msgstr ""
+"Ingrese el número asociado con el \"Servicio de mensajería\"\n"
"en Twilio con el formato +18005550199."
#: screens/Inventory/shared/InventorySourceSubForms/InsightsSubForm.js:60
@@ -2796,14 +2840,14 @@ msgstr "Introduzca las variables para configurar el origen del inventario. Para
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr "Ingrese variables con sintaxis JSON o YAML. Use el botón de selección para alternar entre los dos."
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2832,56 +2876,59 @@ msgstr "Error al guardar el flujo de trabajo"
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2892,16 +2939,16 @@ msgstr "Error al guardar el flujo de trabajo"
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2920,10 +2967,11 @@ msgid "Error:"
msgstr "Error:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr "Errores"
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -2941,7 +2989,7 @@ msgstr "Modal de detalles del evento"
msgid "Event summary not available"
msgstr "Resumen del evento no disponible."
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr "Eventos"
@@ -2989,10 +3037,15 @@ msgstr "Ejecutar cuando el nodo primario se encuentre en estado de error."
msgid "Execute when the parent node results in a successful state."
msgstr "Ejecutar cuando el nodo primario se encuentre en estado correcto."
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr ""
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -3002,13 +3055,13 @@ msgid "Execution Environment"
msgstr "Entorno de ejecución"
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr "Falta el entorno de ejecución"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -3021,7 +3074,7 @@ msgstr "Falta el entorno de ejecución"
msgid "Execution Environments"
msgstr "Entornos de ejecución"
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr "Nodo de ejecución"
@@ -3042,15 +3095,19 @@ msgstr "Salir sin guardar"
msgid "Expand"
msgstr "Expandir"
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr "Desplegar todas las filas"
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr "Expandir la entrada"
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr ""
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr "Se esperaba que al menos uno de client_email, project_id o private_key estuviera presente en el archivo."
@@ -3058,7 +3115,7 @@ msgstr "Se esperaba que al menos uno de client_email, project_id o private_key e
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3081,7 +3138,7 @@ msgstr "Fecha de expiración (UTC):"
msgid "Expires on {0}"
msgstr "Expira el {0}"
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr "Explicación"
@@ -3090,8 +3147,8 @@ msgstr "Explicación"
msgid "External Secret Management System"
msgstr "Sistema externo de gestión de claves secretas"
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr "Variables adicionales"
@@ -3117,8 +3174,8 @@ msgstr "Almacenamiento de datos"
msgid "Facts"
msgstr "Eventos"
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3139,7 +3196,7 @@ msgstr "Servidores fallidos"
msgid "Failed hosts"
msgstr "Hosts fallidos"
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr "Tareas fallidas"
@@ -3161,15 +3218,15 @@ msgid "Failed to associate role"
msgstr "No se pudo asociar el rol"
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr "No se pudo asociar."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr "No se pudo cancelar la sincronización de fuentes de inventario"
@@ -3179,12 +3236,12 @@ msgstr "No se pudo cancelar la sincronización de fuentes de inventario"
msgid "Failed to cancel Project Sync"
msgstr "No se pudo cancelar la sincronización de proyectos"
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr "No se pudo cancelar una o varias tareas."
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr "No se ha podido cancelar {0}"
@@ -3193,11 +3250,11 @@ msgstr "No se ha podido cancelar {0}"
msgid "Failed to copy credential."
msgstr "No se pudo copiar la credencial."
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr "No se pudo copiar el entorno de ejecución"
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr "No se pudo copiar el inventario."
@@ -3205,8 +3262,8 @@ msgstr "No se pudo copiar el inventario."
msgid "Failed to copy project."
msgstr "No se pudo copiar el proyecto."
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr "No se pudo copiar la plantilla."
@@ -3214,28 +3271,28 @@ msgstr "No se pudo copiar la plantilla."
msgid "Failed to delete application."
msgstr "No se pudo eliminar la aplicación."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr "No se pudo eliminar la credencial."
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr "No se pudo eliminar el grupo {0}."
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr "No se pudo eliminar el host."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr "No se pudo eliminar la fuente del inventario {name}."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr "No se pudo eliminar el inventario."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr "No se pudo eliminar la plantilla de trabajo."
@@ -3259,7 +3316,7 @@ msgstr "No se pudo eliminar una o más credenciales."
msgid "Failed to delete one or more execution environments"
msgstr "No se pudo eliminar uno o más entornos de ejecución"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr "No se pudo eliminar uno o varios grupos."
@@ -3284,7 +3341,7 @@ msgstr "No se pudo eliminar una o más fuentes de inventario."
msgid "Failed to delete one or more job templates."
msgstr "No se pudo eliminar una o más plantillas de trabajo."
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr "No se pudo eliminar una o más tareas."
@@ -3320,7 +3377,7 @@ msgstr "No se pudo eliminar uno o más tokens."
msgid "Failed to delete one or more user tokens."
msgstr "No se pudo eliminar uno o más tokens de usuario."
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr "No se pudo eliminar uno o más usuarios."
@@ -3328,7 +3385,7 @@ msgstr "No se pudo eliminar uno o más usuarios."
msgid "Failed to delete one or more workflow approval."
msgstr "No se pudo eliminar una o más aprobaciones del flujo de trabajo."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr "No se pudo eliminar la organización."
@@ -3345,11 +3402,11 @@ msgstr "No se pudo eliminar el rol"
msgid "Failed to delete role."
msgstr "No se pudo eliminar el rol."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr "No se pudo eliminar la programación."
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr "No se pudo eliminar el inventario inteligente."
@@ -3365,7 +3422,7 @@ msgstr "No se pudo eliminar el usuario."
msgid "Failed to delete workflow approval."
msgstr "No se pudo eliminar la aprobación del flujo de trabajo."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr "No se pudo eliminar la plantilla de trabajo del flujo de trabajo."
@@ -3384,16 +3441,17 @@ msgstr "No se pudo denegar la aprobación del flujo de trabajo."
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr "No se pudo disociar uno o más grupos."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr "No se pudo disociar uno o más hosts."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr "No se pudo disociar una o más instancias."
@@ -3401,7 +3459,7 @@ msgstr "No se pudo disociar una o más instancias."
msgid "Failed to disassociate one or more teams."
msgstr "No se pudo disociar uno o más equipos."
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr "No se pudo obtener la configuración de inicio de sesión personalizada. En su lugar, se mostrarán los valores predeterminados del sistema."
@@ -3410,7 +3468,7 @@ msgid "Failed to fetch the updated project data."
msgstr "No se han podido obtener los datos actualizados del proyecto."
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr "No se pudo ejecutar la tarea."
@@ -3427,11 +3485,12 @@ msgstr "No se pudo recuperar el objeto de recurso de nodo completo."
msgid "Failed to retrieve node credentials."
msgstr "No se pudieron recuperar las credenciales del nodo."
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr "No se ha podido ejecutar una comprobación de estado en una o más instancias."
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr "No se pudo enviar la notificación de prueba."
@@ -3447,11 +3506,11 @@ msgstr "No se pudo sincronizar el proyecto."
msgid "Failed to sync some or all inventory sources."
msgstr "No se pudieron sincronizar algunas o todas las fuentes de inventario."
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr "No se pudo alternar el host."
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr "No se pudo alternar la instancia."
@@ -3459,12 +3518,14 @@ msgstr "No se pudo alternar la instancia."
msgid "Failed to toggle notification."
msgstr "No se pudo alternar la notificación."
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr "No se pudo alternar la programación."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr "No se pudo actualizar el ajuste de capacidad."
@@ -3476,8 +3537,8 @@ msgstr "No se pudo actualizar la encuesta."
msgid "Failed to user token."
msgstr "Error en el token de usuario."
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr "Fallo"
@@ -3515,7 +3576,7 @@ msgstr "El campo coincide con la expresión regular dada."
msgid "Field starts with value."
msgstr "El campo comienza con un valor."
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr "Quinto"
@@ -3531,22 +3592,22 @@ msgstr "Se rechazó la carga de archivos. Seleccione un único archivo .json."
msgid "File, directory or script"
msgstr "Archivo, directorio o script"
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr "Filtrar por {name}"
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr "Hora de finalización"
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr "Finalizado"
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr "Primero"
@@ -3554,8 +3615,8 @@ msgstr "Primero"
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3566,7 +3627,7 @@ msgid "First Run"
msgstr "Primera ejecución"
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr "Nombre"
@@ -3582,7 +3643,7 @@ msgstr "Ajustar el gráfico al tamaño de la pantalla disponible"
msgid "Float"
msgstr "Decimal corto"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr "Seguir"
@@ -3592,7 +3653,8 @@ msgid ""
"the playbook. Select check to only check playbook syntax,\n"
"test environment setup, and report problems without\n"
"executing the playbook."
-msgstr "Para las plantillas de trabajo, seleccione ejecutar para ejecutar\n"
+msgstr ""
+"Para las plantillas de trabajo, seleccione ejecutar para ejecutar\n"
"el playbook. Seleccione marcar para marcar solo la sintaxis del playbook,\n"
"probar la configuración del entorno e informar problemas sin\n"
"ejecutar el playbook."
@@ -3602,7 +3664,8 @@ msgid ""
"For job templates, select run to execute the playbook.\n"
"Select check to only check playbook syntax, test environment setup,\n"
"and report problems without executing the playbook."
-msgstr "Para las plantillas de trabajo, seleccione ejecutar para ejecutar el playbook.\n"
+msgstr ""
+"Para las plantillas de trabajo, seleccione ejecutar para ejecutar el playbook.\n"
"Seleccione marcar para marcar solo la sintaxis del manual, probar\n"
"la configuración del entorno e informar problemas sin ejecutar el playbook."
@@ -3613,12 +3676,12 @@ msgstr "Para obtener más información, consulte la"
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr "Forks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr "Cuarto"
@@ -3631,12 +3694,12 @@ msgstr "Información sobre la frecuencia"
msgid "Frequency did not match an expected value"
msgstr "La frecuencia no coincide con un valor esperado"
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr "Vie"
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr "Viernes"
@@ -3648,7 +3711,7 @@ msgstr "Búsqueda difusa en los campos id, nombre o descripción."
msgid "Fuzzy search on name field."
msgstr "Búsqueda difusa en el campo del nombre."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr "Credenciales de Galaxy"
@@ -3677,7 +3740,7 @@ msgstr "Obtener suscripciones"
msgid "Git"
msgstr "Git"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr "GitHub"
@@ -3716,7 +3779,7 @@ msgstr "Equipo GitHub"
msgid "GitHub settings"
msgstr "Configuración de GitHub"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr "GitLab"
@@ -3726,7 +3789,7 @@ msgstr "GitLab"
#~ msgstr "Entorno de ejecución global predeterminado"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr "Disponible globalmente"
@@ -3804,8 +3867,8 @@ msgstr "Tipo de grupo"
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr "Grupos"
@@ -3820,16 +3883,18 @@ msgstr "Cabeceras HTTP"
msgid "HTTP Method"
msgstr "Método HTTP"
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr "Comprobación de estado"
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr "Saludable"
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr "Ayuda"
@@ -3847,6 +3912,11 @@ msgstr "Ocultar descripción"
msgid "Hipchat"
msgstr "HipChat"
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr ""
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3861,8 +3931,8 @@ msgid "Host Async OK"
msgstr "Servidor Async OK"
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr "Clave de configuración del servidor"
@@ -3870,7 +3940,7 @@ msgstr "Clave de configuración del servidor"
msgid "Host Count"
msgstr "Recuento de hosts"
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr "Detalles del host"
@@ -3888,7 +3958,7 @@ msgid "Host Filter"
msgstr "Filtro de host"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr "Nombre de Host"
@@ -3920,7 +3990,7 @@ msgstr "Servidor no alcanzable"
msgid "Host details"
msgstr "Detalles del host"
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr "Modal de detalles del host"
@@ -3933,8 +4003,8 @@ msgstr "No se encontró el host."
msgid "Host status information for this job is unavailable."
msgstr "La información de estado del host para esta tarea no se encuentra disponible."
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -3944,8 +4014,8 @@ msgstr "La información de estado del host para esta tarea no se encuentra dispo
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -3976,7 +4046,12 @@ msgstr "Hosts restantes"
msgid "Hour"
msgstr "Hora"
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr ""
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4043,7 +4118,8 @@ msgid ""
"If checked, all variables for child groups\n"
"and hosts will be removed and replaced by those found\n"
"on the external source."
-msgstr "Si las opciones están marcadas, se eliminarán\n"
+msgstr ""
+"Si las opciones están marcadas, se eliminarán\n"
"todas las variables de los grupos secundarios y se reemplazarán\n"
"con aquellas que se hallen en la fuente externa."
@@ -4056,7 +4132,8 @@ msgid ""
"to the next manually created group or if there is no manually\n"
"created group to promote them into, they will be left in the \"all\"\n"
"default group for the inventory."
-msgstr "Si las opciones están marcadas, cualquier grupo o host que estuvo\n"
+msgstr ""
+"Si las opciones están marcadas, cualquier grupo o host que estuvo\n"
"presente previamente en la fuente externa pero que ahora se eliminó,\n"
"se eliminará del inventario. Los hosts y grupos que no fueron\n"
"gestionados por la fuente de inventario serán promovidos al siguiente\n"
@@ -4068,7 +4145,8 @@ msgstr "Si las opciones están marcadas, cualquier grupo o host que estuvo\n"
msgid ""
"If enabled, run this playbook as an\n"
"administrator."
-msgstr "Si se habilita esta opción, ejecute este playbook\n"
+msgstr ""
+"Si se habilita esta opción, ejecute este playbook\n"
"como administrador."
#: components/LaunchPrompt/steps/OtherPromptsStep.js:175
@@ -4076,7 +4154,8 @@ msgid ""
"If enabled, show the changes made\n"
"by Ansible tasks, where supported. This is equivalent to Ansible’s\n"
"--diff mode."
-msgstr "Si se habilita esta opción, muestre los cambios realizados\n"
+msgstr ""
+"Si se habilita esta opción, muestre los cambios realizados\n"
"por las tareas de Ansible, donde sea compatible. Esto es equivalente\n"
"al modo --diff de Ansible."
@@ -4085,7 +4164,8 @@ msgid ""
"If enabled, show the changes made by\n"
"Ansible tasks, where supported. This is equivalent\n"
"to Ansible's --diff mode."
-msgstr "Si se habilita esta opción, muestre los cambios realizados\n"
+msgstr ""
+"Si se habilita esta opción, muestre los cambios realizados\n"
"por las tareas de Ansible, donde sea compatible. Esto es equivalente\n"
"al modo --diff de Ansible."
@@ -4093,23 +4173,25 @@ msgstr "Si se habilita esta opción, muestre los cambios realizados\n"
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr "Si se habilita esta opción, muestre los cambios realizados por las tareas de Ansible, donde sea compatible. Esto es equivalente al modo --diff de Ansible."
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
-msgstr "Si se habilita esta opción, se permitirá la ejecución\n"
+msgstr ""
+"Si se habilita esta opción, se permitirá la ejecución\n"
"simultánea de esta plantilla de trabajo."
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr "Si se habilita esta opción, se permitirá la ejecución de esta plantilla de flujo de trabajo en paralelo."
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
"injected into the fact cache at runtime."
-msgstr "Si se habilita esta opción, se almacenarán los eventos recopilados para que estén visibles en el nivel de host. Los eventos persisten y\n"
+msgstr ""
+"Si se habilita esta opción, se almacenarán los eventos recopilados para que estén visibles en el nivel de host. Los eventos persisten y\n"
"se insertan en la caché de eventos en tiempo de ejecución."
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:266
@@ -4124,7 +4206,8 @@ msgstr "Si está listo para actualizar o renovar, <0>póngase en contacto con no
msgid ""
"If you do not have a subscription, you can visit\n"
"Red Hat to obtain a trial subscription."
-msgstr "Si no tiene una suscripción, puede visitar\n"
+msgstr ""
+"Si no tiene una suscripción, puede visitar\n"
"Red Hat para obtener una suscripción de prueba."
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:45
@@ -4136,18 +4219,19 @@ msgstr "Si solo desea eliminar el acceso de este usuario específico, elimínelo
msgid ""
"If you want the Inventory Source to update on\n"
"launch and on project update, click on Update on launch, and also go to"
-msgstr "Si desea que la fuente de inventario se actualice al\n"
+msgstr ""
+"Si desea que la fuente de inventario se actualice al\n"
"ejecutar y en la actualización del proyecto, haga clic en Actualizar al ejecutar, y también vaya a"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:52
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr "Imagen"
@@ -4160,11 +4244,12 @@ msgid ""
"Indicates if a host is available and should be included in running\n"
"jobs. For hosts that are part of an external inventory, this may be\n"
"reset by the inventory sync process."
-msgstr "Indica si un host está disponible y debe ser incluido en la ejecución de\n"
+msgstr ""
+"Indica si un host está disponible y debe ser incluido en la ejecución de\n"
"tareas. Para los hosts que forman parte de un inventario externo, esto se puede\n"
"restablecer mediante el proceso de sincronización del inventario."
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr "Información"
@@ -4172,17 +4257,17 @@ msgstr "Información"
msgid "Initiated By"
msgstr "Inicializado por"
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr "Inicializado por"
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr "Inicializado por (nombre de usuario)"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr "Configuración del inyector"
@@ -4213,27 +4298,27 @@ msgstr "ID del sistema de Insights"
msgid "Instance"
msgstr "Instancia"
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr "Filtros de instancias"
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr "Grupo de instancias"
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr "Grupos de instancias"
@@ -4254,7 +4339,8 @@ msgstr "Grupo de instancias"
msgid "Instance group not found."
msgstr "No se encontró el grupo de instancias."
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr "Capacidad utilizada del grupo de instancias"
@@ -4262,13 +4348,17 @@ msgstr "Capacidad utilizada del grupo de instancias"
msgid "Instance groups"
msgstr "Grupos de instancias"
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr "Instancias"
@@ -4301,8 +4391,8 @@ msgid "Invalid username or password. Please try again."
msgstr "Nombre de usuario o contraseña no válidos. Intente de nuevo."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4312,41 +4402,41 @@ msgstr "Nombre de usuario o contraseña no válidos. Intente de nuevo."
msgid "Inventories"
msgstr "Inventarios"
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr "No se pueden copiar los inventarios con fuentes"
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr "Inventario"
@@ -4363,11 +4453,11 @@ msgstr "Archivo de inventario"
msgid "Inventory ID"
msgstr "ID de inventario"
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr "Fuente de inventario"
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr "Proyecto de fuente de inventario"
@@ -4375,7 +4465,7 @@ msgstr "Proyecto de fuente de inventario"
msgid "Inventory Source Sync"
msgstr "Sincronización de fuentes de inventario"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr "Error en la sincronización de fuentes de inventario"
@@ -4387,11 +4477,11 @@ msgstr "Error en la sincronización de fuentes de inventario"
msgid "Inventory Sources"
msgstr "Fuentes de inventario"
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr "Sincronización de inventario"
@@ -4412,7 +4502,7 @@ msgstr "Archivo de inventario"
msgid "Inventory not found."
msgstr "No se encontró el inventario."
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr "Sincronización de inventario"
@@ -4420,11 +4510,11 @@ msgstr "Sincronización de inventario"
msgid "Inventory sync failures"
msgstr "Errores de sincronización de inventario"
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr "Expandido"
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr "No se expande"
@@ -4457,11 +4547,11 @@ msgstr "Elementos por página"
msgid "JOB ID:"
msgstr "ID DE TAREA:"
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr "JSON"
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr "Pestaña JSON"
@@ -4479,20 +4569,20 @@ msgid "Job"
msgstr "Tarea"
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr "Error en la cancelación de tarea"
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr "Error en la eliminación de tareas"
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr "Identificación del trabajo"
@@ -4500,18 +4590,18 @@ msgstr "Identificación del trabajo"
msgid "Job Runs"
msgstr "Ejecuciones de trabajo"
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr "Fracción de tareas"
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr "Fraccionamiento de los trabajos principales"
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr "Fraccionamiento de trabajos"
@@ -4522,22 +4612,22 @@ msgstr "Estado de la tarea"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr "Etiquetas de trabajo"
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr "Plantilla de trabajo"
@@ -4562,23 +4652,23 @@ msgstr "Las plantillas de trabajo en las que falta un inventario o un proyecto n
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr "Las plantillas de trabajo con credenciales que solicitan contraseñas no pueden seleccionarse al crear o modificar nodos"
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr "Tipo de trabajo"
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr "Estado de la tarea"
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr "Pestaña del gráfico de estado de la tarea"
@@ -4588,10 +4678,10 @@ msgstr "Pestaña del gráfico de estado de la tarea"
msgid "Job templates"
msgstr "Plantillas de trabajo"
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4638,7 +4728,7 @@ msgstr "Seleccionar clave"
msgid "Key typeahead"
msgstr "Escritura anticipada de la clave"
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr "Palabra clave"
@@ -4699,29 +4789,32 @@ msgstr "LDAP5"
msgid "Label"
msgstr ""
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr "Nombre de la etiqueta"
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr "Etiquetas"
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr "Último"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr "Última comprobación de estado"
@@ -4734,27 +4827,27 @@ msgstr "Último estado de la tarea"
msgid "Last Login"
msgstr "Último inicio de sesión"
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4765,15 +4858,15 @@ msgstr "Último modificado"
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr "Apellido"
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr "Último ejecutado"
@@ -4785,15 +4878,15 @@ msgstr "Última ejecución"
msgid "Last job"
msgstr "Última tarea"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr "Última modificación"
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr "Apellido"
@@ -4801,23 +4894,23 @@ msgstr "Apellido"
msgid "Last used"
msgstr "Última utilización"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr "Ejecutar"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr "Ejecutar tarea de gestión"
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr "Ejecutar plantilla"
@@ -4825,12 +4918,12 @@ msgstr "Ejecutar plantilla"
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr "Ejecutar tarea de gestión"
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr "Ejecutar plantilla"
@@ -4847,7 +4940,7 @@ msgstr "Ejecutar | {0}"
msgid "Launched By"
msgstr "Ejecutado por"
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr "Ejecutado por (nombre de usuario)"
@@ -4874,14 +4967,14 @@ msgstr "Menor o igual que la comparación."
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4908,7 +5001,7 @@ msgstr "Huso horario local"
msgid "Local time zone"
msgstr "Huso horario local"
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr "Iniciar sesión"
@@ -4921,13 +5014,13 @@ msgid "Logging settings"
msgstr "Configuración del registro"
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr "Finalización de la sesión"
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr "Modal de búsqueda"
@@ -4953,7 +5046,7 @@ msgstr "ÚLTIMA SINCRONIZACIÓN"
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr "Credenciales de máquina"
@@ -4962,21 +5055,21 @@ msgid "Managed"
msgstr "Gestionado"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr "Nodos gestionados"
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr "Trabajo de gestión"
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr "Trabajos de gestión"
@@ -4985,8 +5078,8 @@ msgstr "Trabajos de gestión"
msgid "Management job"
msgstr "Tarea de gestión"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr "Error de ejecución de la tarea de gestión"
@@ -4999,11 +5092,13 @@ msgid "Management jobs"
msgstr "Tareas de gestión"
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5076,7 +5171,8 @@ msgstr "Cantidad mínima de instancias que se asignará automáticamente a este
msgid ""
"Minimum percentage of all instances that will be automatically\n"
"assigned to this group when new instances come online."
-msgstr "Porcentaje mínimo de todas las instancias que se asignará automáticamente\n"
+msgstr ""
+"Porcentaje mínimo de todas las instancias que se asignará automáticamente\n"
"a este grupo cuando aparezcan nuevas instancias en línea."
#: components/Schedule/shared/ScheduleForm.js:152
@@ -5118,12 +5214,12 @@ msgstr "Modificado"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5141,12 +5237,12 @@ msgstr "Modificado"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5165,24 +5261,24 @@ msgid "Modified by (username)"
msgstr "Modificado por (nombre de usuario)"
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr "Módulo"
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr "Argumentos del módulo"
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr "Nombre del módulo"
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr "Lun"
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr "Lunes"
@@ -5198,13 +5294,13 @@ msgstr "Más información"
msgid "More information for"
msgstr "Más información para"
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr "Selección múltiple"
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr "Selección múltiple"
@@ -5229,11 +5325,11 @@ msgstr "Opciones de selección múltiple"
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5243,7 +5339,7 @@ msgstr "Opciones de selección múltiple"
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5251,27 +5347,27 @@ msgstr "Opciones de selección múltiple"
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5289,11 +5385,11 @@ msgstr "Opciones de selección múltiple"
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5303,15 +5399,15 @@ msgstr "Opciones de selección múltiple"
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5325,24 +5421,28 @@ msgstr "Opciones de selección múltiple"
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5351,10 +5451,10 @@ msgstr "Opciones de selección múltiple"
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5369,16 +5469,16 @@ msgstr "Opciones de selección múltiple"
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5389,7 +5489,7 @@ msgstr "Opciones de selección múltiple"
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5400,13 +5500,13 @@ msgstr "Opciones de selección múltiple"
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5415,15 +5515,15 @@ msgstr "Opciones de selección múltiple"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5441,11 +5541,11 @@ msgstr "Nombre"
msgid "Name cannot be changed on this Instance Group"
msgstr ""
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr "Navegación"
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5460,15 +5560,15 @@ msgstr "Nunca actualizado"
msgid "Never expires"
msgstr "No expira nunca"
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr "Nuevo"
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5481,12 +5581,12 @@ msgstr "Siguiente"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr "Siguiente ejecución"
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr "No"
@@ -5499,7 +5599,7 @@ msgstr "Ningún servidor corresponde"
msgid "No Hosts Remaining"
msgstr "No más servidores"
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr "No hay ningún JSON disponible"
@@ -5507,11 +5607,11 @@ msgstr "No hay ningún JSON disponible"
msgid "No Jobs"
msgstr "No hay tareas"
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr "No hay ningún error estándar disponible"
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr "No hay ninguna salida estándar disponible"
@@ -5527,7 +5627,7 @@ msgstr "No se encontraron elementos."
msgid "No job data available"
msgstr "No hay datos de tareas disponibles."
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr "No se encontraron resultados"
@@ -5538,15 +5638,15 @@ msgstr "No se encontraron resultados"
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5574,8 +5674,14 @@ msgid "Node Alias"
msgstr "Alias del nodo"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr "Tipo de nodo"
@@ -5615,12 +5721,13 @@ msgstr "No configurado"
msgid "Not configured for inventory sync."
msgstr "No configurado para la sincronización de inventario."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
"directly from the sub-group level that they belong."
-msgstr "Tenga en cuenta que solo se pueden disociar los hosts asociados\n"
+msgstr ""
+"Tenga en cuenta que solo se pueden disociar los hosts asociados\n"
"directamente a este grupo. Los hosts en subgrupos deben ser disociados\n"
"del nivel de subgrupo al que pertenecen."
@@ -5631,7 +5738,8 @@ msgid ""
"disassociating if the host is also a member of that group’s\n"
"children. This list shows all groups the host is associated\n"
"with directly and indirectly."
-msgstr "Tenga en cuenta que puede seguir viendo el grupo en la lista después de la disociación si el host también es un miembro de los elementos secundarios de ese grupo. Esta lista muestra todos los grupos a los que está asociado el host\n"
+msgstr ""
+"Tenga en cuenta que puede seguir viendo el grupo en la lista después de la disociación si el host también es un miembro de los elementos secundarios de ese grupo. Esta lista muestra todos los grupos a los que está asociado el host\n"
"directa e indirectamente."
#: components/Lookup/InstanceGroupsLookup.js:90
@@ -5654,7 +5762,8 @@ msgid ""
"not support password authentication when using SSH. GIT\n"
"read only protocol (git://) does not use username or\n"
"password information."
-msgstr "Note: Si utiliza el protocolo SSH para GitHub o Bitbucket,\n"
+msgstr ""
+"Note: Si utiliza el protocolo SSH para GitHub o Bitbucket,\n"
"ingrese solo la clave de SSH; no ingrese un nombre de usuario\n"
"(distinto de git). Además, GitHub y Bitbucket no admiten\n"
"la autenticación de contraseña cuando se utiliza SSH. El protocolo\n"
@@ -5670,7 +5779,7 @@ msgstr "Color de notificación"
msgid "Notification Template not found."
msgstr "No se encontró ninguna plantilla de notificación."
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5705,7 +5814,7 @@ msgid "Notification type"
msgstr "Tipo de notificación"
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5724,6 +5833,7 @@ msgstr "Notificación"
msgid "November"
msgstr "Noviembre"
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5731,7 +5841,7 @@ msgid "OK"
msgstr "OK"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr "Ocurrencias"
@@ -5743,14 +5853,14 @@ msgstr "Octubre"
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr "Off"
@@ -5759,14 +5869,14 @@ msgstr "Off"
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr "On"
@@ -5785,7 +5895,7 @@ msgstr "Con error"
msgid "On Success"
msgstr "Con éxito"
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr "En la fecha"
@@ -5793,7 +5903,7 @@ msgstr "En la fecha"
msgid "On days"
msgstr "En los días"
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr "Agrupar solo por"
@@ -5811,7 +5921,8 @@ msgid ""
"Optional labels that describe this job template,\n"
"such as 'dev' or 'test'. Labels can be used to group and filter\n"
"job templates and completed jobs."
-msgstr "Etiquetas opcionales que describen esta plantilla de trabajo,\n"
+msgstr ""
+"Etiquetas opcionales que describen esta plantilla de trabajo,\n"
"como 'dev' o 'test'. Las etiquetas se pueden usar para agrupar\n"
"y filtrar plantillas de trabajo y tareas completadas."
@@ -5820,7 +5931,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr "Opcionalmente, seleccione la credencial que se usará para devolver las actualizaciones de estado al servicio de Webhook."
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5829,9 +5940,9 @@ msgstr "Opcionalmente, seleccione la credencial que se usará para devolver las
msgid "Options"
msgstr "Opciones"
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr "Pedir"
@@ -5843,22 +5954,22 @@ msgstr "Pedir"
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5869,8 +5980,8 @@ msgstr "Pedir"
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5891,8 +6002,8 @@ msgid "Organization not found."
msgstr "No se encontró la organización."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -5977,7 +6088,7 @@ msgstr "Desplazar hacia la derecha"
msgid "Pan Up"
msgstr "Desplazar hacia arriba"
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr "Trasladar cambios adicionales en la línea de comandos. Hay dos parámetros de línea de comandos de Ansible:"
@@ -5987,7 +6098,8 @@ msgid ""
"-e or --extra-vars command line parameter for ansible-playbook.\n"
"Provide key/value pairs using either YAML or JSON. Refer to the\n"
"documentation for example syntax."
-msgstr "Traslade variables de línea de comando adicionales al playbook. Este es el\n"
+msgstr ""
+"Traslade variables de línea de comando adicionales al playbook. Este es el\n"
"parámetro de línea de comando -e o --extra-vars para el playbook de Ansible.\n"
"Proporcione pares de claves/valores utilizando YAML o JSON. Consulte la\n"
"documentación para ver ejemplos de sintaxis."
@@ -5996,7 +6108,7 @@ msgstr "Traslade variables de línea de comando adicionales al playbook. Este es
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr "Traslade variables de línea de comando adicionales al cuaderno de estrategias. Este es el parámetro de línea de comando -e o --extra-vars para el cuaderno de estrategias de Ansible. Proporcione pares de claves/valores utilizando YAML o JSON. Consulte la documentación de Ansible Tower para ver ejemplos de sintaxis."
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -6005,24 +6117,24 @@ msgstr "Traslade variables de línea de comando adicionales al cuaderno de estra
msgid "Password"
msgstr "Contraseña"
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr "Últimas 24 horas"
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr "Mes pasado"
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr "Últimas dos semanas"
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr "Semana pasada"
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr "Pendiente"
@@ -6031,11 +6143,11 @@ msgstr "Pendiente"
msgid "Pending Workflow Approvals"
msgstr "Aprobaciones de flujos de trabajo pendientes"
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr "Eliminación pendiente"
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr "Realice una búsqueda para definir un filtro de host"
@@ -6048,7 +6160,7 @@ msgstr "Token de acceso personal"
msgid "Personal access token"
msgstr "Token de acceso personal"
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr "Jugada"
@@ -6061,14 +6173,14 @@ msgid "Play Started"
msgstr "Jugada iniciada"
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr "Playbook"
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr "Comprobación del playbook"
@@ -6076,16 +6188,16 @@ msgstr "Comprobación del playbook"
msgid "Playbook Complete"
msgstr "Playbook terminado"
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr "Directorio de playbook"
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr "Ejecución de playbook"
@@ -6100,7 +6212,7 @@ msgstr "Playbook iniciado"
msgid "Playbook name"
msgstr "Nombre del playbook"
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr "Ejecución de playbook"
@@ -6140,7 +6252,7 @@ msgstr "Por favor introduzca un valor."
msgid "Please log in"
msgstr "Inicie sesión"
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr "Ejecute un trabajo para rellenar esta lista."
@@ -6156,7 +6268,7 @@ msgstr "Seleccione un inventario o marque la opción Preguntar al ejecutar."
msgid "Please select an end date/time that comes after the start date/time."
msgstr "Seleccione una fecha/hora de finalización que sea posterior a la fecha/hora de inicio."
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr "Seleccione una organización antes de modificar el filtro del host"
@@ -6165,7 +6277,9 @@ msgid "Pod spec override"
msgstr "Anulación de las especificaciones del pod"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr "Tipo de política"
@@ -6184,14 +6298,15 @@ msgstr "Porcentaje de instancias de políticas"
msgid "Populate field from an external secret management system"
msgstr "Completar el campo desde un sistema externo de gestión de claves secretas"
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
"Refer to the documentation for further syntax and\n"
"examples. Refer to the Ansible Tower documentation for further syntax and\n"
"examples."
-msgstr "Complete los hosts para este inventario utilizando un filtro de búsqueda\n"
+msgstr ""
+"Complete los hosts para este inventario utilizando un filtro de búsqueda\n"
"de búsqueda. Ejemplo: ansible_facts.ansible_distribution: \"RedHat\".\n"
"Consulte la documentación para obtener más sintaxis y\n"
"ejemplos. Consulte la documentación de Ansible Tower para obtener más sintaxis y\n"
@@ -6217,16 +6332,17 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr "Presione Intro para modificar. Presione ESC para detener la edición."
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr "Pulse la barra espaciadora o Intro para empezar a arrastrar,\n"
-"y utilice las teclas de flecha para desplazarse hacia arriba o hacia abajo.\n"
-"Pulse Intro para confirmar el arrastre, o cualquier otra tecla para cancelar la operación de arrastre."
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr ""
+#~ "Pulse la barra espaciadora o Intro para empezar a arrastrar,\n"
+#~ "y utilice las teclas de flecha para desplazarse hacia arriba o hacia abajo.\n"
+#~ "Pulse Intro para confirmar el arrastre, o cualquier otra tecla para cancelar la operación de arrastre."
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr "Vista previa"
@@ -6245,27 +6361,31 @@ msgstr "Elevación de privilegios"
msgid "Privilege escalation password"
msgstr "Contraseña para la elevación de privilegios"
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr "Proyecto"
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr "Ruta base del proyecto"
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr ""
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6289,8 +6409,8 @@ msgid "Project sync failures"
msgstr "Errores de sincronización del proyecto"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6302,7 +6422,7 @@ msgstr "Errores de sincronización del proyecto"
msgid "Projects"
msgstr "Proyectos"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr "Promover grupos secundarios y hosts"
@@ -6311,13 +6431,13 @@ msgstr "Promover grupos secundarios y hosts"
msgid "Prompt"
msgstr "Aviso"
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr "Anulaciones de avisos"
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr "Preguntar al ejecutar"
@@ -6325,7 +6445,7 @@ msgstr "Preguntar al ejecutar"
msgid "Prompt | {0}"
msgstr "Aviso | {0}"
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr "Valores solicitados"
@@ -6337,7 +6457,8 @@ msgid ""
"the list of hosts that will be managed or affected by the\n"
"playbook. Multiple patterns are allowed. Refer to Ansible\n"
"documentation for more information and examples on patterns."
-msgstr "Proporcione un patrón de host para limitar aún más la lista\n"
+msgstr ""
+"Proporcione un patrón de host para limitar aún más la lista\n"
"de hosts que serán gestionados o que se verán afectados por el playbook.\n"
"Se permiten distintos patrones. Consulte la documentación de Ansible\n"
"para obtener más información y ejemplos relacionados con los patrones."
@@ -6348,7 +6469,8 @@ msgid ""
"of hosts that will be managed or affected by the playbook. Multiple\n"
"patterns are allowed. Refer to Ansible documentation for more\n"
"information and examples on patterns."
-msgstr "Proporcione un patrón de host para limitar aúan más la lista de hosts\n"
+msgstr ""
+"Proporcione un patrón de host para limitar aúan más la lista de hosts\n"
"que serán gestionados o que se verán afectados por el playbook.\n"
"Se permiten distintos patrones. Consulte la documentación de Ansible\n"
"para obtener más información y ejemplos relacionados con los patrones."
@@ -6357,11 +6479,12 @@ msgstr "Proporcione un patrón de host para limitar aúan más la lista de hosts
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr "Proporcione un valor para este campo o seleccione la opción Preguntar al ejecutar."
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
-msgstr "Proporcione pares de clave/valor utilizando\n"
+msgstr ""
+"Proporcione pares de clave/valor utilizando\n"
"YAML o JSON."
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:193
@@ -6370,7 +6493,8 @@ msgid ""
"below and you can choose from a list of your available subscriptions.\n"
"The credentials you use will be stored for future use in\n"
"retrieving renewal or expanded subscriptions."
-msgstr "A continuación, proporcione sus credenciales de Red Hat o de Red Hat Satellite\n"
+msgstr ""
+"A continuación, proporcione sus credenciales de Red Hat o de Red Hat Satellite\n"
"para poder elegir de una lista de sus suscripciones disponibles.\n"
"Las credenciales que utilice se almacenarán para su uso futuro\n"
"en la recuperación de las suscripciones de renovación o ampliadas."
@@ -6380,12 +6504,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr "Proporcione sus credenciales de Red Hat o Red Hat Satellite para habilitar Insights para Ansible Automation Platform."
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr "Dirección URL para las llamadas callback"
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr "Detalles de callback de aprovisionamiento"
@@ -6414,7 +6538,9 @@ msgid "RADIUS settings"
msgstr "Configuración de RADIUS"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr "RAM {0}"
@@ -6422,26 +6548,26 @@ msgstr "RAM {0}"
msgid "Read"
msgstr "Lectura"
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr "Tareas recientes"
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr "Pestaña de la lista de tareas recientes"
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr "Plantillas recientes"
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr "Pestaña de la lista de plantillas recientes"
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr "Trabajos recientes"
@@ -6505,7 +6631,8 @@ msgstr "Consulte"
msgid ""
"Refer to the Ansible documentation for details\n"
"about the configuration file."
-msgstr "Consulte la documentación de Ansible para obtener detalles\n"
+msgstr ""
+"Consulte la documentación de Ansible para obtener detalles\n"
"sobre el archivo de configuración."
#: screens/User/UserTokens/UserTokens.js:77
@@ -6538,7 +6665,7 @@ msgstr "Expresión regular en la que solo se importarán los nombres de host que
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr "Grupos relacionados"
@@ -6556,9 +6683,9 @@ msgid "Related search type typeahead"
msgstr "Tipo de búsqueda relacionado typeahead"
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr "Relanzar"
@@ -6594,10 +6721,10 @@ msgstr "Relanzar utilizando los parámetros de host"
msgid "Remote Archive"
msgstr "Archivo remoto"
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr "Eliminar"
@@ -6613,7 +6740,7 @@ msgstr "Quitar enlace"
#~ msgid "Remove Node"
#~ msgstr "Quitar nodo"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr ""
@@ -6634,8 +6761,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr "Si quita este enlace, el resto de la rama quedará huérfano y hará que se ejecute inmediatamente en el lanzamiento."
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr "Reordenar"
+#~ msgid "Reorder"
+#~ msgstr "Reordenar"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6670,13 +6797,13 @@ msgstr "Nombre del recurso"
msgid "Resource deleted"
msgstr "Recurso eliminado"
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr "Recursos"
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr "Faltan recursos de esta plantilla."
@@ -6688,16 +6815,17 @@ msgstr "Restaurar el valor inicial."
msgid ""
"Retrieve the enabled state from the given dict of host variables.\n"
"The enabled variable may be specified using dot notation, e.g: 'foo.bar'"
-msgstr "Recuperar el estado habilitado a partir del dict dado de las variables de host.\n"
+msgstr ""
+"Recuperar el estado habilitado a partir del dict dado de las variables de host.\n"
"La variable habilitada se puede especificar mediante notación de puntos,\n"
"por ejemplo: \"foo.bar\""
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr "Volver"
@@ -6744,7 +6872,7 @@ msgstr "Revertir configuración"
msgid "Revert to factory default."
msgstr "Revertir a los valores predeterminados de fábrica."
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6762,7 +6890,7 @@ msgstr "Rocket.Chat"
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6773,7 +6901,7 @@ msgstr "Rol"
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6791,14 +6919,15 @@ msgid "Run"
msgstr "Ejecutar"
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr "Ejecutar comando"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr "Ejecutar una comprobación de la salud de la instancia"
@@ -6818,7 +6947,7 @@ msgstr "Ejecutar cada"
msgid "Run frequency"
msgstr "Frecuencia de ejecución"
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr "Ejecutar el"
@@ -6826,8 +6955,8 @@ msgstr "Ejecutar el"
msgid "Run type"
msgstr "Tipo de ejecución"
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6839,8 +6968,9 @@ msgstr "Handlers ejecutándose"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr "Tareas en ejecución"
@@ -6856,7 +6986,7 @@ msgstr "SAML"
msgid "SAML settings"
msgstr "Configuración de SAML"
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr "Actualización de SCM"
@@ -6886,12 +7016,12 @@ msgstr "INICIAR"
msgid "STATUS:"
msgstr "ESTADO:"
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr "Sáb"
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr "Sábado"
@@ -6908,7 +7038,7 @@ msgstr "Sábado"
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -6956,8 +7086,8 @@ msgstr "Programación no encontrada."
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -7002,37 +7132,37 @@ msgstr "Desplazarse hasta el anterior"
msgid "Search"
msgstr "Buscar"
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr "La búsqueda se desactiva durante la ejecución de la tarea"
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr "Botón de envío de la búsqueda"
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr "Entrada de texto de búsqueda"
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr "Segundo"
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr "Segundos"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr "Ver errores a la izquierda"
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -7044,19 +7174,19 @@ msgstr "Seleccionar tipo de credencial"
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr "Seleccionar grupos"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr "Seleccionar hosts"
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr "Seleccionar entrada"
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr "Seleccionar instancias"
@@ -7096,7 +7226,8 @@ msgstr "Seleccionar un tipo de recurso"
msgid ""
"Select a branch for the job template. This branch is applied to\n"
"all job template nodes that prompt for a branch."
-msgstr "Seleccione una rama para la plantilla de trabajo. Esta rama se aplica a\n"
+msgstr ""
+"Seleccione una rama para la plantilla de trabajo. Esta rama se aplica a\n"
"todos los nodos de la plantilla de trabajo que indican una rama."
#: components/LaunchPrompt/steps/OtherPromptsStep.js:47
@@ -7136,7 +7267,7 @@ msgstr "Seleccionar un playbook"
msgid "Select a project before editing the execution environment."
msgstr "Seleccione un proyecto antes de modificar el entorno de ejecución."
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr "Seleccione una pregunta para eliminar"
@@ -7153,7 +7284,7 @@ msgstr "Seleccionar una fila para eliminar"
msgid "Select a row to deny"
msgstr "Seleccionar una fila para denegar"
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr "Seleccionar una fila para disociar"
@@ -7199,7 +7330,7 @@ msgstr "Seleccionar un valor para este campo"
msgid "Select a webhook service."
msgstr "Seleccione un servicio de webhook."
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr "Seleccionar todo"
@@ -7216,7 +7347,7 @@ msgstr "Seleccione una instancia"
msgid "Select an instance and a metric to show chart"
msgstr "Seleccionar una instancia y una métrica para mostrar el gráfico"
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr "Seleccione una instancia para ejecutar una comprobación de estado."
@@ -7239,19 +7370,21 @@ msgid ""
"checking \"Prompt on launch\" without selecting credentials will require you to select a machine\n"
"credential at run time. If you select credentials and check \"Prompt on launch\", the selected\n"
"credential(s) become the defaults that can be updated at run time."
-msgstr "Seleccione las credenciales para acceder a los nodos en función de\n"
+msgstr ""
+"Seleccione las credenciales para acceder a los nodos en función de\n"
"los cuales se ejecutará este trabajo. Solo puede seleccionar una credencial de cada tipo. Para las\n"
"credenciales de máquina (SSH), si marca \"Preguntar al ejecutar\" sin seleccionar las credenciales,\n"
"se le pedirá que seleccione una credencial de máquina en el momento de la ejecución. Si selecciona\n"
"las credenciales y marca \"Preguntar al ejecutar\", las credenciales seleccionadas se convierten en las credenciales\n"
"predeterminadas que pueden actualizarse en tiempo de ejecución."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
"directory provide the full path used to locate playbooks."
-msgstr "Seleccione de la lista de directorios que se encuentran en\n"
+msgstr ""
+"Seleccione de la lista de directorios que se encuentran en\n"
"la ruta base del proyecto. La ruta base y el directorio del playbook\n"
"proporcionan la ruta completa utilizada para encontrar los playbooks."
@@ -7259,8 +7392,8 @@ msgstr "Seleccione de la lista de directorios que se encuentran en\n"
msgid "Select items from list"
msgstr "Seleccionar elementos de la lista"
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr "Seleccionar el tipo de tarea"
@@ -7284,8 +7417,8 @@ msgstr "Seleccionar los roles para aplicar"
msgid "Select source path"
msgstr "Seleccionar la ruta de origen"
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr "Seleccionar estado"
@@ -7338,7 +7471,8 @@ msgstr "Seleccione el entorno de ejecución para esta plantilla de trabajo."
msgid ""
"Select the inventory containing the hosts\n"
"you want this job to manage."
-msgstr "Seleccione el inventario que contenga los hosts que desea\n"
+msgstr ""
+"Seleccione el inventario que contenga los hosts que desea\n"
"que gestione esta tarea."
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:107
@@ -7346,7 +7480,8 @@ msgid ""
"Select the inventory file\n"
"to be synced by this source. You can select from\n"
"the dropdown or enter a file within the input."
-msgstr "Seleccione el archivo del inventario que sincronizará\n"
+msgstr ""
+"Seleccione el archivo del inventario que sincronizará\n"
"esta fuente. Puede seleccionar del menú desplegable\n"
"o ingresar un archivo en la entrada."
@@ -7363,14 +7498,15 @@ msgstr "Seleccionar el playbook a ser ejecutado por este trabajo."
msgid ""
"Select the project containing the playbook\n"
"you want this job to execute."
-msgstr "Seleccione el proyecto que contiene el playbook\n"
+msgstr ""
+"Seleccione el proyecto que contiene el playbook\n"
"que desea que ejecute esta tarea."
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:79
msgid "Select your Ansible Automation Platform subscription to use."
msgstr "Seleccione su suscripción a Ansible Automation Platform para utilizarla."
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr "Seleccionar {0}"
@@ -7381,23 +7517,24 @@ msgstr "Seleccionar {0}"
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7409,10 +7546,10 @@ msgstr "Seleccionar {0}"
msgid "Selected"
msgstr "Seleccionado"
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr "Categoría seleccionada"
@@ -7498,10 +7635,10 @@ msgstr "La configuración coincide con los valores predeterminados de fábrica."
msgid "Setting name"
msgstr "Nombre de la configuración"
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr "Ajustes"
@@ -7511,10 +7648,10 @@ msgid "Show"
msgstr "Mostrar"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr "Mostrar cambios"
@@ -7541,58 +7678,58 @@ msgstr "Mostrar menos"
msgid "Show only root groups"
msgstr "Mostrar solo los grupos raíz"
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr "Iniciar sesión con Azure AD"
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr "Iniciar sesión con GitHub"
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr "Iniciar sesión con GitHub Enterprise"
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr "Iniciar sesión con organizaciones GitHub Enterprise"
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr "Iniciar sesión con equipos de GitHub Enterprise"
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr "Iniciar sesión con las organizaciones GitHub"
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr "Iniciar sesión con equipos GitHub"
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr "Iniciar sesión con Google"
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr "Iniciar sesión con SAML"
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr "Iniciar sesión con SAML {samlIDP}"
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr "Selección de clave simple"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr "Omitir etiquetas"
@@ -7604,7 +7741,8 @@ msgid ""
"play or task. Use commas to separate multiple tags. Refer\n"
"to the documentation for details on the usage\n"
"of tags."
-msgstr "La omisión de etiquetas resulta útil cuando tiene un playbook\n"
+msgstr ""
+"La omisión de etiquetas resulta útil cuando tiene un playbook\n"
"de gran tamaño y desea omitir partes específicas de la tarea\n"
"o la jugada. Utilice comas para separar las distintas etiquetas.\n"
"Consulte la documentación para obtener información detallada\n"
@@ -7616,7 +7754,8 @@ msgid ""
"playbook, and you want to skip specific parts of a play or task.\n"
"Use commas to separate multiple tags. Refer to Ansible Tower\n"
"documentation for details on the usage of tags."
-msgstr "La omisión de etiquetas resulta útil cuando tiene un playbook\n"
+msgstr ""
+"La omisión de etiquetas resulta útil cuando tiene un playbook\n"
"de gran tamaño y desea omitir partes específicas de la tarea o la jugada.\n"
"Utilice comas para separar las distintas etiquetas. Consulte la documentación\n"
"de Ansible Tower para obtener información detallada sobre el uso de etiquetas."
@@ -7625,16 +7764,20 @@ msgstr "La omisión de etiquetas resulta útil cuando tiene un playbook\n"
msgid "Skipped"
msgstr "Omitido"
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr ""
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr "Slack"
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr "Inventario inteligente"
@@ -7642,7 +7785,7 @@ msgstr "Inventario inteligente"
msgid "Smart Inventory not found."
msgstr "No se encontró el inventario inteligente."
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr "Filtro de host inteligente"
@@ -7651,7 +7794,7 @@ msgstr "Filtro de host inteligente"
msgid "Smart inventory"
msgstr "Inventario inteligente"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr "Algunos de los pasos anteriores tienen errores"
@@ -7668,7 +7811,7 @@ msgstr "Se produjo un error al solicitar probar esta credencial y los metadatos.
msgid "Something went wrong..."
msgstr "Se produjo un error..."
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr "Ordenar"
@@ -7677,24 +7820,24 @@ msgstr "Ordenar"
#~ msgid "Sort question order"
#~ msgstr "Ordenar las preguntas"
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr "Fuente"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7704,7 +7847,7 @@ msgstr "Rama de fuente de control"
msgid "Source Control Branch/Tag/Commit"
msgstr "Rama/etiqueta/commit de fuente de control"
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7714,7 +7857,7 @@ msgstr "Credencial de fuente de control"
msgid "Source Control Credential Type"
msgstr "Tipo de credencial de fuente de control"
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7724,13 +7867,13 @@ msgstr "Refspec de fuente de control"
msgid "Source Control Revision"
msgstr "Revisión del control de fuentes"
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr "Tipo de fuente de control"
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7740,10 +7883,10 @@ msgstr "Tipo de fuente de control"
msgid "Source Control URL"
msgstr "URL de fuente de control"
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr "Actualización de fuente de control"
@@ -7751,12 +7894,12 @@ msgstr "Actualización de fuente de control"
msgid "Source Phone Number"
msgstr "Número de teléfono de la fuente"
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr "Variables de fuente"
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr "Tarea del flujo de trabajo de origen"
@@ -7790,14 +7933,16 @@ msgstr "Fuentes"
msgid ""
"Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax."
-msgstr "Especifique los encabezados HTTP en formato JSON. Consulte la\n"
+msgstr ""
+"Especifique los encabezados HTTP en formato JSON. Consulte la\n"
"documentación de Ansible Tower para obtener ejemplos de sintaxis."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:386
msgid ""
"Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)."
-msgstr "Especifique un color para la notificación. Los colores aceptables son\n"
+msgstr ""
+"Especifique un color para la notificación. Los colores aceptables son\n"
"el código de color hexadecimal (ejemplo: #3af o #789abc)."
#: screens/User/shared/UserTokenForm.js:71
@@ -7808,30 +7953,30 @@ msgstr "Especifique un alcance para el acceso al token"
msgid "Specify the conditions under which this node should be executed"
msgstr "Especificar las condiciones en las que debe ejecutarse este nodo"
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr "Error estándar"
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr "Salida estándar"
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr "Pestaña de error estándar"
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr "Pestaña de salida estándar"
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr "Iniciar"
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr "Hora de inicio"
@@ -7866,26 +8011,30 @@ msgstr "Iniciar fuente de sincronización"
msgid "Start time"
msgstr "Hora de inicio"
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr "Iniciado"
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -7913,7 +8062,8 @@ msgid ""
"the revision specified by the main project.\n"
"This is equivalent to specifying the --remote\n"
"flag to git submodule update."
-msgstr "Los submódulos realizarán el seguimiento del último commit en\n"
+msgstr ""
+"Los submódulos realizarán el seguimiento del último commit en\n"
"su rama maestra (u otra rama especificada en\n"
".gitmodules). De lo contrario, el proyecto principal mantendrá los submódulos en\n"
"la revisión especificada.\n"
@@ -7962,9 +8112,9 @@ msgstr "Tabla de suscripciones"
msgid "Subversion"
msgstr "Subversion"
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr "Correcto"
@@ -7978,14 +8128,14 @@ msgstr "Mensaje de éxito"
msgid "Success message body"
msgstr "Cuerpo del mensaje de éxito"
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr "Correctamente"
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr "Tareas exitosas"
@@ -7999,7 +8149,7 @@ msgid "Sun"
msgstr "Dom"
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr "Domingo"
@@ -8010,11 +8160,11 @@ msgstr "Domingo"
msgid "Survey"
msgstr "Encuesta"
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr "Encuesta deshabilitada"
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr "Encuesta habilitada"
@@ -8026,15 +8176,15 @@ msgstr "Encuesta habilitada"
#~ msgid "Survey Preview"
#~ msgstr "Vista previa de la encuesta"
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr "Orden de las preguntas de la encuesta"
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr "Alternancia de encuestas"
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr "Modal de vista previa de la encuesta"
@@ -8115,7 +8265,7 @@ msgid "TACACS+ settings"
msgstr "Configuración de TACACS+"
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr "Pestañas"
@@ -8126,7 +8276,8 @@ msgid ""
"play or task. Use commas to separate multiple tags.\n"
"Refer to the documentation for details on\n"
"the usage of tags."
-msgstr "Las etiquetas resultan útiles cuando tiene un playbook\n"
+msgstr ""
+"Las etiquetas resultan útiles cuando tiene un playbook\n"
"de gran tamaño y desea ejecutar una parte específica\n"
"de la tarea o la jugada. Utilice comas para separar varias\n"
"etiquetas. Consulte la documentación para obtener\n"
@@ -8138,7 +8289,8 @@ msgid ""
"playbook, and you want to run a specific part of a play or task.\n"
"Use commas to separate multiple tags. Refer to Ansible Tower\n"
"documentation for details on the usage of tags."
-msgstr "Las etiquetas resultan útiles cuando tiene un playbook de gran tamaño\n"
+msgstr ""
+"Las etiquetas resultan útiles cuando tiene un playbook de gran tamaño\n"
"y desea ejecutar una parte específica de la tarea o la jugada. Utilice comas\n"
"para separar varias etiquetas. Consulte la documentación de Ansible Tower\n"
"para obtener información detallada sobre el uso de etiquetas."
@@ -8160,7 +8312,7 @@ msgstr "Etiquetas para anotación (opcional)"
msgid "Target URL"
msgstr "URL destino"
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr "Tarea"
@@ -8180,7 +8332,7 @@ msgstr "Tareas"
msgid "Team"
msgstr "Equipo"
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr "Roles de equipo"
@@ -8191,8 +8343,8 @@ msgstr "No se encontró la tarea."
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8221,8 +8373,8 @@ msgstr "No se encontró la plantilla."
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8242,11 +8394,11 @@ msgstr "Probar"
msgid "Test External Credential"
msgstr "Credencial externa de prueba"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr "Probar notificación"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr "Probar notificación"
@@ -8255,7 +8407,7 @@ msgid "Test passed"
msgstr "Prueba superada"
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr "Texto"
@@ -8271,7 +8423,7 @@ msgstr "Área de texto"
msgid "That value was not found. Please enter or select a valid value."
msgstr "No se encontró ese valor. Ingrese o seleccione un valor válido."
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr "El"
@@ -8292,7 +8444,8 @@ msgid ""
"The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n"
"from 1 to 120 seconds."
-msgstr "La cantidad de tiempo (en segundos) antes de que la notificación\n"
+msgstr ""
+"La cantidad de tiempo (en segundos) antes de que la notificación\n"
"de correo electrónico deje de intentar conectarse con el host\n"
"y caduque el tiempo de espera. Rangos de 1 a 120 segundos."
@@ -8301,7 +8454,8 @@ msgid ""
"The amount of time (in seconds) to run\n"
"before the job is canceled. Defaults to 0 for no job\n"
"timeout."
-msgstr "La cantidad de tiempo (en segundos) para ejecutar\n"
+msgstr ""
+"La cantidad de tiempo (en segundos) para ejecutar\n"
"antes de que se cancele la tarea. Valores predeterminados\n"
"en 0 para el tiempo de espera de la tarea."
@@ -8310,7 +8464,8 @@ msgid ""
"The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n"
"Grafana URL."
-msgstr "La URL base del servidor de Grafana:\n"
+msgstr ""
+"La URL base del servidor de Grafana:\n"
"el punto de acceso /api/annotations se agregará automáticamente\n"
"a la URL base de Grafana."
@@ -8322,12 +8477,13 @@ msgstr "El entorno de ejecución que se utilizará para las tareas dentro de est
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr "El entorno de ejecución que se utilizará para las tareas que utilizan este proyecto. Se utilizará como reserva cuando no se haya asignado explícitamente un entorno de ejecución en el nivel de plantilla de trabajo o flujo de trabajo."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
"explicitly assigning a different one to this job template."
-msgstr "El entorno de ejecución que se utilizará al lanzar\n"
+msgstr ""
+"El entorno de ejecución que se utilizará al lanzar\n"
"esta plantilla de trabajo. El entorno de ejecución resuelto puede anularse asignando asignando explícitamente uno diferente a esta plantilla de trabajo."
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:73
@@ -8335,7 +8491,8 @@ msgid ""
"The first fetches all references. The second\n"
"fetches the Github pull request number 62, in this example\n"
"the branch needs to be \"pull/62/head\"."
-msgstr "El primero extrae todas las referencias. El segundo\n"
+msgstr ""
+"El primero extrae todas las referencias. El segundo\n"
"extrae el número de solicitud de extracción 62 de Github; en este ejemplo,\n"
"la rama debe ser \"pull/62/head\"."
@@ -8348,7 +8505,8 @@ msgid ""
"The maximum number of hosts allowed to be managed by this organization.\n"
"Value defaults to 0 which means no limit. Refer to the Ansible\n"
"documentation for more details."
-msgstr "La cantidad máxima de hosts que puede administrar esta organización.\n"
+msgstr ""
+"La cantidad máxima de hosts que puede administrar esta organización.\n"
"El valor predeterminado es 0, que significa sin límite. Consulte\n"
"la documentación de Ansible para obtener más información detallada."
@@ -8359,7 +8517,8 @@ msgid ""
"or a value less than 1 will use the Ansible default which is\n"
"usually 5. The default number of forks can be overwritten\n"
"with a change to"
-msgstr "La cantidad de procesos paralelos o simultáneos para utilizar durante\n"
+msgstr ""
+"La cantidad de procesos paralelos o simultáneos para utilizar durante\n"
"la ejecución del playbook. Un valor vacío, o un valor menor que 1,\n"
"usará el valor predeterminado de Ansible que normalmente es 5. La cantidad\n"
"predeterminada de bifurcaciones puede sobrescribirse con un cambio a"
@@ -8400,7 +8559,8 @@ msgid ""
"The suggested format for variable names is lowercase and\n"
"underscore-separated (for example, foo_bar, user_id, host_name,\n"
"etc.). Variable names with spaces are not allowed."
-msgstr "El formato sugerido para los nombres de variables es minúsculas y\n"
+msgstr ""
+"El formato sugerido para los nombres de variables es minúsculas y\n"
"separados por guiones bajos (por ejemplo, foo_bar, user_id, host_name,\n"
"etc.). No se permiten los nombres de variables con espacios."
@@ -8414,7 +8574,7 @@ msgstr "El formato sugerido para los nombres de variables es minúsculas y\n"
#~ "source control using the Source Control Type option above."
#~ msgstr ""
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8422,7 +8582,8 @@ msgid ""
"sure the playbook files can be read by the \"awx\" system user,\n"
"or have {brandName} directly retrieve your playbooks from\n"
"source control using the Source Control Type option above."
-msgstr "No hay directorios de playbook disponibles en {project_base_dir}.\n"
+msgstr ""
+"No hay directorios de playbook disponibles en {project_base_dir}.\n"
"O bien ese directorio está vacío, o todo el contenido ya está\n"
"asignado a otros proyectos. Cree un nuevo directorio allí y asegúrese de que los archivos de playbook puedan ser leídos por el usuario del sistema \"awx\", o haga que {brandName} recupere directamente sus playbooks desde\n"
"control de fuentes utilizando la opción de tipo de control de fuentes anterior."
@@ -8467,7 +8628,7 @@ msgstr "Estos argumentos se utilizan con el módulo especificado."
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr "Estos argumentos se utilizan con el módulo especificado. Para encontrar información sobre {0}, haga clic en"
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr "Tercero"
@@ -8489,19 +8650,19 @@ msgstr "Esta acción disociará todos los roles de este usuario de los equipos s
msgid "This action will disassociate the following role from {0}:"
msgstr "Esta acción disociará el siguiente rol de {0}:"
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr "Esta acción disociará lo siguiente:"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr "Este grupo de contenedores está siendo utilizado por otros recursos. ¿Está seguro de que desea eliminarlo?"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Esta credencial está siendo utilizada por otros recursos. ¿Está seguro de que desea eliminarla?"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr "Este tipo de credencial está siendo utilizado por algunas credenciales y no se puede eliminar"
@@ -8510,7 +8671,8 @@ msgid ""
"This data is used to enhance\n"
"future releases of the Software and to provide\n"
"Insights for Ansible Automation Platform."
-msgstr "Estos datos se utilizan para mejorar\n"
+msgstr ""
+"Estos datos se utilizan para mejorar\n"
"futuras versiones del software y para proporcionar\n"
"Información sobre la plataforma de automatización Ansible."
@@ -8519,7 +8681,8 @@ msgid ""
"This data is used to enhance\n"
"future releases of the Tower Software and help\n"
"streamline customer experience and success."
-msgstr "Estos datos se utilizan para mejorar futuras versiones\n"
+msgstr ""
+"Estos datos se utilizan para mejorar futuras versiones\n"
"del software Tower y para ayudar a optimizar el éxito\n"
"y la experiencia del cliente."
@@ -8536,11 +8699,11 @@ msgstr "Esta función está obsoleta y se eliminará en una futura versión."
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr "Este campo se ignora a menos que se establezca una variable habilitada. Si la variable habilitada coincide con este valor, el host se habilitará en la importación."
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr "Este campo no debe estar en blanco"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr "Este campo no debe estar en blanco"
@@ -8622,11 +8785,11 @@ msgstr "Este grupo de instancias está siendo utilizado por otros recursos. ¿Es
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr "Este inventario se aplica a todos los nodos de este flujo de trabajo ({0}) que solicitan un inventario."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Este inventario está siendo utilizado por otros recursos. ¿Está seguro de que desea eliminarlo?"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr "Esta fuente de inventario está siendo utilizada por otros recursos que dependen de ella. ¿Está seguro de que desea eliminarla?"
@@ -8638,11 +8801,11 @@ msgstr "Esta es la única vez que se mostrará la clave secreta del cliente."
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr "Esta es la única vez que se mostrará el valor del token y el valor del token de actualización asociado."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Esta plantilla de trabajo está siendo utilizada por otros recursos. ¿Está seguro de que desea eliminarla?"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr "Esta organización está siendo utilizada por otros recursos. ¿Está seguro de que desea eliminarla?"
@@ -8674,28 +8837,29 @@ msgstr "Este valor no coincide con la contraseña introducida anteriormente. Con
msgid ""
"This will revert all configuration values on this page to\n"
"their factory defaults. Are you sure you want to proceed?"
-msgstr "Esta operación revertirá todos los valores de configuración\n"
+msgstr ""
+"Esta operación revertirá todos los valores de configuración\n"
"a los valores predeterminados de fábrica. ¿Está seguro de desea continuar?"
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:40
msgid "This workflow does not have any nodes configured."
msgstr "Este flujo de trabajo no tiene ningún nodo configurado."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Esta plantilla de trabajo del flujo de trabajo está siendo utilizada por otros recursos. ¿Está seguro de que desea eliminarla?"
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr "Jue"
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr "Jueves"
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8709,7 +8873,8 @@ msgid ""
"update. If it is older than Cache Timeout, it is not\n"
"considered current, and a new project update will be\n"
"performed."
-msgstr "Tiempo en segundos para considerar que\n"
+msgstr ""
+"Tiempo en segundos para considerar que\n"
"un proyecto es actual. Durante la ejecución de trabajos y callbacks,\n"
"la tarea del sistema evaluará la marca de tiempo de la última\n"
"actualización del proyecto. Si es anterior al tiempo de espera\n"
@@ -8723,7 +8888,8 @@ msgid ""
"evaluate the timestamp of the latest sync. If it is older than\n"
"Cache Timeout, it is not considered current, and a new\n"
"inventory sync will be performed."
-msgstr "Tiempo en segundos para considerar que un proyecto es actual.\n"
+msgstr ""
+"Tiempo en segundos para considerar que un proyecto es actual.\n"
"Durante la ejecución de trabajos y callbacks, el sistema de tareas\n"
"evaluará la marca de tiempo de la última sincronización. Si es anterior\n"
"al tiempo de espera de la caché, no se considera actual\n"
@@ -8733,10 +8899,10 @@ msgstr "Tiempo en segundos para considerar que un proyecto es actual.\n"
msgid "Timed out"
msgstr "Tiempo de espera agotado"
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8751,10 +8917,14 @@ msgid "Timeout seconds"
msgstr "Tiempo de espera en segundos"
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
-msgstr "Para reordenar las preguntas de la encuesta, arrástrelas y suéltelas en el lugar deseado."
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr "Para reordenar las preguntas de la encuesta, arrástrelas y suéltelas en el lugar deseado."
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
+msgstr ""
+
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr "Alternar leyenda"
@@ -8762,16 +8932,16 @@ msgstr "Alternar leyenda"
msgid "Toggle Password"
msgstr "Alternar contraseña"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr "Alternar herramientas"
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr "Alternar host"
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr "Alternar instancia"
@@ -8780,19 +8950,19 @@ msgstr "Alternar instancia"
msgid "Toggle legend"
msgstr "Alternar leyenda"
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr "Aprobaciones para alternar las notificaciones"
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr "No se pudieron alternar las notificaciones"
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr "Iniciar alternancia de notificaciones"
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr "Éxito de alternancia de notificaciones"
@@ -8833,18 +9003,19 @@ msgstr "Tokens"
msgid "Tools"
msgstr "Herramientas"
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr "Paginación superior"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr "Tareas totales"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr "Nodos totales"
@@ -8863,13 +9034,13 @@ msgid "Track submodules latest commit on branch"
msgstr "Seguimiento del último commit de los submódulos en la rama"
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr "Prueba"
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -8879,12 +9050,12 @@ msgstr "Prueba"
msgid "True"
msgstr "Verdadero"
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr "Mar"
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr "Martes"
@@ -8893,17 +9064,17 @@ msgstr "Martes"
msgid "Twilio"
msgstr "Twilio"
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -8912,22 +9083,22 @@ msgstr "Twilio"
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -8967,19 +9138,21 @@ msgstr "Imposible modificar el inventario en un servidor."
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr "No disponible"
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr "No se ha definido"
+#~ msgid "Undefined"
+#~ msgstr "No se ha definido"
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr "Deshacer"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr "Dejar de seguir a"
@@ -8987,6 +9160,7 @@ msgstr "Dejar de seguir a"
msgid "Unlimited"
msgstr "Ilimitado"
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -9072,11 +9246,14 @@ msgid ""
"Use custom messages to change the content of\n"
"notifications sent when a job starts, succeeds, or fails. Use\n"
"curly braces to access information about the job:"
-msgstr "Utilice los mensajes personalizados para cambiar el contenido de las notificaciones enviadas cuando una tarea se inicie, se realice correctamente o falle. Utilice llaves\n"
+msgstr ""
+"Utilice los mensajes personalizados para cambiar el contenido de las notificaciones enviadas cuando una tarea se inicie, se realice correctamente o falle. Utilice llaves\n"
"para acceder a la información sobre la tarea:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr "Capacidad usada"
@@ -9086,6 +9263,9 @@ msgstr "Capacidad usada"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr "Capacidad usada"
@@ -9093,7 +9273,7 @@ msgstr "Capacidad usada"
msgid "User"
msgstr "Usuario"
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr "Detalles del usuario"
@@ -9106,7 +9286,7 @@ msgstr "Interfaz de usuario"
msgid "User Interface settings"
msgstr "Configuración de la interfaz de usuario"
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr "Roles de los usuarios"
@@ -9126,7 +9306,7 @@ msgstr "Análisis de usuarios"
msgid "User and Insights analytics"
msgstr "Análisis de usuarios e Insights"
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr "Detalles del usuario"
@@ -9142,7 +9322,7 @@ msgstr "Tokens de usuario"
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -9154,8 +9334,8 @@ msgstr "Tokens de usuario"
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -9167,11 +9347,11 @@ msgstr "Nombre de usuario/contraseña"
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -9181,26 +9361,26 @@ msgstr "Usuarios"
msgid "VMware vCenter"
msgstr "VMware vCenter"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9224,14 +9404,14 @@ msgstr "Nivel de detalle"
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr "Nivel de detalle"
@@ -9265,7 +9445,11 @@ msgstr "Ver la configuración de Google OAuth 2.0"
msgid "View Host Details"
msgstr "Ver detalles del host"
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr ""
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9484,13 +9668,13 @@ msgstr "Ver detalles del nodo"
msgid "View smart inventory host details"
msgstr "Ver detalles del host de inventario inteligente"
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr "Vistas"
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr "Visualizador"
@@ -9499,8 +9683,8 @@ msgstr "Visualizador"
msgid "WARNING:"
msgstr "ADVERTENCIA:"
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr "Esperando"
@@ -9530,7 +9714,7 @@ msgstr "Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr "Credencial de Webhook"
@@ -9541,7 +9725,7 @@ msgstr "Credenciales de Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9549,7 +9733,7 @@ msgstr "Clave de Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9557,15 +9741,15 @@ msgstr "Servicio de Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr "URL de Webhook"
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr "Detalles de Webhook"
@@ -9584,12 +9768,12 @@ msgstr "Los servicios de Webhook pueden usar esto como un secreto compartido."
msgid "Webhooks"
msgstr "Webhooks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr "Mié"
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr "Miércoles"
@@ -9597,11 +9781,11 @@ msgstr "Miércoles"
msgid "Week"
msgstr "Semana"
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr "Día de la semana"
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr "Día del fin de semana"
@@ -9609,7 +9793,8 @@ msgstr "Día del fin de semana"
msgid ""
"Welcome to Red Hat Ansible Automation Platform!\n"
"Please complete the steps below to activate your subscription."
-msgstr "¡Bienvenido a Red Hat Ansible Automation Platform!\n"
+msgstr ""
+"¡Bienvenido a Red Hat Ansible Automation Platform!\n"
"Complete los pasos a continuación para activar su suscripción."
#: screens/Login/Login.js:146
@@ -9621,7 +9806,8 @@ msgid ""
"When not checked, a merge will be performed,\n"
"combining local variables with those found on the\n"
"external source."
-msgstr "Cuando esta opción no esté marcada, se llevará a cabo una fusión,\n"
+msgstr ""
+"Cuando esta opción no esté marcada, se llevará a cabo una fusión,\n"
"que combinará las variables locales con aquellas halladas\n"
"en la fuente externa."
@@ -9630,7 +9816,8 @@ msgid ""
"When not checked, local child\n"
"hosts and groups not found on the external source will remain\n"
"untouched by the inventory update process."
-msgstr "Cuando esta opción no esté marcada, los hosts y grupos secundarios\n"
+msgstr ""
+"Cuando esta opción no esté marcada, los hosts y grupos secundarios\n"
"locales que no se encuentren en la fuente externa no se modificarán\n"
"mediante el proceso de actualización del inventario."
@@ -9646,8 +9833,8 @@ msgstr "Aprobación del flujo de trabajo"
msgid "Workflow Approval not found."
msgstr "No se encontró la aprobación del flujo de trabajo."
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9655,18 +9842,18 @@ msgstr "No se encontró la aprobación del flujo de trabajo."
msgid "Workflow Approvals"
msgstr "Aprobaciones del flujo de trabajo"
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr "Tarea en flujo de trabajo"
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9761,7 +9948,7 @@ msgstr "YAML:"
msgid "Year"
msgstr "Año"
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr "SÍ"
@@ -9785,7 +9972,7 @@ msgstr "No tiene permiso para eliminar los siguientes Grupos: {itemsUnableToDele
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr "No tiene permiso para borrar {pluralizedItemName}: {itemsUnableToDelete}"
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr "No tiene permiso para desvincular lo siguiente: {itemsUnableToDisassociate}"
@@ -9793,14 +9980,15 @@ msgstr "No tiene permiso para desvincular lo siguiente: {itemsUnableToDisassocia
msgid ""
"You may apply a number of possible variables in the\n"
"message. For more information, refer to the"
-msgstr "Puede aplicar una serie de posibles variables en el\n"
+msgstr ""
+"Puede aplicar una serie de posibles variables en el\n"
"mensaje. Para obtener más información, consulte"
#: screens/Login/Login.js:154
msgid "Your session has expired. Please log in to continue where you left off."
msgstr "Su sesión ha expirado. Inicie sesión para continuar."
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr "Su sesión está a punto de expirar"
@@ -9812,12 +10000,12 @@ msgstr "Acercar"
msgid "Zoom Out"
msgstr "Alejar"
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr "se generará una nueva clave de Webhook al guardar."
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr "se generará una nueva URL de Webhook al guardar."
@@ -9848,7 +10036,7 @@ msgstr "cancelar eliminación"
msgid "cancel edit login redirect"
msgstr "cancelar la edición de la redirección de inicio de sesión"
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr "comando"
@@ -9857,7 +10045,7 @@ msgstr "comando"
msgid "confirm delete"
msgstr "confirmar eliminación"
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr "confirmar disociación"
@@ -9866,7 +10054,7 @@ msgstr "confirmar disociación"
msgid "confirm edit login redirect"
msgstr "confirmar la redirección del acceso a la edición"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr "error de eliminación"
@@ -9874,7 +10062,7 @@ msgstr "error de eliminación"
msgid "denied"
msgstr "denegado"
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr "disociar"
@@ -9884,14 +10072,14 @@ msgstr "disociar"
msgid "documentation"
msgstr "documentación"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -9924,7 +10112,7 @@ msgstr "aquí"
msgid "here."
msgstr "aquí."
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr "hosts"
@@ -9957,11 +10145,11 @@ msgid "new choice"
msgstr "nueva elección"
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr "de"
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr "opción a"
@@ -9978,7 +10166,7 @@ msgid "per page"
msgstr "por página"
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr "volver a ejecutar las tareas"
@@ -10019,7 +10207,7 @@ msgstr "sistema"
msgid "timed out"
msgstr "agotado"
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr "alternar cambios"
@@ -10035,15 +10223,15 @@ msgstr "clave de Webhook de la plantilla de trabajo del flujo de trabajo"
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr "{0, plural, one {¿Está seguro de que desea eliminar el siguiente grupo?} other {¿Está seguro de que desea eliminar los siguientes grupos?}}"
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {¿Borrar grupo?} other {¿Borrar grupos?}}"
@@ -10059,7 +10247,7 @@ msgstr ""
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr "{0, plural, one {El inventario estará en estado pendiente hasta que se procese la eliminación final.} other {Los inventarios estarán en estado pendiente hasta que se procese la eliminación final.}}"
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr "{0, plural, one {No se puede eliminar la tarea seleccionada debido a permisos insuficientes o a que la tarea se está ejecutando} other {No se pueden eliminar las tareas seleccionadas debido a permisos insuficientes o a que las tareas se están ejecutando}}"
@@ -10140,10 +10328,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr "{dateStr} por <0>{username}0>"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr "{forks, plural, one {# fork} other {# forks}}"
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr ""
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr "{intervalValue, plural, one {day} other {days}}"
@@ -10184,7 +10378,7 @@ msgstr "{minutes} min {seconds} seg"
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr "{numJobsToCancel, plural, one {Esta acción cancelará la siguiente tarea:} other {Esta acción cancelará las siguientes tareas:}}"
@@ -10200,6 +10394,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
msgid "{pluralizedItemName} List"
msgstr "Lista de {pluralizedItemName}"
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr "{sessionCountdown, plural, one {Se cerrará la sesión en # segundo por inactividad} other {Se cerrará la sesión en # segundos por inactividad}}"
diff --git a/awx/ui/src/locales/fr/messages.po b/awx/ui/src/locales/fr/messages.po
index 92f8bcd04a..b10ca82d84 100644
--- a/awx/ui/src/locales/fr/messages.po
+++ b/awx/ui/src/locales/fr/messages.po
@@ -4,7 +4,13 @@ msgstr ""
"Mime-Version: 1.0\n"
"Language: fr\n"
"Content-Type: text/plain; charset=UTF-8\n"
-
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:43
msgid "(Limited to first 10)"
@@ -16,7 +22,7 @@ msgstr "(10 premiers seulement)"
msgid "(Prompt on launch)"
msgstr "(Me le demander au lancement)"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr "* Ce champ sera récupéré dans un système externe de gestion des secrets en utilisant le justificatif d'identité spécifié."
@@ -126,12 +132,12 @@ msgstr "Token API"
msgid "API service/integration key"
msgstr "Service API/Clé d’intégration"
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr "À propos de "
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -166,74 +172,75 @@ msgstr "Token de compte"
msgid "Action"
msgstr "Action"
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr "Actions"
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -241,7 +248,7 @@ msgstr "Actions"
msgid "Activity"
msgstr "Activité"
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -345,12 +352,12 @@ msgstr "Ajouter les permissions de l’utilisateur"
msgid "Add workflow template"
msgstr "Ajouter un modèle de flux de travail"
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr "Administration"
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr "Avancé"
@@ -371,7 +378,7 @@ msgid ""
"like the Ansible inventory .ini file format."
msgstr "Chaque fois qu’un projet est mis à jour et que la révision SCM est modifiée, réalisez une mise à jour de la source sélectionnée avant de lancer les tâches liées un à job. Le but est le contenu statique, comme le format .ini de fichier d'inventaire Ansible."
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr "Après le nombre d'occurrences"
@@ -380,18 +387,18 @@ msgid "Alert modal"
msgstr "Modal d'alerte"
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr "Tous"
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr "Tous les types de tâche"
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr "Toutes les tâches"
@@ -449,7 +456,7 @@ msgstr "Type de réponse"
msgid "Answer variable name"
msgstr "Nom de variable de réponse"
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr "Quelconque"
@@ -479,7 +486,7 @@ msgid "Application not found."
msgstr "Application non trouvée."
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -488,12 +495,12 @@ msgstr "Application non trouvée."
msgid "Applications"
msgstr "Applications"
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr "Applications & Jetons"
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -502,9 +509,9 @@ msgstr "Approbation"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr "Approuver"
@@ -548,7 +555,7 @@ msgstr "Voulez-vous vraiment quitter le flux de travail Creator sans enregistrer
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr "Êtes-vous sûr de vouloir supprimer tous les nœuds de ce flux de travail ?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr "Êtes-vous sûr de vouloir supprimer le nœud ci-dessous :"
@@ -556,7 +563,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer le nœud ci-dessous :"
msgid "Are you sure you want to remove this link?"
msgstr "Êtes-vous sûr de vouloir supprimer ce lien ?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr "Êtes-vous sûr de vouloir supprimer ce nœud ?"
@@ -568,7 +575,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer l'accès {0} de {1} ? Cela affecte
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr "Etes-vous sûr de vouloir supprimer l'accès à {0} de {username} ?"
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr "Voulez-vous vraiment demander l'annulation de ce job ?"
@@ -577,11 +584,11 @@ msgstr "Voulez-vous vraiment demander l'annulation de ce job ?"
msgid "Arguments"
msgstr "Arguments"
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr "Artefacts"
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr "Associé"
@@ -617,7 +624,9 @@ msgid "Authorization grant type"
msgstr "Type d'autorisation"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr "Auto"
@@ -664,6 +673,7 @@ msgid "Back to Instance Groups"
msgstr "Retour aux groupes d'instances"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr ""
@@ -697,9 +707,9 @@ msgstr "Retour aux horaires"
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -753,7 +763,7 @@ msgstr "Retour aux groupes d'instances"
msgid "Back to management jobs"
msgstr "Retour aux Jobs de gestion"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -791,12 +801,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr "Par défaut, nous collectons et transmettons à Red Hat des données analytiques sur l'utilisation du service. Il existe deux catégories de données collectées par le service. Pour plus d'informations, consultez <0>cette page de documentation Tower0>. Décochez les cases suivantes pour désactiver cette fonctionnalité."
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr "CPU {0}"
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -816,13 +828,13 @@ msgstr "Expiration du délai d’attente du cache (secondes)"
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -832,7 +844,7 @@ msgstr "Expiration du délai d’attente du cache (secondes)"
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -847,11 +859,11 @@ msgstr "Expiration du délai d’attente du cache (secondes)"
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -859,14 +871,14 @@ msgstr "Expiration du délai d’attente du cache (secondes)"
msgid "Cancel"
msgstr "Annuler"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr "Annuler Sync Source d’inventaire"
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr "Annuler Job"
@@ -875,13 +887,13 @@ msgstr "Annuler Job"
msgid "Cancel Project Sync"
msgstr "Annuler Sync Projet"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr "Annuler Sync"
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr "Annuler le job"
@@ -893,12 +905,12 @@ msgstr "Annuler les changements de liens"
msgid "Cancel link removal"
msgstr "Annuler la suppression d'un lien"
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr "Annuler la recherche"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr "Annuler le retrait d'un nœud"
@@ -919,20 +931,20 @@ msgid "Cancel subscription edit"
msgstr "Annuler l'édition de l'abonnement"
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr "Annuler {0}"
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr "Annulé"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
@@ -944,8 +956,11 @@ msgid "Capacity"
msgstr "Capacité"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr "Ajustement des capacités"
@@ -969,7 +984,7 @@ msgstr "Version non sensible à la casse de regex"
msgid "Case-insensitive version of startswith."
msgstr "Version non sensible à la casse de startswith."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
@@ -977,6 +992,7 @@ msgstr ""
"Changez PROJECTS_ROOT lors du déploiement de\n"
"{brandName} pour modifier cet emplacement."
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr "Modifié"
@@ -1068,7 +1084,7 @@ msgstr "Nettoyer"
msgid "Clear"
msgstr "Effacer"
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr "Effacer tous les filtres"
@@ -1097,7 +1113,7 @@ msgstr "Cliquez sur ce bouton pour vérifier la connexion au système de gestion
msgid "Click to create a new link to this node."
msgstr "Cliquez pour créer un nouveau lien vers ce nœud."
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr "Cliquez pour réorganiser l'ordre des questions de l'enquête"
@@ -1131,7 +1147,7 @@ msgstr "Question secrète du client"
msgid "Client type"
msgstr "Type de client"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr "Fermer"
@@ -1148,9 +1164,13 @@ msgstr "Cloud"
msgid "Collapse"
msgstr "Effondrement"
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr ""
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr "Commande"
@@ -1162,7 +1182,7 @@ msgstr "Conforme"
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr "Jobs parallèles"
@@ -1173,7 +1193,7 @@ msgid "Confirm"
msgstr "Confirmer"
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr "Confirmer Effacer"
@@ -1205,7 +1225,7 @@ msgstr "Confirmer dissocier"
msgid "Confirm link removal"
msgstr "Confirmer la suppression du lien"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr "Confirmer la suppression du nœud"
@@ -1221,7 +1241,7 @@ msgstr "Confirmer annuler tout"
msgid "Confirm selection"
msgstr "Confirmer la sélection"
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr "Groupe de conteneurs"
@@ -1240,10 +1260,15 @@ msgstr "Groupe de conteneurs non trouvé."
msgid "Content Loading"
msgstr "Chargement du contenu"
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr "Continuer"
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr ""
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1262,7 +1287,7 @@ msgid ""
"produce as the playbook executes."
msgstr "Contrôlez le niveau de sortie qu’Ansible génère lors de l’exécution du playbook."
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr "Convergence"
@@ -1284,15 +1309,15 @@ msgstr "Copier les identifiants"
msgid "Copy Error"
msgstr "Erreur de copie"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr "Copier Environnement d'exécution"
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr "Copier l'inventaire"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr "Copie du modèle de notification"
@@ -1300,7 +1325,7 @@ msgstr "Copie du modèle de notification"
msgid "Copy Project"
msgstr "Copier le projet"
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr "Copier le modèle"
@@ -1427,28 +1452,28 @@ msgid "Create user token"
msgstr "Créer un jeton d'utilisateur"
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1461,12 +1486,12 @@ msgstr "Créé"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1484,12 +1509,12 @@ msgstr "Créé"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1507,8 +1532,8 @@ msgstr "Créé par (Nom d'utilisateur)"
msgid "Created by (username)"
msgstr "Créé par (username)"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1537,14 +1562,14 @@ msgstr "Sources en entrée des informations d'identification"
msgid "Credential Name"
msgstr "Nom d’identification"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr "Type d'informations d’identification"
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1572,23 +1597,23 @@ msgstr "Identifiant pour s'authentifier auprès d'un registre de conteneur prot
msgid "Credential type not found."
msgstr "Type d'informations d’identification non trouvé."
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1608,12 +1633,12 @@ msgstr "Spécifications des pods personnalisés"
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr "L'environnement virtuel personnalisé {0} doit être remplacé par un environnement d'exécution."
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr "L'environnement virtuel personnalisé {0} doit être remplacé par un environnement d'exécution. Pour plus d'informations sur la migration vers des environnements d'exécution, voir <0>la documentation.0>"
@@ -1635,12 +1660,12 @@ msgstr "Personnaliser les spécifications du pod"
msgid "DELETED"
msgstr "SUPPRIMÉ"
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr "Tableau de bord"
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr "Tableau de bord (toutes les activités)"
@@ -1652,8 +1677,8 @@ msgstr "Durée de conservation des données"
msgid "Date"
msgstr "Date"
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr "Jour"
@@ -1663,7 +1688,7 @@ msgstr "Jour"
msgid "Days of Data to Keep"
msgstr "Nombre de jours pendant lesquels on peut conserver les données"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr "Jours de conservation des données "
@@ -1671,7 +1696,7 @@ msgstr "Jours de conservation des données "
msgid "Days remaining"
msgstr "Jours restants"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr "Jours conservation"
@@ -1690,9 +1715,9 @@ msgstr "Décembre"
msgid "Default"
msgstr "Par défaut"
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr "Réponse(s) par défaut"
@@ -1721,43 +1746,43 @@ msgstr "Définir les fonctions et fonctionnalités niveau système"
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr "Supprimer"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr "Supprimer les groupes et les hôtes"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr "Supprimer les informations d’identification"
@@ -1765,22 +1790,22 @@ msgstr "Supprimer les informations d’identification"
msgid "Delete Execution Environment"
msgstr "Supprimer l'environnement d'exécution"
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr "Supprimer l'hôte"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr "Supprimer l’inventaire"
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr "Supprimer Job"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr "Modèle de découpage de Job"
@@ -1788,7 +1813,7 @@ msgstr "Modèle de découpage de Job"
msgid "Delete Notification"
msgstr "Supprimer la notification"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr "Supprimer l'organisation"
@@ -1800,7 +1825,7 @@ msgstr "Suppression du projet"
msgid "Delete Questions"
msgstr "Supprimer les questions"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr "Supprimer la programmation"
@@ -1824,7 +1849,7 @@ msgstr "Supprimer un jeton d'utilisateur"
msgid "Delete Workflow Approval"
msgstr "Supprimer l'approbation du flux de travail"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr "Supprimer le modèle de flux de travail "
@@ -1837,7 +1862,7 @@ msgstr "Supprimer tous les nœuds"
msgid "Delete application"
msgstr "Supprimer l’application"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr "Supprimer le type d'informations d’identification"
@@ -1845,20 +1870,20 @@ msgstr "Supprimer le type d'informations d’identification"
msgid "Delete error"
msgstr "Supprimer l'erreur"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr "Supprimer un groupe d'instances"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr "Supprimer la source de l'inventaire"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr "Supprimer l'inventaire smart"
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr "Supprimer question de l'enquête"
@@ -1921,9 +1946,9 @@ msgstr "Refusé par {0} - {1}"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr "Refuser"
@@ -1935,16 +1960,16 @@ msgstr "Obsolète"
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -1968,7 +1993,7 @@ msgstr "Obsolète"
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -1982,14 +2007,14 @@ msgstr "Obsolète"
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2024,7 +2049,7 @@ msgstr "Canaux de destination"
msgid "Destination channels or users"
msgstr "Canaux ou utilisateurs de destination"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2042,6 +2067,8 @@ msgstr "Canaux ou utilisateurs de destination"
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2051,7 +2078,7 @@ msgstr "Canaux ou utilisateurs de destination"
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2063,9 +2090,9 @@ msgstr "Canaux ou utilisateurs de destination"
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2108,7 +2135,7 @@ msgstr "Canaux ou utilisateurs de destination"
msgid "Details"
msgstr "Détails"
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr "Onglet Détails"
@@ -2132,15 +2159,15 @@ msgid "Disable SSL verification"
msgstr "Désactiver la vérification SSL"
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr "Désactivés"
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2151,16 +2178,16 @@ msgstr "Dissocier"
msgid "Disassociate group from host?"
msgstr "Dissocier le groupe de l'hôte ?"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr "Dissocier Hôte du Groupe"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr "Dissocier l'instance du groupe d'instances ?"
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr "Dissocier le(s) groupe(s) lié(s) ?"
@@ -2198,10 +2225,10 @@ msgstr "Diviser le travail effectué à l'aide de ce modèle de travail en un no
msgid "Documentation."
msgstr "Documentation."
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr "Terminé"
@@ -2216,20 +2243,20 @@ msgid "Drag a file here or browse to upload"
msgstr "Faites glisser un fichier ici ou naviguez pour le télécharger"
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr "Liste déroulante permettant de réorganiser et de supprimer les éléments sélectionnés."
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr "Liste déroulante permettant de réorganiser et de supprimer les éléments sélectionnés."
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr "Déplacement annulé. La liste est inchangée."
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr "Déplacement annulé. La liste est inchangée."
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr "Déplacement de l'élément {id}. L'élément avec l'index {oldIndex} dans maintenant {newIndex}."
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr "Déplacement de l'élément {id}. L'élément avec l'index {oldIndex} dans maintenant {newIndex}."
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr "Le déplacement a commencé pour l'élément id : {newId}."
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr "Le déplacement a commencé pour l'élément id : {newId}."
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2252,28 +2279,28 @@ msgid ""
"revision of the project prior to starting the job."
msgstr "Chaque fois qu’un job s’exécute avec ce projet, réalisez une mise à jour du projet avant de démarrer le job."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2285,27 +2312,27 @@ msgstr "Chaque fois qu’un job s’exécute avec ce projet, réalisez une mise
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2359,28 +2386,28 @@ msgstr "Modifier la configuration du plug-in Configuration"
msgid "Edit Details"
msgstr "Modifier les détails"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr "Modifier l'environnement d'exécution"
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr "Modifier le groupe"
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr "Modifier l’hôte"
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr "Modifier l'inventaire"
@@ -2397,11 +2424,11 @@ msgstr "URL de remplacement pour la redirection de connexion"
msgid "Edit Node"
msgstr "Modifier le nœud"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr "Modèle de notification de modification"
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr "Ordre d'édition"
@@ -2419,8 +2446,8 @@ msgstr "Modifier le projet"
msgid "Edit Question"
msgstr "Modifier la question"
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr "Modifier la programmation"
@@ -2429,7 +2456,7 @@ msgstr "Modifier la programmation"
msgid "Edit Source"
msgstr "Modifier la source"
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr "Modifier le questionnaire"
@@ -2440,9 +2467,9 @@ msgstr "Modifier le questionnaire"
msgid "Edit Team"
msgstr "Modifier l’équipe"
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr "Modifier le modèle"
@@ -2451,13 +2478,13 @@ msgstr "Modifier le modèle"
msgid "Edit User"
msgstr "Modifier l’utilisateur"
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr "Modifier l’application"
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr "Modifier le type d’identification"
@@ -2473,7 +2500,7 @@ msgid "Edit details"
msgstr "Modifier les détails"
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr "Modifier le groupe"
@@ -2499,7 +2526,7 @@ msgstr "Modifier ce lien"
msgid "Edit this node"
msgstr "Modifier ce nœud"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr "Modifier le flux de travail"
@@ -2520,6 +2547,7 @@ msgstr "Temps écoulé (en secondes) pendant lequel la tâche s'est exécutée."
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr "Email"
@@ -2528,20 +2556,20 @@ msgstr "Email"
msgid "Email Options"
msgstr "Options d'email"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr "Activer les tâches parallèles"
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr "Utiliser le cache des facts"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr "Activer/désactiver la vérification de certificat HTTPS"
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2551,16 +2579,16 @@ msgstr "Activer le webhook"
msgid "Enable Webhook for this workflow job template."
msgstr "Activez le webhook pour ce modèle de flux de travail."
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr "Activer la journalisation externe"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr "Activer le système de journalisation traçant des facts individuellement"
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr "Activer l’élévation des privilèges"
@@ -2568,7 +2596,7 @@ msgstr "Activer l’élévation des privilèges"
msgid "Enable simplified login for your {brandName} applications"
msgstr "Activez la connexion simplifiée pour vos applications de {nomdelabrande}"
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr "Activez le webhook pour ce modèle de tâche."
@@ -2578,14 +2606,14 @@ msgstr "Activez le webhook pour ce modèle de tâche."
msgid "Enabled"
msgstr "Activé"
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr "Options activées"
@@ -2600,7 +2628,7 @@ msgstr "Valeur activée"
msgid "Enabled Variable"
msgstr "Variable activée"
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
@@ -2624,12 +2652,12 @@ msgstr ""
"et demander une mise à jour de la configuration en utilisant ce\n"
"modèle de job."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr "Chiffré"
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr "Fin"
@@ -2641,7 +2669,7 @@ msgstr "Contrat de licence utilisateur"
msgid "End date"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr ""
@@ -2767,14 +2795,14 @@ msgstr "Entrez des variables pour configurer la source d'inventaire. Pour une de
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr "Entrez les variables avec la syntaxe JSON ou YAML. Utilisez le bouton radio pour basculer entre les deux."
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2803,56 +2831,59 @@ msgstr "Erreur lors de la sauvegarde du flux de travail !"
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2863,16 +2894,16 @@ msgstr "Erreur lors de la sauvegarde du flux de travail !"
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2891,10 +2922,11 @@ msgid "Error:"
msgstr "Erreur :"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -2912,7 +2944,7 @@ msgstr "Détail de l'événement modal"
msgid "Event summary not available"
msgstr "Récapitulatif de l’événement non disponible"
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr "Événements"
@@ -2960,10 +2992,15 @@ msgstr "Exécuter lorsque le nœud parent se trouve dans un état de défaillanc
msgid "Execute when the parent node results in a successful state."
msgstr "Exécuter lorsque le nœud parent se trouve dans un état de réussite."
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr ""
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -2973,13 +3010,13 @@ msgid "Execution Environment"
msgstr "Environnement d'exécution"
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr "Environnement d'exécution manquant"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -2992,7 +3029,7 @@ msgstr "Environnement d'exécution manquant"
msgid "Execution Environments"
msgstr "Environnements d'exécution"
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr "Nœud d'exécution"
@@ -3013,15 +3050,19 @@ msgstr "Sortir sans sauvegarder"
msgid "Expand"
msgstr "Développer"
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr "Développer toutes les lignes"
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr "Développer l'entrée"
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr ""
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr "On s'attendait à ce qu'au moins un des éléments suivants soit présent dans le fichier : client_email, project_id ou private_key."
@@ -3029,7 +3070,7 @@ msgstr "On s'attendait à ce qu'au moins un des éléments suivants soit présen
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3052,7 +3093,7 @@ msgstr "Expire UTC"
msgid "Expires on {0}"
msgstr "Expire le {0}"
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr "Explication"
@@ -3061,8 +3102,8 @@ msgstr "Explication"
msgid "External Secret Management System"
msgstr "Système externe de gestion des secrets"
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr "Variables supplémentaires"
@@ -3088,8 +3129,8 @@ msgstr "Stockage des facts"
msgid "Facts"
msgstr "Facts"
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3110,7 +3151,7 @@ msgstr "Échec Hôtes"
msgid "Failed hosts"
msgstr "Échec des hôtes"
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr "Jobs ayant échoué"
@@ -3132,15 +3173,15 @@ msgid "Failed to associate role"
msgstr "N'a pas réussi à associer le rôle"
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr "N'a pas réussi à associer."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr "N'a pas réussi à annuler la synchronisation des sources d'inventaire."
@@ -3150,12 +3191,12 @@ msgstr "N'a pas réussi à annuler la synchronisation des sources d'inventaire."
msgid "Failed to cancel Project Sync"
msgstr "Échec de l'annulation de Project Sync"
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr "N'a pas réussi à supprimer un ou plusieurs Jobs"
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr "Échec de l'annulation {0}"
@@ -3164,11 +3205,11 @@ msgstr "Échec de l'annulation {0}"
msgid "Failed to copy credential."
msgstr "N'a pas réussi à copier les identifiants"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr "Échec de la copie de l'environnement d'exécution"
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr "N'a pas réussi à copier l'inventaire."
@@ -3176,8 +3217,8 @@ msgstr "N'a pas réussi à copier l'inventaire."
msgid "Failed to copy project."
msgstr "Le projet n'a pas été copié."
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr "Impossible de copier le modèle."
@@ -3185,28 +3226,28 @@ msgstr "Impossible de copier le modèle."
msgid "Failed to delete application."
msgstr "N'a pas réussi à supprimer l’application"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr "N'a pas réussi à supprimer l’identifiant."
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr "Échec de la suppression du groupe {0}."
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr "N'a pas réussi à supprimer l'hôte."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr "Échec de la suppression de la source d'inventaire {nom}."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr "N'a pas réussi à supprimer l'inventaire."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr "N'a pas réussi à supprimer le modèle de Job."
@@ -3230,7 +3271,7 @@ msgstr "N'a pas réussi à supprimer un ou plusieurs identifiants."
msgid "Failed to delete one or more execution environments"
msgstr "Échec de la suppression d'un ou plusieurs environnements d'exécution"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr "N'a pas réussi à supprimer un ou plusieurs groupes."
@@ -3255,7 +3296,7 @@ msgstr "N'a pas réussi à supprimer une ou plusieurs sources d'inventaire."
msgid "Failed to delete one or more job templates."
msgstr "N'a pas réussi à supprimer un ou plusieurs modèles de Jobs."
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr "N'a pas réussi à supprimer un ou plusieurs Jobs."
@@ -3291,7 +3332,7 @@ msgstr "N'a pas réussi à supprimer un ou plusieurs jetons."
msgid "Failed to delete one or more user tokens."
msgstr "N'a pas réussi à supprimer un ou plusieurs jetons d'utilisateur."
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr "N'a pas réussi à supprimer un ou plusieurs utilisateurs."
@@ -3299,7 +3340,7 @@ msgstr "N'a pas réussi à supprimer un ou plusieurs utilisateurs."
msgid "Failed to delete one or more workflow approval."
msgstr "N'a pas réussi à supprimer une ou plusieurs approbations de flux de travail."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr "N'a pas réussi à supprimer l'organisation."
@@ -3316,11 +3357,11 @@ msgstr "N'a pas réussi à supprimer le rôle"
msgid "Failed to delete role."
msgstr "N'a pas réussi à supprimer le rôle."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr "N'a pas réussi à supprimer la programmation."
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr "N'a pas réussi à supprimer l'inventaire smart."
@@ -3336,7 +3377,7 @@ msgstr "Impossible de supprimer l'utilisateur."
msgid "Failed to delete workflow approval."
msgstr "N'a pas réussi à supprimer l'approbation du flux de travail."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr "N'a pas réussi à supprimer le modèle de flux de travail."
@@ -3355,16 +3396,17 @@ msgstr "N'a pas refusé l'approbation du flux de travail."
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr "N'a pas réussi à dissocier un ou plusieurs groupes."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr "N'a pas réussi à dissocier un ou plusieurs hôtes."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr "N'a pas réussi à dissocier une ou plusieurs instances."
@@ -3372,7 +3414,7 @@ msgstr "N'a pas réussi à dissocier une ou plusieurs instances."
msgid "Failed to disassociate one or more teams."
msgstr "N'a pas réussi à dissocier une ou plusieurs équipes."
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr "Impossible de récupérer les paramètres de configuration de connexion personnalisés. Les paramètres par défaut du système seront affichés à la place."
@@ -3381,7 +3423,7 @@ msgid "Failed to fetch the updated project data."
msgstr "Échec de la récupération des données de projet mises à jour."
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr "Echec du lancement du Job."
@@ -3398,11 +3440,12 @@ msgstr "Echec de la récupération de l'objet ressource de noeud complet."
msgid "Failed to retrieve node credentials."
msgstr "Impossible de récupérer les informations d'identification des nœuds."
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr ""
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr "Échec de l'envoi de la notification de test."
@@ -3418,11 +3461,11 @@ msgstr "Échec de la synchronisation du projet."
msgid "Failed to sync some or all inventory sources."
msgstr "N'a pas réussi à synchroniser une partie ou la totalité des sources d'inventaire."
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr "Impossible de changer d'hôte."
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr "N'a pas réussi à faire basculer l'instance."
@@ -3430,12 +3473,14 @@ msgstr "N'a pas réussi à faire basculer l'instance."
msgid "Failed to toggle notification."
msgstr "N'a pas réussi à basculer la notification."
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr "Impossible de basculer le calendrier."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr "Échec de la mise à jour de l'ajustement des capacités."
@@ -3447,8 +3492,8 @@ msgstr "N'a pas réussi à mettre à jour l'enquête."
msgid "Failed to user token."
msgstr "Échec du jeton d'utilisateur."
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr "Échec"
@@ -3486,7 +3531,7 @@ msgstr "Le champ correspond à l'expression régulière donnée."
msgid "Field starts with value."
msgstr "Le champ commence par la valeur."
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr "Cinquième"
@@ -3502,22 +3547,22 @@ msgstr "Téléchargement de fichier rejeté. Veuillez sélectionner un seul fich
msgid "File, directory or script"
msgstr "Fichier, répertoire ou script"
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr ""
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr "Heure de Fin"
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr "Terminé"
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr "Première"
@@ -3525,8 +3570,8 @@ msgstr "Première"
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3537,7 +3582,7 @@ msgid "First Run"
msgstr "Première exécution"
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr "Prénom"
@@ -3553,7 +3598,7 @@ msgstr "Adapter le graphique à la taille de l'écran disponible"
msgid "Float"
msgstr "Flottement"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr "Suivez"
@@ -3579,12 +3624,12 @@ msgstr "Pour plus d'informations, reportez-vous à"
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr "Forks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr "Quatrième"
@@ -3597,12 +3642,12 @@ msgstr "Informations sur la fréquence"
msgid "Frequency did not match an expected value"
msgstr "La fréquence ne correspondait pas à une valeur attendue"
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr "Ven."
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr "Vendredi"
@@ -3614,7 +3659,7 @@ msgstr "Recherche floue sur les champs id, nom ou description."
msgid "Fuzzy search on name field."
msgstr "Recherche floue sur le champ du nom."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr "Informations d’identification Galaxy"
@@ -3643,7 +3688,7 @@ msgstr "Obtenir des abonnements"
msgid "Git"
msgstr "Git"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr "GitHub"
@@ -3682,7 +3727,7 @@ msgstr "GitHub Team"
msgid "GitHub settings"
msgstr "Paramètres de GitHub"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr "GitLab"
@@ -3692,7 +3737,7 @@ msgstr "GitLab"
#~ msgstr "Environnement d'exécution global par défaut"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr "Disponible dans le monde entier"
@@ -3770,8 +3815,8 @@ msgstr "Type de groupe"
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr "Groupes"
@@ -3786,16 +3831,18 @@ msgstr "En-têtes HTTP"
msgid "HTTP Method"
msgstr "Méthode HTTP"
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr ""
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr "Aide"
@@ -3813,6 +3860,11 @@ msgstr "Masquer la description"
msgid "Hipchat"
msgstr "HipChat"
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr ""
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3827,8 +3879,8 @@ msgid "Host Async OK"
msgstr "Désynchronisation des hôtes OK"
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr "Clé de configuration de l’hôte"
@@ -3836,7 +3888,7 @@ msgstr "Clé de configuration de l’hôte"
msgid "Host Count"
msgstr "Nombre d'hôtes"
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr "Détails sur l'hôte"
@@ -3854,7 +3906,7 @@ msgid "Host Filter"
msgstr "Filtre d'hôte"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr "Nom d'hôte"
@@ -3886,7 +3938,7 @@ msgstr "Hôte inaccessible"
msgid "Host details"
msgstr "Informations sur l'hôte"
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr "Détails sur l'hôte modal"
@@ -3899,8 +3951,8 @@ msgstr "Hôte non trouvé."
msgid "Host status information for this job is unavailable."
msgstr "Les informations relatives au statut d'hôte pour ce Job ne sont pas disponibles."
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -3910,8 +3962,8 @@ msgstr "Les informations relatives au statut d'hôte pour ce Job ne sont pas dis
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -3942,7 +3994,12 @@ msgstr "Hôtes restants"
msgid "Hour"
msgstr "Heure"
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr ""
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4046,17 +4103,17 @@ msgstr "Si activé, afficher les changements faits par les tâches Ansible, si s
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr "Si activé, afficher les changements faits par les tâches Ansible, si supporté. C'est équivalent au mode --diff d’Ansible."
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
msgstr "Si activé, il sera possible d’avoir des exécutions de ce modèle de tâche en simultané."
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr "Si activé, il sera possible d’avoir des exécutions de ce modèle de job de flux de travail en simultané."
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
@@ -4092,11 +4149,11 @@ msgstr "Si vous voulez que la source de l'inventaire soit mise à jour au lancem
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr "Image"
@@ -4111,7 +4168,7 @@ msgid ""
"reset by the inventory sync process."
msgstr "Indique si un hôte est disponible et doit être inclus dans les Jobs en cours. Pour les hôtes qui font partie d'un inventaire externe, cela peut être réinitialisé par le processus de synchronisation de l'inventaire."
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr "Info"
@@ -4119,17 +4176,17 @@ msgstr "Info"
msgid "Initiated By"
msgstr "Initié par"
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr "Initié par"
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr "Initié par (username)"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr "Configuration d'Injector"
@@ -4160,27 +4217,27 @@ msgstr "ID du système Insights"
msgid "Instance"
msgstr "Instance"
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr "Filtres de l'instance"
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr "Groupe d'instance"
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr "Groupes d'instances"
@@ -4201,7 +4258,8 @@ msgstr "Groupe d'instance"
msgid "Instance group not found."
msgstr "Groupe d'instance non trouvé."
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr "La capacité utilisée par le groupe d'instances"
@@ -4209,13 +4267,17 @@ msgstr "La capacité utilisée par le groupe d'instances"
msgid "Instance groups"
msgstr "Groupes d'instances"
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr "Instances"
@@ -4244,8 +4306,8 @@ msgid "Invalid username or password. Please try again."
msgstr "Nom d’utilisateur et/ou mot de passe non valide. Veuillez réessayer."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4255,41 +4317,41 @@ msgstr "Nom d’utilisateur et/ou mot de passe non valide. Veuillez réessayer."
msgid "Inventories"
msgstr "Inventaires"
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr "Les inventaires et les sources ne peuvent pas être copiés"
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr "Inventaire"
@@ -4306,11 +4368,11 @@ msgstr "Fichier d'inventaire"
msgid "Inventory ID"
msgstr "ID Inventaire"
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr "Sources d'inventaire"
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr "Projet Source d’inventaire"
@@ -4318,7 +4380,7 @@ msgstr "Projet Source d’inventaire"
msgid "Inventory Source Sync"
msgstr "Sync Source d’inventaire"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr "Erreur de synchronisation de la source de l'inventaire"
@@ -4330,11 +4392,11 @@ msgstr "Erreur de synchronisation de la source de l'inventaire"
msgid "Inventory Sources"
msgstr "Sources d'inventaire"
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr "Sync Inventaires"
@@ -4355,7 +4417,7 @@ msgstr "Fichier d'inventaire"
msgid "Inventory not found."
msgstr "Inventaire non trouvé."
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr "Synchronisation des inventaires"
@@ -4363,11 +4425,11 @@ msgstr "Synchronisation des inventaires"
msgid "Inventory sync failures"
msgstr "Erreurs de synchronisation des inventaires"
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr "Est élargi"
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr "N'est pas élargi"
@@ -4400,11 +4462,11 @@ msgstr "Éléments par page"
msgid "JOB ID:"
msgstr "ID JOB :"
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr "JSON"
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr "Onglet JSON"
@@ -4422,20 +4484,20 @@ msgid "Job"
msgstr "Job"
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr "Erreur d'annulation d'un Job"
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr "Erreur de suppression d’un Job"
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr "ID Job"
@@ -4443,18 +4505,18 @@ msgstr "ID Job"
msgid "Job Runs"
msgstr "Exécutions Job"
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr "Tranche de job"
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr "Parent de tranche de job"
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr "Tranche de job"
@@ -4465,22 +4527,22 @@ msgstr "Statut Job"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr "Balises Job"
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr "Modèle de Job"
@@ -4505,23 +4567,23 @@ msgstr "Les modèles de Job dont l'inventaire ou le projet est manquant ne peuve
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr "Les modèles de Job dont les informations d'identification demandent un mot de passe ne peuvent pas être sélectionnés lors de la création ou de la modification de nœuds"
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr "Type de Job"
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr "Statut Job"
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr "Onglet Graphique de l'état des Jobs"
@@ -4531,10 +4593,10 @@ msgstr "Onglet Graphique de l'état des Jobs"
msgid "Job templates"
msgstr "Modèles de Jobs"
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4581,7 +4643,7 @@ msgstr "Sélection de la clé"
msgid "Key typeahead"
msgstr "Clé Typeahead"
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr "Mot-clé "
@@ -4642,29 +4704,32 @@ msgstr "LDAP5"
msgid "Label"
msgstr ""
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr "Nom du label"
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr "Libellés"
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr "Dernier"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr ""
@@ -4677,27 +4742,27 @@ msgstr "Statut du dernier Job"
msgid "Last Login"
msgstr "Dernière connexion"
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4708,15 +4773,15 @@ msgstr "Dernière modification"
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr "Nom"
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr "Dernière exécution"
@@ -4728,15 +4793,15 @@ msgstr "Dernière exécution"
msgid "Last job"
msgstr "Dernier Job"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr "Dernière modification"
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr "Nom"
@@ -4744,23 +4809,23 @@ msgstr "Nom"
msgid "Last used"
msgstr "Dernière utilisation"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr "Lancer"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr "Lancer le job de gestion"
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr "Lacer le modèle."
@@ -4768,12 +4833,12 @@ msgstr "Lacer le modèle."
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr "Lancer le Job de gestion"
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr "Lancer le modèle"
@@ -4790,7 +4855,7 @@ msgstr "Lancement | {0}"
msgid "Launched By"
msgstr "Lancé par"
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr "Lancé par (Nom d'utilisateur)"
@@ -4817,14 +4882,14 @@ msgstr "Moins ou égal à la comparaison."
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4851,7 +4916,7 @@ msgstr "Fuseau horaire local"
msgid "Local time zone"
msgstr "Fuseau horaire local"
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr "Connexion"
@@ -4864,13 +4929,13 @@ msgid "Logging settings"
msgstr "Paramètres de journalisation"
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr "Déconnexion"
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr "Recherche modale"
@@ -4896,7 +4961,7 @@ msgstr "DERNIÈRE SYNCHRONISATION"
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr "Informations d’identification de la machine"
@@ -4905,21 +4970,21 @@ msgid "Managed"
msgstr "Géré"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr "Nœuds gérés"
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr "Job de gestion"
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr "Jobs de gestion"
@@ -4928,8 +4993,8 @@ msgstr "Jobs de gestion"
msgid "Management job"
msgstr "Job de gestion"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr "Erreur de lancement d'un job de gestion"
@@ -4942,11 +5007,13 @@ msgid "Management jobs"
msgstr "Jobs de gestion"
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5060,12 +5127,12 @@ msgstr "Modifié"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5083,12 +5150,12 @@ msgstr "Modifié"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5107,24 +5174,24 @@ msgid "Modified by (username)"
msgstr "Modifié par (username)"
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr "Module"
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr "Arguments du module"
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr "Nom du module"
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr "Lun."
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr "Lundi"
@@ -5140,13 +5207,13 @@ msgstr "Plus d'informations"
msgid "More information for"
msgstr "Plus d'informations pour"
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr "Multi-Select"
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr "Options à choix multiples."
@@ -5171,11 +5238,11 @@ msgstr "Options à choix multiples."
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5185,7 +5252,7 @@ msgstr "Options à choix multiples."
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5193,27 +5260,27 @@ msgstr "Options à choix multiples."
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5231,11 +5298,11 @@ msgstr "Options à choix multiples."
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5245,15 +5312,15 @@ msgstr "Options à choix multiples."
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5267,24 +5334,28 @@ msgstr "Options à choix multiples."
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5293,10 +5364,10 @@ msgstr "Options à choix multiples."
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5311,16 +5382,16 @@ msgstr "Options à choix multiples."
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5331,7 +5402,7 @@ msgstr "Options à choix multiples."
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5342,13 +5413,13 @@ msgstr "Options à choix multiples."
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5357,15 +5428,15 @@ msgstr "Options à choix multiples."
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5383,11 +5454,11 @@ msgstr "Nom"
msgid "Name cannot be changed on this Instance Group"
msgstr ""
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr "Navigation"
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5402,15 +5473,15 @@ msgstr "Jamais mis à jour"
msgid "Never expires"
msgstr "N'expire jamais"
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr "Nouveau"
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5423,12 +5494,12 @@ msgstr "Suivant"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr "Exécution suivante"
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr "Non"
@@ -5441,7 +5512,7 @@ msgstr "Aucun hôte correspondant"
msgid "No Hosts Remaining"
msgstr "Aucun hôte restant"
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr "Pas de JSON disponible"
@@ -5449,11 +5520,11 @@ msgstr "Pas de JSON disponible"
msgid "No Jobs"
msgstr "Aucun Job"
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr "Aucune erreur standard disponible"
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr "Aucune sortie standard disponible"
@@ -5469,7 +5540,7 @@ msgstr "Aucun objet trouvé."
msgid "No job data available"
msgstr "Aucune donnée de tâche disponible."
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr "Aucun résultat trouvé"
@@ -5480,15 +5551,15 @@ msgstr "Aucun résultat trouvé"
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5516,8 +5587,14 @@ msgid "Node Alias"
msgstr "Alias de nœud"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr "Type de nœud"
@@ -5557,7 +5634,7 @@ msgstr "Non configuré"
msgid "Not configured for inventory sync."
msgstr "Non configuré pour la synchronisation de l'inventaire."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
@@ -5604,7 +5681,7 @@ msgstr "Couleur des notifications"
msgid "Notification Template not found."
msgstr "Modèle de notification introuvable."
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5639,7 +5716,7 @@ msgid "Notification type"
msgstr "Type de notification"
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5658,6 +5735,7 @@ msgstr "Notifications"
msgid "November"
msgstr "Novembre"
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5665,7 +5743,7 @@ msgid "OK"
msgstr "OK"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr "Occurrences"
@@ -5677,14 +5755,14 @@ msgstr "Octobre"
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr "Désactivé"
@@ -5693,14 +5771,14 @@ msgstr "Désactivé"
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr "Activé"
@@ -5719,7 +5797,7 @@ msgstr "En cas d'échec"
msgid "On Success"
msgstr "En cas de succès"
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr "À la date du"
@@ -5727,7 +5805,7 @@ msgstr "À la date du"
msgid "On days"
msgstr "Tels jours"
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr "Grouper seulement par"
@@ -5752,7 +5830,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr "En option, sélectionnez les informations d'identification à utiliser pour renvoyer les mises à jour de statut au service webhook."
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5761,9 +5839,9 @@ msgstr "En option, sélectionnez les informations d'identification à utiliser p
msgid "Options"
msgstr "Options"
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr "Commande"
@@ -5775,22 +5853,22 @@ msgstr "Commande"
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5801,8 +5879,8 @@ msgstr "Commande"
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5823,8 +5901,8 @@ msgid "Organization not found."
msgstr "Organisation non trouvée."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -5909,7 +5987,7 @@ msgstr "Pan droite"
msgid "Pan Up"
msgstr "Pan En haut"
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr "Passez des changements supplémentaires en ligne de commande. Il y a deux paramètres de ligne de commande possibles :"
@@ -5925,7 +6003,7 @@ msgstr "Transmettez des variables de ligne de commandes supplémentaires au play
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr "Transmettez des variables de ligne de commandes supplémentaires au playbook. Voici le paramètre de ligne de commande -e or --extra-vars pour ansible-playbook. Fournir la paire clé/valeur en utilisant YAML ou JSON. Consulter la documentation Ansible Tower pour obtenir des exemples de syntaxe."
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -5934,24 +6012,24 @@ msgstr "Transmettez des variables de ligne de commandes supplémentaires au play
msgid "Password"
msgstr "Mot de passe"
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr "Après 24 heures"
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr "Le mois dernier"
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr "Les deux dernières semaines"
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr "La semaine dernière"
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr "En attente"
@@ -5960,11 +6038,11 @@ msgstr "En attente"
msgid "Pending Workflow Approvals"
msgstr "En attente d'approbation des flux de travail"
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr "En attente de suppression"
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr "Effectuez une recherche ci-dessus pour définir un filtre d'hôte"
@@ -5977,7 +6055,7 @@ msgstr "Jeton d'accès personnel"
msgid "Personal access token"
msgstr "Jeton d'accès personnel"
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr "Play"
@@ -5990,14 +6068,14 @@ msgid "Play Started"
msgstr "Play - Démarrage"
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr "Playbook"
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr "Vérification du Playbook"
@@ -6005,16 +6083,16 @@ msgstr "Vérification du Playbook"
msgid "Playbook Complete"
msgstr "Playbook terminé"
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr "Répertoire Playbook"
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr "Exécution Playbook"
@@ -6029,7 +6107,7 @@ msgstr "Playbook démarré"
msgid "Playbook name"
msgstr "Nom du playbook"
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr "Exécution du playbook"
@@ -6069,7 +6147,7 @@ msgstr "Entrez une valeur."
msgid "Please log in"
msgstr "Veuillez vous connecter"
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr "Veuillez ajouter un job pour remplir cette liste"
@@ -6085,7 +6163,7 @@ msgstr "Sélectionnez un inventaire ou cochez l’option Me le demander au lance
msgid "Please select an end date/time that comes after the start date/time."
msgstr "Veuillez choisir une date/heure de fin qui vient après la date/heure de début."
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr "Veuillez sélectionner une organisation avant d'éditer le filtre de l'hôte."
@@ -6094,7 +6172,9 @@ msgid "Pod spec override"
msgstr "Remplacement des spécifications du pod"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr "Type de politique"
@@ -6113,7 +6193,7 @@ msgstr "Pourcentage d'instances de stratégie"
msgid "Populate field from an external secret management system"
msgstr "Remplir le champ à partir d'un système de gestion des secrets externes"
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
@@ -6142,18 +6222,18 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr "Appuyez sur Entrée pour modifier. Appuyez sur ESC pour arrêter la modification."
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr ""
-"Appuyez sur la touche Espace ou Entrée pour commencer à faire glisser,\n"
-"et utilisez les touches fléchées pour vous déplacer vers le haut ou le bas.\n"
-"Appuyez sur la touche Entrée pour confirmer le déplacement, ou sur une autre touche pour annuler l'opération de déplacement\n"
-"pour annuler l'opération."
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr ""
+#~ "Appuyez sur la touche Espace ou Entrée pour commencer à faire glisser,\n"
+#~ "et utilisez les touches fléchées pour vous déplacer vers le haut ou le bas.\n"
+#~ "Appuyez sur la touche Entrée pour confirmer le déplacement, ou sur une autre touche pour annuler l'opération de déplacement\n"
+#~ "pour annuler l'opération."
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr "Prévisualisation"
@@ -6172,27 +6252,31 @@ msgstr "Élévation des privilèges"
msgid "Privilege escalation password"
msgstr "Mot de passe pour l’élévation des privilèges"
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr "Projet"
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr "Chemin de base du projet"
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr ""
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6216,8 +6300,8 @@ msgid "Project sync failures"
msgstr "Erreurs de synchronisation du projet"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6229,7 +6313,7 @@ msgstr "Erreurs de synchronisation du projet"
msgid "Projects"
msgstr "Projets"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr "Promouvoir les groupes de dépendants et les hôtes"
@@ -6238,13 +6322,13 @@ msgstr "Promouvoir les groupes de dépendants et les hôtes"
msgid "Prompt"
msgstr "Invite"
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr "Invite Remplacements"
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr "Me le demander au lancement"
@@ -6252,7 +6336,7 @@ msgstr "Me le demander au lancement"
msgid "Prompt | {0}"
msgstr "Invitation | {0}"
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr "Valeurs incitatrices"
@@ -6278,7 +6362,7 @@ msgstr "Entrez un modèle d’hôte pour limiter davantage la liste des hôtes q
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr "Indiquez une valeur pour ce champ ou sélectionnez l'option Me le demander au lancement."
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
@@ -6297,12 +6381,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr "Fournissez vos informations d'identification Red Hat ou Red Hat Satellite pour activer Insights pour Ansible Automation Platform."
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr "URL de rappel d’exécution "
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr "Détails de rappel d’exécution"
@@ -6331,7 +6415,9 @@ msgid "RADIUS settings"
msgstr "Paramètres RADIUS"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr "RAM {0}"
@@ -6339,26 +6425,26 @@ msgstr "RAM {0}"
msgid "Read"
msgstr "Lecture"
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr "Jobs récents"
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr "Onglet Liste des Jobs récents"
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr "Modèles récents"
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr "Onglet Liste des modèles récents"
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr "Jobs récents"
@@ -6454,7 +6540,7 @@ msgstr "Expression régulière où seuls les noms d'hôtes correspondants seront
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr "Groupes liés"
@@ -6472,9 +6558,9 @@ msgid "Related search type typeahead"
msgstr "Recherche connexe : type typeahead"
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr "Relancer"
@@ -6510,10 +6596,10 @@ msgstr "Relancer en utilisant les paramètres de l'hôte"
msgid "Remote Archive"
msgstr "Archive à distance"
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr "Supprimer"
@@ -6529,7 +6615,7 @@ msgstr "Supprimer le lien"
#~ msgid "Remove Node"
#~ msgstr "Supprimer le nœud"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr ""
@@ -6550,8 +6636,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr "La suppression de ce lien rendra le reste de la branche orphelin et entraînera son exécution dès le lancement."
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr "Réorganiser"
+#~ msgid "Reorder"
+#~ msgstr "Réorganiser"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6586,13 +6672,13 @@ msgstr "Nom de la ressource"
msgid "Resource deleted"
msgstr "Ressource supprimée"
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr "Ressources"
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr "Ressources manquantes dans ce modèle."
@@ -6608,10 +6694,10 @@ msgstr "Récupérez l'état activé à partir des variables dict donnée de l'h
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr "Renvoi"
@@ -6658,7 +6744,7 @@ msgstr "Inverser les paramètres"
msgid "Revert to factory default."
msgstr "Revenir à la valeur usine par défaut."
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6676,7 +6762,7 @@ msgstr "Rocket.Chat"
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6687,7 +6773,7 @@ msgstr "Rôle"
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6705,14 +6791,15 @@ msgid "Run"
msgstr "Exécuter"
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr "Exécuter Commande"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr ""
@@ -6732,7 +6819,7 @@ msgstr "Exécutez tous les"
msgid "Run frequency"
msgstr "Fréquence d'exécution"
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr "Continuer"
@@ -6740,8 +6827,8 @@ msgstr "Continuer"
msgid "Run type"
msgstr "Type d’exécution"
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6753,8 +6840,9 @@ msgstr "Descripteurs d'exécution"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr "Jobs en cours d'exécution"
@@ -6770,7 +6858,7 @@ msgstr "SAML"
msgid "SAML settings"
msgstr "Paramètres SAML"
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr "Mise à jour SCM"
@@ -6800,12 +6888,12 @@ msgstr "DÉMARRER"
msgid "STATUS:"
msgstr "ÉTAT :"
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr "Sam."
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr "Samedi"
@@ -6822,7 +6910,7 @@ msgstr "Samedi"
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -6870,8 +6958,8 @@ msgstr "Programme non trouvé."
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -6916,37 +7004,37 @@ msgstr "Faire défiler la page précédente"
msgid "Search"
msgstr "Rechercher"
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr "La recherche est désactivée pendant que le job est en cours"
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr "Bouton de soumission de recherche"
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr "Saisie de texte de recherche"
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr "Deuxième"
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr "Secondes"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr "Voir les erreurs sur la gauche"
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -6958,19 +7046,19 @@ msgstr "Modifier le type d’identification"
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr "Sélectionner les groupes"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr "Sélectionner les hôtes"
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr "Sélectionnez une entrée"
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr "Sélectionner les instances"
@@ -7049,7 +7137,7 @@ msgstr "Choisir un playbook"
msgid "Select a project before editing the execution environment."
msgstr "Sélectionnez un projet avant de modifier l'environnement d'exécution."
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr "Sélectionnez une question à supprimer"
@@ -7066,7 +7154,7 @@ msgstr "Sélectionnez une ligne à supprimer"
msgid "Select a row to deny"
msgstr "Sélectionnez une ligne pour refuser"
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr "Sélectionnez une ligne à dissocier"
@@ -7112,7 +7200,7 @@ msgstr "Sélectionnez une valeur pour ce champ"
msgid "Select a webhook service."
msgstr "Sélectionnez un service webhook."
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr "Tout sélectionner"
@@ -7129,7 +7217,7 @@ msgstr ""
msgid "Select an instance and a metric to show chart"
msgstr "Sélectionnez une instance et une métrique pour afficher le graphique"
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr ""
@@ -7154,7 +7242,7 @@ msgid ""
"credential(s) become the defaults that can be updated at run time."
msgstr "Sélectionnez les informations d'identification pour que le Job puisse accéder aux nœuds selon qui déterminent l'exécution de cette tâche. Vous pouvez uniquement sélectionner une information d'identification de chaque type. Pour les informations d'identification machine (SSH), cocher la case \"Me demander au lancement\" sans la sélection des informations d'identification vous obligera à sélectionner des informations d'identification au moment de l’exécution. Si vous sélectionnez \"Me demander au lancement\", les informations d'identification sélectionnées deviennent les informations d'identification par défaut qui peuvent être mises à jour au moment de l'exécution."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
@@ -7165,8 +7253,8 @@ msgstr "Faites une sélection à partir de la liste des répertoires trouvés da
msgid "Select items from list"
msgstr "Sélectionnez les éléments de la liste"
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr "Sélectionnez le type de Job"
@@ -7190,8 +7278,8 @@ msgstr "Sélectionner les rôles à pourvoir"
msgid "Select source path"
msgstr "Sélectionner le chemin d'accès de la source"
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr "Sélectionner le statut"
@@ -7270,7 +7358,7 @@ msgstr "Sélectionnez le projet contenant le playbook que ce job devra exécuter
msgid "Select your Ansible Automation Platform subscription to use."
msgstr "Sélectionnez votre abonnement à la Plateforme d'Automatisation Ansible à utiliser."
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr "Sélectionnez {0}"
@@ -7281,23 +7369,24 @@ msgstr "Sélectionnez {0}"
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7309,10 +7398,10 @@ msgstr "Sélectionnez {0}"
msgid "Selected"
msgstr "Sélectionné"
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr "Catégorie sélectionnée"
@@ -7398,10 +7487,10 @@ msgstr "Le réglage correspond à la valeur d’usine par défaut."
msgid "Setting name"
msgstr "Nom du paramètre"
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr "Paramètres"
@@ -7411,10 +7500,10 @@ msgid "Show"
msgstr "Afficher"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr "Afficher Modifications"
@@ -7437,58 +7526,58 @@ msgstr "Afficher moins de détails"
msgid "Show only root groups"
msgstr "Afficher uniquement les groupes racines"
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr "Connectez-vous avec Azure AD"
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr "Connectez-vous à GitHub"
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr "Connectez-vous à GitHub Enterprise"
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr "Connectez-vous avec GitHub Enterprise Organizations"
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr "Connectez-vous avec GitHub Enterprise Teams"
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr "Connectez-vous avec GitHub Organizations"
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr "Connectez-vous avec GitHub Teams"
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr "Connectez-vous avec Google"
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr "Connectez-vous avec SAML"
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr "Se connecter avec SAML {samlIDP}"
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr "Sélection par simple pression d'une touche"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr "Balises de saut"
@@ -7514,16 +7603,20 @@ msgstr "Les balises de saut sont utiles si votre playbook est important et que v
msgid "Skipped"
msgstr "Ignoré"
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr ""
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr "Slack"
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr "Inventaire smart"
@@ -7531,7 +7624,7 @@ msgstr "Inventaire smart"
msgid "Smart Inventory not found."
msgstr "Inventaire smart non trouvé."
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr "Filtre d'hôte smart"
@@ -7540,7 +7633,7 @@ msgstr "Filtre d'hôte smart"
msgid "Smart inventory"
msgstr "Inventaire smart"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr "Certaines des étapes précédentes comportent des erreurs"
@@ -7557,28 +7650,28 @@ msgstr "Quelque chose s'est mal passé avec la demande de tester cet identifiant
msgid "Something went wrong..."
msgstr "Quelque chose a mal tourné..."
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr "Trier"
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr "Source"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7588,7 +7681,7 @@ msgstr "Branche Contrôle de la source"
msgid "Source Control Branch/Tag/Commit"
msgstr "Branche/ Balise / Commit du Contrôle de la source"
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7598,7 +7691,7 @@ msgstr "Identifiant Contrôle de la source"
msgid "Source Control Credential Type"
msgstr "Type d’Identifiant du Contrôle de la source"
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7608,13 +7701,13 @@ msgstr "Refspec Contrôle de la source"
msgid "Source Control Revision"
msgstr "Révision Contrôle de la source"
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr "Type de Contrôle de la source"
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7624,10 +7717,10 @@ msgstr "Type de Contrôle de la source"
msgid "Source Control URL"
msgstr "URL Contrôle de la source"
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr "Mise à jour du Contrôle de la source"
@@ -7635,12 +7728,12 @@ msgstr "Mise à jour du Contrôle de la source"
msgid "Source Phone Number"
msgstr "Numéro de téléphone de la source"
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr "Variables Source"
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr "Flux de travail Source"
@@ -7690,30 +7783,30 @@ msgstr "Spécifier le champ d'application du jeton"
msgid "Specify the conditions under which this node should be executed"
msgstr "Préciser les conditions dans lesquelles ce nœud doit être exécuté"
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr "Erreur standard"
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr "Standard Out"
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr "Onglet Erreur standard"
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr "Onglet Standard Out"
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr "Démarrer"
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr "Heure Début"
@@ -7748,26 +7841,30 @@ msgstr "Démarrer la source de synchronisation"
msgid "Start time"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr "Démarré"
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -7846,9 +7943,9 @@ msgstr "Table des abonnements"
msgid "Subversion"
msgstr "Subversion"
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr "Réussite"
@@ -7862,14 +7959,14 @@ msgstr "Message de réussite"
msgid "Success message body"
msgstr "Corps du message de réussite"
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr "Réussi"
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr "Tâches ayant réussi"
@@ -7883,7 +7980,7 @@ msgid "Sun"
msgstr "Dim."
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr "Dimanche"
@@ -7894,23 +7991,23 @@ msgstr "Dimanche"
msgid "Survey"
msgstr "Questionnaire"
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr "Questionnaire désactivé"
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr "Questionnaire activé"
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr "Ordre des questions de l’enquête"
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr "Basculement Questionnaire"
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr "Modalité d'aperçu de l'enquête"
@@ -7987,7 +8084,7 @@ msgid "TACACS+ settings"
msgstr "Paramètres de la TACACS"
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr "Onglets"
@@ -8025,7 +8122,7 @@ msgstr "Balises pour l'annotation (facultatif)"
msgid "Target URL"
msgstr "URL cible"
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr "Tâche"
@@ -8045,7 +8142,7 @@ msgstr "Tâches"
msgid "Team"
msgstr "Équipe"
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr "Rôles d’équipe"
@@ -8056,8 +8153,8 @@ msgstr "Équipe non trouvée."
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8086,8 +8183,8 @@ msgstr "Mise à jour introuvable"
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8107,11 +8204,11 @@ msgstr "Test"
msgid "Test External Credential"
msgstr "Test des informations d'identification externes"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr "Notification test"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr "Notification test"
@@ -8120,7 +8217,7 @@ msgid "Test passed"
msgstr "Test réussi."
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr "Texte"
@@ -8136,7 +8233,7 @@ msgstr "Zone de texte"
msgid "That value was not found. Please enter or select a valid value."
msgstr "Cette valeur n’a pas été trouvée. Veuillez entrer ou sélectionner une valeur valide."
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr "Le"
@@ -8177,7 +8274,7 @@ msgstr "L'environnement d'exécution qui sera utilisé pour les tâches au sein
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr "L'environnement d'exécution qui sera utilisé pour les jobs qui utilisent ce projet. Il sera utilisé comme solution de rechange lorsqu'un environnement d'exécution n'a pas été explicitement attribué au niveau du modèle de job ou du flux de travail."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
@@ -8252,7 +8349,7 @@ msgid ""
"etc.). Variable names with spaces are not allowed."
msgstr "Le format suggéré pour les noms de variables est en minuscules avec des tirets de séparation (exemple, foo_bar, user_id, host_name, etc.). Les noms de variables contenant des espaces ne sont pas autorisés."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8298,7 +8395,7 @@ msgstr "Ces arguments sont utilisés avec le module spécifié."
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr "Ces arguments sont utilisés avec le module spécifié. Vous pouvez trouver des informations sur {0} en cliquant sur"
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr "Troisième"
@@ -8320,19 +8417,19 @@ msgstr "Cette action permettra de dissocier tous les rôles de cet utilisateur d
msgid "This action will disassociate the following role from {0}:"
msgstr "Cette action va dissocier le rôle suivant de {0} :"
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr "Cette action dissociera les éléments suivants :"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr "Ce groupe de conteneurs est actuellement utilisé par d'autres ressources. Êtes-vous sûr de vouloir le supprimer ?"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Cette accréditation est actuellement utilisée par d'autres ressources. Êtes-vous sûr de vouloir la supprimer ?"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr "Ce type d’accréditation est actuellement utilisé par certaines informations d’accréditation et ne peut être supprimé"
@@ -8369,11 +8466,11 @@ msgstr ""
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr "Ce champ est ignoré à moins qu'une variable activée ne soit définie. Si la variable activée correspond à cette valeur, l'hôte sera activé lors de l'importation."
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr "Ce champ ne doit pas être vide"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr "Ce champ ne doit pas être vide"
@@ -8455,11 +8552,11 @@ msgstr "Ce groupe d'instance est actuellement utilisé par d'autres ressources.
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr "Cet inventaire est appliqué à tous les nœuds de flux de travail de ce flux de travail ({0}) qui requiert un inventaire."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Cet inventaire est actuellement utilisé par d'autres ressources. Êtes-vous sûr de vouloir le supprimer ?"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr "Cette source d'inventaire est actuellement utilisée par d'autres ressources qui en dépendent. Êtes-vous sûr de vouloir la supprimer ?"
@@ -8471,11 +8568,11 @@ msgstr "C'est la seule fois où le secret du client sera révélé."
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr "C'est la seule fois où la valeur du jeton et la valeur du jeton de rafraîchissement associée seront affichées."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Ce modèle de poste est actuellement utilisé par d'autres ressources. Êtes-vous sûr de vouloir le supprimer ?"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr "Cette organisation est actuellement en cours de traitement par d'autres ressources. Êtes-vous sûr de vouloir la supprimer ?"
@@ -8515,21 +8612,21 @@ msgstr ""
msgid "This workflow does not have any nodes configured."
msgstr "Ce flux de travail ne comporte aucun nœud configuré."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Ce modèle de tâche de flux de travail est actuellement utilisé par d'autres ressources. Êtes-vous sûr de vouloir le supprimer ?"
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr "Jeu."
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr "Jeudi"
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8558,10 +8655,10 @@ msgstr "Délai en secondes à prévoir pour qu'une synchronisation d'inventaire
msgid "Timed out"
msgstr "Expiré"
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8576,10 +8673,14 @@ msgid "Timeout seconds"
msgstr "Délai d’attente (secondes)"
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
-msgstr "Pour réorganiser les questions de l'enquête, faites-les glisser et déposez-les à l'endroit souhaité."
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr "Pour réorganiser les questions de l'enquête, faites-les glisser et déposez-les à l'endroit souhaité."
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
+msgstr ""
+
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr "Basculer la légende"
@@ -8587,16 +8688,16 @@ msgstr "Basculer la légende"
msgid "Toggle Password"
msgstr "Changer de mot de passe"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr "Basculer les outils"
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr "Basculer l'hôte"
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr "Basculer l'instance"
@@ -8605,19 +8706,19 @@ msgstr "Basculer l'instance"
msgid "Toggle legend"
msgstr "Basculer la légende"
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr "Basculer les approbations de notification"
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr "Échec de la notification de basculement"
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr "Début de la notification de basculement"
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr "Succès de la notification de basculement"
@@ -8658,18 +8759,19 @@ msgstr "Jetons"
msgid "Tools"
msgstr "Outils"
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr "Top Pagination"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr "Total Jobs"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr "Total Nœuds"
@@ -8688,13 +8790,13 @@ msgid "Track submodules latest commit on branch"
msgstr "Suivre le dernier commit des sous-modules sur la branche"
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr "Essai"
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -8704,12 +8806,12 @@ msgstr "Essai"
msgid "True"
msgstr "Vrai"
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr "Mar."
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr "Mardi"
@@ -8718,17 +8820,17 @@ msgstr "Mardi"
msgid "Twilio"
msgstr "Twilio"
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -8737,22 +8839,22 @@ msgstr "Twilio"
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -8792,19 +8894,21 @@ msgstr "Impossible de modifier l'inventaire sur un hôte."
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr "Non disponible"
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr "Indéfini"
+#~ msgid "Undefined"
+#~ msgstr "Indéfini"
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr "Annuler"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr "Ne plus suivre"
@@ -8812,6 +8916,7 @@ msgstr "Ne plus suivre"
msgid "Unlimited"
msgstr "Illimité"
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -8896,7 +9001,9 @@ msgid ""
msgstr "Utilisez des messages personnalisés pour modifier le contenu des notifications envoyées lorsqu'un job démarre, réussit ou échoue. Utilisez des parenthèses en accolade pour accéder aux informations sur le job :"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr "Capacité utilisée"
@@ -8906,6 +9013,9 @@ msgstr "Capacité utilisée"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr "Capacité utilisée"
@@ -8913,7 +9023,7 @@ msgstr "Capacité utilisée"
msgid "User"
msgstr "Utilisateur"
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr "Détails de l'erreur"
@@ -8926,7 +9036,7 @@ msgstr "Interface utilisateur"
msgid "User Interface settings"
msgstr "Paramètres de l'interface utilisateur"
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr "Rôles des utilisateurs"
@@ -8946,7 +9056,7 @@ msgstr "Analyse des utilisateurs"
msgid "User and Insights analytics"
msgstr "Analyse des utilisateurs et des résultats"
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr "Informations sur l'utilisateur"
@@ -8962,7 +9072,7 @@ msgstr "Jetons d'utilisateur"
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -8974,8 +9084,8 @@ msgstr "Jetons d'utilisateur"
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -8987,11 +9097,11 @@ msgstr "Nom d'utilisateur / mot de passe"
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -9001,26 +9111,26 @@ msgstr "Utilisateurs"
msgid "VMware vCenter"
msgstr "VMware vCenter"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9044,14 +9154,14 @@ msgstr "Verbeux"
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr "Verbosité"
@@ -9085,7 +9195,11 @@ msgstr "Voir les paramètres de Google OAuth 2.0"
msgid "View Host Details"
msgstr "Voir les détails de l'hôte"
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr ""
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9304,13 +9418,13 @@ msgstr "Voir les détails de nœuds"
msgid "View smart inventory host details"
msgstr "Voir les détails de l'hôte de l'inventaire smart"
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr "Affichages"
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr "Visualiseur"
@@ -9319,8 +9433,8 @@ msgstr "Visualiseur"
msgid "WARNING:"
msgstr "AVERTISSEMENT :"
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr "En attente"
@@ -9350,7 +9464,7 @@ msgstr "Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr "Informations d'identification du webhook"
@@ -9361,7 +9475,7 @@ msgstr "Informations d'identification du webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9369,7 +9483,7 @@ msgstr "Clé du webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9377,15 +9491,15 @@ msgstr "Service webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr "URL du webhook"
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr "Détails de webhook"
@@ -9404,12 +9518,12 @@ msgstr "Les services webhook peuvent l'utiliser en tant que secret partagé."
msgid "Webhooks"
msgstr "Webhooks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr "Mer."
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr "Mercredi"
@@ -9417,11 +9531,11 @@ msgstr "Mercredi"
msgid "Week"
msgstr "Semaine"
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr "Jour de la semaine"
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr "Jour du week-end"
@@ -9461,8 +9575,8 @@ msgstr "Approbation du flux de travail"
msgid "Workflow Approval not found."
msgstr "Approbation du flux de travail non trouvée."
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9470,18 +9584,18 @@ msgstr "Approbation du flux de travail non trouvée."
msgid "Workflow Approvals"
msgstr "Approbations des flux de travail"
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr "Job de flux de travail"
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9576,7 +9690,7 @@ msgstr "YAML :"
msgid "Year"
msgstr "Année"
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr "Oui"
@@ -9600,7 +9714,7 @@ msgstr "Vous n'avez pas la permission de supprimer les groupes suivants : {items
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr "Vous n'avez pas la permission de supprimer {pluralizedItemName} : {itemsUnableToDelete}"
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr "Vous n'avez pas la permission de dissocier les éléments suivants : {itemsUnableToDisassociate}"
@@ -9614,7 +9728,7 @@ msgstr "Vous pouvez appliquer un certain nombre de variables possibles dans le m
msgid "Your session has expired. Please log in to continue where you left off."
msgstr "Votre session a expiré. Veuillez vous connecter pour continuer là où vous vous êtes arrêté."
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr "Votre session est sur le point d'expirer"
@@ -9626,12 +9740,12 @@ msgstr "Zoom avant"
msgid "Zoom Out"
msgstr "Zoom arrière"
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr "une nouvelle clé webhook sera générée lors de la sauvegarde."
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr "une nouvelle url de webhook sera générée lors de la sauvegarde."
@@ -9658,7 +9772,7 @@ msgstr "annuler supprimer"
msgid "cancel edit login redirect"
msgstr "annuler modifier connecter rediriger"
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr "commande"
@@ -9667,7 +9781,7 @@ msgstr "commande"
msgid "confirm delete"
msgstr "confirmer supprimer"
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr "confirmer dissocier"
@@ -9676,7 +9790,7 @@ msgstr "confirmer dissocier"
msgid "confirm edit login redirect"
msgstr "confirmer modifier connecter rediriger"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr "erreur de suppression"
@@ -9684,7 +9798,7 @@ msgstr "erreur de suppression"
msgid "denied"
msgstr "refusé"
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr "dissocier"
@@ -9694,14 +9808,14 @@ msgstr "dissocier"
msgid "documentation"
msgstr "documentation"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -9730,7 +9844,7 @@ msgstr "ici"
msgid "here."
msgstr "ici."
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr "hôtes"
@@ -9755,11 +9869,11 @@ msgid "new choice"
msgstr "nouveau choix"
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr "de"
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr "l'option à la"
@@ -9776,7 +9890,7 @@ msgid "per page"
msgstr "par page"
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr "relancer les Jobs"
@@ -9817,7 +9931,7 @@ msgstr "système"
msgid "timed out"
msgstr "expiré"
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr "basculer les changements"
@@ -9833,15 +9947,15 @@ msgstr "clé webhook de modèles de tâche flux de travail"
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr "{0, plural, one {Est-ce que vous êtes sûr de vouloir supprimer le groupe ci-dessous?} other {Est-ce que vous êtes sûr de vouloir supprimer les groupes ci-dessous?}}"
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {Suppression de groupe?} other {Suppression de groupe?}}"
@@ -9857,7 +9971,7 @@ msgstr "{0, plural, one {Le groupe d'instance suivant ne peut pas être supprim
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr "{0, plural, one {L'inventaire sera en attente jusqu'à ce que la suppression finale soit traitée.} other {L'inventaire sera en attente jusqu'à ce que la suppression finale soit traitée.}}"
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr "{0, plural, one {Le job sélectionné ne peut pas être supprimé en raison d'une autorisation insuffisante ou d'un statut de job en cours} other {Les jobs sélectionnés ne peuvent pas être supprimés en raison d'autorisations insuffisantes ou d'un statut de job en cours}}"
@@ -9934,10 +10048,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr "{dateStr} par <0>{username}0>"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr "{forks, plural, one {# fourche} other {# forks}}"
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr ""
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr "{intervalValue, plural, one {jour} other {jours}}"
@@ -9978,7 +10098,7 @@ msgstr "{minutes} min {secondes} sec"
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr "{numJobsToCancel, plural, one {job à annuler} other {jobs à annuler}}"
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr "{numJobsToCancel, plural, one {Cette action annulera le job suivant:} other {Cette action annulera les jobs suivants:}}"
@@ -9990,6 +10110,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List"
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr "{sessionCountdown, plural, one {Vous serez déconnecté dans # seconde pour cause d'inactivité} other {Vous serez déconnecté dans # secondes pour cause d'inactivité}}"
diff --git a/awx/ui/src/locales/ja/messages.po b/awx/ui/src/locales/ja/messages.po
index 321e825cfe..dbb2ab0527 100644
--- a/awx/ui/src/locales/ja/messages.po
+++ b/awx/ui/src/locales/ja/messages.po
@@ -1,9 +1,16 @@
msgid ""
msgstr ""
"Mime-Version: 1.0\n"
-"Language: ja \n"
+"Language: ja\n"
"Content-Type: text/plain; charset=UTF-8\n"
-
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:43
msgid "(Limited to first 10)"
@@ -15,7 +22,7 @@ msgstr "(最初の 10 件に制限)"
msgid "(Prompt on launch)"
msgstr "(起動プロンプト)"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr "*このフィールドは、指定された認証情報を使用して外部のシークレット管理システムから取得されます。"
@@ -125,12 +132,12 @@ msgstr "API トークン"
msgid "API service/integration key"
msgstr "API サービス/統合キー"
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr "情報"
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -165,74 +172,75 @@ msgstr "アカウントトークン"
msgid "Action"
msgstr "アクション"
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr "アクション"
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -240,7 +248,7 @@ msgstr "アクション"
msgid "Activity"
msgstr "アクティビティー"
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -344,12 +352,12 @@ msgstr "ユーザー権限の追加"
msgid "Add workflow template"
msgstr "ワークフローテンプレートの追加"
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr "管理"
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr "詳細"
@@ -370,7 +378,7 @@ msgid ""
"like the Ansible inventory .ini file format."
msgstr "SCM リビジョンを変更するプロジェクトの毎回の更新後に、選択されたソースのインベントリーを更新してからジョブのタスクを実行します。これは、Ansible インベントリーの .ini ファイル形式のような静的コンテンツが対象であることが意図されています。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr "指定した実行回数後"
@@ -379,18 +387,18 @@ msgid "Alert modal"
msgstr "アラートモーダル"
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr "すべて"
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr "すべてのジョブタイプ"
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr "すべてのジョブ"
@@ -448,7 +456,7 @@ msgstr "回答タイプ"
msgid "Answer variable name"
msgstr "回答の変数名"
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr "任意"
@@ -478,7 +486,7 @@ msgid "Application not found."
msgstr "アプリケーションが見つかりません。"
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -487,12 +495,12 @@ msgstr "アプリケーションが見つかりません。"
msgid "Applications"
msgstr "アプリケーション"
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr "アプリケーションおよびトークン"
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -501,9 +509,9 @@ msgstr "承認"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr "承認"
@@ -547,7 +555,7 @@ msgstr "変更を保存せずにワークフロークリエーターを終了し
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr "このワークフローのすべてのノードを削除してもよろしいですか?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr "以下のノードを削除してもよろしいですか?"
@@ -555,7 +563,7 @@ msgstr "以下のノードを削除してもよろしいですか?"
msgid "Are you sure you want to remove this link?"
msgstr "このリンクを削除してもよろしいですか?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr "このノードを削除してもよろしいですか?"
@@ -567,7 +575,7 @@ msgstr "{1} から {0} のアクセスを削除しますか? これを行うと
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr "{username} からの {0} のアクセスを削除してもよろしいですか?"
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr "このジョブをキャンセルする要求を送信してよろしいですか?"
@@ -576,11 +584,11 @@ msgstr "このジョブをキャンセルする要求を送信してよろしい
msgid "Arguments"
msgstr "引数"
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr "アーティファクト"
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr "関連付け"
@@ -616,7 +624,9 @@ msgid "Authorization grant type"
msgstr "認証付与タイプ"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr "自動"
@@ -663,6 +673,7 @@ msgid "Back to Instance Groups"
msgstr "インスタンスグループに戻る"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr "インスタンスに戻る"
@@ -696,9 +707,9 @@ msgstr "スケジュールに戻る"
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -752,7 +763,7 @@ msgstr "インスタンスグループに戻る"
msgid "Back to management jobs"
msgstr "管理ジョブに戻る"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -790,12 +801,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr "デフォルトでは、サービスの使用状況に関する解析データを収集して、Red Hat に送信します。サービスが収集するデータにはカテゴリーが 2 種類あります。詳細情報は、<0>Tower ドキュメントのページ0> を参照してください。この機能を無効にするには、以下のボックスのチェックを解除します。"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr "CPU {0}"
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -815,13 +828,13 @@ msgstr "キャッシュのタイムアウト (秒)"
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -831,7 +844,7 @@ msgstr "キャッシュのタイムアウト (秒)"
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -846,11 +859,11 @@ msgstr "キャッシュのタイムアウト (秒)"
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -858,14 +871,14 @@ msgstr "キャッシュのタイムアウト (秒)"
msgid "Cancel"
msgstr "取り消し"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr "インベントリーソース同期の取り消し"
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr "ジョブの取り消し"
@@ -874,13 +887,13 @@ msgstr "ジョブの取り消し"
msgid "Cancel Project Sync"
msgstr "プロジェクトの同期の取り消し"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr "同期の取り消し"
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr "ジョブの取り消し"
@@ -892,12 +905,12 @@ msgstr "リンク変更の取り消し"
msgid "Cancel link removal"
msgstr "リンク削除の取り消し"
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr "ルックアップの取り消し"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr "ノード削除の取り消し"
@@ -918,20 +931,20 @@ msgid "Cancel subscription edit"
msgstr "サブスクリプションの編集の取り消し"
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr "{0} の取り消し"
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr "取り消されました"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
@@ -943,8 +956,11 @@ msgid "Capacity"
msgstr "容量"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr "容量調整"
@@ -968,12 +984,13 @@ msgstr "regex で大文字小文字の区別なし。"
msgid "Case-insensitive version of startswith."
msgstr "startswith で大文字小文字の区別なし。"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
msgstr "この場所を変更するには {brandName} のデプロイ時に PROJECTS_ROOT を変更します。"
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr "変更済み"
@@ -1065,7 +1082,7 @@ msgstr "クリーニング"
msgid "Clear"
msgstr "消去"
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr "すべてのフィルターの消去"
@@ -1094,7 +1111,7 @@ msgstr "このボタンをクリックして、選択した認証情報と指定
msgid "Click to create a new link to this node."
msgstr "クリックして、このノードへの新しいリンクを作成します。"
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr "クリックして、 Survey の質問の順序を並べ替えます"
@@ -1128,7 +1145,7 @@ msgstr "クライアントシークレット"
msgid "Client type"
msgstr "クライアントタイプ"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr "閉じる"
@@ -1145,9 +1162,13 @@ msgstr "クラウド"
msgid "Collapse"
msgstr "折りたたむ"
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr ""
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr "コマンド"
@@ -1159,7 +1180,7 @@ msgstr "有効"
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr "同時実行ジョブ"
@@ -1170,7 +1191,7 @@ msgid "Confirm"
msgstr "確認"
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr "削除の確認"
@@ -1202,7 +1223,7 @@ msgstr "関連付けの解除の確認"
msgid "Confirm link removal"
msgstr "リンク削除の確認"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr "ノードの削除の確認"
@@ -1218,7 +1239,7 @@ msgstr "すべて元に戻すことを確認"
msgid "Confirm selection"
msgstr "選択の確認"
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr "コンテナーグループ"
@@ -1237,10 +1258,15 @@ msgstr "コンテナーグループが見つかりません。"
msgid "Content Loading"
msgstr "コンテンツの読み込み"
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr "続行"
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr ""
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1259,7 +1285,7 @@ msgid ""
"produce as the playbook executes."
msgstr "Playbook の実行時に Ansible が生成する出力のレベルを制御します。"
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr "収束 (コンバージェンス)"
@@ -1281,15 +1307,15 @@ msgstr "認証情報のコピー"
msgid "Copy Error"
msgstr "コピーエラー"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr "実行環境のコピー"
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr "インベントリーのコピー"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr "通知テンプレートのコピー"
@@ -1297,7 +1323,7 @@ msgstr "通知テンプレートのコピー"
msgid "Copy Project"
msgstr "プロジェクトのコピー"
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr "テンプレートのコピー"
@@ -1424,28 +1450,28 @@ msgid "Create user token"
msgstr "ユーザートークンの作成"
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1458,12 +1484,12 @@ msgstr "作成済み"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1481,12 +1507,12 @@ msgstr "作成済み"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1504,8 +1530,8 @@ msgstr "作成者 (ユーザー名)"
msgid "Created by (username)"
msgstr "作成者 (ユーザー名)"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1534,14 +1560,14 @@ msgstr "認証情報の入力ソース"
msgid "Credential Name"
msgstr "認証情報名"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr "認証情報タイプ"
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1569,23 +1595,23 @@ msgstr "保護されたコンテナーレジストリーで認証するための
msgid "Credential type not found."
msgstr "認証情報タイプが見つかりません。"
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1605,12 +1631,12 @@ msgstr "カスタム Pod 仕様"
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr "カスタム仮想環境 {0} は、実行環境に置き換える必要があります。"
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr "カスタム仮想環境 {0} は、実行環境に置き換える必要があります。実行環境への移行の詳細については、<0>ドキュメント0> を参照してください。"
@@ -1632,12 +1658,12 @@ msgstr "Pod 仕様のカスタマイズ"
msgid "DELETED"
msgstr "削除済み"
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr "ダッシュボード"
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr "ダッシュボード (すべてのアクティビティー)"
@@ -1649,8 +1675,8 @@ msgstr "データ保持期間"
msgid "Date"
msgstr "日付"
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr "日"
@@ -1660,7 +1686,7 @@ msgstr "日"
msgid "Days of Data to Keep"
msgstr "データの保持日数"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr "データの保持日数"
@@ -1668,7 +1694,7 @@ msgstr "データの保持日数"
msgid "Days remaining"
msgstr "残りの日数"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr "保持する日数"
@@ -1687,9 +1713,9 @@ msgstr "12 月"
msgid "Default"
msgstr "デフォルト"
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr "デフォルトの応答"
@@ -1718,43 +1744,43 @@ msgstr "システムレベルの機能および関数の定義"
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr "削除"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr "すべてのグループおよびホストの削除"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr "認証情報の削除"
@@ -1762,22 +1788,22 @@ msgstr "認証情報の削除"
msgid "Delete Execution Environment"
msgstr "実行環境の削除"
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr "ホストの削除"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr "インベントリーの削除"
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr "ジョブの削除"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr "ジョブテンプレートの削除"
@@ -1785,7 +1811,7 @@ msgstr "ジョブテンプレートの削除"
msgid "Delete Notification"
msgstr "通知の削除"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr "組織の削除"
@@ -1797,7 +1823,7 @@ msgstr "プロジェクトの削除"
msgid "Delete Questions"
msgstr "質問の削除"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr "スケジュールの削除"
@@ -1821,7 +1847,7 @@ msgstr "ユーザートークンの削除"
msgid "Delete Workflow Approval"
msgstr "ワークフロー承認の削除"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr "新規ワークフロージョブテンプレートの削除"
@@ -1834,7 +1860,7 @@ msgstr "すべてのノードの削除"
msgid "Delete application"
msgstr "アプリケーションの削除"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr "認証情報タイプの削除"
@@ -1842,20 +1868,20 @@ msgstr "認証情報タイプの削除"
msgid "Delete error"
msgstr "エラーの削除"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr "インスタンスグループの削除"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr "インベントリーソースの削除"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr "スマートインベントリーの削除"
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr "Survey の質問の削除"
@@ -1918,9 +1944,9 @@ msgstr "{0} - {1} により拒否済み"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr "拒否"
@@ -1932,16 +1958,16 @@ msgstr "非推奨"
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -1965,7 +1991,7 @@ msgstr "非推奨"
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -1979,14 +2005,14 @@ msgstr "非推奨"
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2021,7 +2047,7 @@ msgstr "送信先チャネル"
msgid "Destination channels or users"
msgstr "送信先チャネルまたはユーザー"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2039,6 +2065,8 @@ msgstr "送信先チャネルまたはユーザー"
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2048,7 +2076,7 @@ msgstr "送信先チャネルまたはユーザー"
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2060,9 +2088,9 @@ msgstr "送信先チャネルまたはユーザー"
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2105,7 +2133,7 @@ msgstr "送信先チャネルまたはユーザー"
msgid "Details"
msgstr "詳細"
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr "詳細タブ"
@@ -2129,15 +2157,15 @@ msgid "Disable SSL verification"
msgstr "SSL 検証の無効化"
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr "無効化"
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2148,16 +2176,16 @@ msgstr "関連付けの解除"
msgid "Disassociate group from host?"
msgstr "グループのホストとの関連付けを解除しますか?"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr "ホストのグループとの関連付けを解除しますか?"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr "インスタンスグループへのインスタンスの関連付けを解除しますか?"
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr "関連するグループの関連付けを解除しますか?"
@@ -2195,10 +2223,10 @@ msgstr "このジョブテンプレートで実施される作業を、指定し
msgid "Documentation."
msgstr "ドキュメント。"
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr "完了"
@@ -2213,20 +2241,20 @@ msgid "Drag a file here or browse to upload"
msgstr "ここにファイルをドラッグするか、参照してアップロード"
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr "選択した項目を並べ替えたり削除したりできるドラッグ可能なリスト。"
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr "選択した項目を並べ替えたり削除したりできるドラッグ可能なリスト。"
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr "ドラッグがキャンセルされました。リストは変更されていません。"
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr "ドラッグがキャンセルされました。リストは変更されていません。"
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr "項目の {id} をドラッグする。項目のインデックスが {oldIndex} から {newIndex} に変わりました。"
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr "項目の {id} をドラッグする。項目のインデックスが {oldIndex} から {newIndex} に変わりました。"
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr "項目 ID: {newId} のドラッグが開始しました。"
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr "項目 ID: {newId} のドラッグが開始しました。"
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2249,28 +2277,28 @@ msgid ""
"revision of the project prior to starting the job."
msgstr "このプロジェクトでジョブを実行する際は常に、ジョブの開始前にプロジェクトのリビジョンを更新します。"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2282,27 +2310,27 @@ msgstr "このプロジェクトでジョブを実行する際は常に、ジョ
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2356,28 +2384,28 @@ msgstr "認証情報プラグイン設定の編集"
msgid "Edit Details"
msgstr "詳細の編集"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr "実行環境の編集"
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr "グループの編集"
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr "ホストの編集"
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr "インベントリーの編集"
@@ -2394,11 +2422,11 @@ msgstr "ログインリダイレクトのオーバーライド URL"
msgid "Edit Node"
msgstr "ノードの編集"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr "通知テンプレートの編集"
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr "順序の編集"
@@ -2416,8 +2444,8 @@ msgstr "プロジェクトの編集"
msgid "Edit Question"
msgstr "質問の編集"
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr "スケジュールの編集"
@@ -2426,7 +2454,7 @@ msgstr "スケジュールの編集"
msgid "Edit Source"
msgstr "ソースの編集"
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr "Survey の編集"
@@ -2437,9 +2465,9 @@ msgstr "Survey の編集"
msgid "Edit Team"
msgstr "チームの編集"
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr "テンプレートの編集"
@@ -2448,13 +2476,13 @@ msgstr "テンプレートの編集"
msgid "Edit User"
msgstr "ユーザーの編集"
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr "アプリケーションの編集"
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr "認証情報タイプの編集"
@@ -2470,7 +2498,7 @@ msgid "Edit details"
msgstr "詳細の編集"
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr "グループの編集"
@@ -2496,7 +2524,7 @@ msgstr "このリンクの編集"
msgid "Edit this node"
msgstr "このノードの編集"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr "ワークフローの編集"
@@ -2517,6 +2545,7 @@ msgstr "ジョブ実行の経過時間"
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr "メール"
@@ -2525,20 +2554,20 @@ msgstr "メール"
msgid "Email Options"
msgstr "メールオプション"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr "同時実行ジョブの有効化"
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr "ファクトストレージの有効化"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr "HTTPS 証明書の検証を有効化"
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2548,16 +2577,16 @@ msgstr "Webhook の有効化"
msgid "Enable Webhook for this workflow job template."
msgstr "このワークフローのジョブテンプレートの Webhook を有効にします。"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr "外部ログの有効化"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr "システムトラッキングファクトを個別に有効化"
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr "権限昇格の有効化"
@@ -2565,7 +2594,7 @@ msgstr "権限昇格の有効化"
msgid "Enable simplified login for your {brandName} applications"
msgstr "{brandName} アプリケーションのログインの簡素化の有効化"
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr "このテンプレートの Webhook を有効にします。"
@@ -2575,14 +2604,14 @@ msgstr "このテンプレートの Webhook を有効にします。"
msgid "Enabled"
msgstr "有効化"
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr "有効なオプション"
@@ -2597,7 +2626,7 @@ msgstr "有効な値"
msgid "Enabled Variable"
msgstr "有効な変数"
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
@@ -2613,12 +2642,12 @@ msgid ""
"template."
msgstr "プロビジョニングコールバック URL の作成を有効にします。ホストは、この URL を使用して {brandName} に接続でき、このジョブテンプレートを使用して接続の更新を要求できます。"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr "暗号化"
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr "終了"
@@ -2630,7 +2659,7 @@ msgstr "使用許諾契約書"
msgid "End date"
msgstr "終了日"
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr "終了日時"
@@ -2756,14 +2785,14 @@ msgstr "変数を入力して、インベントリーソースを設定します
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr "JSON または YAML 構文のいずれかを使用して変数を入力します。ラジオボタンを使用してこの構文を切り替えます。"
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2792,56 +2821,59 @@ msgstr "ワークフローの保存中にエラー!"
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2852,16 +2884,16 @@ msgstr "ワークフローの保存中にエラー!"
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2880,10 +2912,11 @@ msgid "Error:"
msgstr "エラー:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr "エラー"
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -2901,7 +2934,7 @@ msgstr "イベント詳細モーダル"
msgid "Event summary not available"
msgstr "イベントの概要はありません"
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr "イベント"
@@ -2949,10 +2982,15 @@ msgstr "親ノードが障害状態になったときに実行します。"
msgid "Execute when the parent node results in a successful state."
msgstr "親ノードが正常な状態になったときに実行します。"
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr ""
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -2962,13 +3000,13 @@ msgid "Execution Environment"
msgstr "実行環境"
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr "実行環境がありません"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -2981,7 +3019,7 @@ msgstr "実行環境がありません"
msgid "Execution Environments"
msgstr "実行環境"
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr "実行ノード"
@@ -3002,15 +3040,19 @@ msgstr "保存せずに終了"
msgid "Expand"
msgstr "展開"
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr "全列を展開"
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr "入力の展開"
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr ""
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr "client_email、project_id、または private_key の少なくとも 1 つがファイルに存在する必要があります。"
@@ -3018,7 +3060,7 @@ msgstr "client_email、project_id、または private_key の少なくとも 1
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3041,7 +3083,7 @@ msgstr "UTC の有効期限"
msgid "Expires on {0}"
msgstr "{0} の有効期限"
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr "説明"
@@ -3050,8 +3092,8 @@ msgstr "説明"
msgid "External Secret Management System"
msgstr "外部シークレット管理システム"
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr "追加変数"
@@ -3077,8 +3119,8 @@ msgstr "ファクトストレージ"
msgid "Facts"
msgstr "ファクト"
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3099,7 +3141,7 @@ msgstr "失敗したホスト"
msgid "Failed hosts"
msgstr "失敗したホスト"
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr "失敗したジョブ"
@@ -3121,15 +3163,15 @@ msgid "Failed to associate role"
msgstr "ロールの関連付けに失敗しました"
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr "関連付けに失敗しました。"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr "インベントリーソースの同期の取り消しに失敗しました。"
@@ -3139,12 +3181,12 @@ msgstr "インベントリーソースの同期の取り消しに失敗しまし
msgid "Failed to cancel Project Sync"
msgstr "プロジェクトの同期の取り消しに失敗しました。"
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr "1 つ以上のジョブを取り消すことができませんでした。"
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr "{0} を取り消すことができませんでした。"
@@ -3153,11 +3195,11 @@ msgstr "{0} を取り消すことができませんでした。"
msgid "Failed to copy credential."
msgstr "認証情報をコピーできませんでした。"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr "実行環境をコピーできませんでした"
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr "インベントリーをコピーできませんでした。"
@@ -3165,8 +3207,8 @@ msgstr "インベントリーをコピーできませんでした。"
msgid "Failed to copy project."
msgstr "プロジェクトをコピーできませんでした。"
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr "テンプレートをコピーできませんでした。"
@@ -3174,28 +3216,28 @@ msgstr "テンプレートをコピーできませんでした。"
msgid "Failed to delete application."
msgstr "アプリケーションを削除できませんでした。"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr "認証情報を削除できませんでした。"
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr "グループ {0} を削除できませんでした。"
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr "ホストを削除できませんでした。"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr "インベントリーソース {name} を削除できませんでした。"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr "インベントリーを削除できませんでした。"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr "ジョブテンプレートを削除できませんでした。"
@@ -3219,7 +3261,7 @@ msgstr "1 つ以上の認証情報を削除できませんでした。"
msgid "Failed to delete one or more execution environments"
msgstr "1 つ以上の実行環境を削除できませんでした。"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr "1 つ以上のグループを削除できませんでした。"
@@ -3244,7 +3286,7 @@ msgstr "1 つ以上のインベントリーリソースを削除できません
msgid "Failed to delete one or more job templates."
msgstr "1 つ以上のジョブテンプレートを削除できませんでした"
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr "1 つ以上のジョブを削除できませんでした。"
@@ -3280,7 +3322,7 @@ msgstr "1 つ以上のトークンを削除できませんでした。"
msgid "Failed to delete one or more user tokens."
msgstr "1 つ以上のユーザートークンを削除できませんでした。"
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr "1 人以上のユーザーを削除できませんでした。"
@@ -3288,7 +3330,7 @@ msgstr "1 人以上のユーザーを削除できませんでした。"
msgid "Failed to delete one or more workflow approval."
msgstr "1 つ以上のワークフロー承認を削除できませんでした。"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr "組織を削除できませんでした。"
@@ -3305,11 +3347,11 @@ msgstr "ロールを削除できませんでした。"
msgid "Failed to delete role."
msgstr "ロールを削除できませんでした。"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr "スケジュールを削除できませんでした。"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr "スマートインベントリーを削除できませんでした。"
@@ -3325,7 +3367,7 @@ msgstr "ユーザーを削除できませんでした。"
msgid "Failed to delete workflow approval."
msgstr "ワークフロー承認を削除できませんでした。"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr "ワークフロージョブテンプレートを削除できませんでした。"
@@ -3344,16 +3386,17 @@ msgstr "ワークフローの承認を拒否できませんでした。"
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr "1 つ以上のグループの関連付けを解除できませんでした。"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr "1 つ以上のホストの関連付けを解除できませんでした。"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr "1 つ以上のインスタンスの関連付けを解除できませんでした。"
@@ -3361,7 +3404,7 @@ msgstr "1 つ以上のインスタンスの関連付けを解除できません
msgid "Failed to disassociate one or more teams."
msgstr "1 つ以上のチームの関連付けを解除できませんでした。"
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr "カスタムログイン構成設定を取得できません。代わりに、システムのデフォルトが表示されます。"
@@ -3370,7 +3413,7 @@ msgid "Failed to fetch the updated project data."
msgstr "更新されたプロジェクトデータの取得に失敗しました。"
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr "ジョブを起動できませんでした。"
@@ -3387,11 +3430,12 @@ msgstr "フルノードリソースオブジェクトを取得できませんで
msgid "Failed to retrieve node credentials."
msgstr "ノード認証情報を取得できませんでした。"
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr "1 つ以上のインスタンスでヘルスチェックを実行できませんでした。"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr "テスト通知の送信に失敗しました。"
@@ -3407,11 +3451,11 @@ msgstr "プロジェクトを同期できませんでした。"
msgid "Failed to sync some or all inventory sources."
msgstr "一部またはすべてのインベントリーソースを同期できませんでした。"
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr "ホストの切り替えに失敗しました。"
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr "インスタンスの切り替えに失敗しました。"
@@ -3419,12 +3463,14 @@ msgstr "インスタンスの切り替えに失敗しました。"
msgid "Failed to toggle notification."
msgstr "通知の切り替えに失敗しました。"
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr "スケジュールの切り替えに失敗しました。"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr "容量調整の更新に失敗しました。"
@@ -3436,8 +3482,8 @@ msgstr "調査の更新に失敗しました。"
msgid "Failed to user token."
msgstr "ユーザートークンに失敗しました。"
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr "失敗"
@@ -3475,7 +3521,7 @@ msgstr "特定の正規表現に一致するフィールド。"
msgid "Field starts with value."
msgstr "値で開始するフィールド。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr "第 5"
@@ -3491,22 +3537,22 @@ msgstr "ファイルのアップロードが拒否されました。単一の .j
msgid "File, directory or script"
msgstr "ファイル、ディレクトリー、またはスクリプト"
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr "{name} 別にフィルター"
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr "終了時間"
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr "終了日時"
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr "最初"
@@ -3514,8 +3560,8 @@ msgstr "最初"
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3526,7 +3572,7 @@ msgid "First Run"
msgstr "初回実行日時"
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr "名"
@@ -3542,7 +3588,7 @@ msgstr "グラフを利用可能な画面サイズに合わせます"
msgid "Float"
msgstr "浮動"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr "フォロー"
@@ -3568,12 +3614,12 @@ msgstr "詳しい情報は以下の情報を参照してください:"
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr "フォーク"
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr "第 4"
@@ -3586,12 +3632,12 @@ msgstr "頻度の詳細"
msgid "Frequency did not match an expected value"
msgstr "頻度が期待値と一致しませんでした"
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr "金"
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr "金曜"
@@ -3603,7 +3649,7 @@ msgstr "ID、名前、または説明フィールドのあいまい検索。"
msgid "Fuzzy search on name field."
msgstr "名前フィールドのあいまい検索。"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr "Galaxy 認証情報"
@@ -3632,7 +3678,7 @@ msgstr "サブスクリプションの取得"
msgid "Git"
msgstr "Git"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr "GitHub"
@@ -3671,7 +3717,7 @@ msgstr "GitHub チーム"
msgid "GitHub settings"
msgstr "GitHub 設定"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr "GitLab"
@@ -3681,7 +3727,7 @@ msgstr "GitLab"
#~ msgstr "グローバルなデフォルトの実行環境"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr "システム全体で利用可能"
@@ -3759,8 +3805,8 @@ msgstr "グループタイプ"
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr "グループ"
@@ -3775,16 +3821,18 @@ msgstr "HTTP ヘッダー"
msgid "HTTP Method"
msgstr "HTTP メソッド"
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr "ヘルスチェック"
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr "ヘルス"
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr "ヘルプ"
@@ -3802,6 +3850,11 @@ msgstr "説明の非表示"
msgid "Hipchat"
msgstr "Hipchat"
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr ""
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3816,8 +3869,8 @@ msgid "Host Async OK"
msgstr "ホストの非同期 OK"
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr "ホスト設定キー"
@@ -3825,7 +3878,7 @@ msgstr "ホスト設定キー"
msgid "Host Count"
msgstr "ホスト数"
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr "ホストの詳細"
@@ -3843,7 +3896,7 @@ msgid "Host Filter"
msgstr "ホストフィルター"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr "ホスト名"
@@ -3875,7 +3928,7 @@ msgstr "ホストに到達できません"
msgid "Host details"
msgstr "ホストの詳細"
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr "ホストの詳細モーダル"
@@ -3888,8 +3941,8 @@ msgstr "ホストが見つかりませんでした。"
msgid "Host status information for this job is unavailable."
msgstr "このジョブのホストのステータス情報は利用できません。"
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -3899,8 +3952,8 @@ msgstr "このジョブのホストのステータス情報は利用できませ
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -3931,7 +3984,12 @@ msgstr "残りのホスト"
msgid "Hour"
msgstr "時間"
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr ""
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4035,17 +4093,17 @@ msgstr "有効で、サポートされている場合は、Ansible タスクで
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr "有効で、サポートされている場合は、Ansible タスクで加えられた変更を表示します。これは Ansible の --diff モードに相当します。"
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
msgstr "有効な場合は、このジョブテンプレートの同時実行が許可されます。"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr "有効な場合は、このワークフロージョブテンプレートの同時実行が許可されます。"
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
@@ -4081,11 +4139,11 @@ msgstr "起動時およびプロジェクトの更新時にインベントリー
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr "イメージ"
@@ -4100,7 +4158,7 @@ msgid ""
"reset by the inventory sync process."
msgstr "ホストが利用可能かどうか、またホストを実行中のジョブに組み込む必要があるかどうかを示します。外部インベントリーの一部となっているホストについては、これはインベントリー同期プロセスでリセットされる場合があります。"
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr "情報"
@@ -4108,17 +4166,17 @@ msgstr "情報"
msgid "Initiated By"
msgstr "開始:"
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr "開始:"
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr "開始者 (ユーザー名)"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr "インジェクターの設定"
@@ -4149,27 +4207,27 @@ msgstr "Insights システム ID"
msgid "Instance"
msgstr "インスタンス"
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr "インスタンスフィルター"
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr "インスタンスグループ"
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr "インスタンスグループ"
@@ -4190,7 +4248,8 @@ msgstr "インスタンスグループ"
msgid "Instance group not found."
msgstr "インスタンスグループが見つかりません。"
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr "インスタンスグループの使用容量"
@@ -4198,13 +4257,17 @@ msgstr "インスタンスグループの使用容量"
msgid "Instance groups"
msgstr "インスタンスグループ"
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr "インスタンス"
@@ -4233,8 +4296,8 @@ msgid "Invalid username or password. Please try again."
msgstr "無効なユーザー名またはパスワードです。やり直してください。"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4244,41 +4307,41 @@ msgstr "無効なユーザー名またはパスワードです。やり直して
msgid "Inventories"
msgstr "インベントリー"
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr "ソースを含むインベントリーはコピーできません。"
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr "インベントリー"
@@ -4295,11 +4358,11 @@ msgstr "インベントリーファイル"
msgid "Inventory ID"
msgstr "インベントリー ID"
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr "Inventory Source (インベントリーソース)"
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr "インベントリーソースのプロジェクト"
@@ -4307,7 +4370,7 @@ msgstr "インベントリーソースのプロジェクト"
msgid "Inventory Source Sync"
msgstr "インベントリーソース同期"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr "インベントリーソース同期エラー"
@@ -4319,11 +4382,11 @@ msgstr "インベントリーソース同期エラー"
msgid "Inventory Sources"
msgstr "インベントリーソース"
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr "インベントリー同期"
@@ -4344,7 +4407,7 @@ msgstr "インベントリーファイル"
msgid "Inventory not found."
msgstr "インベントリーが見つかりません。"
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr "インベントリーの同期"
@@ -4352,11 +4415,11 @@ msgstr "インベントリーの同期"
msgid "Inventory sync failures"
msgstr "インベントリーの同期の失敗"
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr "展開"
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr "展開なし"
@@ -4389,11 +4452,11 @@ msgstr "ページ別の項目"
msgid "JOB ID:"
msgstr "ジョブ ID:"
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr "JSON"
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr "JSON タブ"
@@ -4411,20 +4474,20 @@ msgid "Job"
msgstr "ジョブ"
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr "ジョブキャンセルエラー"
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr "ジョブ削除エラー"
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr "ジョブ ID:"
@@ -4432,18 +4495,18 @@ msgstr "ジョブ ID:"
msgid "Job Runs"
msgstr "ジョブの実行"
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr "ジョブスライス"
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr "ジョブスライスの親"
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr "ジョブスライス"
@@ -4454,22 +4517,22 @@ msgstr "ジョブステータス"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr "ジョブタグ"
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr "ジョブテンプレート"
@@ -4494,23 +4557,23 @@ msgstr "ノードの作成時または編集時に、インベントリーまた
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr "ノードの作成時または編集時に、パスワードの入力を求める認証情報を持つジョブテンプレートを選択できない"
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr "ジョブタイプ"
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr "ジョブステータス"
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr "ジョブステータスのグラフタブ"
@@ -4520,10 +4583,10 @@ msgstr "ジョブステータスのグラフタブ"
msgid "Job templates"
msgstr "ジョブテンプレート"
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4570,7 +4633,7 @@ msgstr "キー選択"
msgid "Key typeahead"
msgstr "キー先行入力"
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr "キーワード"
@@ -4631,29 +4694,32 @@ msgstr "LDAP5"
msgid "Label"
msgstr ""
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr "ラベル名"
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr "ラベル"
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr "最終"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr "最後のヘルスチェック"
@@ -4666,27 +4732,27 @@ msgstr "最終ジョブステータス"
msgid "Last Login"
msgstr "前回のログイン"
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4697,15 +4763,15 @@ msgstr "最終更新日"
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr "姓"
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr "最終実行日時"
@@ -4717,15 +4783,15 @@ msgstr "最終実行"
msgid "Last job"
msgstr "最後のジョブ"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr "最終更新日"
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr "姓"
@@ -4733,23 +4799,23 @@ msgstr "姓"
msgid "Last used"
msgstr "最終使用日時"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr "起動"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr "管理ジョブの起動"
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr "テンプレートの起動"
@@ -4757,12 +4823,12 @@ msgstr "テンプレートの起動"
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr "管理ジョブの起動"
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr "テンプレートの起動"
@@ -4779,7 +4845,7 @@ msgstr "起動 | {0}"
msgid "Launched By"
msgstr "起動者"
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr "起動者 (ユーザー名)"
@@ -4806,14 +4872,14 @@ msgstr "Less than or equal to の比較条件"
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4840,7 +4906,7 @@ msgstr "ローカルタイムゾーン"
msgid "Local time zone"
msgstr "ローカルタイムゾーン"
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr "ログイン"
@@ -4853,13 +4919,13 @@ msgid "Logging settings"
msgstr "ロギング設定"
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr "ログアウト"
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr "ルックアップモーダル"
@@ -4885,7 +4951,7 @@ msgstr "直近の同期"
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr "マシンの認証情報"
@@ -4894,21 +4960,21 @@ msgid "Managed"
msgstr "管理"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr "管理ノード"
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr "管理ジョブ"
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr "管理ジョブ"
@@ -4917,8 +4983,8 @@ msgstr "管理ジョブ"
msgid "Management job"
msgstr "管理ジョブ"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr "管理ジョブの起動エラー"
@@ -4931,11 +4997,13 @@ msgid "Management jobs"
msgstr "管理ジョブ"
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5049,12 +5117,12 @@ msgstr "修正済み"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5072,12 +5140,12 @@ msgstr "修正済み"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5096,24 +5164,24 @@ msgid "Modified by (username)"
msgstr "変更者 (ユーザー名)"
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr "モジュール"
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr "モジュール引数"
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr "モジュール名"
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr "月"
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr "月曜"
@@ -5129,13 +5197,13 @@ msgstr "詳細情報"
msgid "More information for"
msgstr "詳細情報: "
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr "複数選択"
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr "複数選択"
@@ -5160,11 +5228,11 @@ msgstr "複数の選択オプション"
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5174,7 +5242,7 @@ msgstr "複数の選択オプション"
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5182,27 +5250,27 @@ msgstr "複数の選択オプション"
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5220,11 +5288,11 @@ msgstr "複数の選択オプション"
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5234,15 +5302,15 @@ msgstr "複数の選択オプション"
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5256,24 +5324,28 @@ msgstr "複数の選択オプション"
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5282,10 +5354,10 @@ msgstr "複数の選択オプション"
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5300,16 +5372,16 @@ msgstr "複数の選択オプション"
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5320,7 +5392,7 @@ msgstr "複数の選択オプション"
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5331,13 +5403,13 @@ msgstr "複数の選択オプション"
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5346,15 +5418,15 @@ msgstr "複数の選択オプション"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5372,11 +5444,11 @@ msgstr "名前"
msgid "Name cannot be changed on this Instance Group"
msgstr ""
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr "ナビゲーション"
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5391,15 +5463,15 @@ msgstr "未更新"
msgid "Never expires"
msgstr "期限切れなし"
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr "新規"
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5412,12 +5484,12 @@ msgstr "次へ"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr "次回実行日時"
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr "不可"
@@ -5430,7 +5502,7 @@ msgstr "一致するホストがありません"
msgid "No Hosts Remaining"
msgstr "残りのホストがありません"
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr "JSON は利用できません"
@@ -5438,11 +5510,11 @@ msgstr "JSON は利用できません"
msgid "No Jobs"
msgstr "ジョブはありません"
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr "標準エラーは利用できません"
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr "標準出力は利用できません"
@@ -5458,7 +5530,7 @@ msgstr "項目は見つかりません。"
msgid "No job data available"
msgstr "利用可能なジョブデータがありません。"
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr "結果が見つかりません"
@@ -5469,15 +5541,15 @@ msgstr "結果が見つかりません"
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5505,8 +5577,14 @@ msgid "Node Alias"
msgstr "ノードのエイリアス"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr "ノードタイプ"
@@ -5546,7 +5624,7 @@ msgstr "設定されていません"
msgid "Not configured for inventory sync."
msgstr "インベントリーの同期に設定されていません。"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
@@ -5593,7 +5671,7 @@ msgstr "通知の色"
msgid "Notification Template not found."
msgstr "通知テンプレートテストは見つかりません。"
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5628,7 +5706,7 @@ msgid "Notification type"
msgstr "通知タイプ"
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5647,6 +5725,7 @@ msgstr "通知"
msgid "November"
msgstr "11 月"
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5654,7 +5733,7 @@ msgid "OK"
msgstr "OK"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr "実行回数"
@@ -5666,14 +5745,14 @@ msgstr "10 月"
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr "オフ"
@@ -5682,14 +5761,14 @@ msgstr "オフ"
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr "オン"
@@ -5708,7 +5787,7 @@ msgstr "障害発生時"
msgid "On Success"
msgstr "成功時"
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr "指定日"
@@ -5716,7 +5795,7 @@ msgstr "指定日"
msgid "On days"
msgstr "曜日"
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr "グループ化のみ"
@@ -5741,7 +5820,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr "必要に応じて、ステータスの更新を Webhook サービスに送信しなおすのに使用する認証情報を選択します。"
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5750,9 +5829,9 @@ msgstr "必要に応じて、ステータスの更新を Webhook サービスに
msgid "Options"
msgstr "オプション"
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr "順序"
@@ -5764,22 +5843,22 @@ msgstr "順序"
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5790,8 +5869,8 @@ msgstr "順序"
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5812,8 +5891,8 @@ msgid "Organization not found."
msgstr "組織が見つかりません。"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -5898,7 +5977,7 @@ msgstr "パンライト"
msgid "Pan Up"
msgstr "パンアップ"
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr "追加のコマンドライン変更を渡します。2 つの Ansible コマンドラインパラメーターがあります。"
@@ -5914,7 +5993,7 @@ msgstr "追加のコマンドライン変数を Playbook に渡します。こ
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr "追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars コマンドラインパラメーターです。YAML または JSON のいずれかを使用してキーと値のペアを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -5923,24 +6002,24 @@ msgstr "追加のコマンドライン変数を Playbook に渡します。こ
msgid "Password"
msgstr "パスワード"
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr "過去 24 時間"
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr "過去 1 ヵ月"
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr "過去 2 週間"
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr "過去 1 週間"
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr "保留中"
@@ -5949,11 +6028,11 @@ msgstr "保留中"
msgid "Pending Workflow Approvals"
msgstr "保留中のワークフロー承認"
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr "保留中の削除"
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr "検索を実行して、ホストフィルターを定義します。"
@@ -5966,7 +6045,7 @@ msgstr "パーソナルアクセストークン"
msgid "Personal access token"
msgstr "パーソナルアクセストークン"
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr "プレイ"
@@ -5979,14 +6058,14 @@ msgid "Play Started"
msgstr "プレイの開始"
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr "Playbook"
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr "Playbook チェック"
@@ -5994,16 +6073,16 @@ msgstr "Playbook チェック"
msgid "Playbook Complete"
msgstr "Playbook の完了"
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr "Playbook ディレクトリー"
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr "Playbook 実行"
@@ -6018,7 +6097,7 @@ msgstr "Playbook の開始"
msgid "Playbook name"
msgstr "Playbook 名"
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr "Playbook 実行"
@@ -6058,7 +6137,7 @@ msgstr "値を入力してください。"
msgid "Please log in"
msgstr "ログインしてください"
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr "ジョブを実行してこのリストに入力してください。"
@@ -6074,7 +6153,7 @@ msgstr "インベントリーを選択するか、または起動プロンプト
msgid "Please select an end date/time that comes after the start date/time."
msgstr "開始日時より後の終了日時を選択してください。"
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr "組織を選択してからホストフィルターを編集します。"
@@ -6083,7 +6162,9 @@ msgid "Pod spec override"
msgstr "Pod 仕様の上書き"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr "ポリシータイプ"
@@ -6102,7 +6183,7 @@ msgstr "ポリシーインスタンスの割合"
msgid "Populate field from an external secret management system"
msgstr "外部のシークレット管理システムからフィールドにデータを入力します"
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
@@ -6131,14 +6212,14 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr "Enter キーを押して編集します。編集を終了するには、ESC キーを押します。"
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr "スペースまたは Enter キーを押してドラッグを開始し、矢印キーを使用して上下に移動します。Enter キーを押してドラッグを確認するか、その他のキーを押してドラッグ操作をキャンセルします。"
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr "スペースまたは Enter キーを押してドラッグを開始し、矢印キーを使用して上下に移動します。Enter キーを押してドラッグを確認するか、その他のキーを押してドラッグ操作をキャンセルします。"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr "プレビュー"
@@ -6157,27 +6238,31 @@ msgstr "権限昇格"
msgid "Privilege escalation password"
msgstr "権限昇格のパスワード"
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr "プロジェクト"
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr "プロジェクトのベースパス"
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr ""
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6201,8 +6286,8 @@ msgid "Project sync failures"
msgstr "プロジェクトの同期の失敗"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6214,7 +6299,7 @@ msgstr "プロジェクトの同期の失敗"
msgid "Projects"
msgstr "プロジェクト"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr "子グループおよびホストのプロモート"
@@ -6223,13 +6308,13 @@ msgstr "子グループおよびホストのプロモート"
msgid "Prompt"
msgstr "プロンプト"
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr "プロンプトオーバーライド"
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr "起動プロンプト"
@@ -6237,7 +6322,7 @@ msgstr "起動プロンプト"
msgid "Prompt | {0}"
msgstr "プロンプト | {0}"
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr "プロンプト値"
@@ -6263,7 +6348,7 @@ msgstr "Playbook によって管理されるか、またはその影響を受け
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr "このフィールドに値を入力するか、起動プロンプトを表示するオプションを選択します。"
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
@@ -6282,12 +6367,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr "Red Hat または Red Hat Satellite の認証情報を提供して、Insights for Ansible Automation Platform を有効にします。"
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr "プロビジョニングコールバック URL"
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr "プロビジョニングコールバックの詳細"
@@ -6316,7 +6401,9 @@ msgid "RADIUS settings"
msgstr "RADIUS 設定"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr "メモリー {0}"
@@ -6324,26 +6411,26 @@ msgstr "メモリー {0}"
msgid "Read"
msgstr "読み込み"
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr "最近のジョブ"
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr "最近の求人リストタブ"
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr "最近のテンプレート"
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr "最近のテンプレートリストタブ"
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr "最近のジョブ"
@@ -6439,7 +6526,7 @@ msgstr "一致するホスト名のみがインポートされる正規表現。
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr "関連するグループ"
@@ -6457,9 +6544,9 @@ msgid "Related search type typeahead"
msgstr "関連する検索タイプの先行入力"
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr "再起動"
@@ -6495,10 +6582,10 @@ msgstr "ホストパラメーターを使用した再起動"
msgid "Remote Archive"
msgstr "リモートアーカイブ"
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr "削除"
@@ -6514,7 +6601,7 @@ msgstr "リンクの削除"
#~ msgid "Remove Node"
#~ msgstr "ノードの削除"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr ""
@@ -6535,8 +6622,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr "このリンクを削除すると、ブランチの残りの部分が孤立し、起動直後に実行します。"
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr "並べ替え"
+#~ msgid "Reorder"
+#~ msgstr "並べ替え"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6571,13 +6658,13 @@ msgstr "リソース名"
msgid "Resource deleted"
msgstr "リソースが削除されました"
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr "リソース"
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr "リソースがこのテンプレートにありません。"
@@ -6593,10 +6680,10 @@ msgstr "ホスト変数の指定された辞書から有効な状態を取得し
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr "戻る"
@@ -6643,7 +6730,7 @@ msgstr "設定を元に戻す"
msgid "Revert to factory default."
msgstr "工場出荷時のデフォルトに戻します。"
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6661,7 +6748,7 @@ msgstr "Rocket.Chat"
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6672,7 +6759,7 @@ msgstr "ロール"
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6690,14 +6777,15 @@ msgid "Run"
msgstr "実行"
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr "コマンドの実行"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr "インスタンスでのヘルスチェック実行"
@@ -6717,7 +6805,7 @@ msgstr "実行する間隔"
msgid "Run frequency"
msgstr "実行頻度"
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr "実行:"
@@ -6725,8 +6813,8 @@ msgstr "実行:"
msgid "Run type"
msgstr "実行タイプ"
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6738,8 +6826,9 @@ msgstr "実行中のハンドラー"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr "実行中のジョブ"
@@ -6755,7 +6844,7 @@ msgstr "SAML"
msgid "SAML settings"
msgstr "SAML 設定"
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr "SCM 更新"
@@ -6785,12 +6874,12 @@ msgstr "開始"
msgid "STATUS:"
msgstr "ステータス:"
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr "土"
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr "土曜"
@@ -6807,7 +6896,7 @@ msgstr "土曜"
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -6855,8 +6944,8 @@ msgstr "スケジュールが見つかりません。"
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -6901,37 +6990,37 @@ msgstr "前にスクロール"
msgid "Search"
msgstr "検索"
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr "ジョブの実行中は検索が無効になっています"
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr "検索送信ボタン"
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr "テキスト入力の検索"
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr "第 2"
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr "秒"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr "左側のエラーを参照してください"
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -6943,19 +7032,19 @@ msgstr "認証情報タイプの選択"
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr "グループの選択"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr "ホストの選択"
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr "入力の選択"
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr "インスタンスの選択"
@@ -7034,7 +7123,7 @@ msgstr "Playbook の選択"
msgid "Select a project before editing the execution environment."
msgstr "実行環境を編集する前にプロジェクトを選択してください。"
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr "削除する質問を選択してください"
@@ -7051,7 +7140,7 @@ msgstr "削除する行の選択"
msgid "Select a row to deny"
msgstr "拒否する行の選択"
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr "関連付けを解除する行の選択"
@@ -7097,7 +7186,7 @@ msgstr "このフィールドの値の選択"
msgid "Select a webhook service."
msgstr "Webhook サービスを選択します。"
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr "すべて選択"
@@ -7114,7 +7203,7 @@ msgstr "インスタンスの選択"
msgid "Select an instance and a metric to show chart"
msgstr "グラフを表示するインスタンスとメトリクスを選択します"
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr "ヘルスチェックを実行するインスタンスを選択します。"
@@ -7139,7 +7228,7 @@ msgid ""
"credential(s) become the defaults that can be updated at run time."
msgstr "このジョブが実行されるノードへのアクセスを許可する認証情報を選択します。各タイプにつき 1 つの認証情報のみを選択できます。マシンの認証情報 (SSH) については、認証情報を選択せずに「起動プロンプト」を選択すると、実行時にマシン認証情報を選択する必要があります。認証情報を選択し、「起動プロンプト」にチェックを付けている場合は、選択した認証情報が実行時に更新できるデフォルトになります。"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
@@ -7150,8 +7239,8 @@ msgstr "プロジェクトのベースパスにあるデイレクトリーの一
msgid "Select items from list"
msgstr "リストから項目の選択"
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr "ジョブタイプの選択"
@@ -7175,8 +7264,8 @@ msgstr "適用するロールの選択"
msgid "Select source path"
msgstr "ソースパスの選択"
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr "状態の選択"
@@ -7253,7 +7342,7 @@ msgstr "このジョブで実行する Playbook が含まれるプロジェク
msgid "Select your Ansible Automation Platform subscription to use."
msgstr "使用する Ansible Automation Platform サブスクリプションを選択します。"
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr "{0} の選択"
@@ -7264,23 +7353,24 @@ msgstr "{0} の選択"
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7292,10 +7382,10 @@ msgstr "{0} の選択"
msgid "Selected"
msgstr "選択済み"
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr "選択したカテゴリー"
@@ -7381,10 +7471,10 @@ msgstr "設定は工場出荷時のデフォルトと一致します。"
msgid "Setting name"
msgstr "名前の設定"
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr "設定"
@@ -7394,10 +7484,10 @@ msgid "Show"
msgstr "表示"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr "変更の表示"
@@ -7420,58 +7510,58 @@ msgstr "簡易表示"
msgid "Show only root groups"
msgstr "root グループのみを表示"
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr "Azure AD でサインイン"
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr "GitHub でサインイン"
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr "GitHub Enterprise でサインイン"
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr "GitHub Enterprise 組織でサインイン"
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr "GitHub Enterprise チームでサインイン"
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr "GitHub 組織でサインイン"
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr "GitHub チームでサインイン"
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr "Google でサインイン"
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr "SAML でサインイン"
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr "SAML {samlIDP} でサインイン"
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr "簡易キー選択"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr "スキップタグ"
@@ -7497,16 +7587,20 @@ msgstr "スキップタグは、Playbook のサイズが大きい場合にプレ
msgid "Skipped"
msgstr "スキップ済"
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr ""
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr "Slack"
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr "スマートインベントリー"
@@ -7514,7 +7608,7 @@ msgstr "スマートインベントリー"
msgid "Smart Inventory not found."
msgstr "スマートインベントリーは見つかりません。"
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr "スマートホストフィルター"
@@ -7523,7 +7617,7 @@ msgstr "スマートホストフィルター"
msgid "Smart inventory"
msgstr "スマートインベントリー"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr "前のステップのいくつかにエラーがあります"
@@ -7540,28 +7634,28 @@ msgstr "この認証情報およびメタデータをテストする要求で問
msgid "Something went wrong..."
msgstr "問題が発生しました..."
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr "並び替え"
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr "ソース"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7571,7 +7665,7 @@ msgstr "ソースコントロールブランチ"
msgid "Source Control Branch/Tag/Commit"
msgstr "ソースコントロールブランチ/タグ/コミット"
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7581,7 +7675,7 @@ msgstr "ソースコントロール認証情報"
msgid "Source Control Credential Type"
msgstr "ソースコントロール認証情報タイプ"
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7591,13 +7685,13 @@ msgstr "ソースコントロールの Refspec"
msgid "Source Control Revision"
msgstr "ソースコントロールの改訂"
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr "ソースコントロールのタイプ"
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7607,10 +7701,10 @@ msgstr "ソースコントロールのタイプ"
msgid "Source Control URL"
msgstr "ソースコントロールの URL"
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr "ソースコントロールの更新"
@@ -7618,12 +7712,12 @@ msgstr "ソースコントロールの更新"
msgid "Source Phone Number"
msgstr "発信元の電話番号"
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr "ソース変数"
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr "ソースワークフローのジョブ"
@@ -7673,30 +7767,30 @@ msgstr "トークンのアクセスのスコープを指定"
msgid "Specify the conditions under which this node should be executed"
msgstr "このノードを実行する条件を指定"
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr "標準エラー"
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr "標準出力"
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr "標準エラータブ"
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr "標準出力タブ"
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr "開始"
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr "開始時間"
@@ -7731,26 +7825,30 @@ msgstr "同期ソースの開始"
msgid "Start time"
msgstr "開始時間"
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr "開始"
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -7823,9 +7921,9 @@ msgstr "サブスクリプションテーブル"
msgid "Subversion"
msgstr "Subversion"
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr "成功"
@@ -7839,14 +7937,14 @@ msgstr "成功メッセージ"
msgid "Success message body"
msgstr "成功メッセージボディー"
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr "成功"
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr "成功ジョブ"
@@ -7860,7 +7958,7 @@ msgid "Sun"
msgstr "日"
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr "日曜"
@@ -7871,23 +7969,23 @@ msgstr "日曜"
msgid "Survey"
msgstr "Survey"
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr "Survey の無効化"
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr "Survey の有効化"
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr "Survey 質問の順序"
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr "Survey の切り替え"
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr "Survey プレビューモーダル"
@@ -7968,7 +8066,7 @@ msgid "TACACS+ settings"
msgstr "TACACS+ 設定"
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr "タブ"
@@ -8006,7 +8104,7 @@ msgstr "アノテーションのタグ (オプション)"
msgid "Target URL"
msgstr "ターゲット URL"
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr "タスク"
@@ -8026,7 +8124,7 @@ msgstr "タスク"
msgid "Team"
msgstr "チーム"
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr "チームロール"
@@ -8037,8 +8135,8 @@ msgstr "チームが見つかりません。"
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8067,8 +8165,8 @@ msgstr "更新が見つかりません。"
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8088,11 +8186,11 @@ msgstr "テスト"
msgid "Test External Credential"
msgstr "外部認証情報のテスト"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr "テスト通知"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr "テスト通知"
@@ -8101,7 +8199,7 @@ msgid "Test passed"
msgstr "テストに成功"
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr "テキスト"
@@ -8117,7 +8215,7 @@ msgstr "Textarea"
msgid "That value was not found. Please enter or select a valid value."
msgstr "値が見つかりませんでした。有効な値を入力または選択してください。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr "その"
@@ -8158,12 +8256,13 @@ msgstr "この組織内のジョブに使用される実行環境。これは、
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr "このプロジェクトを使用するジョブで使用される実行環境。これは、実行環境がジョブテンプレートまたはワークフローレベルで明示的に割り当てられていない場合のフォールバックとして使用されます。"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
"explicitly assigning a different one to this job template."
-msgstr "このジョブテンプレートを起動するときに使用される実行環境。\n"
+msgstr ""
+"このジョブテンプレートを起動するときに使用される実行環境。\n"
"解決された実行環境は、このジョブテンプレートに別の環境を明示的に割り当てることで上書きできます。"
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:73
@@ -8231,7 +8330,7 @@ msgid ""
"etc.). Variable names with spaces are not allowed."
msgstr "アンダースコアで区切った小文字のみを使用する変数名が推奨の形式となっています (foo_bar、user_id、host_name など)。変数名にスペースを含めることはできません。"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8277,7 +8376,7 @@ msgstr "これらの引数は、指定されたモジュールで使用されま
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr "これらの引数は、指定されたモジュールで使用されます。クリックすると {0} の情報を表示できます。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr "第 3"
@@ -8299,19 +8398,19 @@ msgstr "このアクションにより、このユーザーのすべてのロー
msgid "This action will disassociate the following role from {0}:"
msgstr "このアクションにより、{0} から次のロールの関連付けが解除されます:"
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr "このアクションにより、以下の関連付けが解除されます。"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr "このコンテナーグループは、現在他のリソースで使用されています。削除してもよろしいですか?"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr "この認証情報は、現在他のリソースで使用されています。削除してもよろしいですか?"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr "この認証タイプは、現在一部の認証情報で使用されているため、削除できません"
@@ -8342,11 +8441,11 @@ msgstr "この機能は非推奨となり、今後のリリースで削除され
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr "有効な変数が設定されていない限り、このフィールドは無視されます。有効な変数がこの値と一致すると、インポート時にこのホストが有効になります。"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr "このフィールドには空白を指定できない"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr "このフィールドには空白を指定できません。"
@@ -8428,11 +8527,11 @@ msgstr "このインスタンスグループは、現在他のリソースで使
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr "このインベントリーが、このワークフロー ({0}) 内の、インベントリーをプロンプトするすべてのワークフローノードに適用されます。"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr "このインベントリーは、現在他のリソースで使用されています。削除してもよろしいですか?"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr "このインベントリーソースは、現在それに依存している他のリソースで使用されています。削除してもよろしいですか?"
@@ -8444,11 +8543,11 @@ msgstr "クライアントシークレットが表示されるのはこれだけ
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr "この時だけ唯一、トークンの値と、関連する更新トークンの値が表示されます。"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "このジョブテンプレートは、現在他のリソースで使用されています。削除してもよろしいですか?"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr "この組織は、現在他のリソースで使用されています。削除してもよろしいですか?"
@@ -8486,21 +8585,21 @@ msgstr "これにより、このページのすべての設定値が出荷時の
msgid "This workflow does not have any nodes configured."
msgstr "このワークフローには、ノードが構成されていません。"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "このワークフロージョブテンプレートは、現在他のリソースによって使用されています。削除してもよろしいですか?"
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr "木"
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr "木曜"
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8529,10 +8628,10 @@ msgstr "インベントリーの同期が最新の状態であることを判別
msgid "Timed out"
msgstr "タイムアウト"
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8547,10 +8646,14 @@ msgid "Timeout seconds"
msgstr "タイムアウトの秒"
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
-msgstr "Survey の質問を再読み込みするには、目的の場所にドラッグアンドドロップします。"
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr "Survey の質問を再読み込みするには、目的の場所にドラッグアンドドロップします。"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
+msgstr ""
+
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr "凡例の切り替え"
@@ -8558,16 +8661,16 @@ msgstr "凡例の切り替え"
msgid "Toggle Password"
msgstr "パスワードの切り替え"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr "ツールの切り替え"
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr "ホストの切り替え"
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr "インスタンスの切り替え"
@@ -8576,19 +8679,19 @@ msgstr "インスタンスの切り替え"
msgid "Toggle legend"
msgstr "凡例の切り替え"
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr "通知承認の切り替え"
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr "通知失敗の切り替え"
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr "通知開始の切り替え"
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr "通知成功の切り替え"
@@ -8629,18 +8732,19 @@ msgstr "トークン"
msgid "Tools"
msgstr "ツール"
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr "トップページネーション"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr "ジョブの合計"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr "ノードの合計"
@@ -8659,13 +8763,13 @@ msgid "Track submodules latest commit on branch"
msgstr "ブランチでのサブモジュールの最新のコミットを追跡する"
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr "トライアル"
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -8675,12 +8779,12 @@ msgstr "トライアル"
msgid "True"
msgstr "True"
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr "火"
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr "火曜"
@@ -8689,17 +8793,17 @@ msgstr "火曜"
msgid "Twilio"
msgstr "Twilio"
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -8708,22 +8812,22 @@ msgstr "Twilio"
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -8763,19 +8867,21 @@ msgstr "ホストのインベントリーを変更できません。"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr "利用不可"
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr "未定義"
+#~ msgid "Undefined"
+#~ msgstr "未定義"
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr "元に戻す"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr "フォロー解除"
@@ -8783,6 +8889,7 @@ msgstr "フォロー解除"
msgid "Unlimited"
msgstr "制限なし"
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -8867,7 +8974,9 @@ msgid ""
msgstr "カスタムメッセージを使用して、ジョブの開始時、成功時、または失敗時に送信する通知内容を変更します。波括弧を使用してジョブに関する情報にアクセスします:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr "使用済み容量"
@@ -8877,6 +8986,9 @@ msgstr "使用済み容量"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr "使用済み容量"
@@ -8884,7 +8996,7 @@ msgstr "使用済み容量"
msgid "User"
msgstr "ユーザー"
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr "ユーザーの詳細"
@@ -8897,7 +9009,7 @@ msgstr "ユーザーインターフェース"
msgid "User Interface settings"
msgstr "ユーザーインターフェースの設定"
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr "ユーザーロール"
@@ -8917,7 +9029,7 @@ msgstr "ユーザーアナリティクス"
msgid "User and Insights analytics"
msgstr "ユーザーと Insights のアナリティクス"
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr "エラーの詳細"
@@ -8933,7 +9045,7 @@ msgstr "ユーザートークン"
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -8945,8 +9057,8 @@ msgstr "ユーザートークン"
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -8958,11 +9070,11 @@ msgstr "ユーザー名 / パスワード"
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -8972,26 +9084,26 @@ msgstr "ユーザー"
msgid "VMware vCenter"
msgstr "VMware vCenter"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9015,14 +9127,14 @@ msgstr "詳細"
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr "詳細"
@@ -9056,7 +9168,11 @@ msgstr "Google OAuth 2.0 設定の表示"
msgid "View Host Details"
msgstr "ホストの詳細の表示"
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr ""
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9275,13 +9391,13 @@ msgstr "ノードの詳細の表示"
msgid "View smart inventory host details"
msgstr "スマートインベントリーホストの詳細の表示"
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr "ビュー"
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr "ビジュアライザー"
@@ -9290,8 +9406,8 @@ msgstr "ビジュアライザー"
msgid "WARNING:"
msgstr "警告:"
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr "待機中"
@@ -9321,7 +9437,7 @@ msgstr "Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr "Webhook の認証情報"
@@ -9332,7 +9448,7 @@ msgstr "Webhook の認証情報"
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9340,7 +9456,7 @@ msgstr "Webhook キー"
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9348,15 +9464,15 @@ msgstr "Webhook サービス"
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr "Webhook URL"
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr "Webhook の詳細"
@@ -9375,12 +9491,12 @@ msgstr "Webhook サービスは、これを共有シークレットとして使
msgid "Webhooks"
msgstr "Webhook"
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr "水"
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr "水曜"
@@ -9388,11 +9504,11 @@ msgstr "水曜"
msgid "Week"
msgstr "週"
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr "平日"
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr "週末"
@@ -9432,8 +9548,8 @@ msgstr "ワークフローの承認"
msgid "Workflow Approval not found."
msgstr "ワークフローの承認が見つかりません。"
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9441,18 +9557,18 @@ msgstr "ワークフローの承認が見つかりません。"
msgid "Workflow Approvals"
msgstr "ワークフローの承認"
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr "ワークフロージョブ"
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9547,7 +9663,7 @@ msgstr "YAML:"
msgid "Year"
msgstr "年"
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr "可"
@@ -9571,7 +9687,7 @@ msgstr "次のグループを削除する権限がありません: {itemsUnableT
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr "{pluralizedItemName} を削除するパーミッションがありません: {itemsUnableToDelete}"
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr "以下の関連付けを解除する権限がありません: {itemsUnableToDisassociate}"
@@ -9585,7 +9701,7 @@ msgstr "メッセージにはいくつかの可能な変数を適用できます
msgid "Your session has expired. Please log in to continue where you left off."
msgstr "セッションの期限が切れました。中断したところから続行するには、ログインしてください。"
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr "セッションの有効期限が近づいています"
@@ -9597,12 +9713,12 @@ msgstr "ズームイン"
msgid "Zoom Out"
msgstr "ズームアウト"
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr "新規 Webhook キーは保存時に生成されます。"
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr "新規 Webhook URL は保存時に生成されます。"
@@ -9629,7 +9745,7 @@ msgstr "削除のキャンセル"
msgid "cancel edit login redirect"
msgstr "ログインリダイレクトの編集をキャンセルする"
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr "コマンド"
@@ -9638,7 +9754,7 @@ msgstr "コマンド"
msgid "confirm delete"
msgstr "削除の確認"
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr "関連付けの解除の確認"
@@ -9647,7 +9763,7 @@ msgstr "関連付けの解除の確認"
msgid "confirm edit login redirect"
msgstr "ログインリダイレクトの編集を確認"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr "削除エラー"
@@ -9655,7 +9771,7 @@ msgstr "削除エラー"
msgid "denied"
msgstr "拒否"
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr "関連付けの解除"
@@ -9665,14 +9781,14 @@ msgstr "関連付けの解除"
msgid "documentation"
msgstr "ドキュメント"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -9701,7 +9817,7 @@ msgstr "ここ"
msgid "here."
msgstr "ここ"
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr "ホスト"
@@ -9726,11 +9842,11 @@ msgid "new choice"
msgstr "新しい選択"
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr "/"
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr "以下へのオプション:"
@@ -9747,7 +9863,7 @@ msgid "per page"
msgstr "ページ別"
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr "ジョブの再起動"
@@ -9788,7 +9904,7 @@ msgstr "システム"
msgid "timed out"
msgstr "タイムアウト"
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr "変更の切り替え"
@@ -9804,15 +9920,15 @@ msgstr "ワークフロージョブテンプレートの Wbhook キー"
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr "{0, plural, one {# 件のソースが同期に失敗。} other {# 件のソースが同期に失敗。}}"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr "{0, plural, one {以下のグループを本当に削除してもよろしいですか?} other {以下のグループを本当に削除してもよろしいですか?}}"
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr "{0, plural, one {クリックして選択したインスタンスでヘルスチェックを実行します。} other {クリックして選択したインスタンスでヘルスチェックを実行します。}}"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {グループを削除しますか?} other {グループを削除しますか?}}"
@@ -9828,7 +9944,7 @@ msgstr "{0, plural, one {以下のインスタンスグループは削除でき
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr "{0, plural, one {インベントリーは、最後の削除が処理されるまで保留の状態になります。} other {インベントリーは、最後の削除が処理されるまで保留の状態になります。}}"
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr "{0, plural, one {選択したジョブは、パーミッションが十分でないか、ジョブステータスが実行中であるため削除できません。} other {選択したジョブは、パーミッションが十分でないか、ジョブステータスが実行中であるため削除できません。}}"
@@ -9905,10 +10021,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr "{dateStr} (<0>{username}0> による)"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr "{forks, plural, one {フォーク#個} other {フォーク#個}}"
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr ""
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr "{intervalValue, plural, one {日} other {日}}"
@@ -9949,7 +10071,7 @@ msgstr "{minutes} 分 {seconds} 秒"
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr "{numJobsToCancel, plural, one {ジョブのキャンセル} other {ジョブのキャンセル}}"
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr "{numJobsToCancel, plural, one {このアクションを実行すると、以下のジョブがキャンセルされます:} other {このアクションを実行すると、以下のジョブがキャンセルされます:}}"
@@ -9961,6 +10083,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} 一覧"
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr "{sessionCountdown, plural, one {アクティブではない状態が続いているので # 秒でログアウトされます} other {アクティブではない状態が続いているので # 秒でログアウトされます}}"
diff --git a/awx/ui/src/locales/nl/messages.po b/awx/ui/src/locales/nl/messages.po
index 07fa8e5bcb..531f6100df 100644
--- a/awx/ui/src/locales/nl/messages.po
+++ b/awx/ui/src/locales/nl/messages.po
@@ -4,7 +4,13 @@ msgstr ""
"Mime-Version: 1.0\n"
"Language: nl\n"
"Content-Type: text/plain; charset=UTF-8\n"
-
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:43
msgid "(Limited to first 10)"
@@ -16,7 +22,7 @@ msgstr "(Beperkt tot de eerste 10)"
msgid "(Prompt on launch)"
msgstr "(Melding bij opstarten)"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr "* Dit veld wordt met behulp van de opgegeven referentie opgehaald uit een extern geheimbeheersysteem."
@@ -126,12 +132,12 @@ msgstr "API-token"
msgid "API service/integration key"
msgstr "Service-/integratiesleutel API"
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr "Over"
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -166,74 +172,75 @@ msgstr "Accounttoken"
msgid "Action"
msgstr "Actie"
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr "Acties"
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -241,7 +248,7 @@ msgstr "Acties"
msgid "Activity"
msgstr "Activiteit"
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -345,12 +352,12 @@ msgstr "Gebruikersmachtigingen toevoegen"
msgid "Add workflow template"
msgstr "Workflowsjabloon toevoegen"
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr "Beheer"
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr "Geavanceerd"
@@ -371,7 +378,7 @@ msgid ""
"like the Ansible inventory .ini file format."
msgstr "Na iedere projectupdate waarbij de SCM-revisie verandert, dient het inventaris vernieuwd te worden vanuit de geselecteerde bron voordat de opdrachten die bij de taak horen uitgevoerd worden. Dit is bedoeld voor statische content, zoals .ini, het inventarisbestandsformaat van Ansible."
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr "Na aantal voorvallen"
@@ -380,18 +387,18 @@ msgid "Alert modal"
msgstr "Waarschuwingsmodus"
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr "Alle"
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr "Alle taaktypen"
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr "Alle taken"
@@ -449,7 +456,7 @@ msgstr "Antwoordtype"
msgid "Answer variable name"
msgstr "Antwoord naam variabele"
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr "Iedere"
@@ -479,7 +486,7 @@ msgid "Application not found."
msgstr "Toepassing niet gevonden."
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -488,12 +495,12 @@ msgstr "Toepassing niet gevonden."
msgid "Applications"
msgstr "Toepassingen"
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr "Toepassingen en tokens"
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -502,9 +509,9 @@ msgstr "Goedkeuring"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr "Goedkeuring"
@@ -548,7 +555,7 @@ msgstr "Weet u zeker dat u de workflowcreator wil verlaten zonder uw wijzigingen
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr "Weet u zeker dat u alle knooppunten in deze workflow wilt verwijderen?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr "Weet u zeker dat u het onderstaande knooppunt wilt verwijderen:"
@@ -556,7 +563,7 @@ msgstr "Weet u zeker dat u het onderstaande knooppunt wilt verwijderen:"
msgid "Are you sure you want to remove this link?"
msgstr "Weet u zeker dat u deze link wilt verwijderen?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr "Weet u zeker dat u dit knooppunt wilt verwijderen?"
@@ -568,7 +575,7 @@ msgstr "Weet u zeker dat u de {0} toegang vanuit {1} wilt verwijderen? Als u da
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr "Weet u zeker dat u de {0} toegang vanuit {username} wilt verwijderen?"
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr "Weet u zeker dat u het verzoek om deze taak te annuleren in wilt dienen?"
@@ -577,11 +584,11 @@ msgstr "Weet u zeker dat u het verzoek om deze taak te annuleren in wilt dienen?
msgid "Arguments"
msgstr "Argumenten"
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr "Artefacten"
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr "Associate"
@@ -617,7 +624,9 @@ msgid "Authorization grant type"
msgstr "Type authenticatieverlening"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr "Auto"
@@ -664,6 +673,7 @@ msgid "Back to Instance Groups"
msgstr "Terug naar instantiegroepen"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr "Terug naar instanties"
@@ -697,9 +707,9 @@ msgstr "Terug naar schema's"
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -753,7 +763,7 @@ msgstr "Terug naar instantiegroepen"
msgid "Back to management jobs"
msgstr "Terug naar beheerderstaken"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -791,12 +801,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr "Standaard verzamelen wij analytische gegevens over het gebruik van de service en sturen deze door naar Red Hat. Er zijn twee categorieën gegevens die door de service worden verzameld. Zie voor meer informatie <0>deze Tower-documentatiepagina0>. Schakel de volgende vakjes uit om deze functie uit te schakelen."
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr "CPU {0}"
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -816,13 +828,13 @@ msgstr "Cache time-out (seconden)"
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -832,7 +844,7 @@ msgstr "Cache time-out (seconden)"
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -847,11 +859,11 @@ msgstr "Cache time-out (seconden)"
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -859,14 +871,14 @@ msgstr "Cache time-out (seconden)"
msgid "Cancel"
msgstr "Annuleren"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr "Synchronisatie van inventarisbron annuleren"
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr "Taak annuleren"
@@ -875,13 +887,13 @@ msgstr "Taak annuleren"
msgid "Cancel Project Sync"
msgstr "Projectsynchronisatie annuleren"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr "Synchronisatie annuleren"
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr "Taak annuleren"
@@ -893,12 +905,12 @@ msgstr "Linkwijzigingen annuleren"
msgid "Cancel link removal"
msgstr "Verwijdering van link annuleren"
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr "Opzoeken annuleren"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr "Verwijdering van knooppunt annuleren"
@@ -919,20 +931,20 @@ msgid "Cancel subscription edit"
msgstr "Abonnement bewerken annuleren"
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr "Annuleren {0}"
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr "Geannuleerd"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
@@ -944,8 +956,11 @@ msgid "Capacity"
msgstr "Capaciteit"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr "Capaciteitsaanpassing"
@@ -969,13 +984,15 @@ msgstr "Hoofdletterongevoelige versie van regex."
msgid "Case-insensitive version of startswith."
msgstr "Hoofdletterongevoelige versie van startswith."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
-msgstr "Wijzig PROJECTS_ROOT bij het uitrollen van\n"
+msgstr ""
+"Wijzig PROJECTS_ROOT bij het uitrollen van\n"
"{brandName} om deze locatie te wijzigen."
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr "Gewijzigd"
@@ -1067,7 +1084,7 @@ msgstr "Opschonen"
msgid "Clear"
msgstr "Wissen"
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr "Alle filters wissen"
@@ -1096,7 +1113,7 @@ msgstr "Klik op deze knop om de verbinding met het geheimbeheersysteem te verifi
msgid "Click to create a new link to this node."
msgstr "Klik om een nieuwe link naar dit knooppunt te maken."
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr "Klik op om de volgorde van de enquêtevragen te wijzigen"
@@ -1130,7 +1147,7 @@ msgstr "Clientgeheim"
msgid "Client type"
msgstr "Type client"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr "Sluiten"
@@ -1147,9 +1164,13 @@ msgstr "Cloud"
msgid "Collapse"
msgstr "Samenvouwen"
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr ""
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr "Opdracht"
@@ -1161,7 +1182,7 @@ msgstr "Compliant"
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr "Gelijktijdige taken"
@@ -1172,7 +1193,7 @@ msgid "Confirm"
msgstr "Bevestigen"
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr "Verwijderen bevestigen"
@@ -1204,7 +1225,7 @@ msgstr "Loskoppelen bevestigen"
msgid "Confirm link removal"
msgstr "Link verwijderen bevestigen"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr "Knooppunt verwijderen bevestigen"
@@ -1220,7 +1241,7 @@ msgstr "Alles terugzetten bevestigen"
msgid "Confirm selection"
msgstr "Selectie bevestigen"
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr "Containergroep"
@@ -1239,10 +1260,15 @@ msgstr "Containergroep niet gevonden."
msgid "Content Loading"
msgstr "Inhoud laden"
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr "Doorgaan"
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr ""
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1261,7 +1287,7 @@ msgid ""
"produce as the playbook executes."
msgstr "Stel in hoeveel output Ansible produceert bij het uitvoeren van het draaiboek."
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr "Convergentie"
@@ -1283,15 +1309,15 @@ msgstr "Toegangsgegevens kopiëren"
msgid "Copy Error"
msgstr "Kopieerfout"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr "Uitvoeringsomgeving kopiëren"
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr "Inventaris kopiëren"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr "Berichtsjabloon kopiëren"
@@ -1299,7 +1325,7 @@ msgstr "Berichtsjabloon kopiëren"
msgid "Copy Project"
msgstr "Project kopiëren"
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr "Sjabloon kopiëren"
@@ -1426,28 +1452,28 @@ msgid "Create user token"
msgstr "Gebruikerstoken maken"
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1460,12 +1486,12 @@ msgstr "Gemaakt"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1483,12 +1509,12 @@ msgstr "Gemaakt"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1506,8 +1532,8 @@ msgstr "Gemaakt door (Gebruikersnaam)"
msgid "Created by (username)"
msgstr "Gemaakt door (gebruikersnaam)"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1536,14 +1562,14 @@ msgstr "Inputbronnen toegangsgegevens"
msgid "Credential Name"
msgstr "Naam toegangsgegevens"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr "Type toegangsgegevens"
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1571,23 +1597,23 @@ msgstr "Toegangsgegevens voor authenticatie met een beschermd containerregister.
msgid "Credential type not found."
msgstr "Type toegangsgegevens niet gevonden."
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1607,12 +1633,12 @@ msgstr "Aangepaste podspecificatie"
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr "Aangepaste virtuele omgeving {0} moet worden vervangen door een uitvoeringsomgeving."
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr "Aangepaste virtuele omgeving {0} moet worden vervangen door een uitvoeringsomgeving. Raadpleeg voor meer informatie over het migreren van uitvoeringsomgevingen <0>de documentatie.0>"
@@ -1634,12 +1660,12 @@ msgstr "Podspecificatie aanpassen"
msgid "DELETED"
msgstr "VERWIJDERD"
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr "Dashboard"
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr "Dashboard (alle activiteit)"
@@ -1651,8 +1677,8 @@ msgstr "Bewaartermijn van gegevens"
msgid "Date"
msgstr "Datum"
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr "Dag"
@@ -1662,7 +1688,7 @@ msgstr "Dag"
msgid "Days of Data to Keep"
msgstr "Dagen om gegevens te bewaren"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr "Aantal dagen dat gegevens moeten worden bewaard"
@@ -1670,7 +1696,7 @@ msgstr "Aantal dagen dat gegevens moeten worden bewaard"
msgid "Days remaining"
msgstr "Resterende dagen"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr "Te behouden dagen"
@@ -1689,9 +1715,9 @@ msgstr "December"
msgid "Default"
msgstr "Standaard"
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr "Standaardantwoord(en)"
@@ -1720,43 +1746,43 @@ msgstr "Kenmerken en functies op systeemniveau definiëren"
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr "Verwijderen"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr "Alle groepen en hosts verwijderen"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr "Toegangsgegevens verwijderen"
@@ -1764,22 +1790,22 @@ msgstr "Toegangsgegevens verwijderen"
msgid "Delete Execution Environment"
msgstr "Uitvoeringsomgeving verwijderen"
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr "Host verwijderen"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr "Inventaris verwijderen"
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr "Taak verwijderen"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr "Taaksjabloon verwijderen"
@@ -1787,7 +1813,7 @@ msgstr "Taaksjabloon verwijderen"
msgid "Delete Notification"
msgstr "Bericht verwijderen"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr "Organisatie verwijderen"
@@ -1799,7 +1825,7 @@ msgstr "Project verwijderen"
msgid "Delete Questions"
msgstr "Vragen verwijderen"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr "Schema verwijderen"
@@ -1823,7 +1849,7 @@ msgstr "Gebruikerstoken verwijderen"
msgid "Delete Workflow Approval"
msgstr "Workflowgoedkeuring verwijderen"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr "Workflow-taaksjabloon verwijderen"
@@ -1836,7 +1862,7 @@ msgstr "Alle knooppunten verwijderen"
msgid "Delete application"
msgstr "Toepassing maken"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr "Soort toegangsgegevens verwijderen"
@@ -1844,20 +1870,20 @@ msgstr "Soort toegangsgegevens verwijderen"
msgid "Delete error"
msgstr "Fout verwijderen"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr "Instantiegroep verwijderen"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr "Inventarisbron maken"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr "Smart-inventaris maken"
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr "Vragenlijstvraag verwijderen"
@@ -1920,9 +1946,9 @@ msgstr "Geweigerd door {0} - {1}"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr "Weigeren"
@@ -1934,16 +1960,16 @@ msgstr "Afgeschaft"
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -1967,7 +1993,7 @@ msgstr "Afgeschaft"
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -1981,14 +2007,14 @@ msgstr "Afgeschaft"
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2023,7 +2049,7 @@ msgstr "Bestemmingskanalen"
msgid "Destination channels or users"
msgstr "Bestemmingskanalen of -gebruikers"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2041,6 +2067,8 @@ msgstr "Bestemmingskanalen of -gebruikers"
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2050,7 +2078,7 @@ msgstr "Bestemmingskanalen of -gebruikers"
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2062,9 +2090,9 @@ msgstr "Bestemmingskanalen of -gebruikers"
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2107,7 +2135,7 @@ msgstr "Bestemmingskanalen of -gebruikers"
msgid "Details"
msgstr "Meer informatie"
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr "Tabblad Details"
@@ -2131,15 +2159,15 @@ msgid "Disable SSL verification"
msgstr "SSL-verificatie uitschakelen"
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr "Uitgeschakeld"
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2150,16 +2178,16 @@ msgstr "Loskoppelen"
msgid "Disassociate group from host?"
msgstr "Groep van host loskoppelen?"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr "Host van groep loskoppelen?"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr "Instantie van instantiegroep loskoppelen?"
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr "Verwante groep(en) loskoppelen?"
@@ -2197,10 +2225,10 @@ msgstr "Verdeel het uitgevoerde werk met behulp van dit taaksjabloon in het opge
msgid "Documentation."
msgstr "Documentatie."
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr "Gereed"
@@ -2215,20 +2243,20 @@ msgid "Drag a file here or browse to upload"
msgstr "Sleep een bestand hierheen of blader om te uploaden"
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr "Versleepbare lijst om geselecteerde items te herschikken en te verwijderen."
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr "Versleepbare lijst om geselecteerde items te herschikken en te verwijderen."
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr "Slepen geannuleerd. Lijst is ongewijzigd."
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr "Slepen geannuleerd. Lijst is ongewijzigd."
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr "Item slepen {id}. Item met index {oldIndex} in nu {newIndex}."
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr "Item slepen {id}. Item met index {oldIndex} in nu {newIndex}."
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr "Het slepen is begonnen voor item-id: {newId}."
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr "Het slepen is begonnen voor item-id: {newId}."
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2251,28 +2279,28 @@ msgid ""
"revision of the project prior to starting the job."
msgstr "Voer iedere keer dat een taak uitgevoerd wordt met dit project een update uit voor de herziening van het project voordat u de taak start."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2284,27 +2312,27 @@ msgstr "Voer iedere keer dat een taak uitgevoerd wordt met dit project een updat
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2358,28 +2386,28 @@ msgstr "Toegangsgegevens plug-inconfiguratie bewerken"
msgid "Edit Details"
msgstr "Details bewerken"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr "Uitvoeringsomgeving bewerken"
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr "Groep bewerken"
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr "Host bewerken"
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr "Inventaris bewerken"
@@ -2396,11 +2424,11 @@ msgstr "Login doorverwijzen URL overschrijven bewerken"
msgid "Edit Node"
msgstr "Knooppunt bewerken"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr "Berichtsjabloon bewerken"
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr "Volgorde bewerken"
@@ -2418,8 +2446,8 @@ msgstr "Project bewerken"
msgid "Edit Question"
msgstr "Vraag bewerken"
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr "Schema bewerken"
@@ -2428,7 +2456,7 @@ msgstr "Schema bewerken"
msgid "Edit Source"
msgstr "Bron bewerken"
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr "Vragenlijst wijzigen"
@@ -2439,9 +2467,9 @@ msgstr "Vragenlijst wijzigen"
msgid "Edit Team"
msgstr "Team bewerken"
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr "Sjabloon bewerken"
@@ -2450,13 +2478,13 @@ msgstr "Sjabloon bewerken"
msgid "Edit User"
msgstr "Gebruiker bewerken"
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr "Toepassing bewerken"
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr "Type toegangsgegevens bewerken"
@@ -2472,7 +2500,7 @@ msgid "Edit details"
msgstr "Details bewerken"
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr "Groep bewerken"
@@ -2498,7 +2526,7 @@ msgstr "Deze link bewerken"
msgid "Edit this node"
msgstr "Dit knooppunt bewerken"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr "Workflow bewerken"
@@ -2519,6 +2547,7 @@ msgstr "Verstreken tijd in seconden dat de taak is uitgevoerd."
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr "E-mail"
@@ -2527,20 +2556,20 @@ msgstr "E-mail"
msgid "Email Options"
msgstr "E-mailopties"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr "Gelijktijdige taken inschakelen"
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr "Feitenopslag inschakelen"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr "HTTPS-certificaatcontrole inschakelen"
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2550,16 +2579,16 @@ msgstr "Webhook inschakelen"
msgid "Enable Webhook for this workflow job template."
msgstr "Webhook inschakelen voor deze workflowtaaksjabloon."
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr "Externe logboekregistratie inschakelen"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr "Logboeksysteem dat feiten individueel bijhoudt inschakelen"
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr "Verhoging van rechten inschakelen"
@@ -2571,7 +2600,7 @@ msgstr "Verhoging van rechten inschakelen"
msgid "Enable simplified login for your {brandName} applications"
msgstr "Eenvoudig inloggen inschakelen voor uw {brandName} toepassingen"
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr "Webhook inschakelen voor deze sjabloon."
@@ -2581,14 +2610,14 @@ msgstr "Webhook inschakelen voor deze sjabloon."
msgid "Enabled"
msgstr "Ingeschakeld"
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr "Ingeschakelde opties"
@@ -2611,13 +2640,14 @@ msgstr "Ingeschakelde variabele"
#~ "template."
#~ msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
"and request a configuration update using this job\n"
"template"
-msgstr "Maakt het mogelijk een provisioning terugkoppelings-URL aan te maken. Met deze URL kan een host contact opnemen met {brandName}\n"
+msgstr ""
+"Maakt het mogelijk een provisioning terugkoppelings-URL aan te maken. Met deze URL kan een host contact opnemen met {brandName}\n"
"en een verzoek voor een configuratie-update indienen met behulp van deze taaksjabloon"
#: screens/Template/shared/JobTemplateForm.js:568
@@ -2626,15 +2656,16 @@ msgid ""
"callback URL. Using the URL a host can contact {brandName}\n"
"and request a configuration update using this job\n"
"template."
-msgstr "Maakt het mogelijk een provisioning terugkoppelings-URL aan te maken. Met deze URL kan een host contact opnemen met {brandName}\n"
+msgstr ""
+"Maakt het mogelijk een provisioning terugkoppelings-URL aan te maken. Met deze URL kan een host contact opnemen met {brandName}\n"
"en een verzoek voor een configuratie-update indienen met behulp van deze taaksjabloon."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr "Versleuteld"
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr "Einde"
@@ -2646,7 +2677,7 @@ msgstr "Licentie-overeenkomst voor eindgebruikers"
msgid "End date"
msgstr "Einddatum"
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr "Einddatum/-tijd"
@@ -2730,7 +2761,8 @@ msgstr "Voer één e-mailadres per regel in om een lijst met ontvangers te maken
msgid ""
"Enter one phone number per line to specify where to\n"
"route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
-msgstr "Voer één telefoonnummer per regel in om aan te geven waar\n"
+msgstr ""
+"Voer één telefoonnummer per regel in om aan te geven waar\n"
"sms-berichten te routeren. Telefoonnummers moeten worden ingedeeld als +11231231234. Voor meer informatie zie Twilio-documentatie"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:410
@@ -2779,14 +2811,14 @@ msgstr "Voer variabelen in om de inventarisbron te configureren. Voor een gedeta
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr "Voer variabelen in met JSON- of YAML-syntaxis. Gebruik de radioknop om tussen de twee te wisselen."
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2815,56 +2847,59 @@ msgstr "Fout bij het opslaan van de workflow!"
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2875,16 +2910,16 @@ msgstr "Fout bij het opslaan van de workflow!"
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2903,10 +2938,11 @@ msgid "Error:"
msgstr "Fout:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr "Fouten"
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -2924,7 +2960,7 @@ msgstr "Modus gebeurtenisdetails"
msgid "Event summary not available"
msgstr "Samenvatting van de gebeurtenis niet beschikbaar"
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr "Gebeurtenissen"
@@ -2972,10 +3008,15 @@ msgstr "Uitvoeren wanneer het bovenliggende knooppunt in een storingstoestand ko
msgid "Execute when the parent node results in a successful state."
msgstr "Uitvoeren wanneer het bovenliggende knooppunt in een succesvolle status resulteert."
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr ""
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -2985,13 +3026,13 @@ msgid "Execution Environment"
msgstr "Uitvoeringsomgeving"
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr "Uitvoeringsomgeving ontbreekt"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -3004,7 +3045,7 @@ msgstr "Uitvoeringsomgeving ontbreekt"
msgid "Execution Environments"
msgstr "Uitvoeringsomgevingen"
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr "Uitvoeringsknooppunt"
@@ -3025,15 +3066,19 @@ msgstr "Afsluiten zonder op te slaan"
msgid "Expand"
msgstr "Uitbreiden"
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr "Alle rijen uitklappen"
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr "Input uitbreiden"
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr ""
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr "Minstens één van client_email, project_id of private_key werd verwacht aanwezig te zijn in het bestand."
@@ -3041,7 +3086,7 @@ msgstr "Minstens één van client_email, project_id of private_key werd verwacht
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3064,7 +3109,7 @@ msgstr "Verloopt op UTC"
msgid "Expires on {0}"
msgstr "Verloopt op {0}"
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr "Uitleg"
@@ -3073,8 +3118,8 @@ msgstr "Uitleg"
msgid "External Secret Management System"
msgstr "Extern geheimbeheersysteem"
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr "Extra variabelen"
@@ -3100,8 +3145,8 @@ msgstr "Feitenopslag"
msgid "Facts"
msgstr "Feiten"
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3122,7 +3167,7 @@ msgstr "Mislukte hosts"
msgid "Failed hosts"
msgstr "Mislukte hosts"
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr "Mislukte taken."
@@ -3144,15 +3189,15 @@ msgid "Failed to associate role"
msgstr "Kan rol niet koppelen"
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr "Kan niet koppelen."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr "Kan de synchronisatie van de inventarisbron niet annuleren"
@@ -3162,12 +3207,12 @@ msgstr "Kan de synchronisatie van de inventarisbron niet annuleren"
msgid "Failed to cancel Project Sync"
msgstr "Kan projectsynchronisatie niet annuleren"
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr "Kan een of meer taken niet annuleren."
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr "Kan {0} niet annuleren"
@@ -3176,11 +3221,11 @@ msgstr "Kan {0} niet annuleren"
msgid "Failed to copy credential."
msgstr "Kan toegangsgegevens niet kopiëren"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr "Kan uitvoeringsomgeving niet kopiëren"
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr "Kan inventaris niet kopiëren."
@@ -3188,8 +3233,8 @@ msgstr "Kan inventaris niet kopiëren."
msgid "Failed to copy project."
msgstr "Kan project niet kopiëren."
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr "Kan sjabloon niet kopiëren."
@@ -3197,28 +3242,28 @@ msgstr "Kan sjabloon niet kopiëren."
msgid "Failed to delete application."
msgstr "Kan toepassing niet verwijderen."
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr "Kan toegangsgegevens niet verwijderen"
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr "Kan groep {0} niet verwijderen."
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr "Kan host niet verwijderen."
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr "Kan inventarisbron {name} niet verwijderen."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr "Kan inventaris niet verwijderen"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr "Kan taaksjabloon niet verwijderen."
@@ -3242,7 +3287,7 @@ msgstr "Een of meer toegangsgegevens kunnen niet worden verwijderd."
msgid "Failed to delete one or more execution environments"
msgstr "Een of meer uitvoeringsomgevingen kunnen niet worden verwijderd"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr "Een of meer groepen kunnen niet worden verwijderd."
@@ -3267,7 +3312,7 @@ msgstr "Een of meer inventarisbronnen kunnen niet worden verwijderd."
msgid "Failed to delete one or more job templates."
msgstr "Een of meer taaksjablonen kunnen niet worden verwijderd."
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr "Een of meer taken kunnen niet worden verwijderd."
@@ -3303,7 +3348,7 @@ msgstr "Een of meer tokens kunnen niet worden verwijderd."
msgid "Failed to delete one or more user tokens."
msgstr "Een of meer gebruikerstokens kunnen niet worden verwijderd."
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr "Een of meer gebruikers kunnen niet worden verwijderd."
@@ -3311,7 +3356,7 @@ msgstr "Een of meer gebruikers kunnen niet worden verwijderd."
msgid "Failed to delete one or more workflow approval."
msgstr "Een of meer workflowgoedkeuringen kunnen niet worden verwijderd."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr "Kan organisatie niet verwijderen."
@@ -3328,11 +3373,11 @@ msgstr "Kan rol niet verwijderen"
msgid "Failed to delete role."
msgstr "Kan rol niet verwijderen."
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr "Kan schema niet verwijderen."
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr "Kan Smart-inventaris niet verwijderen."
@@ -3348,7 +3393,7 @@ msgstr "Kan gebruiker niet verwijderen."
msgid "Failed to delete workflow approval."
msgstr "Kan workflowgoedkeuring niet verwijderen."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr "Kan workflow-taaksjabloon niet verwijderen."
@@ -3367,16 +3412,17 @@ msgstr "Kan workflowgoedkeuring niet weigeren."
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr "Een of meer groepen kunnen niet worden losgekoppeld."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr "Een of meer hosts kunnen niet worden losgekoppeld."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr "Een of meer instanties kunnen niet worden losgekoppeld."
@@ -3384,7 +3430,7 @@ msgstr "Een of meer instanties kunnen niet worden losgekoppeld."
msgid "Failed to disassociate one or more teams."
msgstr "Een of meer teams kunnen niet worden losgekoppeld."
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr "Kan de aangepaste configuratie-instellingen voor inloggen niet ophalen. De standaardsysteeminstellingen worden in plaats daarvan getoond."
@@ -3393,7 +3439,7 @@ msgid "Failed to fetch the updated project data."
msgstr "Kan de bijgewerkte projectgegevens niet ophalen."
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr "Kan de taak niet starten."
@@ -3410,11 +3456,12 @@ msgstr "Kan geen volledig bronobject van knooppunt ophalen."
msgid "Failed to retrieve node credentials."
msgstr "Kan geen knooppuntgegevens ophalen."
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr "Kan geen gezondheidscontrole uitvoeren op een of meer instanties."
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr "Kan testbericht niet verzenden."
@@ -3430,11 +3477,11 @@ msgstr "Kan project niet synchroniseren."
msgid "Failed to sync some or all inventory sources."
msgstr "Kan sommige of alle inventarisbronnen niet synchroniseren."
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr "Kan niet van host wisselen."
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr "Kan niet van instantie wisselen."
@@ -3442,12 +3489,14 @@ msgstr "Kan niet van instantie wisselen."
msgid "Failed to toggle notification."
msgstr "Kan niet van bericht wisselen."
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr "Kan niet van schema wisselen."
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr "Kan de capaciteitsaanpassing niet bijwerken."
@@ -3459,8 +3508,8 @@ msgstr "Kan de vragenlijst niet bijwerken."
msgid "Failed to user token."
msgstr "Kan gebruikerstoken niet bijwerken."
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr "Mislukking"
@@ -3498,7 +3547,7 @@ msgstr "Het veld komt overeen met de opgegeven reguliere expressie."
msgid "Field starts with value."
msgstr "Veld begint met waarde."
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr "Vijfde"
@@ -3514,22 +3563,22 @@ msgstr "Bestand uploaden geweigerd. Selecteer één .json-bestand."
msgid "File, directory or script"
msgstr "Bestand, map of script"
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr "Filteren op {name}"
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr "Voltooiingstijd"
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr "Voltooid"
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr "Eerste"
@@ -3537,8 +3586,8 @@ msgstr "Eerste"
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3549,7 +3598,7 @@ msgid "First Run"
msgstr "Eerste uitvoering"
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr "Voornaam"
@@ -3565,7 +3614,7 @@ msgstr "Pas de grafiek aan de beschikbare schermgrootte aan"
msgid "Float"
msgstr "Drijven"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr "Volgen"
@@ -3591,12 +3640,12 @@ msgstr "Bekijk voor meer informatie de"
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr "Vorken"
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr "Vierde"
@@ -3609,12 +3658,12 @@ msgstr "Frequentie-informatie"
msgid "Frequency did not match an expected value"
msgstr "Frequentie kwam niet overeen met een verwachte waarde"
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr "Vrij"
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr "Vrijdag"
@@ -3626,7 +3675,7 @@ msgstr "Fuzzy search op id, naam of beschrijvingsvelden."
msgid "Fuzzy search on name field."
msgstr "Fuzzy search op naamveld."
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr "Galaxy-toegangsgegevens"
@@ -3655,7 +3704,7 @@ msgstr "Abonnementen ophalen"
msgid "Git"
msgstr "Git"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr "GitHub"
@@ -3694,7 +3743,7 @@ msgstr "GitHub-team"
msgid "GitHub settings"
msgstr "GitHub-instellingen"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr "GitLab"
@@ -3704,7 +3753,7 @@ msgstr "GitLab"
#~ msgstr "Wereldwijde standaarduitvoeringsomgeving"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr "Wereldwijd beschikbaar"
@@ -3782,8 +3831,8 @@ msgstr "Type groep"
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr "Groepen"
@@ -3798,16 +3847,18 @@ msgstr "HTTP-koppen"
msgid "HTTP Method"
msgstr "HTTP-methode"
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr "Gezondheidscontrole"
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr "Gezond"
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr "Help"
@@ -3825,6 +3876,11 @@ msgstr "Omschrijving verbergen"
msgid "Hipchat"
msgstr "Hipchat"
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr ""
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3839,8 +3895,8 @@ msgid "Host Async OK"
msgstr "Host Async OK"
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr "Configuratiesleutel host"
@@ -3848,7 +3904,7 @@ msgstr "Configuratiesleutel host"
msgid "Host Count"
msgstr "Aantal hosts"
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr "Hostdetails"
@@ -3866,7 +3922,7 @@ msgid "Host Filter"
msgstr "Hostfilter"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr "Hostnaam"
@@ -3898,7 +3954,7 @@ msgstr "Host onbereikbaar"
msgid "Host details"
msgstr "Hostdetails"
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr "Modus hostdetails"
@@ -3911,8 +3967,8 @@ msgstr "Host niet gevonden."
msgid "Host status information for this job is unavailable."
msgstr "Statusinformatie van de host is niet beschikbaar voor deze taak."
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -3922,8 +3978,8 @@ msgstr "Statusinformatie van de host is niet beschikbaar voor deze taak."
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -3954,7 +4010,12 @@ msgstr "Resterende hosts"
msgid "Hour"
msgstr "Uur"
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr ""
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4058,22 +4119,23 @@ msgstr "Als deze mogelijkheid ingeschakeld is, worden de wijzigingen die aangebr
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr "Als deze mogelijkheid ingeschakeld is, worden de wijzigingen die aangebracht zijn door Ansible-taken weergegeven, waar ondersteund. Dit staat gelijk aan de diff-modus van Ansible."
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
msgstr "Indien deze mogelijkheid ingeschakeld is, zijn gelijktijdige uitvoeringen van dit taaksjabloon toegestaan."
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr "Indien deze mogelijkheid ingeschakeld is, zijn gelijktijdige uitvoeringen van deze workflow-taaksjabloon toegestaan."
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
"injected into the fact cache at runtime."
-msgstr "Indien ingeschakeld, worden de verzamelde feiten opgeslagen zodat ze kunnen worden weergegeven op hostniveau. Feiten worden bewaard en\n"
+msgstr ""
+"Indien ingeschakeld, worden de verzamelde feiten opgeslagen zodat ze kunnen worden weergegeven op hostniveau. Feiten worden bewaard en\n"
"geïnjecteerd in de feitencache tijdens runtime."
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:266
@@ -4099,18 +4161,19 @@ msgstr "Als u alleen de toegang voor deze specifieke gebruiker wilt verwijderen,
msgid ""
"If you want the Inventory Source to update on\n"
"launch and on project update, click on Update on launch, and also go to"
-msgstr "Als u wilt dat de inventarisbron wordt bijgewerkt bij\n"
+msgstr ""
+"Als u wilt dat de inventarisbron wordt bijgewerkt bij\n"
"het opstarten en bij projectupdates, klik op Update bij opstarten, en ga ook naar"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:52
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr "Image"
@@ -4123,10 +4186,11 @@ msgid ""
"Indicates if a host is available and should be included in running\n"
"jobs. For hosts that are part of an external inventory, this may be\n"
"reset by the inventory sync process."
-msgstr "Geeft aan of een host beschikbaar is en opgenomen moet worden in lopende taken. Voor hosts die deel uitmaken van een externe inventaris, kan dit worden\n"
+msgstr ""
+"Geeft aan of een host beschikbaar is en opgenomen moet worden in lopende taken. Voor hosts die deel uitmaken van een externe inventaris, kan dit worden\n"
"gereset worden door het inventarissynchronisatieproces."
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr "Info"
@@ -4134,17 +4198,17 @@ msgstr "Info"
msgid "Initiated By"
msgstr "Gestart door"
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr "Gestart door"
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr "Gestart door (gebruikersnaam)"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr "Configuratie-injector"
@@ -4175,27 +4239,27 @@ msgstr "Systeem-ID Insights"
msgid "Instance"
msgstr "Instantie"
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr "Instantiefilters"
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr "Instantiegroep"
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr "Instantiegroepen"
@@ -4216,7 +4280,8 @@ msgstr "Instantiegroep"
msgid "Instance group not found."
msgstr "Kan instantiegroep niet vinden."
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr "Gebruikte capaciteit instantiegroep"
@@ -4224,13 +4289,17 @@ msgstr "Gebruikte capaciteit instantiegroep"
msgid "Instance groups"
msgstr "Instantiegroepen"
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr "Instanties"
@@ -4263,8 +4332,8 @@ msgid "Invalid username or password. Please try again."
msgstr "Ongeldige gebruikersnaam of wachtwoord. Probeer het opnieuw."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4274,41 +4343,41 @@ msgstr "Ongeldige gebruikersnaam of wachtwoord. Probeer het opnieuw."
msgid "Inventories"
msgstr "Inventarissen"
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr "Inventarissen met bronnen kunnen niet gekopieerd worden"
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr "Inventaris"
@@ -4325,11 +4394,11 @@ msgstr "Inventarisbestand"
msgid "Inventory ID"
msgstr "Inventaris-id"
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr "Inventarisbron"
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr "Project inventarisbronnen"
@@ -4337,7 +4406,7 @@ msgstr "Project inventarisbronnen"
msgid "Inventory Source Sync"
msgstr "Synchronisatie inventarisbronnen"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr "Fout tijdens synchronisatie inventarisbronnen"
@@ -4349,11 +4418,11 @@ msgstr "Fout tijdens synchronisatie inventarisbronnen"
msgid "Inventory Sources"
msgstr "Inventarisbronnen"
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr "Inventarissynchronisatie"
@@ -4374,7 +4443,7 @@ msgstr "Inventarisbestand"
msgid "Inventory not found."
msgstr "Inventaris niet gevonden."
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr "Inventarissynchronisatie"
@@ -4382,11 +4451,11 @@ msgstr "Inventarissynchronisatie"
msgid "Inventory sync failures"
msgstr "Fout tijdens inventarissynchronisatie"
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr "Is uitgeklapt"
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr "Is niet uitgeklapt"
@@ -4419,11 +4488,11 @@ msgstr "Items per pagina"
msgid "JOB ID:"
msgstr "TAAK-ID:"
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr "JSON"
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr "JSON-tabblad"
@@ -4441,20 +4510,20 @@ msgid "Job"
msgstr "Taak"
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr "Fout bij annuleren taak"
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr "Fout bij verwijderen taak"
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr "Taak-id:"
@@ -4462,18 +4531,18 @@ msgstr "Taak-id:"
msgid "Job Runs"
msgstr "Taakuitvoeringen"
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr "Taken verdelen"
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr "Ouder taken verdelen"
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr "Taken verdelen"
@@ -4484,22 +4553,22 @@ msgstr "Taakstatus"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr "Taaktags"
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr "Taaksjabloon"
@@ -4524,23 +4593,23 @@ msgstr "Taaksjablonen met een ontbrekende inventaris of een ontbrekend project k
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr "Taaksjablonen met toegangsgegevens die om een wachtwoord vragen, kunnen niet worden geselecteerd tijdens het maken of bewerken van knooppunten"
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr "Soort taak"
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr "Taakstatus"
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr "Grafiektabblad Taakstatus"
@@ -4550,10 +4619,10 @@ msgstr "Grafiektabblad Taakstatus"
msgid "Job templates"
msgstr "Taaksjablonen"
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4600,7 +4669,7 @@ msgstr "Sleutel selecteren"
msgid "Key typeahead"
msgstr "Sleutel typeahead"
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr "Trefwoord"
@@ -4661,29 +4730,32 @@ msgstr "LDAP5"
msgid "Label"
msgstr ""
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr "Labelnaam"
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr "Labels"
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr "Laatste"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr "Laatste gezondheidscontrole"
@@ -4696,27 +4768,27 @@ msgstr "Laatste taakstatus"
msgid "Last Login"
msgstr "Laatste login"
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4727,15 +4799,15 @@ msgstr "Laatst aangepast"
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr "Achternaam"
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr "Laatst uitgevoerd"
@@ -4747,15 +4819,15 @@ msgstr "Laatste uitvoering"
msgid "Last job"
msgstr "Laatste taak"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr "Laatste wijziging"
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr "Achternaam"
@@ -4763,23 +4835,23 @@ msgstr "Achternaam"
msgid "Last used"
msgstr "Laatst gebruikt"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr "Starten"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr "Beheertaak starten"
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr "Sjabloon opstarten"
@@ -4787,12 +4859,12 @@ msgstr "Sjabloon opstarten"
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr "Beheertaak opstarten"
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr "Sjabloon opstarten"
@@ -4809,7 +4881,7 @@ msgstr "Starten | {0}"
msgid "Launched By"
msgstr "Gestart door"
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr "Opgestart door (gebruikersnaam)"
@@ -4836,14 +4908,14 @@ msgstr "Minder dan of gelijk aan vergelijking."
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4870,7 +4942,7 @@ msgstr "Lokale tijdzone"
msgid "Local time zone"
msgstr "Lokale tijdzone"
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr "Inloggen"
@@ -4883,13 +4955,13 @@ msgid "Logging settings"
msgstr "Instellingen voor logboekregistratie"
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr "Afmelden"
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr "Opzoekmodus"
@@ -4915,7 +4987,7 @@ msgstr "MEEST RECENTE SYNCHRONISATIE"
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr "Toegangsgegevens machine"
@@ -4924,21 +4996,21 @@ msgid "Managed"
msgstr "Beheerd"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr "Beheerde knooppunten"
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr "Beheertaak"
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr "Beheerderstaken"
@@ -4947,8 +5019,8 @@ msgstr "Beheerderstaken"
msgid "Management job"
msgstr "Beheertaak"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr "Fout bij opstarten van beheertaak"
@@ -4961,11 +5033,13 @@ msgid "Management jobs"
msgstr "Beheertaken"
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5079,12 +5153,12 @@ msgstr "Gewijzigd"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5102,12 +5176,12 @@ msgstr "Gewijzigd"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5126,24 +5200,24 @@ msgid "Modified by (username)"
msgstr "Gewijzigd door (gebruikersnaam)"
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr "Module"
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr "Module-argumenten"
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr "Naam van de module"
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr "Ma"
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr "Maandag"
@@ -5159,13 +5233,13 @@ msgstr "Meer informatie"
msgid "More information for"
msgstr "Meer informatie voor"
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr "Multi-Select"
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr "Meerkeuze"
@@ -5190,11 +5264,11 @@ msgstr "Meerkeuze-opties"
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5204,7 +5278,7 @@ msgstr "Meerkeuze-opties"
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5212,27 +5286,27 @@ msgstr "Meerkeuze-opties"
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5250,11 +5324,11 @@ msgstr "Meerkeuze-opties"
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5264,15 +5338,15 @@ msgstr "Meerkeuze-opties"
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5286,24 +5360,28 @@ msgstr "Meerkeuze-opties"
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5312,10 +5390,10 @@ msgstr "Meerkeuze-opties"
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5330,16 +5408,16 @@ msgstr "Meerkeuze-opties"
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5350,7 +5428,7 @@ msgstr "Meerkeuze-opties"
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5361,13 +5439,13 @@ msgstr "Meerkeuze-opties"
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5376,15 +5454,15 @@ msgstr "Meerkeuze-opties"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5402,11 +5480,11 @@ msgstr "Naam"
msgid "Name cannot be changed on this Instance Group"
msgstr ""
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr "Navigatie"
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5421,15 +5499,15 @@ msgstr "Nooit bijgewerkt"
msgid "Never expires"
msgstr "Verloopt nooit"
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr "Nieuw"
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5442,12 +5520,12 @@ msgstr "Volgende"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr "Volgende uitvoering"
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr "Geen"
@@ -5460,7 +5538,7 @@ msgstr "Geen overeenkomende hosts"
msgid "No Hosts Remaining"
msgstr "Geen resterende hosts"
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr "Geen JSON beschikbaar"
@@ -5468,11 +5546,11 @@ msgstr "Geen JSON beschikbaar"
msgid "No Jobs"
msgstr "Geen taken"
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr "Geen standaardfout beschikbaar"
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr "Geen standaardoutput beschikbaar"
@@ -5488,7 +5566,7 @@ msgstr "Geen items gevonden."
msgid "No job data available"
msgstr "Geen taakgegevens beschikbaar."
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr "Geen resultaat gevonden"
@@ -5499,15 +5577,15 @@ msgstr "Geen resultaat gevonden"
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5535,8 +5613,14 @@ msgid "Node Alias"
msgstr "Knooppunt alias"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr "Type knooppunt"
@@ -5576,7 +5660,7 @@ msgstr "Niet geconfigureerd"
msgid "Not configured for inventory sync."
msgstr "Niet geconfigureerd voor inventarissynchronisatie."
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
@@ -5623,7 +5707,7 @@ msgstr "Berichtkleur"
msgid "Notification Template not found."
msgstr "Berichtsjabloon niet gevonden"
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5658,7 +5742,7 @@ msgid "Notification type"
msgstr "Berichttype"
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5677,6 +5761,7 @@ msgstr "Berichten"
msgid "November"
msgstr "November"
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5684,7 +5769,7 @@ msgid "OK"
msgstr "OK"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr "Voorvallen"
@@ -5696,14 +5781,14 @@ msgstr "Oktober"
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr "Uit"
@@ -5712,14 +5797,14 @@ msgstr "Uit"
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr "Aan"
@@ -5738,7 +5823,7 @@ msgstr "Bij mislukken"
msgid "On Success"
msgstr "Bij slagen"
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr "Aan-datum"
@@ -5746,7 +5831,7 @@ msgstr "Aan-datum"
msgid "On days"
msgstr "Aan-dagen"
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr "Alleen ordenen op"
@@ -5771,7 +5856,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr "Optioneel: selecteer de toegangsgegevens die u wilt gebruiken om statusupdates terug te sturen naar de webhookservice."
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5780,9 +5865,9 @@ msgstr "Optioneel: selecteer de toegangsgegevens die u wilt gebruiken om statusu
msgid "Options"
msgstr "Opties"
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr "Bestellen"
@@ -5794,22 +5879,22 @@ msgstr "Bestellen"
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5820,8 +5905,8 @@ msgstr "Bestellen"
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5842,8 +5927,8 @@ msgid "Organization not found."
msgstr "Organisatie niet gevonden."
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -5928,7 +6013,7 @@ msgstr "Naar rechts pannen"
msgid "Pan Up"
msgstr "Omhoog pannen"
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr "Geef extra opdrachtregelwijzigingen in door. Er zijn twee opdrachtregelparameters voor Ansible:"
@@ -5944,7 +6029,7 @@ msgstr "Geef extra opdrachtregelvariabelen op in het draaiboek. Dit is de opdrac
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr "Geef extra commandoregelvariabelen op in het draaiboek. Dit is de commandoregelparameter -e of --extra-vars voor het ansible-draaiboek. Geef sleutel/waarde-paren op met YAML of JSON. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis"
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -5953,24 +6038,24 @@ msgstr "Geef extra commandoregelvariabelen op in het draaiboek. Dit is de comman
msgid "Password"
msgstr "Wachtwoord"
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr "Afgelopen 24 uur"
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr "Afgelopen maand"
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr "Afgelopen twee weken"
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr "Afgelopen week"
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr "In afwachting"
@@ -5979,11 +6064,11 @@ msgstr "In afwachting"
msgid "Pending Workflow Approvals"
msgstr "In afwachting van workflowgoedkeuringen"
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr "In afwachting om verwijderd te worden"
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr "Voer een zoekopdracht uit om een hostfilter te definiëren"
@@ -5996,7 +6081,7 @@ msgstr "Persoonlijke toegangstoken"
msgid "Personal access token"
msgstr "Persoonlijke toegangstoken"
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr "Afspelen"
@@ -6009,14 +6094,14 @@ msgid "Play Started"
msgstr "Afspelen gestart"
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr "Draaiboek"
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr "Draaiboek controleren"
@@ -6024,16 +6109,16 @@ msgstr "Draaiboek controleren"
msgid "Playbook Complete"
msgstr "Draaiboek voltooid"
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr "Draaiboekmap"
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr "Draaiboek uitvoering"
@@ -6048,7 +6133,7 @@ msgstr "Draaiboek gestart"
msgid "Playbook name"
msgstr "Naam van draaiboek"
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr "Uitvoering van draaiboek"
@@ -6088,7 +6173,7 @@ msgstr "Voer een waarde in."
msgid "Please log in"
msgstr "Log in"
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr "Voer een taak uit om deze lijst te vullen."
@@ -6104,7 +6189,7 @@ msgstr "Selecteer een inventaris of schakel de optie Melding bij opstarten in."
msgid "Please select an end date/time that comes after the start date/time."
msgstr "Kies een einddatum/-tijd die na de begindatum/-tijd komt."
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr "Selecteer een organisatie voordat u het hostfilter bewerkt."
@@ -6113,7 +6198,9 @@ msgid "Pod spec override"
msgstr "Overschrijven Podspec"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr "Beleidstype"
@@ -6132,14 +6219,15 @@ msgstr "Beleid instantiepercentage"
msgid "Populate field from an external secret management system"
msgstr "Vul veld vanuit een extern geheimbeheersysteem"
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
"Refer to the documentation for further syntax and\n"
"examples. Refer to the Ansible Tower documentation for further syntax and\n"
"examples."
-msgstr "Vul de hosts voor deze inventaris door gebruik te maken van een zoekfilter. Voorbeeld: ansible_facts.ansible_distribution: \"RedHat\".\n"
+msgstr ""
+"Vul de hosts voor deze inventaris door gebruik te maken van een zoekfilter. Voorbeeld: ansible_facts.ansible_distribution: \"RedHat\".\n"
"Raadpleeg de documentatie voor verdere syntaxis en\n"
"voorbeelden. Raadpleeg de documentatie van Ansible Tower voor verdere syntaxis en\n"
"voorbeelden."
@@ -6164,17 +6252,18 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr "Druk op Enter om te bewerken. Druk op ESC om het bewerken te stoppen."
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr "Druk op spatie of enter om te beginnen met slepen,\n"
-"en gebruik de pijltjestoetsen om omhoog of omlaag te navigeren.\n"
-"Druk op enter om het slepen te bevestigen, of op een andere toets om\n"
-"de sleepoperatie te annuleren."
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr ""
+#~ "Druk op spatie of enter om te beginnen met slepen,\n"
+#~ "en gebruik de pijltjestoetsen om omhoog of omlaag te navigeren.\n"
+#~ "Druk op enter om het slepen te bevestigen, of op een andere toets om\n"
+#~ "de sleepoperatie te annuleren."
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr "Voorvertoning"
@@ -6193,27 +6282,31 @@ msgstr "Verhoging van rechten"
msgid "Privilege escalation password"
msgstr "Wachtwoord verhoging van rechten"
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr "Project"
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr "Basispad project"
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr ""
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6237,8 +6330,8 @@ msgid "Project sync failures"
msgstr "Mislukte projectsynchronisaties"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6250,7 +6343,7 @@ msgstr "Mislukte projectsynchronisaties"
msgid "Projects"
msgstr "Projecten"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr "Onderliggende groepen en hosts promoveren"
@@ -6259,13 +6352,13 @@ msgstr "Onderliggende groepen en hosts promoveren"
msgid "Prompt"
msgstr "Melding"
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr "Meldingsoverschrijvingen"
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr "Melding bij opstarten"
@@ -6273,7 +6366,7 @@ msgstr "Melding bij opstarten"
msgid "Prompt | {0}"
msgstr "Melding | {0}"
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr "Invoerwaarden"
@@ -6299,7 +6392,7 @@ msgstr "Geef een hostpatroon op om de lijst van hosts die beheerd of beïnvloed
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr "Geef een waarde op voor dit veld of selecteer de optie Melding bij opstarten."
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
@@ -6318,12 +6411,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr "Geef uw Red Hat- of Red Hat Satellite-toegangsgegevens op om het Insights for Ansible Automation Platform in te schakelen."
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr "Provisioning terugkoppelings-URL"
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr "Provisioning terugkoppelingsdetails"
@@ -6352,7 +6445,9 @@ msgid "RADIUS settings"
msgstr "RADIUS-instellingen"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr "RAM {0}"
@@ -6360,26 +6455,26 @@ msgstr "RAM {0}"
msgid "Read"
msgstr "Lezen"
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr "Recente taken"
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr "Tabblad Lijst met recente takenlijst"
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr "Recente sjablonen"
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr "Tabblad Lijst met recente sjablonen"
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr "Recente taken"
@@ -6475,7 +6570,7 @@ msgstr "Reguliere expressie waarbij alleen overeenkomende hostnamen worden geïm
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr "Gerelateerde groepen"
@@ -6493,9 +6588,9 @@ msgid "Related search type typeahead"
msgstr "Verwante zoekopdracht typeahead"
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr "Opnieuw starten"
@@ -6531,10 +6626,10 @@ msgstr "Opnieuw opstarten met hostparameters"
msgid "Remote Archive"
msgstr "Extern archief"
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr "Verwijderen"
@@ -6550,7 +6645,7 @@ msgstr "Link verwijderen"
#~ msgid "Remove Node"
#~ msgstr "Knooppunt verwijderen"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr ""
@@ -6571,8 +6666,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr "Als u deze link verwijdert, wordt de rest van de vertakking zwevend en wordt deze onmiddellijk bij lancering uitgevoerd."
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr "Nabestellen"
+#~ msgid "Reorder"
+#~ msgstr "Nabestellen"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6607,13 +6702,13 @@ msgstr "Bronnaam"
msgid "Resource deleted"
msgstr "Bron verwijderd"
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr "Hulpbronnen"
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr "Er ontbreken hulpbronnen uit dit sjabloon."
@@ -6629,10 +6724,10 @@ msgstr "Haal de ingeschakelde status op uit het gegeven dictaat van de hostvaria
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr "Teruggeven"
@@ -6679,7 +6774,7 @@ msgstr "Instellingen terugzetten"
msgid "Revert to factory default."
msgstr "Terugzetten op fabrieksinstellingen."
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6697,7 +6792,7 @@ msgstr "Rocket.Chat"
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6708,7 +6803,7 @@ msgstr "Rol"
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6726,14 +6821,15 @@ msgid "Run"
msgstr "Uitvoeren"
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr "Opdracht uitvoeren"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr "Een gezondheidscontrole op de instantie uitvoeren"
@@ -6753,7 +6849,7 @@ msgstr "Uitvoeren om de"
msgid "Run frequency"
msgstr "Uitvoerfrequentie"
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr "Uitvoeren op"
@@ -6761,8 +6857,8 @@ msgstr "Uitvoeren op"
msgid "Run type"
msgstr "Uitvoertype"
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6774,8 +6870,9 @@ msgstr "Handlers die worden uitgevoerd"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr "Taken in uitvoering"
@@ -6791,7 +6888,7 @@ msgstr "SAML"
msgid "SAML settings"
msgstr "SAML-instellingen"
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr "SCM-update"
@@ -6821,12 +6918,12 @@ msgstr "BEGINNEN"
msgid "STATUS:"
msgstr "STATUS:"
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr "Zat"
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr "Zaterdag"
@@ -6843,7 +6940,7 @@ msgstr "Zaterdag"
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -6891,8 +6988,8 @@ msgstr "Schema niet gevonden."
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -6937,37 +7034,37 @@ msgstr "Vorige scrollen"
msgid "Search"
msgstr "Zoeken"
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr "Zoeken is uitgeschakeld terwijl de taak wordt uitgevoerd"
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr "Knop Zoekopdracht verzenden"
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr "Input voor tekst zoeken"
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr "Seconde"
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr "Seconden"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr "Zie fouten links"
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -6979,19 +7076,19 @@ msgstr "Type toegangsgegevens selecteren"
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr "Groepen selecteren"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr "Hosts selecteren"
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr "Input selecteren"
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr "Instanties selecteren"
@@ -7070,7 +7167,7 @@ msgstr "Draaiboek selecteren"
msgid "Select a project before editing the execution environment."
msgstr "Selecteer een project voordat u de uitvoeringsomgeving bewerkt."
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr "Selecteer een vraag om te verwijderen"
@@ -7087,7 +7184,7 @@ msgstr "Rij selecteren om deze te verwijderen"
msgid "Select a row to deny"
msgstr "Rij selecteren om deze te weigeren"
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr "Rij selecteren om deze te ontkoppelen"
@@ -7133,7 +7230,7 @@ msgstr "Waarde voor dit veld selecteren"
msgid "Select a webhook service."
msgstr "Selecteer een webhookservice."
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr "Alles selecteren"
@@ -7150,7 +7247,7 @@ msgstr "Selecteer een instantie"
msgid "Select an instance and a metric to show chart"
msgstr "Instantie en metriek selecteren om grafiek te tonen"
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr "Selecteer een instantie om een gezondheidscontrole uit te voeren."
@@ -7175,7 +7272,7 @@ msgid ""
"credential(s) become the defaults that can be updated at run time."
msgstr "Selecteer toegangsgegevens om toegang te krijgen tot de knooppunten waartegen deze taak uitgevoerd zal worden. U kunt slechts één set toegangsgegevens van iedere soort kiezen. In het geval van machine-toegangsgegevens (SSH) moet u, als u 'melding bij opstarten' aanvinkt zonder toegangsgegevens te kiezen, bij het opstarten de machinetoegangsgegevens kiezen. Als u toegangsgegevens selecteert en 'melding bij opstarten' aanvinkt, worden de geselecteerde toegangsgegevens de standaardtoegangsgegevens en kunnen deze bij het opstarten gewijzigd worden."
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
@@ -7186,8 +7283,8 @@ msgstr "Kies uit de lijst mappen die in het basispad van het project gevonden zi
msgid "Select items from list"
msgstr "Items in lijst selecteren"
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr "Type taak selecteren"
@@ -7211,8 +7308,8 @@ msgstr "Rollen selecteren om toe te passen"
msgid "Select source path"
msgstr "Bronpad selecteren"
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr "Status selecteren"
@@ -7293,7 +7390,7 @@ msgstr "Selecteer het project dat het draaiboek bevat waarvan u wilt dat deze ta
msgid "Select your Ansible Automation Platform subscription to use."
msgstr "Selecteer het Ansible Automation Platform-abonnement dat u wilt gebruiken"
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr "Selecteer {0}"
@@ -7304,23 +7401,24 @@ msgstr "Selecteer {0}"
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7332,10 +7430,10 @@ msgstr "Selecteer {0}"
msgid "Selected"
msgstr "Geselecteerd"
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr "Geselecteerde categorie"
@@ -7421,10 +7519,10 @@ msgstr "De instelling komt overeen met de fabrieksinstelling."
msgid "Setting name"
msgstr "Naam instellen"
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr "Instellingen"
@@ -7434,10 +7532,10 @@ msgid "Show"
msgstr "Tonen"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr "Wijzigingen tonen"
@@ -7464,58 +7562,58 @@ msgstr "Minder tonen"
msgid "Show only root groups"
msgstr "Alleen wortelgroepen tonen"
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr "Aanmelden met Azure AD"
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr "Aanmelden met GitHub"
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr "Aanmelden met GitHub Enterprise"
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr "Aanmelden met GitHub Enterprise-organisaties"
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr "Aanmelden met GitHub Enterprise-teams"
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr "Aanmelden met GitHub-organisaties"
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr "Aanmelden met GitHub-teams"
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr "Aanmelden met Google"
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr "Aanmelden met SAML"
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr "Aanmelden met SAML {samlIDP}"
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr "Eenvoudige sleutel selecteren"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr "Tags overslaan"
@@ -7541,16 +7639,20 @@ msgstr "Tags overslaan is nuttig wanneer u een groot draaiboek heeft en specifie
msgid "Skipped"
msgstr "Overgeslagen"
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr ""
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr "Slack"
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr "Smart-inventaris"
@@ -7558,7 +7660,7 @@ msgstr "Smart-inventaris"
msgid "Smart Inventory not found."
msgstr "Smart-inventaris niet gevonden."
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr "Smart-hostfilter"
@@ -7567,7 +7669,7 @@ msgstr "Smart-hostfilter"
msgid "Smart inventory"
msgstr "Smart-inventaris"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr "Sommige van de vorige stappen bevatten fouten"
@@ -7584,7 +7686,7 @@ msgstr "Er is iets misgegaan met het verzoek om deze toegangsgegevens en metadat
msgid "Something went wrong..."
msgstr "Er is iets misgegaan..."
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr "Sorteren"
@@ -7593,24 +7695,24 @@ msgstr "Sorteren"
#~ msgid "Sort question order"
#~ msgstr "Vraagvolgorde sorteren"
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr "Bron"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7620,7 +7722,7 @@ msgstr "Vertakking broncontrole"
msgid "Source Control Branch/Tag/Commit"
msgstr "Vertakking/tag/binding broncontrole"
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7630,7 +7732,7 @@ msgstr "Toegangsgegevens bronbeheer"
msgid "Source Control Credential Type"
msgstr "Type toegangsgegevens bronbeheer"
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7640,13 +7742,13 @@ msgstr "Refspec broncontrole"
msgid "Source Control Revision"
msgstr "Herziening broncontrole"
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr "Type broncontrole"
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7656,10 +7758,10 @@ msgstr "Type broncontrole"
msgid "Source Control URL"
msgstr "URL broncontrole"
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr "Update broncontrole"
@@ -7667,12 +7769,12 @@ msgstr "Update broncontrole"
msgid "Source Phone Number"
msgstr "Brontelefoonnummer"
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr "Bronvariabelen"
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr "Taak bronworkflow"
@@ -7722,30 +7824,30 @@ msgstr "Geef een bereik op voor de toegang van de token"
msgid "Specify the conditions under which this node should be executed"
msgstr "Specificeer de voorwaarden waaronder dit knooppunt moet worden uitgevoerd"
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr "Standaardfout"
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr "Standaardoutput"
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr "Tabblad Standaardfout"
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr "Tabblad Standaardoutput"
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr "Starten"
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr "Starttijd"
@@ -7780,26 +7882,30 @@ msgstr "Start synchronisatie bron"
msgid "Start time"
msgstr "Starttijd"
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr "Gestart"
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -7827,7 +7933,8 @@ msgid ""
"the revision specified by the main project.\n"
"This is equivalent to specifying the --remote\n"
"flag to git submodule update."
-msgstr "Submodules volgen de laatste binding op\n"
+msgstr ""
+"Submodules volgen de laatste binding op\n"
"hun hoofdvertakking (of een andere vertakking die is gespecificeerd in\n"
".gitmodules). Als dat niet zo is, dan worden de submodules bewaard tijdens de revisie die door het hoofdproject gespecificeerd is.\n"
"Dit is gelijk aan het specificeren van de vlag --remote bij de update van de git-submodule."
@@ -7875,9 +7982,9 @@ msgstr "Tabel Abonnementen"
msgid "Subversion"
msgstr "Subversie"
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr "Geslaagd"
@@ -7891,14 +7998,14 @@ msgstr "Succesbericht"
msgid "Success message body"
msgstr "Body succesbericht"
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr "Geslaagd"
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr "Succesvolle taken"
@@ -7912,7 +8019,7 @@ msgid "Sun"
msgstr "Zon"
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr "Zondag"
@@ -7923,11 +8030,11 @@ msgstr "Zondag"
msgid "Survey"
msgstr "Vragenlijst"
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr "Enquête uitgeschakeld"
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr "Enquête ingeschakeld"
@@ -7939,15 +8046,15 @@ msgstr "Enquête ingeschakeld"
#~ msgid "Survey Preview"
#~ msgstr "Voorbeeld van vragenlijst"
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr "Volgorde vragen enquête"
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr "Vragenlijst schakelen"
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr "Modus Voorbeeld van vragenlijst"
@@ -8028,7 +8135,7 @@ msgid "TACACS+ settings"
msgstr "TACACS+ instellingen"
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr "Tabbladen"
@@ -8066,7 +8173,7 @@ msgstr "Tags voor de melding (optioneel)"
msgid "Target URL"
msgstr "Doel-URL"
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr "Taak"
@@ -8086,7 +8193,7 @@ msgstr "Taken"
msgid "Team"
msgstr "Team"
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr "Teamrollen"
@@ -8097,8 +8204,8 @@ msgstr "Taak niet gevonden."
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8127,8 +8234,8 @@ msgstr "Sjabloon niet gevonden."
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8148,11 +8255,11 @@ msgstr "Test"
msgid "Test External Credential"
msgstr "Test externe inloggegevens"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr "Testbericht"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr "Testbericht"
@@ -8161,7 +8268,7 @@ msgid "Test passed"
msgstr "Test geslaagd"
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr "Tekst"
@@ -8177,7 +8284,7 @@ msgstr "Tekstgebied"
msgid "That value was not found. Please enter or select a valid value."
msgstr "De waarde is niet gevonden. Voer een geldige waarde in of selecteer er een."
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr "De"
@@ -8222,12 +8329,13 @@ msgstr "De uitvoeringsomgeving die zal worden gebruikt voor taken binnen deze or
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr "De uitvoeringsomgeving die zal worden gebruikt voor taken die dit project gebruiken. Dit wordt gebruikt als terugvalpunt wanneer er geen uitvoeringsomgeving expliciet is toegewezen op taaksjabloon- of workflowniveau."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
"explicitly assigning a different one to this job template."
-msgstr "De uitvoeringsomgeving die zal worden gebruikt bij het starten van\n"
+msgstr ""
+"De uitvoeringsomgeving die zal worden gebruikt bij het starten van\n"
"dit taaksjabloon. De geselecteerde uitvoeringsomgeving kan worden opgeheven door\n"
"door expliciet een andere omgeving aan dit taaksjabloon toe te wijzen."
@@ -8306,7 +8414,7 @@ msgstr "De voorgestelde indeling voor namen van variabelen: kleine letters en ge
#~ "source control using the Source Control Type option above."
#~ msgstr ""
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8314,7 +8422,8 @@ msgid ""
"sure the playbook files can be read by the \"awx\" system user,\n"
"or have {brandName} directly retrieve your playbooks from\n"
"source control using the Source Control Type option above."
-msgstr "Er zijn geen draaiboekmappen in {project_base_dir} beschikbaar.\n"
+msgstr ""
+"Er zijn geen draaiboekmappen in {project_base_dir} beschikbaar.\n"
"Die map leeg of alle inhoud ervan is al\n"
"toegewezen aan andere projecten. Maak daar een nieuwe directory en zorg ervoor dat de draaiboekbestanden kunnen worden gelezen door de 'awx'-systeemgebruiker,\n"
"of laat {brandName} uw draaiboeken direct ophalen uit broncontrole met behulp van de optie Type broncontrole hierboven."
@@ -8359,7 +8468,7 @@ msgstr "Deze argumenten worden gebruikt met de gespecificeerde module."
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr "Deze argumenten worden gebruikt met de gespecificeerde module. U kunt informatie over {0} vinden door te klikken"
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr "Derde"
@@ -8381,19 +8490,19 @@ msgstr "Deze actie ontkoppelt alle rollen voor deze gebruiker van de geselecteer
msgid "This action will disassociate the following role from {0}:"
msgstr "Deze actie ontkoppelt de volgende rol van {0}:"
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr "Deze actie ontkoppelt het volgende:"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr "Deze containergroep wordt momenteel door andere bronnen gebruikt. Weet u zeker dat u hem wilt verwijderen?"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Deze toegangsgegevens worden momenteel door andere bronnen gebruikt. Weet u zeker dat u ze wilt verwijderen?"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr "Dit type toegangsgegevens wordt momenteel gebruikt door sommige toegangsgegevens en kan niet worden verwijderd"
@@ -8402,7 +8511,8 @@ msgid ""
"This data is used to enhance\n"
"future releases of the Software and to provide\n"
"Insights for Ansible Automation Platform."
-msgstr "Deze gegevens worden gebruikt om\n"
+msgstr ""
+"Deze gegevens worden gebruikt om\n"
"toekomstige versies van de software te verbeteren en om\n"
"Insights for Ansible Automation Platform te bieden."
@@ -8426,11 +8536,11 @@ msgstr "Deze functie is afgeschaft en zal worden verwijderd in een toekomstige v
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr "Dit veld wordt genegeerd, tenzij er een Ingeschakelde variabele is ingesteld. Als de ingeschakelde variabele overeenkomt met deze waarde, wordt de host bij het importeren ingeschakeld."
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr "Dit veld mag niet leeg zijn"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr "Dit veld mag niet leeg zijn."
@@ -8512,11 +8622,11 @@ msgstr "Deze instantiegroep wordt momenteel door andere bronnen gebruikt. Weet u
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr "Deze inventaris wordt toegepast op alle workflowknooppunten binnen deze workflow ({0}) die vragen naar een inventaris."
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Deze inventaris wordt momenteel door andere bronnen gebruikt. Weet u zeker dat u hem wilt verwijderen?"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr "Deze inventarisbron wordt momenteel door andere bronnen gebruikt die erop vertrouwen. Weet u zeker dat u hem wilt verwijderen?"
@@ -8528,11 +8638,11 @@ msgstr "Dit is de enige keer dat het cliëntgeheim wordt getoond."
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr "Dit is de enige keer dat de tokenwaarde en de bijbehorende ververste tokenwaarde worden getoond."
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Deze taaksjabloon wordt momenteel door andere bronnen gebruikt. Weet u zeker dat u hem wilt verwijderen?"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr "Deze organisatie wordt momenteel door andere bronnen gebruikt. Weet u zeker dat u haar wilt verwijderen?"
@@ -8570,21 +8680,21 @@ msgstr "Hiermee worden alle configuratiewaarden op deze pagina teruggezet op de
msgid "This workflow does not have any nodes configured."
msgstr "Er zijn voor deze workflow geen knooppunten geconfigureerd."
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "Deze sjabloon voor workflowtaken wordt momenteel gebruikt door andere bronnen. Weet u zeker dat u hem wilt verwijderen?"
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr "Do"
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr "Donderdag"
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8613,10 +8723,10 @@ msgstr "Tijd in seconden waarmee een inventarissynchronisatie actueel genoemd ka
msgid "Timed out"
msgstr "Er is een time-out opgetreden"
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8631,10 +8741,14 @@ msgid "Timeout seconds"
msgstr "Time-out seconden"
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
-msgstr "Om de enquêtevragen te herordenen, sleept u ze naar de gewenste locatie."
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr "Om de enquêtevragen te herordenen, sleept u ze naar de gewenste locatie."
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
+msgstr ""
+
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr "Legenda wisselen"
@@ -8642,16 +8756,16 @@ msgstr "Legenda wisselen"
msgid "Toggle Password"
msgstr "Wachtwoord wisselen"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr "Gereedschap wisselen"
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr "Host wisselen"
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr "Instantie wisselen"
@@ -8660,19 +8774,19 @@ msgstr "Instantie wisselen"
msgid "Toggle legend"
msgstr "Legenda wisselen"
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr "Berichtgoedkeuringen wisselen"
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr "Berichtstoring wisselen"
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr "Berichtstart wisselen"
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr "Berichtsucces wisselen"
@@ -8713,18 +8827,19 @@ msgstr "Tokens"
msgid "Tools"
msgstr "Gereedschap"
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr "Bovenkant paginering"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr "Totale taken"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr "Totaalaantal knooppunten"
@@ -8743,13 +8858,13 @@ msgid "Track submodules latest commit on branch"
msgstr "Submodules laatste binding op vertakking tracken"
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr "Proefperiode"
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -8759,12 +8874,12 @@ msgstr "Proefperiode"
msgid "True"
msgstr "True"
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr "Di"
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr "Dinsdag"
@@ -8773,17 +8888,17 @@ msgstr "Dinsdag"
msgid "Twilio"
msgstr "Twilio"
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -8792,22 +8907,22 @@ msgstr "Twilio"
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -8847,19 +8962,21 @@ msgstr "Kan inventaris op een host niet wijzigen"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr "Niet beschikbaar"
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr "Ongedefinieerd"
+#~ msgid "Undefined"
+#~ msgstr "Ongedefinieerd"
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr "Ongedaan maken"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr "Volgen ongedaan maken"
@@ -8867,6 +8984,7 @@ msgstr "Volgen ongedaan maken"
msgid "Unlimited"
msgstr "Onbeperkt"
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -8955,7 +9073,9 @@ msgid ""
msgstr "Gebruik aangepaste berichten om de inhoud te wijzigen van berichten die worden verzonden wanneer een taak start, slaagt of mislukt. Gebruik accolades om informatie over de taak te openen:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr "Gebruikte capaciteit"
@@ -8965,6 +9085,9 @@ msgstr "Gebruikte capaciteit"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr "Gebruikte capaciteit"
@@ -8972,7 +9095,7 @@ msgstr "Gebruikte capaciteit"
msgid "User"
msgstr "Gebruiker"
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr "Gebruikersdetails"
@@ -8985,7 +9108,7 @@ msgstr "Gebruikersinterface"
msgid "User Interface settings"
msgstr "Instellingen gebruikersinterface"
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr "Gebruikersrollen"
@@ -9005,7 +9128,7 @@ msgstr "Gebruikersanalyses"
msgid "User and Insights analytics"
msgstr "Analyse van gebruikers en Insights"
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr "Gebruikersdetails"
@@ -9021,7 +9144,7 @@ msgstr "Gebruikerstokens"
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -9033,8 +9156,8 @@ msgstr "Gebruikerstokens"
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -9046,11 +9169,11 @@ msgstr "Gebruikersnaam/wachtwoord"
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -9060,26 +9183,26 @@ msgstr "Gebruikers"
msgid "VMware vCenter"
msgstr "VMware vCenter"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9103,14 +9226,14 @@ msgstr "Uitgebreid"
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr "Verbositeit"
@@ -9144,7 +9267,11 @@ msgstr "Instellingen Google OAuth 2.0 weergeven"
msgid "View Host Details"
msgstr "Hostdetails weergeven"
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr ""
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9363,13 +9490,13 @@ msgstr "Details knooppunt weergeven"
msgid "View smart inventory host details"
msgstr "Hostdetails Smart-inventaris weergeven"
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr "Weergaven"
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr "Visualizer"
@@ -9378,8 +9505,8 @@ msgstr "Visualizer"
msgid "WARNING:"
msgstr "WAARSCHUWING:"
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr "Wachten"
@@ -9409,7 +9536,7 @@ msgstr "Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr "Webhook toegangsgegevens"
@@ -9420,7 +9547,7 @@ msgstr "Toegangsgegevens Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9428,7 +9555,7 @@ msgstr "Webhooksleutel"
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9436,15 +9563,15 @@ msgstr "Webhookservice"
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr "Webhook-URL"
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr "Webhookdetails"
@@ -9463,12 +9590,12 @@ msgstr "Webhookservices kunnen dit gebruiken als een gedeeld geheim."
msgid "Webhooks"
msgstr "Webhooks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr "Wo"
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr "Woensdag"
@@ -9476,11 +9603,11 @@ msgstr "Woensdag"
msgid "Week"
msgstr "Week"
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr "Doordeweeks"
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr "Weekenddag"
@@ -9488,7 +9615,8 @@ msgstr "Weekenddag"
msgid ""
"Welcome to Red Hat Ansible Automation Platform!\n"
"Please complete the steps below to activate your subscription."
-msgstr "Welkom bij Red Hat Ansible Automation Platform! \n"
+msgstr ""
+"Welkom bij Red Hat Ansible Automation Platform! \n"
"Volg de onderstaande stappen om uw abonnement te activeren."
#: screens/Login/Login.js:146
@@ -9521,8 +9649,8 @@ msgstr "Workflowgoedkeuring"
msgid "Workflow Approval not found."
msgstr "Workflowgoedkeuring niet gevonden."
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9530,18 +9658,18 @@ msgstr "Workflowgoedkeuring niet gevonden."
msgid "Workflow Approvals"
msgstr "Workflowgoedkeuringen"
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr "Workflowtaak"
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9636,7 +9764,7 @@ msgstr "YAML:"
msgid "Year"
msgstr "Jaar"
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr "Ja"
@@ -9660,7 +9788,7 @@ msgstr "U hebt geen machtiging om de volgende groepen te verwijderen: {itemsUnab
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr "U hebt geen machtiging om {pluralizedItemName}: {itemsUnableToDelete} te verwijderen"
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr "U hebt geen machtiging om het volgende te ontkoppelen: {itemsUnableToDisassociate}"
@@ -9668,14 +9796,15 @@ msgstr "U hebt geen machtiging om het volgende te ontkoppelen: {itemsUnableToDis
msgid ""
"You may apply a number of possible variables in the\n"
"message. For more information, refer to the"
-msgstr "U kunt een aantal mogelijke variabelen in het\n"
+msgstr ""
+"U kunt een aantal mogelijke variabelen in het\n"
"bericht toepassen. Voor meer informatie, raadpleeg de"
#: screens/Login/Login.js:154
msgid "Your session has expired. Please log in to continue where you left off."
msgstr "Uw sessie is verlopen. Log in om verder te gaan waar u gebleven was."
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr "Uw sessie is bijna afgelopen"
@@ -9687,12 +9816,12 @@ msgstr "Inzoomen"
msgid "Zoom Out"
msgstr "Uitzoomen"
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr "Er wordt een nieuwe webhooksleutel gegenereerd bij het opslaan."
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr "Er wordt een nieuwe webhook-URL gegenereerd bij het opslaan."
@@ -9723,7 +9852,7 @@ msgstr "verwijderen annuleren"
msgid "cancel edit login redirect"
msgstr "omleiden inloggen bewerken annuleren"
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr "opdracht"
@@ -9732,7 +9861,7 @@ msgstr "opdracht"
msgid "confirm delete"
msgstr "verwijderen bevestigen"
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr "loskoppelen bevestigen"
@@ -9741,7 +9870,7 @@ msgstr "loskoppelen bevestigen"
msgid "confirm edit login redirect"
msgstr "omleiden inloggen bewerken bevestigen"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr "verwijderingsfout"
@@ -9749,7 +9878,7 @@ msgstr "verwijderingsfout"
msgid "denied"
msgstr "geweigerd"
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr "loskoppelen"
@@ -9759,14 +9888,14 @@ msgstr "loskoppelen"
msgid "documentation"
msgstr "documentatie"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -9799,7 +9928,7 @@ msgstr "hier"
msgid "here."
msgstr "hier."
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr "hosts"
@@ -9832,11 +9961,11 @@ msgid "new choice"
msgstr "nieuwe keuze"
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr "van"
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr "optie aan de"
@@ -9853,7 +9982,7 @@ msgid "per page"
msgstr "per pagina"
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr "taken opnieuw starten"
@@ -9894,7 +10023,7 @@ msgstr "systeem"
msgid "timed out"
msgstr "time-out"
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr "wijzigingen wisselen"
@@ -9910,15 +10039,15 @@ msgstr "webhooksleutel taaksjabloon voor workflows"
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr "{0, plural, one {Weet u zeker dat u de groep hieronder wilt verwijderen?} other {Weet u zeker dat u de groepen hieronder wilt verwijderen?}}"
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {Groep verwijderen?} other {Groep verwijderen?}}"
@@ -9934,7 +10063,7 @@ msgstr ""
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr "{0, plural, one {De inventaris zal de status 'in afwachting' hebben totdat het laatste verwijderproces verwerkt is.} other {De inventarissen zullen de status 'in afwachting' hebben totdat het laatste verwijderproces verwerkt is.}}"
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr "{0, plural, one {De geselecteerde taak kan niet worden verwijderd wegens onvoldoende rechten of een lopende taakstatus} other {De geselecteerde taken kunnen niet worden verwijderd wegens onvoldoende rechten of een lopende taakstatus}}"
@@ -10015,10 +10144,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr "{dateStr} door <0>{username}0>"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr "{forks, plural, one {# vork} other {# vorken}}"
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr ""
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr "{intervalValue, plural, one {dag} other {dagen}}"
@@ -10059,7 +10194,7 @@ msgstr "{minuten} min {seconden} sec"
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr "{numJobsToCancel, plural, one {Taak annuleren} other {Taken annuleren}}"
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr "{numJobsToCancel, plural, one {Deze actie annuleert de volgende taak:} other {Deze actie annuleert de volgende taken:}}"
@@ -10075,6 +10210,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List"
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr "{sessionCountdown, plural, one {U wordt over # seconde uitgelogd wegens inactiviteit} other {U wordt over # seconden uitgelogd wegens inactiviteit}}"
diff --git a/awx/ui/src/locales/zh/messages.po b/awx/ui/src/locales/zh/messages.po
index e135d678ee..7805393c95 100644
--- a/awx/ui/src/locales/zh/messages.po
+++ b/awx/ui/src/locales/zh/messages.po
@@ -1,9 +1,16 @@
msgid ""
msgstr ""
"Mime-Version: 1.0\n"
-"Language: zh \n"
+"Language: zh\n"
"Content-Type: text/plain; charset=UTF-8\n"
-
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: \n"
+"PO-Revision-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:43
msgid "(Limited to first 10)"
@@ -15,7 +22,7 @@ msgstr "(限制为前 10)"
msgid "(Prompt on launch)"
msgstr "(启动时提示)"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr "* 此字段将使用指定的凭证从外部 secret 管理系统检索。"
@@ -125,12 +132,12 @@ msgstr "API 令牌"
msgid "API service/integration key"
msgstr "API 服务/集成密钥"
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr "关于"
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -165,74 +172,75 @@ msgstr "帐户令牌"
msgid "Action"
msgstr "操作"
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr "操作"
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -240,7 +248,7 @@ msgstr "操作"
msgid "Activity"
msgstr "活动"
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -344,12 +352,12 @@ msgstr "添加用户权限"
msgid "Add workflow template"
msgstr "添加工作流模板"
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr "管理"
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr "高级"
@@ -370,7 +378,7 @@ msgid ""
"like the Ansible inventory .ini file format."
msgstr "因 SCM 修订版本变更进行每次项目更新后,请在执行作业任务前从所选源刷新清单。这是面向静态内容,如 Ansible 清单 .ini 文件格式。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr "发生次数后"
@@ -379,18 +387,18 @@ msgid "Alert modal"
msgstr "警报模式"
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr "所有"
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr "作业作业类型"
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr "所有作业"
@@ -448,7 +456,7 @@ msgstr "Answer 类型"
msgid "Answer variable name"
msgstr "回答变量名称"
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr "任何"
@@ -478,7 +486,7 @@ msgid "Application not found."
msgstr "未找到应用程序。"
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -487,12 +495,12 @@ msgstr "未找到应用程序。"
msgid "Applications"
msgstr "应用程序"
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr "应用程序和令牌"
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -501,9 +509,9 @@ msgstr "批准"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr "批准"
@@ -547,7 +555,7 @@ msgstr "您确定要退出 Workflow Creator 而不保存您的更改吗?"
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr "您确定要删除此工作流中的所有节点吗?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr "您确定要删除以下节点吗?"
@@ -555,7 +563,7 @@ msgstr "您确定要删除以下节点吗?"
msgid "Are you sure you want to remove this link?"
msgstr "您确定要从删除这个链接吗?"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr "您确定要从删除这个节点吗?"
@@ -567,7 +575,7 @@ msgstr "您确定要从 {1} 中删除访问 {0} 吗?这样做会影响团队
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr "您确定要从 {username} 中删除 {0} 吗?"
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr "您确定要提交取消此作业的请求吗?"
@@ -576,11 +584,11 @@ msgstr "您确定要提交取消此作业的请求吗?"
msgid "Arguments"
msgstr "参数"
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr "工件"
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr "关联"
@@ -616,7 +624,9 @@ msgid "Authorization grant type"
msgstr "授权授予类型"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr "Auto"
@@ -663,6 +673,7 @@ msgid "Back to Instance Groups"
msgstr "返回到实例组"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr "返回到实例"
@@ -696,9 +707,9 @@ msgstr "返回到调度"
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -752,7 +763,7 @@ msgstr "返回到实例组"
msgid "Back to management jobs"
msgstr "返回到管理作业"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -790,12 +801,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr "默认情况下,我们会收集关于服务使用情况的分析数据并将其传送到红帽。服务收集的数据分为两类。如需更多信息,请参阅<0>此 Tower 文档页0>。取消选择以下复选框以禁用此功能。"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr "CPU {0}"
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -815,13 +828,13 @@ msgstr "缓存超时(秒)"
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -831,7 +844,7 @@ msgstr "缓存超时(秒)"
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -846,11 +859,11 @@ msgstr "缓存超时(秒)"
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -858,14 +871,14 @@ msgstr "缓存超时(秒)"
msgid "Cancel"
msgstr "取消"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr "取消清单源同步"
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr "取消作业"
@@ -874,13 +887,13 @@ msgstr "取消作业"
msgid "Cancel Project Sync"
msgstr "取消项目同步"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr "取消同步"
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr "取消作业"
@@ -892,12 +905,12 @@ msgstr "取消链路更改"
msgid "Cancel link removal"
msgstr "取消链接删除"
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr "取消查找"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr "取消节点删除"
@@ -918,20 +931,20 @@ msgid "Cancel subscription edit"
msgstr "取消订阅编辑"
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr "取消 {0}"
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr "已取消"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
@@ -943,8 +956,11 @@ msgid "Capacity"
msgstr "容量"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr "容量调整"
@@ -968,12 +984,13 @@ msgstr "regex 不区分大小写的版本。"
msgid "Case-insensitive version of startswith."
msgstr "开头不区分大小写的版本。"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
msgstr "部署 {brandName} 时更改 PROJECTS_ROOT 以更改此位置。"
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr "已更改"
@@ -1065,7 +1082,7 @@ msgstr "清理"
msgid "Clear"
msgstr "清除"
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr "清除所有过滤器"
@@ -1094,7 +1111,7 @@ msgstr "点击这个按钮使用所选凭证和指定的输入验证到 secret
msgid "Click to create a new link to this node."
msgstr "点击以创建到此节点的新链接。"
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr "单击以重新安排调查问题的顺序"
@@ -1128,7 +1145,7 @@ msgstr "客户端 secret"
msgid "Client type"
msgstr "客户端类型"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr "关闭"
@@ -1145,9 +1162,13 @@ msgstr "云"
msgid "Collapse"
msgstr "折叠"
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr ""
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr "命令"
@@ -1159,7 +1180,7 @@ msgstr "合规"
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr "并发作业"
@@ -1170,7 +1191,7 @@ msgid "Confirm"
msgstr "确认"
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr "确认删除"
@@ -1202,7 +1223,7 @@ msgstr "确认解除关联"
msgid "Confirm link removal"
msgstr "确认链接删除"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr "确认节点删除"
@@ -1218,7 +1239,7 @@ msgstr "确认全部恢复"
msgid "Confirm selection"
msgstr "确认选择"
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr "容器组"
@@ -1237,10 +1258,15 @@ msgstr "未找到容器组。"
msgid "Content Loading"
msgstr "内容加载"
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr "继续"
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr ""
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1259,7 +1285,7 @@ msgid ""
"produce as the playbook executes."
msgstr "控制 ansible 在 playbook 执行时生成的输出级别。"
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr "趋同"
@@ -1281,15 +1307,15 @@ msgstr "复制凭证"
msgid "Copy Error"
msgstr "复制错误"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr "复制执行环境"
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr "复制清单"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr "复制通知模板"
@@ -1297,7 +1323,7 @@ msgstr "复制通知模板"
msgid "Copy Project"
msgstr "复制项目"
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr "复制模板"
@@ -1424,28 +1450,28 @@ msgid "Create user token"
msgstr "创建用户令牌"
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1458,12 +1484,12 @@ msgstr "已创建"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1481,12 +1507,12 @@ msgstr "已创建"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1504,8 +1530,8 @@ msgstr "创建者(用户名)"
msgid "Created by (username)"
msgstr "创建者(用户名)"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1534,14 +1560,14 @@ msgstr "凭证输入源"
msgid "Credential Name"
msgstr "凭证名称"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr "凭证类型"
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1569,23 +1595,23 @@ msgstr "使用受保护的容器 registry 进行身份验证的凭证。"
msgid "Credential type not found."
msgstr "未找到凭证类型。"
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1605,12 +1631,12 @@ msgstr "自定义 pod 规格"
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr "自定义虚拟环境 {0} 必须替换为一个执行环境。"
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr "自定义虚拟环境 {0} 必须替换为执行环境。有关迁移到执行环境的更多信息,请参阅<0>文档0>。"
@@ -1632,12 +1658,12 @@ msgstr "自定义 Pod 规格"
msgid "DELETED"
msgstr "已删除"
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr "仪表板"
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr "仪表板(所有活动)"
@@ -1649,8 +1675,8 @@ msgstr "数据保留的周期"
msgid "Date"
msgstr "日期"
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr "天"
@@ -1660,7 +1686,7 @@ msgstr "天"
msgid "Days of Data to Keep"
msgstr "要保留数据的天数"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr "数据被保留的天数"
@@ -1668,7 +1694,7 @@ msgstr "数据被保留的天数"
msgid "Days remaining"
msgstr "剩余的天数"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr "保存的天数"
@@ -1687,9 +1713,9 @@ msgstr "12 月"
msgid "Default"
msgstr "默认"
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr "默认回答"
@@ -1718,43 +1744,43 @@ msgstr "定义系统级的特性和功能"
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr "删除"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr "删除所有组和主机"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr "删除凭证"
@@ -1762,22 +1788,22 @@ msgstr "删除凭证"
msgid "Delete Execution Environment"
msgstr "删除执行环境"
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr "删除主机"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr "删除清单"
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr "删除作业"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr "删除作业模板"
@@ -1785,7 +1811,7 @@ msgstr "删除作业模板"
msgid "Delete Notification"
msgstr "删除通知"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr "删除机构"
@@ -1797,7 +1823,7 @@ msgstr "删除项目"
msgid "Delete Questions"
msgstr "删除问题"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr "删除调度"
@@ -1821,7 +1847,7 @@ msgstr "删除用户令牌"
msgid "Delete Workflow Approval"
msgstr "删除工作流批准"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr "删除工作流作业模板"
@@ -1834,7 +1860,7 @@ msgstr "删除所有节点"
msgid "Delete application"
msgstr "创建应用"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr "删除凭证类型"
@@ -1842,20 +1868,20 @@ msgstr "删除凭证类型"
msgid "Delete error"
msgstr "删除错误"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr "删除实例组"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr "删除清单源"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr "删除智能清单"
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr "删除问卷调查问题"
@@ -1918,9 +1944,9 @@ msgstr "已拒绝 {0} - {1}"
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr "拒绝"
@@ -1932,16 +1958,16 @@ msgstr "已弃用"
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -1965,7 +1991,7 @@ msgstr "已弃用"
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -1979,14 +2005,14 @@ msgstr "已弃用"
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2021,7 +2047,7 @@ msgstr "目标频道"
msgid "Destination channels or users"
msgstr "目标频道或用户"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2039,6 +2065,8 @@ msgstr "目标频道或用户"
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2048,7 +2076,7 @@ msgstr "目标频道或用户"
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2060,9 +2088,9 @@ msgstr "目标频道或用户"
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2105,7 +2133,7 @@ msgstr "目标频道或用户"
msgid "Details"
msgstr "详情"
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr "详情标签页"
@@ -2129,15 +2157,15 @@ msgid "Disable SSL verification"
msgstr "禁用 SSL 验证"
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr "禁用"
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2148,16 +2176,16 @@ msgstr "解除关联"
msgid "Disassociate group from host?"
msgstr "从主机中解除关联组?"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr "从组中解除关联主机?"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr "从实例组中解除关联实例?"
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr "解除关联相关的组?"
@@ -2195,10 +2223,10 @@ msgstr "将此作业模板完成的工作分成指定作业分片数,每一分
msgid "Documentation."
msgstr "文档。"
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr "完成"
@@ -2213,20 +2241,20 @@ msgid "Drag a file here or browse to upload"
msgstr "把文件拖放在这里或浏览以上传"
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr "可拖动列表以重新排序和删除选定的项目。"
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr "可拖动列表以重新排序和删除选定的项目。"
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr "拖放已取消。列表保持不变。"
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr "拖放已取消。列表保持不变。"
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr "拖动项目 {id}。带有索引 {oldIndex} 的项现在 {newIndex} 。"
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr "拖动项目 {id}。带有索引 {oldIndex} 的项现在 {newIndex} 。"
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr "拖放项目 ID: {newId} 已开始。"
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr "拖放项目 ID: {newId} 已开始。"
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2249,28 +2277,28 @@ msgid ""
"revision of the project prior to starting the job."
msgstr "每次使用此项目运行作业时,请在启动该作业前更新项目的修订。"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2282,27 +2310,27 @@ msgstr "每次使用此项目运行作业时,请在启动该作业前更新项
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2356,28 +2384,28 @@ msgstr "编辑凭证插件配置"
msgid "Edit Details"
msgstr "类型详情"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr "编辑执行环境"
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr "编辑组"
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr "编辑主机"
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr "编辑清单"
@@ -2394,11 +2422,11 @@ msgstr "编辑登录重定向覆写 URL"
msgid "Edit Node"
msgstr "编辑节点"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr "编辑通知模板"
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr "编辑顺序"
@@ -2416,8 +2444,8 @@ msgstr "编辑项目"
msgid "Edit Question"
msgstr "编辑问题"
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr "编辑调度"
@@ -2426,7 +2454,7 @@ msgstr "编辑调度"
msgid "Edit Source"
msgstr "编辑源"
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr "编辑问卷调查"
@@ -2437,9 +2465,9 @@ msgstr "编辑问卷调查"
msgid "Edit Team"
msgstr "编辑团队"
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr "编辑模板"
@@ -2448,13 +2476,13 @@ msgstr "编辑模板"
msgid "Edit User"
msgstr "编辑用户"
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr "编辑应用"
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr "编辑凭证类型"
@@ -2470,7 +2498,7 @@ msgid "Edit details"
msgstr "编辑详情"
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr "编辑组"
@@ -2496,7 +2524,7 @@ msgstr "编辑这个链接"
msgid "Edit this node"
msgstr "编辑此节点"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr "编辑工作流"
@@ -2517,6 +2545,7 @@ msgstr "作业运行所经过的时间"
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr "电子邮件"
@@ -2525,20 +2554,20 @@ msgstr "电子邮件"
msgid "Email Options"
msgstr "电子邮件选项"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr "启用并发作业"
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr "启用事实缓存"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr "启用 HTTPS 证书验证"
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2548,16 +2577,16 @@ msgstr "启用 Webhook"
msgid "Enable Webhook for this workflow job template."
msgstr "为此工作流作业模板启用 Webhook。"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr "启用外部日志记录"
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr "单独启用日志系统跟踪事实"
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr "启用权限升级"
@@ -2565,7 +2594,7 @@ msgstr "启用权限升级"
msgid "Enable simplified login for your {brandName} applications"
msgstr "为您的 {brandName} 应用启用简化的登录"
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr "为此模板启用 Webhook。"
@@ -2575,14 +2604,14 @@ msgstr "为此模板启用 Webhook。"
msgid "Enabled"
msgstr "启用"
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr "启用的选项"
@@ -2597,7 +2626,7 @@ msgstr "启用的值"
msgid "Enabled Variable"
msgstr "启用的变量"
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
@@ -2613,12 +2642,12 @@ msgid ""
"template."
msgstr "允许创建部署回调 URL。使用此 URL,主机可访问 {brandName} 并使用此任务模板请求配置更新"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr "已加密"
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr "结束"
@@ -2630,7 +2659,7 @@ msgstr "最终用户许可证协议"
msgid "End date"
msgstr "结束日期"
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr "结束日期/时间"
@@ -2756,14 +2785,14 @@ msgstr "输入变量来配置清单源。有关如何配置此插件的详细描
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr "使用 JSON 或 YAML 语法输入变量。使用单选按钮在两者之间切换。"
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2792,56 +2821,59 @@ msgstr "保存工作流时出错!"
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2852,16 +2884,16 @@ msgstr "保存工作流时出错!"
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2880,10 +2912,11 @@ msgid "Error:"
msgstr "错误:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr "错误"
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -2901,7 +2934,7 @@ msgstr "事件详情 modal"
msgid "Event summary not available"
msgstr "事件摘要不可用"
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr "事件"
@@ -2949,10 +2982,15 @@ msgstr "当父节点出现故障状态时执行。"
msgid "Execute when the parent node results in a successful state."
msgstr "当父节点具有成功状态时执行。"
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr ""
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -2962,13 +3000,13 @@ msgid "Execution Environment"
msgstr "执行环境"
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr "缺少执行环境"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -2981,7 +3019,7 @@ msgstr "缺少执行环境"
msgid "Execution Environments"
msgstr "执行环境"
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr "执行节点"
@@ -3002,15 +3040,19 @@ msgstr "不保存退出"
msgid "Expand"
msgstr "展开"
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr "扩展所有行"
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr "展开输入"
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr ""
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr "预期该文件中至少有一个 client_email、project_id 或 private_key 之一。"
@@ -3018,7 +3060,7 @@ msgstr "预期该文件中至少有一个 client_email、project_id 或 private_
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3041,7 +3083,7 @@ msgstr "过期于 UTC"
msgid "Expires on {0}"
msgstr "过期于 {0}"
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr "解释"
@@ -3050,8 +3092,8 @@ msgstr "解释"
msgid "External Secret Management System"
msgstr "外部 Secret 管理系统"
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr "额外变量"
@@ -3077,8 +3119,8 @@ msgstr "事实存储"
msgid "Facts"
msgstr "事实"
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3099,7 +3141,7 @@ msgstr "失败的主机"
msgid "Failed hosts"
msgstr "失败的主机"
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr "失败的作业"
@@ -3121,15 +3163,15 @@ msgid "Failed to associate role"
msgstr "关联角色失败"
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr "关联失败。"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr "取消清单源同步失败"
@@ -3139,12 +3181,12 @@ msgstr "取消清单源同步失败"
msgid "Failed to cancel Project Sync"
msgstr "取消项目同步失败"
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr "取消一个或多个作业失败。"
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr "取消 {0} 失败"
@@ -3153,11 +3195,11 @@ msgstr "取消 {0} 失败"
msgid "Failed to copy credential."
msgstr "复制凭证失败。"
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr "复制执行环境失败"
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr "复制清单失败。"
@@ -3165,8 +3207,8 @@ msgstr "复制清单失败。"
msgid "Failed to copy project."
msgstr "复制项目失败。"
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr "复制模板失败。"
@@ -3174,28 +3216,28 @@ msgstr "复制模板失败。"
msgid "Failed to delete application."
msgstr "删除应用程序失败。"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr "删除凭证失败。"
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr "删除组 {0} 失败。"
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr "删除主机失败。"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr "删除清单源 {name} 失败。"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr "删除清单失败。"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr "删除作业模板失败。"
@@ -3219,7 +3261,7 @@ msgstr "删除一个或多个凭证失败。"
msgid "Failed to delete one or more execution environments"
msgstr "删除一个或多个执行环境失败"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr "删除一个或多个组失败。"
@@ -3244,7 +3286,7 @@ msgstr "删除一个或多个清单源失败。"
msgid "Failed to delete one or more job templates."
msgstr "删除一个或多个作业模板失败。"
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr "删除一个或多个作业失败。"
@@ -3280,7 +3322,7 @@ msgstr "删除一个或多个令牌失败。"
msgid "Failed to delete one or more user tokens."
msgstr "删除一个或多个用户令牌失败。"
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr "删除一个或多个用户失败。"
@@ -3288,7 +3330,7 @@ msgstr "删除一个或多个用户失败。"
msgid "Failed to delete one or more workflow approval."
msgstr "无法删除一个或多个工作流批准。"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr "删除机构失败。"
@@ -3305,11 +3347,11 @@ msgstr "删除角色失败"
msgid "Failed to delete role."
msgstr "删除角色失败。"
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr "删除调度失败。"
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr "删除智能清单失败。"
@@ -3325,7 +3367,7 @@ msgstr "删除用户失败。"
msgid "Failed to delete workflow approval."
msgstr "删除工作流批准失败。"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr "删除工作流任务模板失败。"
@@ -3344,16 +3386,17 @@ msgstr "拒绝工作流批准失败。"
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr "解除关联一个或多个组关联。"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr "解除关联一个或多个主机失败。"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr "解除关联一个或多个实例失败。"
@@ -3361,7 +3404,7 @@ msgstr "解除关联一个或多个实例失败。"
msgid "Failed to disassociate one or more teams."
msgstr "解除关联一个或多个团队失败。"
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr "获取自定义登录配置设置失败。系统默认设置会被显示。"
@@ -3370,7 +3413,7 @@ msgid "Failed to fetch the updated project data."
msgstr "获取更新的项目数据失败。"
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr "启动作业失败。"
@@ -3387,11 +3430,12 @@ msgstr "获取完整节点资源对象失败。"
msgid "Failed to retrieve node credentials."
msgstr "获取节点凭证失败。"
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr "在一个或多个实例上运行健康检查失败。"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr "发送测试通知失败。"
@@ -3407,11 +3451,11 @@ msgstr "同步项目失败。"
msgid "Failed to sync some or all inventory sources."
msgstr "同步部分或所有清单源失败。"
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr "切换主机失败。"
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr "切换实例失败。"
@@ -3419,12 +3463,14 @@ msgstr "切换实例失败。"
msgid "Failed to toggle notification."
msgstr "切换通知失败。"
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr "切换调度失败。"
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr "更新容量调整失败。"
@@ -3436,8 +3482,8 @@ msgstr "更新问卷调查失败。"
msgid "Failed to user token."
msgstr "用户令牌失败。"
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr "失败"
@@ -3475,7 +3521,7 @@ msgstr "字段与给出的正则表达式匹配。"
msgid "Field starts with value."
msgstr "字段以值开头。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr "第五"
@@ -3491,22 +3537,22 @@ msgstr "上传文件被拒绝。请选择单个 .json 文件。"
msgid "File, directory or script"
msgstr "文件、目录或脚本"
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr "按 {name} 过滤。"
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr "完成时间"
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr "完成"
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr "第一"
@@ -3514,8 +3560,8 @@ msgstr "第一"
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3526,7 +3572,7 @@ msgid "First Run"
msgstr "首次运行"
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr "名"
@@ -3542,7 +3588,7 @@ msgstr "使图像与可用屏幕大小匹配"
msgid "Float"
msgstr "浮点值"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr "关注"
@@ -3568,12 +3614,12 @@ msgstr "有关详情请参阅"
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr "分叉"
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr "第六"
@@ -3586,12 +3632,12 @@ msgstr "频率详情"
msgid "Frequency did not match an expected value"
msgstr "频率与预期值不匹配"
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr "周五"
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr "周五"
@@ -3603,7 +3649,7 @@ msgstr "模糊搜索 id、name 或 description 字段。"
msgid "Fuzzy search on name field."
msgstr "模糊搜索名称字段。"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr "Galaxy 凭证"
@@ -3632,7 +3678,7 @@ msgstr "获取订阅"
msgid "Git"
msgstr "Git"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr "GitHub"
@@ -3671,7 +3717,7 @@ msgstr "GitHub Team"
msgid "GitHub settings"
msgstr "GitHub 设置"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr "GitLab"
@@ -3681,7 +3727,7 @@ msgstr "GitLab"
#~ msgstr "全局默认执行环境"
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr "全局可用"
@@ -3759,8 +3805,8 @@ msgstr "组类型"
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr "组"
@@ -3775,16 +3821,18 @@ msgstr "HTTP 标头"
msgid "HTTP Method"
msgstr "HTTP 方法"
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr "健康检查"
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr "健康"
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr "帮助"
@@ -3802,6 +3850,11 @@ msgstr "隐藏描述"
msgid "Hipchat"
msgstr "HipChat"
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr ""
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3816,8 +3869,8 @@ msgid "Host Async OK"
msgstr "主机异步正常"
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr "主机配置键"
@@ -3825,7 +3878,7 @@ msgstr "主机配置键"
msgid "Host Count"
msgstr "主机计数"
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr "类型详情"
@@ -3843,7 +3896,7 @@ msgid "Host Filter"
msgstr "主机过滤器"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr "主机名"
@@ -3875,7 +3928,7 @@ msgstr "主机无法访问"
msgid "Host details"
msgstr "主机详情"
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr "主机详情 modal"
@@ -3888,8 +3941,8 @@ msgstr "未找到主机"
msgid "Host status information for this job is unavailable."
msgstr "此作业的主机状态信息不可用。"
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -3899,8 +3952,8 @@ msgstr "此作业的主机状态信息不可用。"
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -3931,7 +3984,12 @@ msgstr "剩余主机"
msgid "Hour"
msgstr "小时"
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr ""
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4035,17 +4093,17 @@ msgstr "如果启用,显示 Ansible 任务所做的更改(在支持的情况
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr "如果启用,显示 Ansible 任务所做的更改(在支持的情况下)。这等同于 Ansible 的 --diff 模式。"
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
msgstr "如果启用,将允许同时运行此作业模板。"
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr "如果启用,将允许同时运行此工作流作业模板。"
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
@@ -4081,11 +4139,11 @@ msgstr "如果您希望清单源在启动和项目更新时更新,请点启动
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr "镜像"
@@ -4100,7 +4158,7 @@ msgid ""
"reset by the inventory sync process."
msgstr "指明主机是否可用且应该包含在正在运行的作业中。对于作为外部清单一部分的主机,可能会被清单同步过程重置。"
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr "Info"
@@ -4108,17 +4166,17 @@ msgstr "Info"
msgid "Initiated By"
msgstr "启动者"
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr "启动者"
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr "启动者(用户名)"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr "注入程序配置"
@@ -4149,27 +4207,27 @@ msgstr "Insights 系统 ID"
msgid "Instance"
msgstr "实例"
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr "实例过滤器"
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr "实例组"
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr "实例组"
@@ -4190,7 +4248,8 @@ msgstr "实例组"
msgid "Instance group not found."
msgstr "没有找到实例组"
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr "实例组使用的容量"
@@ -4198,13 +4257,17 @@ msgstr "实例组使用的容量"
msgid "Instance groups"
msgstr "实例组"
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr "实例"
@@ -4233,8 +4296,8 @@ msgid "Invalid username or password. Please try again."
msgstr "无效的用户名或密码。请重试。"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4244,41 +4307,41 @@ msgstr "无效的用户名或密码。请重试。"
msgid "Inventories"
msgstr "清单"
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr "无法复制含有源的清单"
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr "清单"
@@ -4295,11 +4358,11 @@ msgstr "清单文件"
msgid "Inventory ID"
msgstr "清单 ID"
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr "清单源"
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr "清单源项目"
@@ -4307,7 +4370,7 @@ msgstr "清单源项目"
msgid "Inventory Source Sync"
msgstr "清单源同步"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr "清单源同步错误"
@@ -4319,11 +4382,11 @@ msgstr "清单源同步错误"
msgid "Inventory Sources"
msgstr "清单源"
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr "清单同步"
@@ -4344,7 +4407,7 @@ msgstr "清单文件"
msgid "Inventory not found."
msgstr "未找到清单。"
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr "清单同步"
@@ -4352,11 +4415,11 @@ msgstr "清单同步"
msgid "Inventory sync failures"
msgstr "清单同步失败"
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr "已展开"
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr "未扩展"
@@ -4389,11 +4452,11 @@ msgstr "每页的项"
msgid "JOB ID:"
msgstr "作业 ID:"
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr "JSON"
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr "JSON 标签页"
@@ -4411,20 +4474,20 @@ msgid "Job"
msgstr "作业"
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr "作业取消错误"
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr "作业删除错误"
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr "作业 ID"
@@ -4432,18 +4495,18 @@ msgstr "作业 ID"
msgid "Job Runs"
msgstr "作业运行"
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr "作业分片"
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr "任务分片父级"
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr "作业分片"
@@ -4454,22 +4517,22 @@ msgstr "作业状态"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr "作业标签"
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr "作业模板"
@@ -4494,23 +4557,23 @@ msgstr "在创建或编辑节点时无法选择缺失的清单或项目的作业
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr "在创建或编辑节点时无法选择具有提示密码凭证的作业模板"
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr "作业类型"
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr "作业状态"
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr "作业状态图标签页"
@@ -4520,10 +4583,10 @@ msgstr "作业状态图标签页"
msgid "Job templates"
msgstr "作业模板"
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4570,7 +4633,7 @@ msgstr "键选择"
msgid "Key typeahead"
msgstr "键 typeahead"
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr "关键词"
@@ -4631,29 +4694,32 @@ msgstr "LDAP5"
msgid "Label"
msgstr ""
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr "标签名称"
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr "标签"
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr "最后"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr "最后的健康检查"
@@ -4666,27 +4732,27 @@ msgstr "最后的作业状态"
msgid "Last Login"
msgstr "最近登陆"
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4697,15 +4763,15 @@ msgstr "最后修改"
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr "姓氏"
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr "最后运行"
@@ -4717,15 +4783,15 @@ msgstr "最后运行"
msgid "Last job"
msgstr "最后作业"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr "最后修改"
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr "姓"
@@ -4733,23 +4799,23 @@ msgstr "姓"
msgid "Last used"
msgstr "最后使用"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr "启动"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr "启动管理作业"
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr "启动模板"
@@ -4757,12 +4823,12 @@ msgstr "启动模板"
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr "启动管理作业"
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr "启动模板"
@@ -4779,7 +4845,7 @@ msgstr "启动 | {0}"
msgid "Launched By"
msgstr "启动者"
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr "启动者(用户名)"
@@ -4806,14 +4872,14 @@ msgstr "小于或等于比较。"
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4840,7 +4906,7 @@ msgstr "本地时区"
msgid "Local time zone"
msgstr "本地时区"
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr "登录"
@@ -4853,13 +4919,13 @@ msgid "Logging settings"
msgstr "日志设置"
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr "退出"
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr "查找 modal"
@@ -4885,7 +4951,7 @@ msgstr "最新同步"
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr "机器凭证"
@@ -4894,21 +4960,21 @@ msgid "Managed"
msgstr "管理的"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr "受管的节点"
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr "管理作业"
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr "管理作业"
@@ -4917,8 +4983,8 @@ msgstr "管理作业"
msgid "Management job"
msgstr "管理作业"
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr "管理作业启动错误"
@@ -4931,11 +4997,13 @@ msgid "Management jobs"
msgstr "管理作业"
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5049,12 +5117,12 @@ msgstr "修改"
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5072,12 +5140,12 @@ msgstr "修改"
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5096,24 +5164,24 @@ msgid "Modified by (username)"
msgstr "修改者(用户名)"
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr "模块"
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr "模块参数"
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr "模块名称"
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr "周一"
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr "周一"
@@ -5129,13 +5197,13 @@ msgstr "更多信息"
msgid "More information for"
msgstr "更多信息"
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr "多选"
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr "多选"
@@ -5160,11 +5228,11 @@ msgstr "多项选择选项"
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5174,7 +5242,7 @@ msgstr "多项选择选项"
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5182,27 +5250,27 @@ msgstr "多项选择选项"
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5220,11 +5288,11 @@ msgstr "多项选择选项"
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5234,15 +5302,15 @@ msgstr "多项选择选项"
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5256,24 +5324,28 @@ msgstr "多项选择选项"
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5282,10 +5354,10 @@ msgstr "多项选择选项"
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5300,16 +5372,16 @@ msgstr "多项选择选项"
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5320,7 +5392,7 @@ msgstr "多项选择选项"
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5331,13 +5403,13 @@ msgstr "多项选择选项"
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5346,15 +5418,15 @@ msgstr "多项选择选项"
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5372,11 +5444,11 @@ msgstr "名称"
msgid "Name cannot be changed on this Instance Group"
msgstr ""
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr "导航"
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5391,15 +5463,15 @@ msgstr "永不更新"
msgid "Never expires"
msgstr "永不过期"
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr "新"
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5412,12 +5484,12 @@ msgstr "下一"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr "下次运行"
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr "否"
@@ -5430,7 +5502,7 @@ msgstr "未匹配主机"
msgid "No Hosts Remaining"
msgstr "没有剩余主机"
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr "没有可用的 JSON"
@@ -5438,11 +5510,11 @@ msgstr "没有可用的 JSON"
msgid "No Jobs"
msgstr "没有作业"
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr "没有可用的标准错误"
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr "没有可用的标准输出"
@@ -5458,7 +5530,7 @@ msgstr "没有找到项。"
msgid "No job data available"
msgstr "没有可用作业数据。"
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr "未找到结果"
@@ -5469,15 +5541,15 @@ msgstr "未找到结果"
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5505,8 +5577,14 @@ msgid "Node Alias"
msgstr "节点别名"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr "节点类型"
@@ -5546,7 +5624,7 @@ msgstr "没有配置"
msgid "Not configured for inventory sync."
msgstr "没有为清单同步配置。"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
@@ -5593,7 +5671,7 @@ msgstr "通知颜色"
msgid "Notification Template not found."
msgstr "没有找到通知模板。"
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5628,7 +5706,7 @@ msgid "Notification type"
msgstr "通知类型"
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5647,6 +5725,7 @@ msgstr "通知"
msgid "November"
msgstr "11月"
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5654,7 +5733,7 @@ msgid "OK"
msgstr "确定"
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr "发生次数"
@@ -5666,14 +5745,14 @@ msgstr "10 月"
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr "关"
@@ -5682,14 +5761,14 @@ msgstr "关"
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr "于"
@@ -5708,7 +5787,7 @@ msgstr "失败时"
msgid "On Success"
msgstr "成功时"
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr "于日期"
@@ -5716,7 +5795,7 @@ msgstr "于日期"
msgid "On days"
msgstr "于日"
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr "唯一分组标准"
@@ -5741,7 +5820,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr "(可选)选择要用来向 Webhook 服务发回状态更新的凭证。"
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5750,9 +5829,9 @@ msgstr "(可选)选择要用来向 Webhook 服务发回状态更新的凭证
msgid "Options"
msgstr "选项"
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr "Order"
@@ -5764,22 +5843,22 @@ msgstr "Order"
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5790,8 +5869,8 @@ msgstr "Order"
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5812,8 +5891,8 @@ msgid "Organization not found."
msgstr "未找到机构。"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -5898,7 +5977,7 @@ msgstr "Pan 右"
msgid "Pan Up"
msgstr "Pan 上"
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr "传递额外的命令行更改。有两个 ansible 命令行参数:"
@@ -5908,14 +5987,15 @@ msgid ""
"-e or --extra-vars command line parameter for ansible-playbook.\n"
"Provide key/value pairs using either YAML or JSON. Refer to the\n"
"documentation for example syntax."
-msgstr "向 playbook 传递额外的命令行变量。这是 ansible-playbook 的 -e 或 --extra-vars 命令行参数。使用 YAML \n"
+msgstr ""
+"向 playbook 传递额外的命令行变量。这是 ansible-playbook 的 -e 或 --extra-vars 命令行参数。使用 YAML \n"
"或 JSON 提供键/值对。示例语法请参阅相关文档。"
#: screens/Template/shared/WorkflowJobTemplateForm.js:215
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr "向 playbook 传递额外的命令行变量。这是 ansible-playbook 的 -e 或 --extra-vars 命令行参数。使用 YAML 或 JSON 提供键/值对。示例语法请参阅 Ansible Tower 文档。"
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -5924,24 +6004,24 @@ msgstr "向 playbook 传递额外的命令行变量。这是 ansible-playbook
msgid "Password"
msgstr "密码"
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr "过去 24 小时"
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr "过去一个月"
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr "过去两周"
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr "过去一周"
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr "待处理"
@@ -5950,11 +6030,11 @@ msgstr "待处理"
msgid "Pending Workflow Approvals"
msgstr "等待工作流批准"
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr "等待删除"
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr "执行搜索以定义主机过滤器"
@@ -5967,7 +6047,7 @@ msgstr "个人访问令牌"
msgid "Personal access token"
msgstr "个人访问令牌"
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr "Play"
@@ -5980,14 +6060,14 @@ msgid "Play Started"
msgstr "Play 已启动"
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr "Playbook"
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr "Playbook 检查"
@@ -5995,16 +6075,16 @@ msgstr "Playbook 检查"
msgid "Playbook Complete"
msgstr "Playbook 完成"
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr "Playbook 目录"
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr "Playbook 运行"
@@ -6019,7 +6099,7 @@ msgstr "Playbook 已启动"
msgid "Playbook name"
msgstr "Playbook 名称"
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr "Playbook 运行"
@@ -6059,7 +6139,7 @@ msgstr "请输入一个值。"
msgid "Please log in"
msgstr "请登录"
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr "请运行一个作业来填充此列表"
@@ -6075,7 +6155,7 @@ msgstr "请选择一个清单或者选中“启动时提示”选项"
msgid "Please select an end date/time that comes after the start date/time."
msgstr "请选择一个比开始日期/时间晚的结束日期/时间。"
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr "请在编辑主机过滤器前选择机构"
@@ -6084,7 +6164,9 @@ msgid "Pod spec override"
msgstr "Pod 规格覆写"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr "策略类型"
@@ -6103,7 +6185,7 @@ msgstr "策略实例百分比"
msgid "Populate field from an external secret management system"
msgstr "从外部 secret 管理系统填充字段"
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
@@ -6132,14 +6214,14 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr "按 Enter 进行编辑。按 ESC 停止编辑。"
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr "按空格或输入开始拖动,并使用箭头键导航或关闭。按 Enter 键确认拖动或任何其他键以取消拖动操作。"
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr "按空格或输入开始拖动,并使用箭头键导航或关闭。按 Enter 键确认拖动或任何其他键以取消拖动操作。"
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr "预览"
@@ -6158,27 +6240,31 @@ msgstr "权限升级"
msgid "Privilege escalation password"
msgstr "权限升级密码"
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr "项目"
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr "项目基本路径"
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr ""
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6202,8 +6288,8 @@ msgid "Project sync failures"
msgstr "项目同步失败"
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6215,7 +6301,7 @@ msgstr "项目同步失败"
msgid "Projects"
msgstr "项目"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr "提升子组和主机"
@@ -6224,13 +6310,13 @@ msgstr "提升子组和主机"
msgid "Prompt"
msgstr "提示"
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr "提示覆盖"
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr "启动时提示"
@@ -6238,7 +6324,7 @@ msgstr "启动时提示"
msgid "Prompt | {0}"
msgstr "提示 | {0}"
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr "提示的值"
@@ -6264,11 +6350,12 @@ msgstr "提供主机模式以进一步限制受 playbook 管理或影响的主
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr "为这个字段输入值或者选择「启动时提示」选项。"
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
-msgstr "使用 YAML 或 JSON 提供\n"
+msgstr ""
+"使用 YAML 或 JSON 提供\n"
"键/值对。"
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:193
@@ -6284,12 +6371,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr "提供您的 Red Hat 或 Red Hat Satellite 凭证,以便为 Ansible Automation Platform 启用 Insights。"
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr "部署回调 URL"
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr "置备回调详情"
@@ -6318,7 +6405,9 @@ msgid "RADIUS settings"
msgstr "RADIUS 设置"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr "RAM {0}"
@@ -6326,26 +6415,26 @@ msgstr "RAM {0}"
msgid "Read"
msgstr "读取"
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr "最近的作业"
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr "最近的任务列表标签页"
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr "最近模板"
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr "最近模板列表标签页"
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr "最近的作业"
@@ -6441,7 +6530,7 @@ msgstr "仅导入主机名与这个正则表达式匹配的主机。该过滤器
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr "相关组"
@@ -6459,9 +6548,9 @@ msgid "Related search type typeahead"
msgstr "相关的搜索类型 typeahead"
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr "重新启动"
@@ -6497,10 +6586,10 @@ msgstr "使用主机参数重新启动"
msgid "Remote Archive"
msgstr "远程归档"
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr "删除"
@@ -6516,7 +6605,7 @@ msgstr "删除链接"
#~ msgid "Remove Node"
#~ msgstr "删除节点"
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr ""
@@ -6537,8 +6626,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr "删除此链接将会孤立分支的剩余部分,并导致它在启动时立即执行。"
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr "重新排序"
+#~ msgid "Reorder"
+#~ msgstr "重新排序"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6573,13 +6662,13 @@ msgstr "资源名称"
msgid "Resource deleted"
msgstr "资源已删除"
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr "资源"
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr "此模板中缺少资源。"
@@ -6595,10 +6684,10 @@ msgstr "从给定的主机变量字典中检索启用的状态。启用的变量
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr "返回"
@@ -6645,7 +6734,7 @@ msgstr "恢复设置"
msgid "Revert to factory default."
msgstr "恢复到工厂默认值。"
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6663,7 +6752,7 @@ msgstr "Rocket.Chat"
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6674,7 +6763,7 @@ msgstr "角色"
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6692,14 +6781,15 @@ msgid "Run"
msgstr "运行"
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr "运行命令"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr "对实例运行健康检查"
@@ -6719,7 +6809,7 @@ msgstr "运行每"
msgid "Run frequency"
msgstr "运行频率"
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr "运行于"
@@ -6727,8 +6817,8 @@ msgstr "运行于"
msgid "Run type"
msgstr "运行类型"
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6740,8 +6830,9 @@ msgstr "正在运行的处理程序"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr "运行作业"
@@ -6757,7 +6848,7 @@ msgstr "SAML"
msgid "SAML settings"
msgstr "SAML 设置"
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr "SCM 更新"
@@ -6787,12 +6878,12 @@ msgstr "开始"
msgid "STATUS:"
msgstr "状态:"
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr "周六"
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr "周六"
@@ -6809,7 +6900,7 @@ msgstr "周六"
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -6857,8 +6948,8 @@ msgstr "未找到调度。"
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -6903,37 +6994,37 @@ msgstr "滚动到前一个"
msgid "Search"
msgstr "搜索"
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr "作业运行时会禁用搜索"
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr "搜索提交按钮"
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr "搜索文本输入"
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr "秒"
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr "秒"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr "在左侧查看错误"
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -6945,19 +7036,19 @@ msgstr "编辑凭证类型"
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr "选择组"
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr "选择主机"
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr "选择输入"
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr "选择实例"
@@ -7036,7 +7127,7 @@ msgstr "选择一个 playbook"
msgid "Select a project before editing the execution environment."
msgstr "在编辑执行环境前选择一个项目。"
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr "选择要删除的问题"
@@ -7053,7 +7144,7 @@ msgstr "选择要删除的行"
msgid "Select a row to deny"
msgstr "选择要拒绝的行"
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr "选择要解除关联的行"
@@ -7099,7 +7190,7 @@ msgstr "为这个字段选择一个值"
msgid "Select a webhook service."
msgstr "选择 Webhook 服务。"
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr "选择所有"
@@ -7116,7 +7207,7 @@ msgstr "选择一个实例"
msgid "Select an instance and a metric to show chart"
msgstr "选择一个实例和一个指标来显示图表"
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr "选择一个要运行健康检查的实例。"
@@ -7141,7 +7232,7 @@ msgid ""
"credential(s) become the defaults that can be updated at run time."
msgstr "选择允许访问将运行此作业的节点的凭证。每种类型您只能选择一个凭证。对于机器凭证 (SSH),如果选中了“启动时提示”但未选择凭证,您需要在运行时选择机器凭证。如果选择了凭证并选中了“启动时提示”,则所选凭证将变为默认设置,可以在运行时更新。"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
@@ -7152,8 +7243,8 @@ msgstr "从位于项目基本路径的目录列表中进行选择。基本路径
msgid "Select items from list"
msgstr "从列表中选择项"
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr "选择作业类型"
@@ -7177,8 +7268,8 @@ msgstr "选择要应用的角色"
msgid "Select source path"
msgstr "选择源路径"
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr "选择状态"
@@ -7257,7 +7348,7 @@ msgstr "选择包含此作业要执行的 playbook 的项目。"
msgid "Select your Ansible Automation Platform subscription to use."
msgstr "选择要使用的 Ansible Automation Platform 订阅。"
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr "选择 {0}"
@@ -7268,23 +7359,24 @@ msgstr "选择 {0}"
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7296,10 +7388,10 @@ msgstr "选择 {0}"
msgid "Selected"
msgstr "已选择"
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr "选择的类别"
@@ -7385,10 +7477,10 @@ msgstr "设置与工厂默认匹配。"
msgid "Setting name"
msgstr "设置名称"
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr "设置"
@@ -7398,10 +7490,10 @@ msgid "Show"
msgstr "显示"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr "显示更改"
@@ -7424,58 +7516,58 @@ msgstr "显示更少"
msgid "Show only root groups"
msgstr "只显示 root 组"
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr "使用 Azure AD 登陆"
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr "使用 GitHub 登陆"
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr "使用 GitHub Enterprise 登录"
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr "使用 GitHub Enterprise Organizations 登录"
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr "使用 GitHub Enterprise Teams 登录"
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr "使用 GitHub Organizations 登录"
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr "使用 GitHub Teams 登录"
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr "使用 Google 登录"
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr "使用 SAML 登陆"
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr "使用 SAML {samlIDP} 登陆"
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr "简单键选择"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr "跳过标签"
@@ -7501,16 +7593,20 @@ msgstr "如果有一个大的 playbook,而您想要跳过某个 play 或任务
msgid "Skipped"
msgstr "跳过"
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr ""
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr "Slack"
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr "智能清单"
@@ -7518,7 +7614,7 @@ msgstr "智能清单"
msgid "Smart Inventory not found."
msgstr "未找到智能清单"
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr "智能主机过滤器"
@@ -7527,7 +7623,7 @@ msgstr "智能主机过滤器"
msgid "Smart inventory"
msgstr "智能清单"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr "前面的一些步骤有错误"
@@ -7544,28 +7640,28 @@ msgstr "请求测试此凭证和元数据时出错。"
msgid "Something went wrong..."
msgstr "出现错误..."
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr "排序"
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr "源"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7575,7 +7671,7 @@ msgstr "源控制分支"
msgid "Source Control Branch/Tag/Commit"
msgstr "源控制分支/标签/提交"
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7585,7 +7681,7 @@ msgstr "源控制凭证"
msgid "Source Control Credential Type"
msgstr "源控制凭证类型"
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7595,13 +7691,13 @@ msgstr "源控制 Refspec"
msgid "Source Control Revision"
msgstr "源控制修订"
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr "源控制类型"
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7611,10 +7707,10 @@ msgstr "源控制类型"
msgid "Source Control URL"
msgstr "源控制 URL"
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr "源控制更新"
@@ -7622,12 +7718,12 @@ msgstr "源控制更新"
msgid "Source Phone Number"
msgstr "源电话号码"
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr "源变量"
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr "源工作流作业"
@@ -7677,30 +7773,30 @@ msgstr "指定令牌访问的范围"
msgid "Specify the conditions under which this node should be executed"
msgstr "指定应该执行此节点的条件"
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr "标准错误"
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr "标准输出"
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr "标准错误标签页"
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr "标准输出标签页"
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr "开始"
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr "开始时间"
@@ -7735,26 +7831,30 @@ msgstr "启动同步源"
msgid "Start time"
msgstr "开始时间"
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr "已开始"
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -7827,9 +7927,9 @@ msgstr "订阅表"
msgid "Subversion"
msgstr "Subversion"
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr "成功"
@@ -7843,14 +7943,14 @@ msgstr "成功信息"
msgid "Success message body"
msgstr "成功消息正文"
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr "成功"
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr "成功的作业"
@@ -7864,7 +7964,7 @@ msgid "Sun"
msgstr "周日"
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr "周日"
@@ -7875,23 +7975,23 @@ msgstr "周日"
msgid "Survey"
msgstr "问卷调查"
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr "禁用问卷调查"
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr "启用问卷调查"
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr "问卷调查问题顺序"
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr "问卷调查切换"
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr "问卷调查预览 modal"
@@ -7968,7 +8068,7 @@ msgid "TACACS+ settings"
msgstr "TACACS+ 设置"
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr "制表符"
@@ -8006,7 +8106,7 @@ msgstr "注解的标签(可选)"
msgid "Target URL"
msgstr "目标 URL"
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr "任务"
@@ -8026,7 +8126,7 @@ msgstr "任务"
msgid "Team"
msgstr "团队(team)"
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr "团队角色"
@@ -8037,8 +8137,8 @@ msgstr "未找到团队"
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8067,8 +8167,8 @@ msgstr "未找到模板"
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8088,11 +8188,11 @@ msgstr "测试"
msgid "Test External Credential"
msgstr "测试外部凭证"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr "测试通知"
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr "测试通知"
@@ -8101,7 +8201,7 @@ msgid "Test passed"
msgstr "测试通过"
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr "文本"
@@ -8117,7 +8217,7 @@ msgstr "文本区"
msgid "That value was not found. Please enter or select a valid value."
msgstr "未找到该值。请输入或选择一个有效值。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr "The"
@@ -8158,7 +8258,7 @@ msgstr "用于本机构内作业的执行环境。当项目、作业模板或工
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr "用于使用此项目的作业的执行环境。当作业模板或工作流没有在作业模板或工作流一级显式分配执行环境时,则会使用它。"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
@@ -8230,7 +8330,7 @@ msgid ""
"etc.). Variable names with spaces are not allowed."
msgstr "变量名称的建议格式为小写字母并用下划线分隔(例如:foo_bar、user_id、host_name 等等)。不允许使用带空格的变量名称。"
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8276,7 +8376,7 @@ msgstr "这些参数与指定的模块一起使用。"
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr "这些参数与指定的模块一起使用。点击可以找到有关 {0} 的信息。"
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr "第三"
@@ -8298,19 +8398,19 @@ msgstr "此操作将从所选团队中解除该用户的所有角色。"
msgid "This action will disassociate the following role from {0}:"
msgstr "此操作将从 {0} 中解除以下角色关联:"
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr "此操作将解除以下关联:"
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr "其他资源目前正在此容器组中。确定要删除它吗?"
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr "其他资源目前正在使用此凭证。确定要删除它吗?"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr "一些凭证目前正在使用此凭证类型,无法删除"
@@ -8341,11 +8441,11 @@ msgstr "这个功能已被弃用并将在以后的发行版本中被删除。"
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr "除非设置了启用的变量,否则此字段会被忽略。如果启用的变量与这个值匹配,则会在导入时启用主机。"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr "此字段不能为空"
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr "此字段不能为空"
@@ -8427,11 +8527,11 @@ msgstr "其他资源目前正在此实例组中。确定要删除它吗?"
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr "此清单会应用到在这个工作流 ({0}) 中的所有作业模板,它会提示输入一个清单。"
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr "其他资源目前正在使用此清单。确定要删除它吗?"
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr "依赖该清单源的其他资源目前正在使用此清单源。确定要删除它吗?"
@@ -8443,11 +8543,11 @@ msgstr "这是唯一显示客户端 secret 的时间。"
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr "这是唯一显示令牌值和关联刷新令牌值的时间。"
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "其他资源目前正在使用此任务模板。确定要删除它吗?"
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr "这个机构目前由其他资源使用。您确定要删除它吗?"
@@ -8485,21 +8585,21 @@ msgstr "这会将此页中的所有配置值重置为其工厂默认值。确定
msgid "This workflow does not have any nodes configured."
msgstr "此工作流没有配置任何节点。"
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr "其他资源目前正在使用此工作流作业模板。确定要删除它吗?"
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr "周四"
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr "周四"
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8528,10 +8628,10 @@ msgstr "将清单同步视为最新的时间(以秒为单位)。在作业运
msgid "Timed out"
msgstr "超时"
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8546,10 +8646,14 @@ msgid "Timeout seconds"
msgstr "超时秒"
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
-msgstr "要重新调整调查问题的顺序,将问题拖放到所需的位置。"
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr "要重新调整调查问题的顺序,将问题拖放到所需的位置。"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
+msgstr ""
+
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr "切换图例"
@@ -8557,16 +8661,16 @@ msgstr "切换图例"
msgid "Toggle Password"
msgstr "切换密码"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr "切换工具"
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr "切换主机"
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr "切换实例"
@@ -8575,19 +8679,19 @@ msgstr "切换实例"
msgid "Toggle legend"
msgstr "切换图例"
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr "切换通知批准"
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr "切换通知失败"
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr "切换通知开始"
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr "切换通知成功"
@@ -8628,18 +8732,19 @@ msgstr "令牌"
msgid "Tools"
msgstr "工具"
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr "顶级分页"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr "作业总数"
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr "节点总数"
@@ -8658,13 +8763,13 @@ msgid "Track submodules latest commit on branch"
msgstr "跟踪分支中的最新提交"
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr "试用"
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -8674,12 +8779,12 @@ msgstr "试用"
msgid "True"
msgstr "True"
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr "周二"
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr "周二"
@@ -8688,17 +8793,17 @@ msgstr "周二"
msgid "Twilio"
msgstr "Twilio"
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -8707,22 +8812,22 @@ msgstr "Twilio"
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -8762,19 +8867,21 @@ msgstr "无法更改主机上的清单。"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr "不可用"
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr "未定义"
+#~ msgid "Undefined"
+#~ msgstr "未定义"
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr "撤消"
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr "未追随"
@@ -8782,6 +8889,7 @@ msgstr "未追随"
msgid "Unlimited"
msgstr "无限"
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -8866,7 +8974,9 @@ msgid ""
msgstr "当一个作业开始、成功或失败时使用的自定义消息来更改通知的内容。使用大括号来访问该作业的信息:"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr "已使用容量"
@@ -8876,6 +8986,9 @@ msgstr "已使用容量"
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr "使用的容量"
@@ -8883,7 +8996,7 @@ msgstr "使用的容量"
msgid "User"
msgstr "用户"
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr "用户详情"
@@ -8896,7 +9009,7 @@ msgstr "用户界面"
msgid "User Interface settings"
msgstr "用户界面设置"
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr "用户角色"
@@ -8916,7 +9029,7 @@ msgstr "用户分析"
msgid "User and Insights analytics"
msgstr "用户和 Insights 分析"
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr "用户详情"
@@ -8932,7 +9045,7 @@ msgstr "用户令牌"
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -8944,8 +9057,8 @@ msgstr "用户令牌"
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -8957,11 +9070,11 @@ msgstr "用户名/密码"
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -8971,26 +9084,26 @@ msgstr "用户"
msgid "VMware vCenter"
msgstr "VMware vCenter"
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9014,14 +9127,14 @@ msgstr "详细"
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr "详细程度"
@@ -9055,7 +9168,11 @@ msgstr "查看 Google OAuth 2.0 设置"
msgid "View Host Details"
msgstr "查看主机详情"
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr ""
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9274,13 +9391,13 @@ msgstr "查看节点详情"
msgid "View smart inventory host details"
msgstr "查看智能清单主机详情"
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr "视图"
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr "Visualizer"
@@ -9289,8 +9406,8 @@ msgstr "Visualizer"
msgid "WARNING:"
msgstr "警告:"
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr "等待"
@@ -9320,7 +9437,7 @@ msgstr "Webhook"
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr "Webhook 凭证"
@@ -9331,7 +9448,7 @@ msgstr "Webhook 凭证"
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9339,7 +9456,7 @@ msgstr "Webhook 密钥"
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9347,15 +9464,15 @@ msgstr "Webhook 服务"
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr "Webhook URL"
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr "Webhook 详情"
@@ -9374,12 +9491,12 @@ msgstr "Webhook 服务可以将此用作共享机密。"
msgid "Webhooks"
msgstr "Webhook"
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr "周三"
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr "周三"
@@ -9387,11 +9504,11 @@ msgstr "周三"
msgid "Week"
msgstr "周"
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr "周中日"
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr "周末日"
@@ -9431,8 +9548,8 @@ msgstr "工作流已批准"
msgid "Workflow Approval not found."
msgstr "未找到工作流批准。"
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9440,18 +9557,18 @@ msgstr "未找到工作流批准。"
msgid "Workflow Approvals"
msgstr "工作流批准"
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr "工作流作业"
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9546,7 +9663,7 @@ msgstr "YAML:"
msgid "Year"
msgstr "年"
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr "是"
@@ -9570,7 +9687,7 @@ msgstr "您没有权限删除以下组: {itemsUnableToDelete}"
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr "您没有权限删除 {pluralizedItemName}:{itemsUnableToDelete}"
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr "您没有权限取消关联: {itemsUnableToDisassociate}"
@@ -9584,7 +9701,7 @@ msgstr "您可以在消息中应用多个可能的变量。如需更多信息,
msgid "Your session has expired. Please log in to continue where you left off."
msgstr "您的会话已过期。请登录以继续使用会话过期前所在的位置。"
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr "您的会话即将到期"
@@ -9596,12 +9713,12 @@ msgstr "放大"
msgid "Zoom Out"
msgstr "缩小"
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr "在保存时会生成一个新的 WEBHOOK 密钥"
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr "在保存时会生成一个新的 WEBHOOK url"
@@ -9628,7 +9745,7 @@ msgstr "取消删除"
msgid "cancel edit login redirect"
msgstr "取消编辑登录重定向"
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr "命令"
@@ -9637,7 +9754,7 @@ msgstr "命令"
msgid "confirm delete"
msgstr "确认删除"
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr "确认解除关联"
@@ -9646,7 +9763,7 @@ msgstr "确认解除关联"
msgid "confirm edit login redirect"
msgstr "确认编辑登录重定向"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr "删除错误"
@@ -9654,7 +9771,7 @@ msgstr "删除错误"
msgid "denied"
msgstr "拒绝"
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr "解除关联"
@@ -9664,14 +9781,14 @@ msgstr "解除关联"
msgid "documentation"
msgstr "文档"
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -9700,7 +9817,7 @@ msgstr "此处"
msgid "here."
msgstr "此处。"
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr "主机"
@@ -9725,11 +9842,11 @@ msgid "new choice"
msgstr "新选择"
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr "的"
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr "选项"
@@ -9746,7 +9863,7 @@ msgid "per page"
msgstr "按页面"
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr "重新启动作业"
@@ -9787,7 +9904,7 @@ msgstr "系统"
msgid "timed out"
msgstr "超时"
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr "切换更改"
@@ -9803,15 +9920,15 @@ msgstr "工作流作业模板 webhook 密钥"
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr "{0, plural, one {您确定要删除以下的组吗?} other {您确定要删除以下的组吗?}}"
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr "{0, plural, one {点击来在所选的实例上运行健康检查。} other {点击来在所选的实例上运行健康检查。}}"
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {删除组?} other {删除组?}}"
@@ -9827,7 +9944,7 @@ msgstr "{0, plural, one {以下的实例组无法被删除} other {以下的实
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr "{0, plural, one {在最后的删除被处理前,清单将会处在待处理的状态。} other {在最后的删除被处理前,清单将会处在待处理的状态。}}"
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr "{0, plural, one {因为权限问题或正在运行,所选作业无法被删除} other {因为权限问题或正在运行,所选作业无法被删除}}"
@@ -9904,10 +10021,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr "{dateStr}(按 <0>{username}0>)"
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr "{forks, plural, one {# fork} other {# forks}}"
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr ""
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr "{intervalValue, plural, one {天} other {天}}"
@@ -9948,7 +10071,7 @@ msgstr "{minutes} 分 {seconds} 秒"
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr "{numJobsToCancel, plural, one {取消作业} other {取消作业}}"
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr "{numJobsToCancel, plural, one {这个操作将取消以下作业:} other {这个操作将取消以下作业:}}"
@@ -9960,6 +10083,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} 列表"
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr "{sessionCountdown, plural, one {因为无活跃行为,您将在 # 秒后登出} other {因为无活跃行为,您将在 # 秒后登出}}"
diff --git a/awx/ui/src/locales/zu/messages.po b/awx/ui/src/locales/zu/messages.po
index 973623b85d..24db5afb69 100644
--- a/awx/ui/src/locales/zu/messages.po
+++ b/awx/ui/src/locales/zu/messages.po
@@ -23,7 +23,7 @@ msgstr ""
msgid "(Prompt on launch)"
msgstr ""
-#: screens/Credential/CredentialDetail/CredentialDetail.js:269
+#: screens/Credential/CredentialDetail/CredentialDetail.js:274
msgid "* This field will be retrieved from an external secret management system using the specified credential."
msgstr ""
@@ -133,12 +133,12 @@ msgstr ""
msgid "API service/integration key"
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:123
+#: components/AppContainer/PageHeaderToolbar.js:130
msgid "About"
msgstr ""
-#: routeConfig.js:90
-#: screens/ActivityStream/ActivityStream.js:170
+#: routeConfig.js:91
+#: screens/ActivityStream/ActivityStream.js:171
#: screens/Credential/Credential.js:72
#: screens/Credential/Credentials.js:28
#: screens/Inventory/Inventories.js:58
@@ -173,74 +173,75 @@ msgstr ""
msgid "Action"
msgstr ""
-#: components/JobList/JobList.js:241
+#: components/JobList/JobList.js:245
#: components/JobList/JobListItem.js:96
#: components/Schedule/ScheduleList/ScheduleList.js:171
-#: components/Schedule/ScheduleList/ScheduleListItem.js:111
-#: components/SelectedList/DraggableSelectedList.js:101
+#: components/Schedule/ScheduleList/ScheduleListItem.js:114
#: components/TemplateList/TemplateList.js:230
-#: components/TemplateList/TemplateListItem.js:178
-#: screens/ActivityStream/ActivityStream.js:257
+#: components/TemplateList/TemplateListItem.js:181
+#: screens/ActivityStream/ActivityStream.js:258
#: screens/ActivityStream/ActivityStreamListItem.js:49
-#: screens/Application/ApplicationsList/ApplicationListItem.js:45
+#: screens/Application/ApplicationsList/ApplicationListItem.js:48
#: screens/Application/ApplicationsList/ApplicationsList.js:160
#: screens/Credential/CredentialList/CredentialList.js:147
#: screens/Credential/CredentialList/CredentialListItem.js:63
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:177
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:35
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:154
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
#: screens/Host/HostGroups/HostGroupItem.js:34
#: screens/Host/HostGroups/HostGroupsList.js:177
#: screens/Host/HostList/HostList.js:163
#: screens/Host/HostList/HostListItem.js:64
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:293
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:75
-#: screens/InstanceGroup/Instances/InstanceList.js:259
-#: screens/InstanceGroup/Instances/InstanceListItem.js:178
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:48
+#: screens/InstanceGroup/Instances/InstanceList.js:255
+#: screens/InstanceGroup/Instances/InstanceListItem.js:179
+#: screens/Instances/InstanceList/InstanceList.js:151
+#: screens/Instances/InstanceList/InstanceListItem.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:217
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:52
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:39
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:143
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:38
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:187
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:38
#: screens/Inventory/InventoryHosts/InventoryHostList.js:139
#: screens/Inventory/InventoryList/InventoryList.js:207
-#: screens/Inventory/InventoryList/InventoryListItem.js:113
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:40
+#: screens/Inventory/InventoryList/InventoryListItem.js:127
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:233
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:44
#: screens/Inventory/InventorySources/InventorySourceList.js:215
#: screens/Inventory/InventorySources/InventorySourceListItem.js:100
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:102
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:196
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:121
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:146
#: screens/Organization/OrganizationList/OrganizationListItem.js:69
#: screens/Organization/OrganizationTeams/OrganizationTeamList.js:86
#: screens/Organization/OrganizationTeams/OrganizationTeamListItem.js:17
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:159
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
#: screens/Project/ProjectList/ProjectList.js:211
#: screens/Project/ProjectList/ProjectListItem.js:209
#: screens/Team/TeamList/TeamList.js:144
#: screens/Team/TeamList/TeamListItem.js:47
#: screens/Template/Survey/SurveyList.js:105
#: screens/Template/Survey/SurveyList.js:105
-#: screens/Template/Survey/SurveyListItem.js:85
-#: screens/User/UserList/UserList.js:160
+#: screens/Template/Survey/SurveyListItem.js:90
+#: screens/User/UserList/UserList.js:164
#: screens/User/UserList/UserListItem.js:60
msgid "Actions"
msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:105
#: components/PromptDetail/PromptWFJobTemplateDetail.js:61
-#: components/TemplateList/TemplateListItem.js:257
+#: components/TemplateList/TemplateListItem.js:263
#: screens/Host/HostDetail/HostDetail.js:71
#: screens/Host/HostList/HostListItem.js:89
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:214
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:45
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:216
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:49
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:77
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:100
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:33
@@ -248,7 +249,7 @@ msgstr ""
msgid "Activity"
msgstr ""
-#: routeConfig.js:47
+#: routeConfig.js:48
#: screens/ActivityStream/ActivityStream.js:111
#: screens/Setting/Settings.js:43
msgid "Activity Stream"
@@ -352,12 +353,12 @@ msgstr ""
msgid "Add workflow template"
msgstr ""
-#: routeConfig.js:111
-#: screens/ActivityStream/ActivityStream.js:181
+#: routeConfig.js:112
+#: screens/ActivityStream/ActivityStream.js:182
msgid "Administration"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:126
+#: components/DataListToolbar/DataListToolbar.js:128
#: screens/Job/JobOutput/JobOutputSearch.js:133
msgid "Advanced"
msgstr ""
@@ -378,7 +379,7 @@ msgid ""
"like the Ansible inventory .ini file format."
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:506
+#: components/Schedule/shared/FrequencyDetailSubform.js:514
msgid "After number of occurrences"
msgstr ""
@@ -387,18 +388,18 @@ msgid "Alert modal"
msgstr ""
#: components/LaunchButton/ReLaunchDropDown.js:48
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Metrics/Metrics.js:82
#: screens/Metrics/Metrics.js:82
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:257
msgid "All"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:135
+#: screens/Dashboard/DashboardGraph.js:137
msgid "All job types"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:160
+#: screens/Dashboard/DashboardGraph.js:162
msgid "All jobs"
msgstr ""
@@ -456,7 +457,7 @@ msgstr ""
msgid "Answer variable name"
msgstr ""
-#: components/PromptDetail/PromptDetail.js:120
+#: components/PromptDetail/PromptDetail.js:130
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:254
msgid "Any"
msgstr ""
@@ -486,7 +487,7 @@ msgid "Application not found."
msgstr ""
#: components/Lookup/ApplicationLookup.js:95
-#: routeConfig.js:135
+#: routeConfig.js:141
#: screens/Application/Applications.js:25
#: screens/Application/Applications.js:34
#: screens/Application/ApplicationsList/ApplicationsList.js:113
@@ -495,12 +496,12 @@ msgstr ""
msgid "Applications"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:202
+#: screens/ActivityStream/ActivityStream.js:203
msgid "Applications & Tokens"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:35
-#: components/NotificationList/NotificationListItem.js:36
+#: components/NotificationList/NotificationListItem.js:39
+#: components/NotificationList/NotificationListItem.js:40
#: components/Workflow/WorkflowLegend.js:114
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:81
msgid "Approval"
@@ -509,9 +510,9 @@ msgstr ""
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:176
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:181
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.js:58
msgid "Approve"
msgstr ""
@@ -555,7 +556,7 @@ msgstr ""
msgid "Are you sure you want to remove all the nodes in this workflow?"
msgstr ""
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:55
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:56
msgid "Are you sure you want to remove the node below:"
msgstr ""
@@ -563,7 +564,7 @@ msgstr ""
msgid "Are you sure you want to remove this link?"
msgstr ""
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:62
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:63
msgid "Are you sure you want to remove this node?"
msgstr ""
@@ -575,7 +576,7 @@ msgstr ""
msgid "Are you sure you want to remove {0} access from {username}?"
msgstr ""
-#: screens/Job/JobOutput/JobOutput.js:538
+#: screens/Job/JobOutput/JobOutput.js:770
msgid "Are you sure you want to submit the request to cancel this job?"
msgstr ""
@@ -584,11 +585,11 @@ msgstr ""
msgid "Arguments"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:430
+#: screens/Job/JobDetail/JobDetail.js:451
msgid "Artifacts"
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceList.js:205
+#: screens/InstanceGroup/Instances/InstanceList.js:219
#: screens/User/UserTeams/UserTeamList.js:208
msgid "Associate"
msgstr ""
@@ -624,7 +625,9 @@ msgid "Authorization grant type"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
msgid "Auto"
msgstr ""
@@ -671,6 +674,7 @@ msgid "Back to Instance Groups"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:167
+#: screens/Instances/Instance.js:18
msgid "Back to Instances"
msgstr ""
@@ -704,9 +708,9 @@ msgstr ""
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:44
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:58
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:95
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:68
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:69
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:43
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:81
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:91
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:49
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:45
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:25
@@ -760,7 +764,7 @@ msgstr ""
msgid "Back to management jobs"
msgstr ""
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:65
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:66
msgid ""
"Base path used for locating playbooks. Directories\n"
"found inside this path will be listed in the playbook directory drop-down.\n"
@@ -798,12 +802,14 @@ msgid "By default, we collect and transmit analytics data on the serice usage to
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:217
-#: screens/InstanceGroup/Instances/InstanceListItem.js:152
+#: screens/InstanceGroup/Instances/InstanceListItem.js:153
+#: screens/Instances/InstanceDetail/InstanceDetail.js:168
+#: screens/Instances/InstanceList/InstanceListItem.js:161
msgid "CPU {0}"
msgstr ""
#: components/PromptDetail/PromptInventorySourceDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:114
+#: components/PromptDetail/PromptProjectDetail.js:136
#: screens/Project/ProjectDetail/ProjectDetail.js:216
#: screens/Project/shared/ProjectSubForms/SharedFields.js:121
msgid "Cache Timeout"
@@ -823,13 +829,13 @@ msgstr ""
#: components/AssociateModal/AssociateModal.js:120
#: components/DeleteButton/DeleteButton.js:120
#: components/DeleteButton/DeleteButton.js:123
-#: components/DisassociateButton/DisassociateButton.js:122
-#: components/DisassociateButton/DisassociateButton.js:125
+#: components/DisassociateButton/DisassociateButton.js:139
+#: components/DisassociateButton/DisassociateButton.js:142
#: components/FormActionGroup/FormActionGroup.js:23
#: components/FormActionGroup/FormActionGroup.js:29
#: components/LaunchPrompt/LaunchPrompt.js:129
-#: components/Lookup/HostFilterLookup.js:359
-#: components/Lookup/Lookup.js:195
+#: components/Lookup/HostFilterLookup.js:361
+#: components/Lookup/Lookup.js:202
#: components/PaginatedTable/ToolbarDeleteButton.js:282
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:36
#: components/Schedule/shared/ScheduleForm.js:646
@@ -839,7 +845,7 @@ msgstr ""
#: screens/Credential/shared/CredentialForm.js:348
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:100
#: screens/Credential/shared/ExternalTestModal.js:98
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:107
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:63
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:66
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.js:80
@@ -854,11 +860,11 @@ msgstr ""
#: screens/Team/TeamRoles/TeamRolesList.js:228
#: screens/Team/TeamRoles/TeamRolesList.js:231
#: screens/Template/Survey/SurveyList.js:78
-#: screens/Template/Survey/SurveyReorderModal.js:199
+#: screens/Template/Survey/SurveyReorderModal.js:201
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:31
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:39
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:45
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:49
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:50
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:159
#: screens/User/UserRoles/UserRolesList.js:224
@@ -866,14 +872,14 @@ msgstr ""
msgid "Cancel"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
#: screens/Inventory/InventorySources/InventorySourceListItem.js:111
msgid "Cancel Inventory Source Sync"
msgstr ""
#: components/JobCancelButton/JobCancelButton.js:52
-#: screens/Job/JobOutput/JobOutput.js:514
-#: screens/Job/JobOutput/JobOutput.js:515
+#: screens/Job/JobOutput/JobOutput.js:746
+#: screens/Job/JobOutput/JobOutput.js:747
msgid "Cancel Job"
msgstr ""
@@ -882,13 +888,13 @@ msgstr ""
msgid "Cancel Project Sync"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:286
#: screens/Project/ProjectDetail/ProjectDetail.js:262
msgid "Cancel Sync"
msgstr ""
-#: screens/Job/JobOutput/JobOutput.js:522
-#: screens/Job/JobOutput/JobOutput.js:525
+#: screens/Job/JobOutput/JobOutput.js:754
+#: screens/Job/JobOutput/JobOutput.js:757
msgid "Cancel job"
msgstr ""
@@ -900,12 +906,12 @@ msgstr ""
msgid "Cancel link removal"
msgstr ""
-#: components/Lookup/Lookup.js:193
+#: components/Lookup/Lookup.js:200
msgid "Cancel lookup"
msgstr ""
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:28
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:46
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:47
msgid "Cancel node removal"
msgstr ""
@@ -926,20 +932,20 @@ msgid "Cancel subscription edit"
msgstr ""
#: components/JobList/JobListItem.js:106
-#: screens/Job/JobDetail/JobDetail.js:470
+#: screens/Job/JobDetail/JobDetail.js:492
#: screens/Job/JobOutput/shared/OutputToolbar.js:135
msgid "Cancel {0}"
msgstr ""
-#: components/JobList/JobList.js:226
-#: components/StatusLabel/StatusLabel.js:65
+#: components/JobList/JobList.js:230
+#: components/StatusLabel/StatusLabel.js:39
#: components/Workflow/WorkflowNodeHelp.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:163
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.js:20
msgid "Canceled"
msgstr ""
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:128
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:129
msgid ""
"Cannot enable log aggregator without providing\n"
"logging aggregator host and logging aggregator type."
@@ -951,8 +957,11 @@ msgid "Capacity"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:214
-#: screens/InstanceGroup/Instances/InstanceList.js:257
-#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/InstanceGroup/Instances/InstanceList.js:253
+#: screens/InstanceGroup/Instances/InstanceListItem.js:151
+#: screens/Instances/InstanceDetail/InstanceDetail.js:165
+#: screens/Instances/InstanceList/InstanceList.js:149
+#: screens/Instances/InstanceList/InstanceListItem.js:159
msgid "Capacity Adjustment"
msgstr ""
@@ -976,12 +985,13 @@ msgstr ""
msgid "Case-insensitive version of startswith."
msgstr ""
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:71
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:72
msgid ""
"Change PROJECTS_ROOT when deploying\n"
"{brandName} to change this location."
msgstr ""
+#: components/StatusLabel/StatusLabel.js:40
#: screens/Job/JobOutput/shared/HostStatusBar.js:43
msgid "Changed"
msgstr ""
@@ -1073,7 +1083,7 @@ msgstr ""
msgid "Clear"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:85
+#: components/DataListToolbar/DataListToolbar.js:86
#: screens/Job/JobOutput/JobOutputSearch.js:142
msgid "Clear all filters"
msgstr ""
@@ -1102,7 +1112,7 @@ msgstr ""
msgid "Click to create a new link to this node."
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:63
+#: screens/Template/Survey/SurveyToolbar.js:64
msgid "Click to rearrange the order of the survey questions"
msgstr ""
@@ -1136,7 +1146,7 @@ msgstr ""
msgid "Client type"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:105
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:169
msgid "Close"
msgstr ""
@@ -1153,9 +1163,13 @@ msgstr ""
msgid "Collapse"
msgstr ""
-#: components/JobList/JobList.js:206
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:39
+msgid "Collapse section"
+msgstr ""
+
+#: components/JobList/JobList.js:210
#: components/JobList/JobListItem.js:39
-#: screens/Job/JobOutput/HostEventModal.js:133
+#: screens/Job/JobOutput/HostEventModal.js:126
msgid "Command"
msgstr ""
@@ -1167,7 +1181,7 @@ msgstr ""
#: components/PromptDetail/PromptWFJobTemplateDetail.js:36
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:137
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:57
-#: screens/Template/shared/JobTemplateForm.js:601
+#: screens/Template/shared/JobTemplateForm.js:603
msgid "Concurrent Jobs"
msgstr ""
@@ -1178,7 +1192,7 @@ msgid "Confirm"
msgstr ""
#: components/DeleteButton/DeleteButton.js:107
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:93
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:95
msgid "Confirm Delete"
msgstr ""
@@ -1210,7 +1224,7 @@ msgstr ""
msgid "Confirm link removal"
msgstr ""
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:36
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:37
msgid "Confirm node removal"
msgstr ""
@@ -1226,7 +1240,7 @@ msgstr ""
msgid "Confirm selection"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:293
+#: screens/Job/JobDetail/JobDetail.js:285
msgid "Container Group"
msgstr ""
@@ -1245,10 +1259,15 @@ msgstr ""
msgid "Content Loading"
msgstr ""
-#: components/AppContainer/AppContainer.js:138
+#: components/AppContainer/AppContainer.js:142
msgid "Continue"
msgstr ""
+#: screens/InstanceGroup/Instances/InstanceList.js:193
+#: screens/Instances/InstanceList/InstanceList.js:115
+msgid "Control"
+msgstr ""
+
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:90
msgid ""
"Control the level of output Ansible\n"
@@ -1267,7 +1286,7 @@ msgid ""
"produce as the playbook executes."
msgstr ""
-#: components/PromptDetail/PromptDetail.js:119
+#: components/PromptDetail/PromptDetail.js:128
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:216
msgid "Convergence"
msgstr ""
@@ -1289,15 +1308,15 @@ msgstr ""
msgid "Copy Error"
msgstr ""
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:93
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:96
msgid "Copy Execution Environment"
msgstr ""
-#: screens/Inventory/InventoryList/InventoryListItem.js:136
+#: screens/Inventory/InventoryList/InventoryListItem.js:150
msgid "Copy Inventory"
msgstr ""
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:149
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:152
msgid "Copy Notification Template"
msgstr ""
@@ -1305,7 +1324,7 @@ msgstr ""
msgid "Copy Project"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:231
+#: components/TemplateList/TemplateListItem.js:234
msgid "Copy Template"
msgstr ""
@@ -1432,28 +1451,28 @@ msgid "Create user token"
msgstr ""
#: components/Lookup/ApplicationLookup.js:114
-#: components/PromptDetail/PromptDetail.js:138
+#: components/PromptDetail/PromptDetail.js:152
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100
-#: screens/Credential/CredentialDetail/CredentialDetail.js:242
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
+#: screens/Credential/CredentialDetail/CredentialDetail.js:247
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:88
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:99
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:137
#: screens/Host/HostDetail/HostDetail.js:83
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:66
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:95
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:103
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:42
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:112
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:43
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:82
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:260
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:140
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:261
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:149
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:47
-#: screens/Job/JobDetail/JobDetail.js:407
+#: screens/Job/JobDetail/JobDetail.js:427
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:378
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:105
#: screens/Project/ProjectDetail/ProjectDetail.js:231
#: screens/Team/TeamDetail/TeamDetail.js:47
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:270
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:327
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:173
#: screens/User/UserDetail/UserDetail.js:82
#: screens/User/UserTokenDetail/UserTokenDetail.js:57
@@ -1466,12 +1485,12 @@ msgstr ""
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:112
#: components/AddRole/AddResourceRole.js:56
#: components/AssociateModal/AssociateModal.js:145
-#: components/LaunchPrompt/steps/CredentialsStep.js:172
+#: components/LaunchPrompt/steps/CredentialsStep.js:173
#: components/LaunchPrompt/steps/InventoryStep.js:88
#: components/Lookup/CredentialLookup.js:193
#: components/Lookup/InventoryLookup.js:162
#: components/Lookup/InventoryLookup.js:218
-#: components/Lookup/MultiCredentialsLookup.js:192
+#: components/Lookup/MultiCredentialsLookup.js:193
#: components/Lookup/OrganizationLookup.js:133
#: components/Lookup/ProjectLookup.js:150
#: components/NotificationList/NotificationList.js:206
@@ -1489,12 +1508,12 @@ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:103
#: screens/Host/HostGroups/HostGroupsList.js:164
#: screens/Host/HostList/HostList.js:149
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:197
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:199
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:130
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:174
#: screens/Inventory/InventoryHosts/InventoryHostList.js:128
#: screens/Inventory/InventoryList/InventoryList.js:184
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:184
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:185
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:95
#: screens/Organization/OrganizationList/OrganizationList.js:131
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:127
@@ -1512,8 +1531,8 @@ msgstr ""
msgid "Created by (username)"
msgstr ""
-#: components/AdHocCommands/AdHocPreviewStep.jsx:51
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:24
+#: components/AdHocCommands/AdHocPreviewStep.js:51
+#: components/AdHocCommands/useAdHocCredentialStep.js:24
#: components/PromptDetail/PromptInventorySourceDetail.js:126
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:40
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:89
@@ -1542,14 +1561,14 @@ msgstr ""
msgid "Credential Name"
msgstr ""
-#: screens/Credential/CredentialDetail/CredentialDetail.js:226
+#: screens/Credential/CredentialDetail/CredentialDetail.js:231
#: screens/Credential/shared/CredentialForm.js:128
#: screens/Credential/shared/CredentialForm.js:196
msgid "Credential Type"
msgstr ""
-#: routeConfig.js:115
-#: screens/ActivityStream/ActivityStream.js:183
+#: routeConfig.js:116
+#: screens/ActivityStream/ActivityStream.js:184
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:118
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:161
#: screens/CredentialType/CredentialTypes.js:13
@@ -1577,23 +1596,23 @@ msgstr ""
msgid "Credential type not found."
msgstr ""
-#: components/JobList/JobListItem.js:237
-#: components/LaunchPrompt/steps/CredentialsStep.js:189
+#: components/JobList/JobListItem.js:241
+#: components/LaunchPrompt/steps/CredentialsStep.js:190
#: components/LaunchPrompt/steps/useCredentialsStep.js:62
#: components/Lookup/MultiCredentialsLookup.js:138
-#: components/Lookup/MultiCredentialsLookup.js:209
-#: components/PromptDetail/PromptDetail.js:176
+#: components/Lookup/MultiCredentialsLookup.js:210
+#: components/PromptDetail/PromptDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331
-#: components/TemplateList/TemplateListItem.js:315
+#: components/TemplateList/TemplateListItem.js:321
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
-#: routeConfig.js:68
-#: screens/ActivityStream/ActivityStream.js:158
+#: routeConfig.js:69
+#: screens/ActivityStream/ActivityStream.js:159
#: screens/Credential/CredentialList/CredentialList.js:175
#: screens/Credential/Credentials.js:13
#: screens/Credential/Credentials.js:23
-#: screens/Job/JobDetail/JobDetail.js:332
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:285
+#: screens/Job/JobDetail/JobDetail.js:329
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:347
#: screens/Template/shared/JobTemplateForm.js:373
#: util/getRelatedResourceDeleteDetails.js:90
msgid "Credentials"
@@ -1613,12 +1632,12 @@ msgstr ""
#: screens/Inventory/InventorySources/InventorySourceListItem.js:78
#: screens/Organization/OrganizationList/OrganizationListItem.js:55
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:66
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:69
#: screens/Project/ProjectList/ProjectListItem.js:183
msgid "Custom virtual environment {0} must be replaced by an execution environment."
msgstr ""
-#: components/TemplateList/TemplateListItem.js:155
+#: components/TemplateList/TemplateListItem.js:158
msgid "Custom virtual environment {0} must be replaced by an execution environment. For more information about migrating to execution environments see <0>the documentation.0>"
msgstr ""
@@ -1640,12 +1659,12 @@ msgstr ""
msgid "DELETED"
msgstr ""
-#: routeConfig.js:32
+#: routeConfig.js:33
#: screens/Dashboard/Dashboard.js:74
msgid "Dashboard"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:138
+#: screens/ActivityStream/ActivityStream.js:139
msgid "Dashboard (all activity)"
msgstr ""
@@ -1657,8 +1676,8 @@ msgstr ""
msgid "Date"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:339
-#: components/Schedule/shared/FrequencyDetailSubform.js:443
+#: components/Schedule/shared/FrequencyDetailSubform.js:346
+#: components/Schedule/shared/FrequencyDetailSubform.js:450
#: components/Schedule/shared/ScheduleForm.js:154
msgid "Day"
msgstr ""
@@ -1668,7 +1687,7 @@ msgstr ""
msgid "Days of Data to Keep"
msgstr ""
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx:28
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.js:28
msgid "Days of data to be retained"
msgstr ""
@@ -1676,7 +1695,7 @@ msgstr ""
msgid "Days remaining"
msgstr ""
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.jsx:35
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useDaysToKeepStep.js:35
msgid "Days to keep"
msgstr ""
@@ -1695,9 +1714,9 @@ msgstr ""
msgid "Default"
msgstr ""
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:207
-#: screens/Template/Survey/SurveyReorderModal.js:228
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:209
+#: screens/Template/Survey/SurveyReorderModal.js:231
msgid "Default Answer(s)"
msgstr ""
@@ -1726,43 +1745,43 @@ msgstr ""
#: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:426
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123
-#: screens/Credential/CredentialDetail/CredentialDetail.js:292
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
+#: screens/Credential/CredentialDetail/CredentialDetail.js:297
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:130
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:113
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:114
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:130
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:131
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:101
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:299
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:165
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:300
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:64
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:67
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:72
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:76
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:99
-#: screens/Job/JobDetail/JobDetail.js:482
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:68
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:73
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:78
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:102
+#: screens/Job/JobDetail/JobDetail.js:504
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:420
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:188
#: screens/Project/ProjectDetail/ProjectDetail.js:279
#: screens/Project/shared/ProjectSubForms/SharedFields.js:75
#: screens/Team/TeamDetail/TeamDetail.js:70
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:409
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:509
#: screens/Template/Survey/SurveyList.js:66
-#: screens/Template/Survey/SurveyToolbar.js:92
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
+#: screens/Template/Survey/SurveyToolbar.js:93
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:249
#: screens/User/UserDetail/UserDetail.js:107
#: screens/User/UserTokenDetail/UserTokenDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:203
msgid "Delete"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:126
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:130
msgid "Delete All Groups and Hosts"
msgstr ""
-#: screens/Credential/CredentialDetail/CredentialDetail.js:286
+#: screens/Credential/CredentialDetail/CredentialDetail.js:291
msgid "Delete Credential"
msgstr ""
@@ -1770,22 +1789,22 @@ msgstr ""
msgid "Delete Execution Environment"
msgstr ""
-#: screens/Host/HostDetail/HostDetail.js:110
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:109
+#: screens/Host/HostDetail/HostDetail.js:111
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:110
msgid "Delete Host"
msgstr ""
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:126
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:135
msgid "Delete Inventory"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:478
+#: screens/Job/JobDetail/JobDetail.js:500
#: screens/Job/JobOutput/shared/OutputToolbar.js:193
#: screens/Job/JobOutput/shared/OutputToolbar.js:197
msgid "Delete Job"
msgstr ""
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:403
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:503
msgid "Delete Job Template"
msgstr ""
@@ -1793,7 +1812,7 @@ msgstr ""
msgid "Delete Notification"
msgstr ""
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:182
msgid "Delete Organization"
msgstr ""
@@ -1805,7 +1824,7 @@ msgstr ""
msgid "Delete Questions"
msgstr ""
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:422
msgid "Delete Schedule"
msgstr ""
@@ -1829,7 +1848,7 @@ msgstr ""
msgid "Delete Workflow Approval"
msgstr ""
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:241
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:243
msgid "Delete Workflow Job Template"
msgstr ""
@@ -1842,7 +1861,7 @@ msgstr ""
msgid "Delete application"
msgstr ""
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:112
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:114
msgid "Delete credential type"
msgstr ""
@@ -1850,20 +1869,20 @@ msgstr ""
msgid "Delete error"
msgstr ""
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:107
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:108
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:124
msgid "Delete instance group"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:293
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:294
msgid "Delete inventory source"
msgstr ""
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:170
msgid "Delete smart inventory"
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:82
+#: screens/Template/Survey/SurveyToolbar.js:83
msgid "Delete survey question"
msgstr ""
@@ -1926,9 +1945,9 @@ msgstr ""
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:185
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:190
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:30
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:45
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:53
-#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:57
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:46
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:54
+#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.js:58
msgid "Deny"
msgstr ""
@@ -1940,16 +1959,16 @@ msgstr ""
#: components/Lookup/ApplicationLookup.js:104
#: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186
-#: components/PromptDetail/PromptDetail.js:112
+#: components/PromptDetail/PromptDetail.js:117
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260
#: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:113
#: components/TemplateList/TemplateList.js:195
-#: components/TemplateList/TemplateListItem.js:251
+#: components/TemplateList/TemplateListItem.js:257
#: screens/Application/ApplicationDetails/ApplicationDetails.js:63
#: screens/Application/ApplicationsList/ApplicationsList.js:123
#: screens/Application/shared/ApplicationForm.js:60
-#: screens/Credential/CredentialDetail/CredentialDetail.js:208
+#: screens/Credential/CredentialDetail/CredentialDetail.js:213
#: screens/Credential/CredentialList/CredentialList.js:131
#: screens/Credential/shared/CredentialForm.js:169
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:72
@@ -1973,7 +1992,7 @@ msgstr ""
#: screens/Inventory/shared/InventorySourceForm.js:109
#: screens/Inventory/shared/SmartInventoryForm.js:55
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:101
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:71
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:72
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:108
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:142
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:49
@@ -1987,14 +2006,14 @@ msgstr ""
#: screens/Team/TeamDetail/TeamDetail.js:38
#: screens/Team/TeamList/TeamList.js:122
#: screens/Team/shared/TeamForm.js:37
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:181
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:187
#: screens/Template/Survey/SurveyQuestionForm.js:165
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:111
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:174
#: screens/Template/shared/JobTemplateForm.js:245
#: screens/Template/shared/WorkflowJobTemplateForm.js:111
#: screens/User/UserOrganizations/UserOrganizationList.js:81
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:15
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:18
#: screens/User/UserTeams/UserTeamList.js:182
#: screens/User/UserTeams/UserTeamListItem.js:32
#: screens/User/UserTokenDetail/UserTokenDetail.js:42
@@ -2029,7 +2048,7 @@ msgstr ""
msgid "Destination channels or users"
msgstr ""
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:39
+#: components/AdHocCommands/useAdHocDetailsStep.js:39
#: components/ErrorDetail/ErrorDetail.js:75
#: components/Schedule/Schedule.js:71
#: screens/Application/Application/Application.js:78
@@ -2047,6 +2066,8 @@ msgstr ""
#: screens/InstanceGroup/InstanceGroup.js:81
#: screens/InstanceGroup/InstanceGroups.js:51
#: screens/InstanceGroup/InstanceGroups.js:59
+#: screens/Instances/Instance.js:24
+#: screens/Instances/Instances.js:21
#: screens/Inventory/Inventories.js:60
#: screens/Inventory/Inventories.js:85
#: screens/Inventory/Inventory.js:62
@@ -2056,7 +2077,7 @@ msgstr ""
#: screens/Inventory/SmartInventory.js:65
#: screens/Inventory/SmartInventoryHost/SmartInventoryHost.js:60
#: screens/Job/Job.js:116
-#: screens/Job/JobOutput/HostEventModal.js:111
+#: screens/Job/JobOutput/HostEventModal.js:106
#: screens/Job/Jobs.js:28
#: screens/ManagementJob/ManagementJobs.js:27
#: screens/NotificationTemplate/NotificationTemplate.js:83
@@ -2068,9 +2089,9 @@ msgstr ""
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:51
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.js:51
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:65
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:75
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:76
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:50
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:88
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:98
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:56
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:52
#: screens/Setting/Settings.js:44
@@ -2113,7 +2134,7 @@ msgstr ""
msgid "Details"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:109
+#: screens/Job/JobOutput/HostEventModal.js:103
msgid "Details tab"
msgstr ""
@@ -2137,15 +2158,15 @@ msgid "Disable SSL verification"
msgstr ""
#: components/InstanceToggle/InstanceToggle.js:56
-#: components/StatusLabel/StatusLabel.js:64
+#: components/StatusLabel/StatusLabel.js:38
msgid "Disabled"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:57
-#: components/DisassociateButton/DisassociateButton.js:84
-#: components/DisassociateButton/DisassociateButton.js:92
-#: components/DisassociateButton/DisassociateButton.js:96
-#: components/DisassociateButton/DisassociateButton.js:116
+#: components/DisassociateButton/DisassociateButton.js:69
+#: components/DisassociateButton/DisassociateButton.js:97
+#: components/DisassociateButton/DisassociateButton.js:109
+#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:133
#: screens/Team/TeamRoles/TeamRolesList.js:222
#: screens/User/UserRoles/UserRolesList.js:218
msgid "Disassociate"
@@ -2156,16 +2177,16 @@ msgstr ""
msgid "Disassociate group from host?"
msgstr ""
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:244
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:246
msgid "Disassociate host from group?"
msgstr ""
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:281
-#: screens/InstanceGroup/Instances/InstanceList.js:216
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:282
+#: screens/InstanceGroup/Instances/InstanceList.js:230
msgid "Disassociate instance from instance group?"
msgstr ""
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:224
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:225
msgid "Disassociate related group(s)?"
msgstr ""
@@ -2203,10 +2224,10 @@ msgstr ""
msgid "Documentation."
msgstr ""
-#: components/CodeEditor/VariablesDetail.js:116
-#: components/CodeEditor/VariablesDetail.js:122
-#: components/CodeEditor/VariablesField.js:138
-#: components/CodeEditor/VariablesField.js:144
+#: components/CodeEditor/VariablesDetail.js:117
+#: components/CodeEditor/VariablesDetail.js:123
+#: components/CodeEditor/VariablesField.js:139
+#: components/CodeEditor/VariablesField.js:145
msgid "Done"
msgstr ""
@@ -2221,20 +2242,20 @@ msgid "Drag a file here or browse to upload"
msgstr ""
#: components/SelectedList/DraggableSelectedList.js:68
-msgid "Draggable list to reorder and remove selected items."
-msgstr ""
+#~ msgid "Draggable list to reorder and remove selected items."
+#~ msgstr ""
#: components/SelectedList/DraggableSelectedList.js:43
-msgid "Dragging cancelled. List is unchanged."
-msgstr ""
+#~ msgid "Dragging cancelled. List is unchanged."
+#~ msgstr ""
#: components/SelectedList/DraggableSelectedList.js:38
-msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
-msgstr ""
+#~ msgid "Dragging item {id}. Item with index {oldIndex} in now {newIndex}."
+#~ msgstr ""
#: components/SelectedList/DraggableSelectedList.js:32
-msgid "Dragging started for item id: {newId}."
-msgstr ""
+#~ msgid "Dragging started for item id: {newId}."
+#~ msgstr ""
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:81
msgid "E-mail"
@@ -2257,28 +2278,28 @@ msgid ""
"revision of the project prior to starting the job."
msgstr ""
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:412
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:416
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112
-#: screens/Credential/CredentialDetail/CredentialDetail.js:279
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:105
+#: screens/Credential/CredentialDetail/CredentialDetail.js:284
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:107
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:117
-#: screens/Host/HostDetail/HostDetail.js:104
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:98
+#: screens/Host/HostDetail/HostDetail.js:105
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:99
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:115
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:120
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:54
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:61
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:103
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:275
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:55
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:62
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:104
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:276
#: screens/Inventory/InventorySources/InventorySourceListItem.js:126
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:155
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:164
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:402
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:404
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:135
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:158
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:162
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:138
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:171
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:175
#: screens/Project/ProjectDetail/ProjectDetail.js:252
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:85
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.js:89
@@ -2290,27 +2311,27 @@ msgstr ""
#: screens/Setting/Jobs/JobsDetail/JobsDetail.js:100
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:164
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.js:168
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:106
-#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:110
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:107
+#: screens/Setting/Logging/LoggingDetail/LoggingDetail.js:111
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:84
#: screens/Setting/MiscAuthentication/MiscAuthenticationDetail/MiscAuthenticationDetail.js:88
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:119
-#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:123
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:98
-#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:102
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:153
+#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.js:157
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:99
+#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.js:103
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:86
#: screens/Setting/SAML/SAMLDetail/SAMLDetail.js:90
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:169
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:102
-#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:107
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:103
+#: screens/Setting/TACACS/TACACSDetail/TACACSDetail.js:108
#: screens/Setting/UI/UIDetail/UIDetail.js:105
#: screens/Setting/UI/UIDetail/UIDetail.js:110
#: screens/Team/TeamDetail/TeamDetail.js:55
#: screens/Team/TeamDetail/TeamDetail.js:59
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:378
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:380
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:217
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:478
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:480
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:219
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.js:236
#: screens/User/UserDetail/UserDetail.js:96
msgid "Edit"
@@ -2364,28 +2385,28 @@ msgstr ""
msgid "Edit Details"
msgstr ""
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:79
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:83
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:82
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:86
msgid "Edit Execution Environment"
msgstr ""
#: screens/Host/HostGroups/HostGroupItem.js:37
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:46
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:42
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:47
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:46
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:51
msgid "Edit Group"
msgstr ""
#: screens/Host/HostList/HostListItem.js:68
#: screens/Host/HostList/HostListItem.js:72
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:56
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:59
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:62
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:60
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:63
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:66
msgid "Edit Host"
msgstr ""
-#: screens/Inventory/InventoryList/InventoryListItem.js:116
-#: screens/Inventory/InventoryList/InventoryListItem.js:121
+#: screens/Inventory/InventoryList/InventoryListItem.js:130
+#: screens/Inventory/InventoryList/InventoryListItem.js:135
msgid "Edit Inventory"
msgstr ""
@@ -2402,11 +2423,11 @@ msgstr ""
msgid "Edit Node"
msgstr ""
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:139
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:142
msgid "Edit Notification Template"
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:72
+#: screens/Template/Survey/SurveyToolbar.js:73
msgid "Edit Order"
msgstr ""
@@ -2424,8 +2445,8 @@ msgstr ""
msgid "Edit Question"
msgstr ""
-#: components/Schedule/ScheduleList/ScheduleListItem.js:115
-#: components/Schedule/ScheduleList/ScheduleListItem.js:119
+#: components/Schedule/ScheduleList/ScheduleListItem.js:118
+#: components/Schedule/ScheduleList/ScheduleListItem.js:122
#: screens/Template/Templates.js:54
msgid "Edit Schedule"
msgstr ""
@@ -2434,7 +2455,7 @@ msgstr ""
msgid "Edit Source"
msgstr ""
-#: screens/Template/Survey/SurveyListItem.js:87
+#: screens/Template/Survey/SurveyListItem.js:92
msgid "Edit Survey"
msgstr ""
@@ -2445,9 +2466,9 @@ msgstr ""
msgid "Edit Team"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:216
-#: components/TemplateList/TemplateListItem.js:222
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:100
+#: components/TemplateList/TemplateListItem.js:219
+#: components/TemplateList/TemplateListItem.js:225
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:103
msgid "Edit Template"
msgstr ""
@@ -2456,13 +2477,13 @@ msgstr ""
msgid "Edit User"
msgstr ""
-#: screens/Application/ApplicationsList/ApplicationListItem.js:48
-#: screens/Application/ApplicationsList/ApplicationListItem.js:52
+#: screens/Application/ApplicationsList/ApplicationListItem.js:51
+#: screens/Application/ApplicationsList/ApplicationListItem.js:55
msgid "Edit application"
msgstr ""
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:38
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:42
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:41
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:45
msgid "Edit credential type"
msgstr ""
@@ -2478,7 +2499,7 @@ msgid "Edit details"
msgstr ""
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:42
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:41
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:44
msgid "Edit group"
msgstr ""
@@ -2504,7 +2525,7 @@ msgstr ""
msgid "Edit this node"
msgstr ""
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:84
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:85
msgid "Edit workflow"
msgstr ""
@@ -2525,6 +2546,7 @@ msgstr ""
#: components/NotificationList/NotificationList.js:193
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:149
#: screens/User/UserDetail/UserDetail.js:66
+#: screens/User/UserList/UserList.js:115
#: screens/User/shared/UserForm.js:73
msgid "Email"
msgstr ""
@@ -2533,20 +2555,20 @@ msgstr ""
msgid "Email Options"
msgstr ""
-#: screens/Template/shared/WorkflowJobTemplateForm.js:241
+#: screens/Template/shared/WorkflowJobTemplateForm.js:242
msgid "Enable Concurrent Jobs"
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:608
+#: screens/Template/shared/JobTemplateForm.js:610
msgid "Enable Fact Storage"
msgstr ""
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:191
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:192
msgid "Enable HTTPS certificate verification"
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:582
-#: screens/Template/shared/JobTemplateForm.js:585
+#: screens/Template/shared/JobTemplateForm.js:583
+#: screens/Template/shared/JobTemplateForm.js:586
#: screens/Template/shared/WorkflowJobTemplateForm.js:221
#: screens/Template/shared/WorkflowJobTemplateForm.js:224
msgid "Enable Webhook"
@@ -2556,16 +2578,16 @@ msgstr ""
msgid "Enable Webhook for this workflow job template."
msgstr ""
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:135
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:136
msgid "Enable external logging"
msgstr ""
-#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:167
+#: screens/Setting/Logging/LoggingEdit/LoggingEdit.js:168
msgid "Enable log system tracking facts individually"
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:216
-#: components/AdHocCommands/AdHocDetailsStep.js:219
+#: components/AdHocCommands/AdHocDetailsStep.js:217
+#: components/AdHocCommands/AdHocDetailsStep.js:220
msgid "Enable privilege escalation"
msgstr ""
@@ -2577,7 +2599,7 @@ msgstr ""
msgid "Enable simplified login for your {brandName} applications"
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:588
+#: screens/Template/shared/JobTemplateForm.js:589
msgid "Enable webhook for this template."
msgstr ""
@@ -2587,14 +2609,14 @@ msgstr ""
msgid "Enabled"
msgstr ""
-#: components/PromptDetail/PromptInventorySourceDetail.js:184
+#: components/PromptDetail/PromptInventorySourceDetail.js:190
#: components/PromptDetail/PromptJobTemplateDetail.js:189
-#: components/PromptDetail/PromptProjectDetail.js:112
+#: components/PromptDetail/PromptProjectDetail.js:130
#: components/PromptDetail/PromptWFJobTemplateDetail.js:97
-#: screens/Credential/CredentialDetail/CredentialDetail.js:254
+#: screens/Credential/CredentialDetail/CredentialDetail.js:259
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:250
#: screens/Project/ProjectDetail/ProjectDetail.js:241
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:280
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:339
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:183
msgid "Enabled Options"
msgstr ""
@@ -2617,7 +2639,7 @@ msgstr ""
#~ "template."
#~ msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:224
+#: components/AdHocCommands/AdHocDetailsStep.js:225
msgid ""
"Enables creation of a provisioning\n"
"callback URL. Using the URL a host can contact {brandName}\n"
@@ -2633,12 +2655,12 @@ msgid ""
"template."
msgstr ""
-#: screens/Credential/CredentialDetail/CredentialDetail.js:148
+#: screens/Credential/CredentialDetail/CredentialDetail.js:153
#: screens/Setting/shared/SettingDetail.js:87
msgid "Encrypted"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:490
+#: components/Schedule/shared/FrequencyDetailSubform.js:497
msgid "End"
msgstr ""
@@ -2650,7 +2672,7 @@ msgstr ""
msgid "End date"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:542
+#: components/Schedule/shared/FrequencyDetailSubform.js:552
msgid "End date/time"
msgstr ""
@@ -2782,14 +2804,14 @@ msgstr ""
msgid "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two."
msgstr ""
-#: components/JobList/JobList.js:225
-#: components/StatusLabel/StatusLabel.js:60
+#: components/JobList/JobList.js:229
+#: components/StatusLabel/StatusLabel.js:32
#: components/Workflow/WorkflowNodeHelp.js:108
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:129
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:131
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:205
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:139
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:215
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:121
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:122
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:138
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:315
#: screens/Job/JobOutput/JobOutputSearch.js:130
@@ -2818,56 +2840,59 @@ msgstr ""
#: components/AdHocCommands/AdHocCommands.js:102
#: components/CopyButton/CopyButton.js:51
#: components/DeleteButton/DeleteButton.js:56
-#: components/HostToggle/HostToggle.js:75
-#: components/InstanceToggle/InstanceToggle.js:66
-#: components/JobList/JobList.js:304
-#: components/JobList/JobList.js:315
-#: components/LaunchButton/LaunchButton.js:161
+#: components/HostToggle/HostToggle.js:76
+#: components/InstanceToggle/InstanceToggle.js:67
+#: components/JobList/JobList.js:311
+#: components/JobList/JobList.js:322
+#: components/LaunchButton/LaunchButton.js:162
#: components/LaunchPrompt/LaunchPrompt.js:66
#: components/NotificationList/NotificationList.js:246
#: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:434
#: components/Schedule/ScheduleList/ScheduleList.js:238
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:73
#: components/Schedule/shared/SchedulePromptableFields.js:70
#: components/TemplateList/TemplateList.js:281
#: contexts/Config.js:94
#: screens/Application/ApplicationDetails/ApplicationDetails.js:131
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:155
#: screens/Application/ApplicationsList/ApplicationsList.js:185
-#: screens/Credential/CredentialDetail/CredentialDetail.js:300
+#: screens/Credential/CredentialDetail/CredentialDetail.js:305
#: screens/Credential/CredentialList/CredentialList.js:194
#: screens/Host/HostDetail/HostDetail.js:56
-#: screens/Host/HostDetail/HostDetail.js:119
+#: screens/Host/HostDetail/HostDetail.js:120
#: screens/Host/HostGroups/HostGroupsList.js:244
#: screens/Host/HostList/HostList.js:222
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:294
-#: screens/InstanceGroup/Instances/InstanceList.js:296
-#: screens/InstanceGroup/Instances/InstanceListItem.js:211
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:140
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:77
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:282
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:293
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:296
+#: screens/InstanceGroup/Instances/InstanceList.js:292
+#: screens/InstanceGroup/Instances/InstanceListItem.js:216
+#: screens/Instances/InstanceDetail/InstanceDetail.js:244
+#: screens/Instances/InstanceList/InstanceList.js:174
+#: screens/Instances/InstanceList/InstanceListItem.js:230
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:149
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:78
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:284
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:295
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:56
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:118
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:119
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:261
#: screens/Inventory/InventoryHosts/InventoryHostList.js:200
#: screens/Inventory/InventoryList/InventoryList.js:269
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:263
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:306
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:264
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:307
#: screens/Inventory/InventorySources/InventorySourceList.js:240
#: screens/Inventory/InventorySources/InventorySourceList.js:253
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:174
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:146
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:183
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:152
#: screens/Inventory/shared/InventorySourceSyncButton.js:49
-#: screens/Login/Login.js:194
+#: screens/Login/Login.js:195
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:125
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:428
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:220
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:166
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:184
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:197
#: screens/Organization/OrganizationList/OrganizationList.js:195
#: screens/Project/ProjectDetail/ProjectDetail.js:287
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:179
@@ -2878,16 +2903,16 @@ msgstr ""
#: screens/Team/TeamList/TeamList.js:192
#: screens/Team/TeamRoles/TeamRolesList.js:247
#: screens/Team/TeamRoles/TeamRolesList.js:258
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:518
#: screens/Template/TemplateSurvey.js:130
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:255
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:257
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:172
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:187
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:312
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:346
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.js:357
#: screens/User/UserDetail/UserDetail.js:115
-#: screens/User/UserList/UserList.js:185
+#: screens/User/UserList/UserList.js:189
#: screens/User/UserRoles/UserRolesList.js:243
#: screens/User/UserRoles/UserRolesList.js:254
#: screens/User/UserTeams/UserTeamList.js:259
@@ -2906,10 +2931,11 @@ msgid "Error:"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:256
+#: screens/Instances/InstanceDetail/InstanceDetail.js:211
msgid "Errors"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:256
+#: screens/ActivityStream/ActivityStream.js:257
#: screens/ActivityStream/ActivityStreamListItem.js:46
#: screens/Job/JobOutput/JobOutputSearch.js:97
msgid "Event"
@@ -2927,7 +2953,7 @@ msgstr ""
msgid "Event summary not available"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:225
+#: screens/ActivityStream/ActivityStream.js:226
msgid "Events"
msgstr ""
@@ -2975,10 +3001,15 @@ msgstr ""
msgid "Execute when the parent node results in a successful state."
msgstr ""
+#: screens/InstanceGroup/Instances/InstanceList.js:194
+#: screens/Instances/InstanceList/InstanceList.js:116
+msgid "Execution"
+msgstr ""
+
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:90
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:91
-#: components/AdHocCommands/AdHocPreviewStep.jsx:55
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:15
+#: components/AdHocCommands/AdHocPreviewStep.js:55
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:15
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:41
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:104
#: components/Lookup/ExecutionEnvironmentLookup.js:156
@@ -2988,13 +3019,13 @@ msgid "Execution Environment"
msgstr ""
#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.js:69
-#: components/TemplateList/TemplateListItem.js:152
+#: components/TemplateList/TemplateListItem.js:155
msgid "Execution Environment Missing"
msgstr ""
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:103
-#: routeConfig.js:140
-#: screens/ActivityStream/ActivityStream.js:208
+#: routeConfig.js:146
+#: screens/ActivityStream/ActivityStream.js:209
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:115
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:177
#: screens/ExecutionEnvironment/ExecutionEnvironments.js:13
@@ -3007,7 +3038,7 @@ msgstr ""
msgid "Execution Environments"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:280
+#: screens/Job/JobDetail/JobDetail.js:272
msgid "Execution Node"
msgstr ""
@@ -3028,15 +3059,19 @@ msgstr ""
msgid "Expand"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:95
+#: components/DataListToolbar/DataListToolbar.js:96
msgid "Expand all rows"
msgstr ""
-#: components/CodeEditor/VariablesDetail.js:211
-#: components/CodeEditor/VariablesField.js:247
+#: components/CodeEditor/VariablesDetail.js:212
+#: components/CodeEditor/VariablesField.js:248
msgid "Expand input"
msgstr ""
+#: screens/Job/JobOutput/shared/JobEventLineToggle.js:37
+msgid "Expand section"
+msgstr ""
+
#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.js:46
msgid "Expected at least one of client_email, project_id or private_key to be present in the file."
msgstr ""
@@ -3044,7 +3079,7 @@ msgstr ""
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:137
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:32
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:149
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:174
#: screens/User/UserTokenDetail/UserTokenDetail.js:52
#: screens/User/UserTokenList/UserTokenList.js:142
#: screens/User/UserTokenList/UserTokenList.js:185
@@ -3067,7 +3102,7 @@ msgstr ""
msgid "Expires on {0}"
msgstr ""
-#: components/JobList/JobListItem.js:265
+#: components/JobList/JobListItem.js:287
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:119
msgid "Explanation"
msgstr ""
@@ -3076,8 +3111,8 @@ msgstr ""
msgid "External Secret Management System"
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:286
-#: components/AdHocCommands/AdHocDetailsStep.js:287
+#: components/AdHocCommands/AdHocDetailsStep.js:288
+#: components/AdHocCommands/AdHocDetailsStep.js:289
msgid "Extra variables"
msgstr ""
@@ -3103,8 +3138,8 @@ msgstr ""
msgid "Facts"
msgstr ""
-#: components/JobList/JobList.js:224
-#: components/StatusLabel/StatusLabel.js:59
+#: components/JobList/JobList.js:228
+#: components/StatusLabel/StatusLabel.js:31
#: components/Workflow/WorkflowNodeHelp.js:105
#: screens/Dashboard/shared/ChartTooltip.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:47
@@ -3125,7 +3160,7 @@ msgstr ""
msgid "Failed hosts"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:168
+#: screens/Dashboard/DashboardGraph.js:170
msgid "Failed jobs"
msgstr ""
@@ -3147,15 +3182,15 @@ msgid "Failed to associate role"
msgstr ""
#: screens/Host/HostGroups/HostGroupsList.js:248
-#: screens/InstanceGroup/Instances/InstanceList.js:299
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:285
+#: screens/InstanceGroup/Instances/InstanceList.js:295
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:287
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:265
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:267
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
#: screens/User/UserTeams/UserTeamList.js:263
msgid "Failed to associate."
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:284
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:285
#: screens/Inventory/InventorySources/InventorySourceListItem.js:110
msgid "Failed to cancel Inventory Source Sync"
msgstr ""
@@ -3165,12 +3200,12 @@ msgstr ""
msgid "Failed to cancel Project Sync"
msgstr ""
-#: components/JobList/JobList.js:318
+#: components/JobList/JobList.js:325
msgid "Failed to cancel one or more jobs."
msgstr ""
#: components/JobList/JobListItem.js:107
-#: screens/Job/JobDetail/JobDetail.js:471
+#: screens/Job/JobDetail/JobDetail.js:493
#: screens/Job/JobOutput/shared/OutputToolbar.js:136
msgid "Failed to cancel {0}"
msgstr ""
@@ -3179,11 +3214,11 @@ msgstr ""
msgid "Failed to copy credential."
msgstr ""
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:101
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:104
msgid "Failed to copy execution environment"
msgstr ""
-#: screens/Inventory/InventoryList/InventoryListItem.js:144
+#: screens/Inventory/InventoryList/InventoryListItem.js:158
msgid "Failed to copy inventory."
msgstr ""
@@ -3191,8 +3226,8 @@ msgstr ""
msgid "Failed to copy project."
msgstr ""
-#: components/TemplateList/TemplateListItem.js:236
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:157
+#: components/TemplateList/TemplateListItem.js:239
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:160
msgid "Failed to copy template."
msgstr ""
@@ -3200,28 +3235,28 @@ msgstr ""
msgid "Failed to delete application."
msgstr ""
-#: screens/Credential/CredentialDetail/CredentialDetail.js:303
+#: screens/Credential/CredentialDetail/CredentialDetail.js:308
msgid "Failed to delete credential."
msgstr ""
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:81
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:82
msgid "Failed to delete group {0}."
msgstr ""
-#: screens/Host/HostDetail/HostDetail.js:122
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:121
+#: screens/Host/HostDetail/HostDetail.js:123
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:122
msgid "Failed to delete host."
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:310
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:311
msgid "Failed to delete inventory source {name}."
msgstr ""
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:143
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:152
msgid "Failed to delete inventory."
msgstr ""
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:421
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:521
msgid "Failed to delete job template."
msgstr ""
@@ -3245,7 +3280,7 @@ msgstr ""
msgid "Failed to delete one or more execution environments"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:149
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:155
msgid "Failed to delete one or more groups."
msgstr ""
@@ -3270,7 +3305,7 @@ msgstr ""
msgid "Failed to delete one or more job templates."
msgstr ""
-#: components/JobList/JobList.js:307
+#: components/JobList/JobList.js:314
msgid "Failed to delete one or more jobs."
msgstr ""
@@ -3306,7 +3341,7 @@ msgstr ""
msgid "Failed to delete one or more user tokens."
msgstr ""
-#: screens/User/UserList/UserList.js:188
+#: screens/User/UserList/UserList.js:192
msgid "Failed to delete one or more users."
msgstr ""
@@ -3314,7 +3349,7 @@ msgstr ""
msgid "Failed to delete one or more workflow approval."
msgstr ""
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:187
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:200
msgid "Failed to delete organization."
msgstr ""
@@ -3331,11 +3366,11 @@ msgstr ""
msgid "Failed to delete role."
msgstr ""
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:437
msgid "Failed to delete schedule."
msgstr ""
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:177
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:186
msgid "Failed to delete smart inventory."
msgstr ""
@@ -3351,7 +3386,7 @@ msgstr ""
msgid "Failed to delete workflow approval."
msgstr ""
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:258
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:260
msgid "Failed to delete workflow job template."
msgstr ""
@@ -3370,16 +3405,17 @@ msgstr ""
#: screens/Host/HostGroups/HostGroupsList.js:249
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:266
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:268
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:269
msgid "Failed to disassociate one or more groups."
msgstr ""
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:296
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:298
msgid "Failed to disassociate one or more hosts."
msgstr ""
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:299
-#: screens/InstanceGroup/Instances/InstanceList.js:301
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:301
+#: screens/InstanceGroup/Instances/InstanceList.js:297
+#: screens/Instances/InstanceDetail/InstanceDetail.js:249
msgid "Failed to disassociate one or more instances."
msgstr ""
@@ -3387,7 +3423,7 @@ msgstr ""
msgid "Failed to disassociate one or more teams."
msgstr ""
-#: screens/Login/Login.js:198
+#: screens/Login/Login.js:199
msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead."
msgstr ""
@@ -3396,7 +3432,7 @@ msgid "Failed to fetch the updated project data."
msgstr ""
#: components/AdHocCommands/AdHocCommands.js:110
-#: components/LaunchButton/LaunchButton.js:164
+#: components/LaunchButton/LaunchButton.js:165
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:128
msgid "Failed to launch job."
msgstr ""
@@ -3413,11 +3449,12 @@ msgstr ""
msgid "Failed to retrieve node credentials."
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceList.js:303
+#: screens/InstanceGroup/Instances/InstanceList.js:299
+#: screens/Instances/InstanceList/InstanceList.js:177
msgid "Failed to run a health check on one or more instances."
msgstr ""
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:169
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:172
msgid "Failed to send test notification."
msgstr ""
@@ -3433,11 +3470,11 @@ msgstr ""
msgid "Failed to sync some or all inventory sources."
msgstr ""
-#: components/HostToggle/HostToggle.js:79
+#: components/HostToggle/HostToggle.js:80
msgid "Failed to toggle host."
msgstr ""
-#: components/InstanceToggle/InstanceToggle.js:70
+#: components/InstanceToggle/InstanceToggle.js:71
msgid "Failed to toggle instance."
msgstr ""
@@ -3445,12 +3482,14 @@ msgstr ""
msgid "Failed to toggle notification."
msgstr ""
-#: components/Schedule/ScheduleToggle/ScheduleToggle.js:76
+#: components/Schedule/ScheduleToggle/ScheduleToggle.js:77
msgid "Failed to toggle schedule."
msgstr ""
-#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:298
-#: screens/InstanceGroup/Instances/InstanceListItem.js:215
+#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:300
+#: screens/InstanceGroup/Instances/InstanceListItem.js:220
+#: screens/Instances/InstanceDetail/InstanceDetail.js:248
+#: screens/Instances/InstanceList/InstanceListItem.js:234
msgid "Failed to update capacity adjustment."
msgstr ""
@@ -3462,8 +3501,8 @@ msgstr ""
msgid "Failed to user token."
msgstr ""
-#: components/NotificationList/NotificationListItem.js:78
-#: components/NotificationList/NotificationListItem.js:79
+#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:86
msgid "Failure"
msgstr ""
@@ -3501,7 +3540,7 @@ msgstr ""
msgid "Field starts with value."
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:399
+#: components/Schedule/shared/FrequencyDetailSubform.js:406
msgid "Fifth"
msgstr ""
@@ -3517,22 +3556,22 @@ msgstr ""
msgid "File, directory or script"
msgstr ""
-#: components/Search/Search.js:176
-#: components/Search/Search.js:201
+#: components/Search/Search.js:181
+#: components/Search/Search.js:206
msgid "Filter By {name}"
msgstr ""
-#: components/JobList/JobList.js:240
+#: components/JobList/JobList.js:244
#: components/JobList/JobListItem.js:93
msgid "Finish Time"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:139
+#: screens/Job/JobDetail/JobDetail.js:116
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:159
msgid "Finished"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:387
+#: components/Schedule/shared/FrequencyDetailSubform.js:394
msgid "First"
msgstr ""
@@ -3540,8 +3579,8 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:41
#: components/ResourceAccessList/ResourceAccessList.js:134
#: screens/User/UserDetail/UserDetail.js:64
-#: screens/User/UserList/UserList.js:120
-#: screens/User/UserList/UserList.js:157
+#: screens/User/UserList/UserList.js:124
+#: screens/User/UserList/UserList.js:161
#: screens/User/UserList/UserListItem.js:53
#: screens/User/shared/UserForm.js:63
msgid "First Name"
@@ -3552,7 +3591,7 @@ msgid "First Run"
msgstr ""
#: components/ResourceAccessList/ResourceAccessList.js:183
-#: components/ResourceAccessList/ResourceAccessListItem.js:64
+#: components/ResourceAccessList/ResourceAccessListItem.js:67
msgid "First name"
msgstr ""
@@ -3568,7 +3607,7 @@ msgstr ""
msgid "Float"
msgstr ""
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Follow"
msgstr ""
@@ -3594,12 +3633,12 @@ msgstr ""
#: components/AdHocCommands/AdHocDetailsStep.js:176
#: components/AdHocCommands/AdHocDetailsStep.js:177
#: components/PromptDetail/PromptJobTemplateDetail.js:154
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:229
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:255
#: screens/Template/shared/JobTemplateForm.js:424
msgid "Forks"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:397
+#: components/Schedule/shared/FrequencyDetailSubform.js:404
msgid "Fourth"
msgstr ""
@@ -3612,12 +3651,12 @@ msgstr ""
msgid "Frequency did not match an expected value"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:295
+#: components/Schedule/shared/FrequencyDetailSubform.js:300
msgid "Fri"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:300
-#: components/Schedule/shared/FrequencyDetailSubform.js:436
+#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:443
msgid "Friday"
msgstr ""
@@ -3629,7 +3668,7 @@ msgstr ""
msgid "Fuzzy search on name field."
msgstr ""
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:134
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:142
#: screens/Organization/shared/OrganizationForm.js:101
msgid "Galaxy Credentials"
msgstr ""
@@ -3658,7 +3697,7 @@ msgstr ""
msgid "Git"
msgstr ""
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:104
msgid "GitHub"
msgstr ""
@@ -3697,7 +3736,7 @@ msgstr ""
msgid "GitHub settings"
msgstr ""
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:247
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:297
#: screens/Template/shared/WebhookSubForm.js:110
msgid "GitLab"
msgstr ""
@@ -3707,7 +3746,7 @@ msgstr ""
#~ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:76
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:73
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:76
msgid "Globally Available"
msgstr ""
@@ -3785,8 +3824,8 @@ msgstr ""
#: screens/Inventory/Inventory.js:64
#: screens/Inventory/InventoryHost/InventoryHost.js:83
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:248
-#: screens/Inventory/InventoryList/InventoryListItem.js:109
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:250
+#: screens/Inventory/InventoryList/InventoryListItem.js:123
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:251
#: util/getRelatedResourceDeleteDetails.js:118
msgid "Groups"
msgstr ""
@@ -3801,16 +3840,18 @@ msgstr ""
msgid "HTTP Method"
msgstr ""
+#: components/HealthCheckButton/HealthCheckButton.js:43
+#: components/HealthCheckButton/HealthCheckButton.js:56
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:273
-#: screens/InstanceGroup/Instances/InstanceList.js:237
+#: screens/Instances/InstanceDetail/InstanceDetail.js:229
msgid "Health Check"
msgstr ""
-#: components/StatusLabel/StatusLabel.js:57
+#: components/StatusLabel/StatusLabel.js:28
msgid "Healthy"
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:115
+#: components/AppContainer/PageHeaderToolbar.js:121
msgid "Help"
msgstr ""
@@ -3828,6 +3869,11 @@ msgstr ""
msgid "Hipchat"
msgstr ""
+#: screens/Instances/InstanceList/InstanceList.js:118
+msgid "Hop"
+msgstr ""
+
+#: screens/Job/JobOutput/HostEventModal.js:112
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:148
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host"
@@ -3842,8 +3888,8 @@ msgid "Host Async OK"
msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:161
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:237
-#: screens/Template/shared/JobTemplateForm.js:641
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:283
+#: screens/Template/shared/JobTemplateForm.js:643
msgid "Host Config Key"
msgstr ""
@@ -3851,7 +3897,7 @@ msgstr ""
msgid "Host Count"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:99
+#: screens/Job/JobOutput/HostEventModal.js:91
msgid "Host Details"
msgstr ""
@@ -3869,7 +3915,7 @@ msgid "Host Filter"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:192
-#: screens/Job/JobOutput/HostEventModal.js:118
+#: screens/Instances/InstanceDetail/InstanceDetail.js:141
msgid "Host Name"
msgstr ""
@@ -3901,7 +3947,7 @@ msgstr ""
msgid "Host details"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:100
+#: screens/Job/JobOutput/HostEventModal.js:92
msgid "Host details modal"
msgstr ""
@@ -3914,8 +3960,8 @@ msgstr ""
msgid "Host status information for this job is unavailable."
msgstr ""
-#: routeConfig.js:83
-#: screens/ActivityStream/ActivityStream.js:167
+#: routeConfig.js:84
+#: screens/ActivityStream/ActivityStream.js:168
#: screens/Dashboard/Dashboard.js:81
#: screens/Host/HostList/HostList.js:135
#: screens/Host/HostList/HostList.js:182
@@ -3925,8 +3971,8 @@ msgstr ""
#: screens/Inventory/Inventories.js:77
#: screens/Inventory/Inventory.js:65
#: screens/Inventory/InventoryGroup/InventoryGroup.js:67
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:187
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:269
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:189
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:271
#: screens/Inventory/InventoryHosts/InventoryHostList.js:112
#: screens/Inventory/InventoryHosts/InventoryHostList.js:171
#: screens/Inventory/SmartInventory.js:67
@@ -3957,7 +4003,12 @@ msgstr ""
msgid "Hour"
msgstr ""
-#: components/JobList/JobList.js:192
+#: screens/InstanceGroup/Instances/InstanceList.js:195
+#: screens/Instances/InstanceList/InstanceList.js:117
+msgid "Hybrid"
+msgstr ""
+
+#: components/JobList/JobList.js:196
#: components/Lookup/HostFilterLookup.js:88
#: screens/Team/TeamRoles/TeamRolesList.js:155
msgid "ID"
@@ -4061,17 +4112,17 @@ msgstr ""
msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible’s --diff mode."
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:602
+#: screens/Template/shared/JobTemplateForm.js:604
msgid ""
"If enabled, simultaneous runs of this job\n"
"template will be allowed."
msgstr ""
-#: screens/Template/shared/WorkflowJobTemplateForm.js:240
+#: screens/Template/shared/WorkflowJobTemplateForm.js:241
msgid "If enabled, simultaneous runs of this workflow job template will be allowed."
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:609
+#: screens/Template/shared/JobTemplateForm.js:611
msgid ""
"If enabled, this will store gathered facts so they can\n"
"be viewed at the host level. Facts are persisted and\n"
@@ -4107,11 +4158,11 @@ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:127
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:133
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:152
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:64
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:67
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:96
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:90
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:109
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:19
msgid "Image"
msgstr ""
@@ -4126,7 +4177,7 @@ msgid ""
"reset by the inventory sync process."
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:105
+#: components/AppContainer/PageHeaderToolbar.js:108
msgid "Info"
msgstr ""
@@ -4134,17 +4185,17 @@ msgstr ""
msgid "Initiated By"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:244
-#: screens/ActivityStream/ActivityStream.js:254
+#: screens/ActivityStream/ActivityStream.js:245
+#: screens/ActivityStream/ActivityStream.js:255
#: screens/ActivityStream/ActivityStreamDetailButton.js:44
msgid "Initiated by"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:234
+#: screens/ActivityStream/ActivityStream.js:235
msgid "Initiated by (username)"
msgstr ""
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:80
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:81
#: screens/CredentialType/shared/CredentialTypeForm.js:46
msgid "Injector configuration"
msgstr ""
@@ -4175,27 +4226,27 @@ msgstr ""
msgid "Instance"
msgstr ""
-#: components/PromptDetail/PromptInventorySourceDetail.js:153
+#: components/PromptDetail/PromptInventorySourceDetail.js:154
msgid "Instance Filters"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:286
+#: screens/Job/JobDetail/JobDetail.js:278
msgid "Instance Group"
msgstr ""
#: components/Lookup/InstanceGroupsLookup.js:69
#: components/Lookup/InstanceGroupsLookup.js:75
#: components/Lookup/InstanceGroupsLookup.js:121
-#: components/PromptDetail/PromptJobTemplateDetail.js:227
-#: routeConfig.js:130
-#: screens/ActivityStream/ActivityStream.js:196
+#: components/PromptDetail/PromptJobTemplateDetail.js:229
+#: routeConfig.js:131
+#: screens/ActivityStream/ActivityStream.js:197
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:169
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:271
#: screens/InstanceGroup/InstanceGroups.js:37
#: screens/InstanceGroup/InstanceGroups.js:47
#: screens/Inventory/InventoryDetail/InventoryDetail.js:84
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:117
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:321
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:392
msgid "Instance Groups"
msgstr ""
@@ -4216,7 +4267,8 @@ msgstr ""
msgid "Instance group not found."
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceListItem.js:172
+#: screens/InstanceGroup/Instances/InstanceListItem.js:173
+#: screens/Instances/InstanceList/InstanceListItem.js:182
msgid "Instance group used capacity"
msgstr ""
@@ -4224,13 +4276,17 @@ msgstr ""
msgid "Instance groups"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:194
+#: routeConfig.js:136
+#: screens/ActivityStream/ActivityStream.js:195
#: screens/InstanceGroup/InstanceGroup.js:86
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:291
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:73
#: screens/InstanceGroup/InstanceGroups.js:52
-#: screens/InstanceGroup/Instances/InstanceList.js:173
-#: screens/InstanceGroup/Instances/InstanceList.js:278
+#: screens/InstanceGroup/Instances/InstanceList.js:178
+#: screens/InstanceGroup/Instances/InstanceList.js:274
+#: screens/Instances/InstanceList/InstanceList.js:100
+#: screens/Instances/Instances.js:11
+#: screens/Instances/Instances.js:19
msgid "Instances"
msgstr ""
@@ -4263,8 +4319,8 @@ msgid "Invalid username or password. Please try again."
msgstr ""
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119
-#: routeConfig.js:78
-#: screens/ActivityStream/ActivityStream.js:164
+#: routeConfig.js:79
+#: screens/ActivityStream/ActivityStream.js:165
#: screens/Dashboard/Dashboard.js:92
#: screens/Inventory/Inventories.js:16
#: screens/Inventory/InventoryList/InventoryList.js:159
@@ -4274,41 +4330,41 @@ msgstr ""
msgid "Inventories"
msgstr ""
-#: screens/Inventory/InventoryList/InventoryListItem.js:135
+#: screens/Inventory/InventoryList/InventoryListItem.js:149
msgid "Inventories with sources cannot be copied"
msgstr ""
#: components/HostForm/HostForm.js:48
-#: components/JobList/JobListItem.js:200
+#: components/JobList/JobListItem.js:204
#: components/LaunchPrompt/steps/InventoryStep.js:104
#: components/LaunchPrompt/steps/useInventoryStep.js:48
-#: components/Lookup/HostFilterLookup.js:374
+#: components/Lookup/HostFilterLookup.js:376
#: components/Lookup/HostListItem.js:9
#: components/Lookup/InventoryLookup.js:130
#: components/Lookup/InventoryLookup.js:139
#: components/Lookup/InventoryLookup.js:179
#: components/Lookup/InventoryLookup.js:195
#: components/Lookup/InventoryLookup.js:235
-#: components/PromptDetail/PromptDetail.js:196
+#: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:94
#: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297
-#: components/TemplateList/TemplateListItem.js:277
-#: components/TemplateList/TemplateListItem.js:287
+#: components/TemplateList/TemplateListItem.js:283
+#: components/TemplateList/TemplateListItem.js:293
#: screens/Host/HostDetail/HostDetail.js:75
#: screens/Host/HostList/HostList.js:162
#: screens/Host/HostList/HostListItem.js:55
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:171
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:39
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:105
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:39
-#: screens/Job/JobDetail/JobDetail.js:187
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:199
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:206
+#: screens/Job/JobDetail/JobDetail.js:164
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:213
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:221
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:140
msgid "Inventory"
msgstr ""
@@ -4325,11 +4381,11 @@ msgstr ""
msgid "Inventory ID"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:205
+#: screens/Job/JobDetail/JobDetail.js:182
msgid "Inventory Source"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:205
msgid "Inventory Source Project"
msgstr ""
@@ -4337,7 +4393,7 @@ msgstr ""
msgid "Inventory Source Sync"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:282
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:283
#: screens/Inventory/InventorySources/InventorySourceListItem.js:109
msgid "Inventory Source Sync Error"
msgstr ""
@@ -4349,11 +4405,11 @@ msgstr ""
msgid "Inventory Sources"
msgstr ""
-#: components/JobList/JobList.js:204
+#: components/JobList/JobList.js:208
#: components/JobList/JobListItem.js:37
#: components/Schedule/ScheduleList/ScheduleListItem.js:36
#: components/Workflow/WorkflowLegend.js:100
-#: screens/Job/JobDetail/JobDetail.js:71
+#: screens/Job/JobDetail/JobDetail.js:70
msgid "Inventory Sync"
msgstr ""
@@ -4374,7 +4430,7 @@ msgstr ""
msgid "Inventory not found."
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:138
+#: screens/Dashboard/DashboardGraph.js:140
msgid "Inventory sync"
msgstr ""
@@ -4382,11 +4438,11 @@ msgstr ""
msgid "Inventory sync failures"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:100
+#: components/DataListToolbar/DataListToolbar.js:101
msgid "Is expanded"
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:102
+#: components/DataListToolbar/DataListToolbar.js:103
msgid "Is not expanded"
msgstr ""
@@ -4419,11 +4475,11 @@ msgstr ""
msgid "JOB ID:"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:140
+#: screens/Job/JobOutput/HostEventModal.js:133
msgid "JSON"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:141
+#: screens/Job/JobOutput/HostEventModal.js:134
msgid "JSON tab"
msgstr ""
@@ -4441,20 +4497,20 @@ msgid "Job"
msgstr ""
#: components/JobList/JobListItem.js:105
-#: screens/Job/JobDetail/JobDetail.js:469
-#: screens/Job/JobOutput/JobOutput.js:557
-#: screens/Job/JobOutput/JobOutput.js:558
+#: screens/Job/JobDetail/JobDetail.js:491
+#: screens/Job/JobOutput/JobOutput.js:789
+#: screens/Job/JobOutput/JobOutput.js:790
#: screens/Job/JobOutput/shared/OutputToolbar.js:134
msgid "Job Cancel Error"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:491
-#: screens/Job/JobOutput/JobOutput.js:546
-#: screens/Job/JobOutput/JobOutput.js:547
+#: screens/Job/JobDetail/JobDetail.js:513
+#: screens/Job/JobOutput/JobOutput.js:778
+#: screens/Job/JobOutput/JobOutput.js:779
msgid "Job Delete Error"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:117
+#: screens/Job/JobDetail/JobDetail.js:97
msgid "Job ID"
msgstr ""
@@ -4462,18 +4518,18 @@ msgstr ""
msgid "Job Runs"
msgstr ""
-#: components/JobList/JobListItem.js:272
-#: screens/Job/JobDetail/JobDetail.js:301
+#: components/JobList/JobListItem.js:294
+#: screens/Job/JobDetail/JobDetail.js:293
msgid "Job Slice"
msgstr ""
-#: components/JobList/JobListItem.js:277
-#: screens/Job/JobDetail/JobDetail.js:308
+#: components/JobList/JobListItem.js:299
+#: screens/Job/JobDetail/JobDetail.js:300
msgid "Job Slice Parent"
msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:160
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:276
#: screens/Template/shared/JobTemplateForm.js:478
msgid "Job Slicing"
msgstr ""
@@ -4484,22 +4540,22 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:56
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57
-#: components/PromptDetail/PromptDetail.js:219
-#: components/PromptDetail/PromptJobTemplateDetail.js:242
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344
-#: screens/Job/JobDetail/JobDetail.js:362
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
+#: components/PromptDetail/PromptDetail.js:235
+#: components/PromptDetail/PromptJobTemplateDetail.js:248
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:353
+#: screens/Job/JobDetail/JobDetail.js:372
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:418
#: screens/Template/shared/JobTemplateForm.js:519
msgid "Job Tags"
msgstr ""
-#: components/JobList/JobListItem.js:168
+#: components/JobList/JobListItem.js:172
#: components/TemplateList/TemplateList.js:202
#: components/Workflow/WorkflowLegend.js:92
#: components/Workflow/WorkflowNodeHelp.js:59
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:98
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:14
-#: screens/Job/JobDetail/JobDetail.js:146
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:17
+#: screens/Job/JobDetail/JobDetail.js:123
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:93
msgid "Job Template"
msgstr ""
@@ -4524,23 +4580,23 @@ msgstr ""
msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes"
msgstr ""
-#: components/JobList/JobList.js:200
+#: components/JobList/JobList.js:204
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110
-#: components/PromptDetail/PromptDetail.js:169
+#: components/PromptDetail/PromptDetail.js:183
#: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293
-#: screens/Job/JobDetail/JobDetail.js:180
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
+#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:192
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
#: screens/Template/shared/JobTemplateForm.js:250
msgid "Job Type"
msgstr ""
-#: screens/Dashboard/Dashboard.js:124
+#: screens/Dashboard/Dashboard.js:125
msgid "Job status"
msgstr ""
-#: screens/Dashboard/Dashboard.js:122
+#: screens/Dashboard/Dashboard.js:123
msgid "Job status graph tab"
msgstr ""
@@ -4550,10 +4606,10 @@ msgstr ""
msgid "Job templates"
msgstr ""
-#: components/JobList/JobList.js:183
-#: components/JobList/JobList.js:263
-#: routeConfig.js:37
-#: screens/ActivityStream/ActivityStream.js:141
+#: components/JobList/JobList.js:187
+#: components/JobList/JobList.js:270
+#: routeConfig.js:38
+#: screens/ActivityStream/ActivityStream.js:142
#: screens/Dashboard/shared/LineChart.js:64
#: screens/Host/Host.js:72
#: screens/Host/Hosts.js:31
@@ -4600,7 +4656,7 @@ msgstr ""
msgid "Key typeahead"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:229
+#: screens/ActivityStream/ActivityStream.js:230
msgid "Keyword"
msgstr ""
@@ -4661,29 +4717,32 @@ msgstr ""
msgid "Label"
msgstr ""
-#: components/JobList/JobList.js:196
+#: components/JobList/JobList.js:200
msgid "Label Name"
msgstr ""
-#: components/JobList/JobListItem.js:250
-#: components/PromptDetail/PromptJobTemplateDetail.js:209
+#: components/JobList/JobListItem.js:264
+#: components/PromptDetail/PromptJobTemplateDetail.js:210
#: components/PromptDetail/PromptWFJobTemplateDetail.js:114
-#: components/TemplateList/TemplateListItem.js:332
-#: screens/Job/JobDetail/JobDetail.js:346
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
+#: components/TemplateList/TemplateListItem.js:344
+#: screens/Job/JobDetail/JobDetail.js:352
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:372
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:188
#: screens/Template/shared/JobTemplateForm.js:391
#: screens/Template/shared/WorkflowJobTemplateForm.js:191
msgid "Labels"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:400
+#: components/Schedule/shared/FrequencyDetailSubform.js:407
msgid "Last"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:209
-#: screens/InstanceGroup/Instances/InstanceListItem.js:139
-#: screens/InstanceGroup/Instances/InstanceListItem.js:201
+#: screens/InstanceGroup/Instances/InstanceListItem.js:141
+#: screens/InstanceGroup/Instances/InstanceListItem.js:206
+#: screens/Instances/InstanceDetail/InstanceDetail.js:161
+#: screens/Instances/InstanceList/InstanceListItem.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:219
msgid "Last Health Check"
msgstr ""
@@ -4696,27 +4755,27 @@ msgstr ""
msgid "Last Login"
msgstr ""
-#: components/PromptDetail/PromptDetail.js:145
+#: components/PromptDetail/PromptDetail.js:159
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282
-#: components/TemplateList/TemplateListItem.js:308
+#: components/TemplateList/TemplateListItem.js:314
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101
-#: screens/Application/ApplicationsList/ApplicationListItem.js:42
+#: screens/Application/ApplicationsList/ApplicationListItem.js:45
#: screens/Application/ApplicationsList/ApplicationsList.js:159
-#: screens/Credential/CredentialDetail/CredentialDetail.js:248
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:91
+#: screens/Credential/CredentialDetail/CredentialDetail.js:253
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:93
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:104
#: screens/Host/HostDetail/HostDetail.js:86
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:71
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:100
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:108
-#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:44
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:117
+#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:45
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:85
-#: screens/Job/JobDetail/JobDetail.js:411
+#: screens/Job/JobDetail/JobDetail.js:431
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:383
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:110
#: screens/Project/ProjectDetail/ProjectDetail.js:236
#: screens/Team/TeamDetail/TeamDetail.js:48
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:275
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:332
#: screens/User/UserDetail/UserDetail.js:84
#: screens/User/UserTokenDetail/UserTokenDetail.js:62
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:155
@@ -4727,15 +4786,15 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:45
#: components/ResourceAccessList/ResourceAccessList.js:138
#: screens/User/UserDetail/UserDetail.js:65
-#: screens/User/UserList/UserList.js:124
-#: screens/User/UserList/UserList.js:158
+#: screens/User/UserList/UserList.js:128
+#: screens/User/UserList/UserList.js:162
#: screens/User/UserList/UserListItem.js:56
#: screens/User/shared/UserForm.js:69
msgid "Last Name"
msgstr ""
#: components/TemplateList/TemplateList.js:229
-#: components/TemplateList/TemplateListItem.js:177
+#: components/TemplateList/TemplateListItem.js:180
msgid "Last Ran"
msgstr ""
@@ -4747,15 +4806,15 @@ msgstr ""
msgid "Last job"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:263
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:142
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:264
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:151
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:50
#: screens/Project/ProjectList/ProjectListItem.js:295
msgid "Last modified"
msgstr ""
#: components/ResourceAccessList/ResourceAccessList.js:184
-#: components/ResourceAccessList/ResourceAccessListItem.js:65
+#: components/ResourceAccessList/ResourceAccessListItem.js:68
msgid "Last name"
msgstr ""
@@ -4763,23 +4822,23 @@ msgstr ""
msgid "Last used"
msgstr ""
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:22
+#: components/AdHocCommands/useAdHocPreviewStep.js:22
#: components/LaunchPrompt/steps/usePreviewStep.js:35
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:54
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:57
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:384
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:393
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:223
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:484
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:493
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:225
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:234
msgid "Launch"
msgstr ""
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:73
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:74
msgid "Launch Management Job"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:197
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:82
+#: components/TemplateList/TemplateListItem.js:200
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:85
msgid "Launch Template"
msgstr ""
@@ -4787,12 +4846,12 @@ msgstr ""
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:34
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:46
#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.js:47
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:88
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:91
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:89
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:92
msgid "Launch management job"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:205
+#: components/TemplateList/TemplateListItem.js:208
msgid "Launch template"
msgstr ""
@@ -4809,7 +4868,7 @@ msgstr ""
msgid "Launched By"
msgstr ""
-#: components/JobList/JobList.js:212
+#: components/JobList/JobList.js:216
msgid "Launched By (Username)"
msgstr ""
@@ -4836,14 +4895,14 @@ msgstr ""
#: components/AdHocCommands/AdHocDetailsStep.js:156
#: components/AdHocCommands/AdHocDetailsStep.js:157
-#: components/JobList/JobList.js:230
+#: components/JobList/JobList.js:234
#: components/LaunchPrompt/steps/OtherPromptsStep.js:35
-#: components/PromptDetail/PromptDetail.js:207
+#: components/PromptDetail/PromptDetail.js:223
#: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321
-#: screens/Job/JobDetail/JobDetail.js:265
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
+#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
#: screens/Template/shared/JobTemplateForm.js:440
#: screens/Template/shared/WorkflowJobTemplateForm.js:152
@@ -4870,7 +4929,7 @@ msgstr ""
msgid "Local time zone"
msgstr ""
-#: screens/Login/Login.js:172
+#: screens/Login/Login.js:173
msgid "Log In"
msgstr ""
@@ -4883,13 +4942,13 @@ msgid "Logging settings"
msgstr ""
#: components/AppContainer/AppContainer.js:81
-#: components/AppContainer/AppContainer.js:146
-#: components/AppContainer/PageHeaderToolbar.js:161
+#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/PageHeaderToolbar.js:174
msgid "Logout"
msgstr ""
-#: components/Lookup/HostFilterLookup.js:338
-#: components/Lookup/Lookup.js:174
+#: components/Lookup/HostFilterLookup.js:340
+#: components/Lookup/Lookup.js:180
msgid "Lookup modal"
msgstr ""
@@ -4915,7 +4974,7 @@ msgstr ""
#: components/AdHocCommands/AdHocCredentialStep.js:97
#: components/AdHocCommands/AdHocCredentialStep.js:98
#: components/AdHocCommands/AdHocCredentialStep.js:112
-#: screens/Job/JobDetail/JobDetail.js:316
+#: screens/Job/JobDetail/JobDetail.js:308
msgid "Machine Credential"
msgstr ""
@@ -4924,21 +4983,21 @@ msgid "Managed"
msgstr ""
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:148
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:167
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:171
msgid "Managed nodes"
msgstr ""
-#: components/JobList/JobList.js:207
+#: components/JobList/JobList.js:211
#: components/JobList/JobListItem.js:40
#: components/Schedule/ScheduleList/ScheduleListItem.js:39
#: components/Workflow/WorkflowLegend.js:108
#: components/Workflow/WorkflowNodeHelp.js:79
-#: screens/Job/JobDetail/JobDetail.js:74
+#: screens/Job/JobDetail/JobDetail.js:73
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:105
msgid "Management Job"
msgstr ""
-#: routeConfig.js:125
+#: routeConfig.js:126
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:84
msgid "Management Jobs"
msgstr ""
@@ -4947,8 +5006,8 @@ msgstr ""
msgid "Management job"
msgstr ""
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:110
#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:111
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:112
msgid "Management job launch error"
msgstr ""
@@ -4961,11 +5020,13 @@ msgid "Management jobs"
msgstr ""
#: components/Lookup/ProjectLookup.js:134
-#: components/PromptDetail/PromptProjectDetail.js:95
+#: components/PromptDetail/PromptProjectDetail.js:98
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:204
-#: screens/InstanceGroup/Instances/InstanceListItem.js:198
+#: screens/InstanceGroup/Instances/InstanceListItem.js:203
+#: screens/Instances/InstanceDetail/InstanceDetail.js:156
+#: screens/Instances/InstanceList/InstanceListItem.js:216
#: screens/Project/ProjectDetail/ProjectDetail.js:173
#: screens/Project/ProjectList/ProjectList.js:183
#: screens/Project/ProjectList/ProjectListItem.js:206
@@ -5079,12 +5140,12 @@ msgstr ""
#: components/AdHocCommands/AdHocExecutionEnvironmentStep.js:116
#: components/AddRole/AddResourceRole.js:60
#: components/AssociateModal/AssociateModal.js:149
-#: components/LaunchPrompt/steps/CredentialsStep.js:176
+#: components/LaunchPrompt/steps/CredentialsStep.js:177
#: components/LaunchPrompt/steps/InventoryStep.js:92
#: components/Lookup/CredentialLookup.js:197
#: components/Lookup/InventoryLookup.js:166
#: components/Lookup/InventoryLookup.js:222
-#: components/Lookup/MultiCredentialsLookup.js:196
+#: components/Lookup/MultiCredentialsLookup.js:197
#: components/Lookup/OrganizationLookup.js:137
#: components/Lookup/ProjectLookup.js:146
#: components/NotificationList/NotificationList.js:210
@@ -5102,12 +5163,12 @@ msgstr ""
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:107
#: screens/Host/HostGroups/HostGroupsList.js:168
#: screens/Host/HostList/HostList.js:153
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:201
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:203
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:134
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:178
#: screens/Inventory/InventoryHosts/InventoryHostList.js:132
#: screens/Inventory/InventoryList/InventoryList.js:188
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:188
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:189
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:99
#: screens/Organization/OrganizationList/OrganizationList.js:135
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:131
@@ -5126,24 +5187,24 @@ msgid "Modified by (username)"
msgstr ""
#: components/AdHocCommands/AdHocDetailsStep.js:58
-#: screens/Job/JobOutput/HostEventModal.js:129
+#: screens/Job/JobOutput/HostEventModal.js:122
msgid "Module"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:403
+#: screens/Job/JobDetail/JobDetail.js:423
msgid "Module Arguments"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:398
+#: screens/Job/JobDetail/JobDetail.js:418
msgid "Module Name"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:255
+#: components/Schedule/shared/FrequencyDetailSubform.js:256
msgid "Mon"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:260
-#: components/Schedule/shared/FrequencyDetailSubform.js:416
+#: components/Schedule/shared/FrequencyDetailSubform.js:261
+#: components/Schedule/shared/FrequencyDetailSubform.js:423
msgid "Monday"
msgstr ""
@@ -5159,13 +5220,13 @@ msgstr ""
msgid "More information for"
msgstr ""
-#: screens/Template/Survey/SurveyReorderModal.js:151
#: screens/Template/Survey/SurveyReorderModal.js:152
+#: screens/Template/Survey/SurveyReorderModal.js:153
msgid "Multi-Select"
msgstr ""
-#: screens/Template/Survey/SurveyReorderModal.js:135
#: screens/Template/Survey/SurveyReorderModal.js:136
+#: screens/Template/Survey/SurveyReorderModal.js:137
msgid "Multiple Choice"
msgstr ""
@@ -5190,11 +5251,11 @@ msgstr ""
#: components/AssociateModal/AssociateModal.js:140
#: components/AssociateModal/AssociateModal.js:155
#: components/HostForm/HostForm.js:96
-#: components/JobList/JobList.js:187
-#: components/JobList/JobList.js:236
+#: components/JobList/JobList.js:191
+#: components/JobList/JobList.js:240
#: components/JobList/JobListItem.js:79
-#: components/LaunchPrompt/steps/CredentialsStep.js:167
-#: components/LaunchPrompt/steps/CredentialsStep.js:182
+#: components/LaunchPrompt/steps/CredentialsStep.js:168
+#: components/LaunchPrompt/steps/CredentialsStep.js:183
#: components/LaunchPrompt/steps/InventoryStep.js:83
#: components/LaunchPrompt/steps/InventoryStep.js:98
#: components/Lookup/ApplicationLookup.js:99
@@ -5204,7 +5265,7 @@ msgstr ""
#: components/Lookup/ExecutionEnvironmentLookup.js:173
#: components/Lookup/ExecutionEnvironmentLookup.js:180
#: components/Lookup/HostFilterLookup.js:83
-#: components/Lookup/HostFilterLookup.js:373
+#: components/Lookup/HostFilterLookup.js:375
#: components/Lookup/HostListItem.js:8
#: components/Lookup/InstanceGroupsLookup.js:103
#: components/Lookup/InstanceGroupsLookup.js:114
@@ -5212,27 +5273,27 @@ msgstr ""
#: components/Lookup/InventoryLookup.js:172
#: components/Lookup/InventoryLookup.js:213
#: components/Lookup/InventoryLookup.js:228
-#: components/Lookup/MultiCredentialsLookup.js:187
-#: components/Lookup/MultiCredentialsLookup.js:202
+#: components/Lookup/MultiCredentialsLookup.js:188
+#: components/Lookup/MultiCredentialsLookup.js:203
#: components/Lookup/OrganizationLookup.js:128
#: components/Lookup/OrganizationLookup.js:143
#: components/Lookup/ProjectLookup.js:126
#: components/Lookup/ProjectLookup.js:156
#: components/NotificationList/NotificationList.js:181
#: components/NotificationList/NotificationList.js:218
-#: components/NotificationList/NotificationListItem.js:25
+#: components/NotificationList/NotificationListItem.js:28
#: components/OptionsList/OptionsList.js:57
#: components/PaginatedTable/PaginatedTable.js:72
-#: components/PromptDetail/PromptDetail.js:111
-#: components/ResourceAccessList/ResourceAccessListItem.js:55
+#: components/PromptDetail/PromptDetail.js:112
+#: components/ResourceAccessList/ResourceAccessListItem.js:58
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259
#: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188
-#: components/Schedule/ScheduleList/ScheduleListItem.js:77
+#: components/Schedule/ScheduleList/ScheduleListItem.js:80
#: components/Schedule/shared/ScheduleForm.js:105
#: components/TemplateList/TemplateList.js:190
#: components/TemplateList/TemplateList.js:227
-#: components/TemplateList/TemplateListItem.js:134
+#: components/TemplateList/TemplateListItem.js:137
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49
@@ -5250,11 +5311,11 @@ msgstr ""
#: screens/Application/ApplicationTokens/ApplicationTokenList.js:135
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:28
#: screens/Application/Applications.js:78
-#: screens/Application/ApplicationsList/ApplicationListItem.js:30
+#: screens/Application/ApplicationsList/ApplicationListItem.js:33
#: screens/Application/ApplicationsList/ApplicationsList.js:118
#: screens/Application/ApplicationsList/ApplicationsList.js:155
#: screens/Application/shared/ApplicationForm.js:52
-#: screens/Credential/CredentialDetail/CredentialDetail.js:202
+#: screens/Credential/CredentialDetail/CredentialDetail.js:207
#: screens/Credential/CredentialList/CredentialList.js:126
#: screens/Credential/CredentialList/CredentialList.js:145
#: screens/Credential/CredentialList/CredentialListItem.js:55
@@ -5264,15 +5325,15 @@ msgstr ""
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:68
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:123
#: screens/CredentialType/CredentialTypeList/CredentialTypeList.js:176
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:30
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:33
#: screens/CredentialType/shared/CredentialTypeForm.js:21
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:47
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:122
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:151
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:58
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:61
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:90
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:116
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:9
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.js:87
#: screens/Host/HostDetail/HostDetail.js:69
#: screens/Host/HostGroups/HostGroupItem.js:28
@@ -5286,24 +5347,28 @@ msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:253
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:287
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:61
-#: screens/InstanceGroup/Instances/InstanceList.js:180
-#: screens/InstanceGroup/Instances/InstanceList.js:187
-#: screens/InstanceGroup/Instances/InstanceList.js:253
-#: screens/InstanceGroup/Instances/InstanceList.js:287
-#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/InstanceGroup/Instances/InstanceList.js:185
+#: screens/InstanceGroup/Instances/InstanceList.js:201
+#: screens/InstanceGroup/Instances/InstanceList.js:250
+#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceListItem.js:132
#: screens/InstanceGroup/shared/ContainerGroupForm.js:46
#: screens/InstanceGroup/shared/InstanceGroupForm.js:25
#: screens/InstanceGroup/shared/InstanceGroupForm.js:36
+#: screens/Instances/InstanceList/InstanceList.js:107
+#: screens/Instances/InstanceList/InstanceList.js:124
+#: screens/Instances/InstanceList/InstanceList.js:146
+#: screens/Instances/InstanceList/InstanceListItem.js:136
#: screens/Inventory/InventoryDetail/InventoryDetail.js:67
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:31
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:192
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:207
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:213
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:194
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:209
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:215
#: screens/Inventory/InventoryGroups/InventoryGroupItem.js:34
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:120
#: screens/Inventory/InventoryGroups/InventoryGroupsList.js:142
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:74
-#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:33
+#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.js:36
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:169
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:186
#: screens/Inventory/InventoryHosts/InventoryHostItem.js:33
@@ -5312,10 +5377,10 @@ msgstr ""
#: screens/Inventory/InventoryList/InventoryList.js:163
#: screens/Inventory/InventoryList/InventoryList.js:194
#: screens/Inventory/InventoryList/InventoryList.js:203
-#: screens/Inventory/InventoryList/InventoryListItem.js:84
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:179
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:194
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:231
+#: screens/Inventory/InventoryList/InventoryListItem.js:88
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:180
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:195
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:232
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/InventorySources/InventorySourceList.js:212
#: screens/Inventory/InventorySources/InventorySourceListItem.js:70
@@ -5330,16 +5395,16 @@ msgstr ""
#: screens/Inventory/shared/SmartInventoryForm.js:47
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:90
#: screens/ManagementJob/ManagementJobList/ManagementJobList.js:100
-#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:66
+#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.js:67
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:106
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:137
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:193
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:109
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:112
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:41
#: screens/Organization/OrganizationDetail/OrganizationDetail.js:91
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:85
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.js:108
-#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:13
+#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.js:16
#: screens/Organization/OrganizationList/OrganizationList.js:122
#: screens/Organization/OrganizationList/OrganizationList.js:143
#: screens/Organization/OrganizationList/OrganizationListItem.js:45
@@ -5350,7 +5415,7 @@ msgstr ""
#: screens/Project/ProjectDetail/ProjectDetail.js:157
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:122
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:156
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:53
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:56
#: screens/Project/ProjectList/ProjectList.js:171
#: screens/Project/ProjectList/ProjectList.js:207
#: screens/Project/ProjectList/ProjectListItem.js:174
@@ -5361,13 +5426,13 @@ msgstr ""
#: screens/Team/TeamList/TeamList.js:142
#: screens/Team/TeamList/TeamListItem.js:33
#: screens/Team/shared/TeamForm.js:29
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:180
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyList.js:102
#: screens/Template/Survey/SurveyListItem.js:39
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:206
-#: screens/Template/Survey/SurveyReorderModal.js:225
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:208
+#: screens/Template/Survey/SurveyReorderModal.js:228
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:110
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:69
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:88
@@ -5376,15 +5441,15 @@ msgstr ""
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:169
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:68
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.js:88
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:74
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.jsx:94
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:74
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/SystemJobTemplatesList.js:94
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:75
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.js:95
#: screens/Template/shared/JobTemplateForm.js:237
#: screens/Template/shared/WorkflowJobTemplateForm.js:103
#: screens/User/UserOrganizations/UserOrganizationList.js:76
#: screens/User/UserOrganizations/UserOrganizationList.js:80
-#: screens/User/UserOrganizations/UserOrganizationListItem.js:10
+#: screens/User/UserOrganizations/UserOrganizationListItem.js:13
#: screens/User/UserRoles/UserRolesList.js:155
#: screens/User/UserRoles/UserRolesListItem.js:12
#: screens/User/UserTeams/UserTeamList.js:180
@@ -5402,11 +5467,11 @@ msgstr ""
msgid "Name cannot be changed on this Instance Group"
msgstr ""
-#: components/AppContainer/AppContainer.js:94
+#: components/AppContainer/AppContainer.js:95
msgid "Navigation"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:495
+#: components/Schedule/shared/FrequencyDetailSubform.js:502
#: screens/Dashboard/shared/ChartTooltip.js:106
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:91
msgid "Never"
@@ -5421,15 +5486,15 @@ msgstr ""
msgid "Never expires"
msgstr ""
-#: components/JobList/JobList.js:219
+#: components/JobList/JobList.js:223
#: components/Workflow/WorkflowNodeHelp.js:90
msgid "New"
msgstr ""
#: components/AdHocCommands/AdHocCommandsWizard.js:54
-#: components/AdHocCommands/useAdHocCredentialStep.jsx:29
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:49
-#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.jsx:22
+#: components/AdHocCommands/useAdHocCredentialStep.js:29
+#: components/AdHocCommands/useAdHocDetailsStep.js:49
+#: components/AdHocCommands/useAdHocExecutionEnvironmentStep.js:22
#: components/AddRole/AddResourceRole.js:215
#: components/AddRole/AddResourceRole.js:250
#: components/LaunchPrompt/LaunchPrompt.js:130
@@ -5442,12 +5507,12 @@ msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266
#: components/Schedule/ScheduleList/ScheduleList.js:170
-#: components/Schedule/ScheduleList/ScheduleListItem.js:101
-#: components/Schedule/ScheduleList/ScheduleListItem.js:105
+#: components/Schedule/ScheduleList/ScheduleListItem.js:104
+#: components/Schedule/ScheduleList/ScheduleListItem.js:108
msgid "Next Run"
msgstr ""
-#: components/Search/Search.js:211
+#: components/Search/Search.js:216
msgid "No"
msgstr ""
@@ -5460,7 +5525,7 @@ msgstr ""
msgid "No Hosts Remaining"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:153
+#: screens/Job/JobOutput/HostEventModal.js:147
msgid "No JSON Available"
msgstr ""
@@ -5468,11 +5533,11 @@ msgstr ""
msgid "No Jobs"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:189
+#: screens/Job/JobOutput/HostEventModal.js:185
msgid "No Standard Error Available"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:171
+#: screens/Job/JobOutput/HostEventModal.js:166
msgid "No Standard Out Available"
msgstr ""
@@ -5488,7 +5553,7 @@ msgstr ""
msgid "No job data available"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:130
+#: screens/Job/JobOutput/HostEventModal.js:123
msgid "No result found"
msgstr ""
@@ -5499,15 +5564,15 @@ msgstr ""
#: components/Search/AdvancedSearch.js:167
#: components/Search/LookupTypeInput.js:33
#: components/Search/RelatedLookupTypeInput.js:26
-#: components/Search/Search.js:132
-#: components/Search/Search.js:180
-#: components/Search/Search.js:205
+#: components/Search/Search.js:137
+#: components/Search/Search.js:185
+#: components/Search/Search.js:210
#: screens/ActivityStream/ActivityStream.js:134
#: screens/Credential/shared/CredentialForm.js:143
#: screens/Credential/shared/CredentialFormFields/BecomeMethodField.js:65
#: screens/Dashboard/DashboardGraph.js:106
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.js:138
-#: screens/Template/Survey/SurveyReorderModal.js:154
+#: screens/Template/Survey/SurveyReorderModal.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:251
#: screens/Template/shared/LabelSelect.js:102
#: screens/Template/shared/PlaybookSelect.js:69
@@ -5535,8 +5600,14 @@ msgid "Node Alias"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:212
-#: screens/InstanceGroup/Instances/InstanceList.js:288
-#: screens/InstanceGroup/Instances/InstanceListItem.js:195
+#: screens/InstanceGroup/Instances/InstanceList.js:190
+#: screens/InstanceGroup/Instances/InstanceList.js:252
+#: screens/InstanceGroup/Instances/InstanceList.js:284
+#: screens/InstanceGroup/Instances/InstanceListItem.js:150
+#: screens/Instances/InstanceDetail/InstanceDetail.js:151
+#: screens/Instances/InstanceList/InstanceList.js:112
+#: screens/Instances/InstanceList/InstanceList.js:148
+#: screens/Instances/InstanceList/InstanceListItem.js:156
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:72
msgid "Node Type"
msgstr ""
@@ -5576,7 +5647,7 @@ msgstr ""
msgid "Not configured for inventory sync."
msgstr ""
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:245
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:247
msgid ""
"Note that only hosts directly in this group can\n"
"be disassociated. Hosts in sub-groups must be disassociated\n"
@@ -5623,7 +5694,7 @@ msgstr ""
msgid "Notification Template not found."
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:189
+#: screens/ActivityStream/ActivityStream.js:190
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:132
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:186
#: screens/NotificationTemplate/NotificationTemplates.js:13
@@ -5658,7 +5729,7 @@ msgid "Notification type"
msgstr ""
#: components/NotificationList/NotificationList.js:177
-#: routeConfig.js:120
+#: routeConfig.js:121
#: screens/Inventory/Inventories.js:91
#: screens/Inventory/InventorySource/InventorySource.js:99
#: screens/ManagementJob/ManagementJob.js:115
@@ -5677,6 +5748,7 @@ msgstr ""
msgid "November"
msgstr ""
+#: components/StatusLabel/StatusLabel.js:30
#: components/Workflow/WorkflowNodeHelp.js:117
#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.js:66
#: screens/Job/JobOutput/shared/HostStatusBar.js:35
@@ -5684,7 +5756,7 @@ msgid "OK"
msgstr ""
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.js:42
-#: components/Schedule/shared/FrequencyDetailSubform.js:529
+#: components/Schedule/shared/FrequencyDetailSubform.js:539
msgid "Occurrences"
msgstr ""
@@ -5696,14 +5768,14 @@ msgstr ""
#: components/HostToggle/HostToggle.js:61
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:150
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "Off"
msgstr ""
@@ -5712,14 +5784,14 @@ msgstr ""
#: components/HostToggle/HostToggle.js:60
#: components/LaunchPrompt/steps/OtherPromptsStep.js:183
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185
-#: components/PromptDetail/PromptDetail.js:265
+#: components/PromptDetail/PromptDetail.js:291
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:98
#: screens/Setting/shared/SharedFields.js:149
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:272
#: screens/Template/shared/JobTemplateForm.js:504
msgid "On"
msgstr ""
@@ -5738,7 +5810,7 @@ msgstr ""
msgid "On Success"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:517
+#: components/Schedule/shared/FrequencyDetailSubform.js:526
msgid "On date"
msgstr ""
@@ -5746,7 +5818,7 @@ msgstr ""
msgid "On days"
msgstr ""
-#: components/PromptDetail/PromptInventorySourceDetail.js:171
+#: components/PromptDetail/PromptInventorySourceDetail.js:173
msgid "Only Group By"
msgstr ""
@@ -5771,7 +5843,7 @@ msgid "Optionally select the credential to use to send status updates back to th
msgstr ""
#: components/NotificationList/NotificationList.js:220
-#: components/NotificationList/NotificationListItem.js:31
+#: components/NotificationList/NotificationListItem.js:34
#: screens/Credential/shared/TypeInputsSubForm.js:47
#: screens/InstanceGroup/shared/ContainerGroupForm.js:64
#: screens/Project/shared/ProjectSubForms/SharedFields.js:64
@@ -5780,9 +5852,9 @@ msgstr ""
msgid "Options"
msgstr ""
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:205
-#: screens/Template/Survey/SurveyReorderModal.js:220
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:207
+#: screens/Template/Survey/SurveyReorderModal.js:223
msgid "Order"
msgstr ""
@@ -5794,22 +5866,22 @@ msgstr ""
#: components/PromptDetail/PromptInventorySourceDetail.js:90
#: components/PromptDetail/PromptJobTemplateDetail.js:110
#: components/PromptDetail/PromptJobTemplateDetail.js:120
-#: components/PromptDetail/PromptProjectDetail.js:76
-#: components/PromptDetail/PromptProjectDetail.js:86
+#: components/PromptDetail/PromptProjectDetail.js:77
+#: components/PromptDetail/PromptProjectDetail.js:88
#: components/PromptDetail/PromptWFJobTemplateDetail.js:65
-#: components/TemplateList/TemplateListItem.js:264
+#: components/TemplateList/TemplateListItem.js:270
#: screens/Application/ApplicationDetails/ApplicationDetails.js:68
-#: screens/Application/ApplicationsList/ApplicationListItem.js:35
+#: screens/Application/ApplicationsList/ApplicationListItem.js:38
#: screens/Application/ApplicationsList/ApplicationsList.js:157
-#: screens/Credential/CredentialDetail/CredentialDetail.js:215
+#: screens/Credential/CredentialDetail/CredentialDetail.js:220
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:67
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:141
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.js:153
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:65
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:68
#: screens/Inventory/InventoryDetail/InventoryDetail.js:74
#: screens/Inventory/InventoryList/InventoryList.js:176
#: screens/Inventory/InventoryList/InventoryList.js:206
-#: screens/Inventory/InventoryList/InventoryListItem.js:101
+#: screens/Inventory/InventoryList/InventoryListItem.js:115
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:204
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:107
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:120
@@ -5820,8 +5892,8 @@ msgstr ""
#: screens/Team/TeamDetail/TeamDetail.js:40
#: screens/Team/TeamList/TeamList.js:143
#: screens/Team/TeamList/TeamListItem.js:38
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:185
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:195
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:198
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:209
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:120
#: screens/User/UserTeams/UserTeamList.js:181
#: screens/User/UserTeams/UserTeamList.js:237
@@ -5842,8 +5914,8 @@ msgid "Organization not found."
msgstr ""
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188
-#: routeConfig.js:94
-#: screens/ActivityStream/ActivityStream.js:172
+#: routeConfig.js:95
+#: screens/ActivityStream/ActivityStream.js:173
#: screens/Organization/OrganizationList/OrganizationList.js:117
#: screens/Organization/OrganizationList/OrganizationList.js:163
#: screens/Organization/Organizations.js:16
@@ -5928,7 +6000,7 @@ msgstr ""
msgid "Pan Up"
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:257
+#: components/AdHocCommands/AdHocDetailsStep.js:259
msgid "Pass extra command line changes. There are two ansible command line parameters:"
msgstr ""
@@ -5944,7 +6016,7 @@ msgstr ""
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
msgstr ""
-#: screens/Login/Login.js:182
+#: screens/Login/Login.js:183
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
@@ -5953,24 +6025,24 @@ msgstr ""
msgid "Password"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:118
+#: screens/Dashboard/DashboardGraph.js:119
msgid "Past 24 hours"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:109
+#: screens/Dashboard/DashboardGraph.js:110
msgid "Past month"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:112
+#: screens/Dashboard/DashboardGraph.js:113
msgid "Past two weeks"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:115
+#: screens/Dashboard/DashboardGraph.js:116
msgid "Past week"
msgstr ""
-#: components/JobList/JobList.js:220
-#: components/StatusLabel/StatusLabel.js:62
+#: components/JobList/JobList.js:224
+#: components/StatusLabel/StatusLabel.js:35
#: components/Workflow/WorkflowNodeHelp.js:93
msgid "Pending"
msgstr ""
@@ -5979,11 +6051,11 @@ msgstr ""
msgid "Pending Workflow Approvals"
msgstr ""
-#: screens/Inventory/InventoryList/InventoryListItem.js:110
+#: screens/Inventory/InventoryList/InventoryListItem.js:124
msgid "Pending delete"
msgstr ""
-#: components/Lookup/HostFilterLookup.js:341
+#: components/Lookup/HostFilterLookup.js:343
msgid "Perform a search to define a host filter"
msgstr ""
@@ -5996,7 +6068,7 @@ msgstr ""
msgid "Personal access token"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:126
+#: screens/Job/JobOutput/HostEventModal.js:119
msgid "Play"
msgstr ""
@@ -6009,14 +6081,14 @@ msgid "Play Started"
msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:153
-#: screens/Job/JobDetail/JobDetail.js:262
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:228
+#: screens/Job/JobDetail/JobDetail.js:254
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:250
#: screens/Template/shared/JobTemplateForm.js:354
msgid "Playbook"
msgstr ""
#: components/JobList/JobListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Check"
msgstr ""
@@ -6024,16 +6096,16 @@ msgstr ""
msgid "Playbook Complete"
msgstr ""
-#: components/PromptDetail/PromptProjectDetail.js:122
+#: components/PromptDetail/PromptProjectDetail.js:150
#: screens/Project/ProjectDetail/ProjectDetail.js:229
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:81
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:82
msgid "Playbook Directory"
msgstr ""
-#: components/JobList/JobList.js:205
+#: components/JobList/JobList.js:209
#: components/JobList/JobListItem.js:38
#: components/Schedule/ScheduleList/ScheduleListItem.js:37
-#: screens/Job/JobDetail/JobDetail.js:72
+#: screens/Job/JobDetail/JobDetail.js:71
msgid "Playbook Run"
msgstr ""
@@ -6048,7 +6120,7 @@ msgstr ""
msgid "Playbook name"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:144
+#: screens/Dashboard/DashboardGraph.js:146
msgid "Playbook run"
msgstr ""
@@ -6088,7 +6160,7 @@ msgstr ""
msgid "Please log in"
msgstr ""
-#: components/JobList/JobList.js:182
+#: components/JobList/JobList.js:186
msgid "Please run a job to populate this list."
msgstr ""
@@ -6104,7 +6176,7 @@ msgstr ""
msgid "Please select an end date/time that comes after the start date/time."
msgstr ""
-#: components/Lookup/HostFilterLookup.js:330
+#: components/Lookup/HostFilterLookup.js:332
msgid "Please select an organization before editing the host filter"
msgstr ""
@@ -6113,7 +6185,9 @@ msgid "Pod spec override"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:203
-#: screens/InstanceGroup/Instances/InstanceListItem.js:197
+#: screens/InstanceGroup/Instances/InstanceListItem.js:202
+#: screens/Instances/InstanceDetail/InstanceDetail.js:155
+#: screens/Instances/InstanceList/InstanceListItem.js:215
msgid "Policy Type"
msgstr ""
@@ -6132,7 +6206,7 @@ msgstr ""
msgid "Populate field from an external secret management system"
msgstr ""
-#: components/Lookup/HostFilterLookup.js:320
+#: components/Lookup/HostFilterLookup.js:322
msgid ""
"Populate the hosts for this inventory by using a search\n"
"filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n"
@@ -6161,14 +6235,14 @@ msgid "Press Enter to edit. Press ESC to stop editing."
msgstr ""
#: components/SelectedList/DraggableSelectedList.js:85
-msgid ""
-"Press space or enter to begin dragging,\n"
-"and use the arrow keys to navigate up or down.\n"
-"Press enter to confirm the drag, or any other key to\n"
-"cancel the drag operation."
-msgstr ""
+#~ msgid ""
+#~ "Press space or enter to begin dragging,\n"
+#~ "and use the arrow keys to navigate up or down.\n"
+#~ "Press enter to confirm the drag, or any other key to\n"
+#~ "cancel the drag operation."
+#~ msgstr ""
-#: components/AdHocCommands/useAdHocPreviewStep.jsx:17
+#: components/AdHocCommands/useAdHocPreviewStep.js:17
#: components/LaunchPrompt/steps/usePreviewStep.js:23
msgid "Preview"
msgstr ""
@@ -6187,27 +6261,31 @@ msgstr ""
msgid "Privilege escalation password"
msgstr ""
-#: components/JobList/JobListItem.js:216
+#: components/JobList/JobListItem.js:220
#: components/Lookup/ProjectLookup.js:104
#: components/Lookup/ProjectLookup.js:109
#: components/Lookup/ProjectLookup.js:165
#: components/PromptDetail/PromptInventorySourceDetail.js:105
#: components/PromptDetail/PromptJobTemplateDetail.js:138
#: components/PromptDetail/PromptJobTemplateDetail.js:146
-#: components/TemplateList/TemplateListItem.js:292
+#: components/TemplateList/TemplateListItem.js:298
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:218
-#: screens/Job/JobDetail/JobDetail.js:244
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:210
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:218
+#: screens/Job/JobDetail/JobDetail.js:222
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:225
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:234
msgid "Project"
msgstr ""
-#: components/PromptDetail/PromptProjectDetail.js:119
+#: components/PromptDetail/PromptProjectDetail.js:143
#: screens/Project/ProjectDetail/ProjectDetail.js:226
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:59
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:60
msgid "Project Base Path"
msgstr ""
+#: screens/Job/JobDetail/JobDetail.js:227
+msgid "Project Status"
+msgstr ""
+
#: components/Workflow/WorkflowLegend.js:104
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:99
msgid "Project Sync"
@@ -6231,8 +6309,8 @@ msgid "Project sync failures"
msgstr ""
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146
-#: routeConfig.js:73
-#: screens/ActivityStream/ActivityStream.js:161
+#: routeConfig.js:74
+#: screens/ActivityStream/ActivityStream.js:162
#: screens/Dashboard/Dashboard.js:103
#: screens/Project/ProjectList/ProjectList.js:166
#: screens/Project/ProjectList/ProjectList.js:235
@@ -6244,7 +6322,7 @@ msgstr ""
msgid "Projects"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:134
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:139
msgid "Promote Child Groups and Hosts"
msgstr ""
@@ -6253,13 +6331,13 @@ msgstr ""
msgid "Prompt"
msgstr ""
-#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:180
msgid "Prompt Overrides"
msgstr ""
-#: components/CodeEditor/VariablesField.js:240
+#: components/CodeEditor/VariablesField.js:241
#: components/FieldWithPrompt/FieldWithPrompt.js:46
-#: screens/Credential/CredentialDetail/CredentialDetail.js:161
+#: screens/Credential/CredentialDetail/CredentialDetail.js:166
msgid "Prompt on launch"
msgstr ""
@@ -6267,7 +6345,7 @@ msgstr ""
msgid "Prompt | {0}"
msgstr ""
-#: components/PromptDetail/PromptDetail.js:164
+#: components/PromptDetail/PromptDetail.js:178
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
msgid "Prompted Values"
msgstr ""
@@ -6293,7 +6371,7 @@ msgstr ""
msgid "Provide a value for this field or select the Prompt on launch option."
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:261
+#: components/AdHocCommands/AdHocDetailsStep.js:263
msgid ""
"Provide key/value pairs using either\n"
"YAML or JSON."
@@ -6312,12 +6390,12 @@ msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights
msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:164
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
-#: screens/Template/shared/JobTemplateForm.js:628
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:288
+#: screens/Template/shared/JobTemplateForm.js:630
msgid "Provisioning Callback URL"
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:623
+#: screens/Template/shared/JobTemplateForm.js:625
msgid "Provisioning Callback details"
msgstr ""
@@ -6346,7 +6424,9 @@ msgid "RADIUS settings"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:233
-#: screens/InstanceGroup/Instances/InstanceListItem.js:168
+#: screens/InstanceGroup/Instances/InstanceListItem.js:169
+#: screens/Instances/InstanceDetail/InstanceDetail.js:184
+#: screens/Instances/InstanceList/InstanceListItem.js:177
msgid "RAM {0}"
msgstr ""
@@ -6354,26 +6434,26 @@ msgstr ""
msgid "Read"
msgstr ""
-#: screens/Dashboard/Dashboard.js:131
+#: screens/Dashboard/Dashboard.js:133
msgid "Recent Jobs"
msgstr ""
-#: screens/Dashboard/Dashboard.js:129
+#: screens/Dashboard/Dashboard.js:131
msgid "Recent Jobs list tab"
msgstr ""
-#: screens/Dashboard/Dashboard.js:142
+#: screens/Dashboard/Dashboard.js:145
msgid "Recent Templates"
msgstr ""
-#: screens/Dashboard/Dashboard.js:140
+#: screens/Dashboard/Dashboard.js:143
msgid "Recent Templates list tab"
msgstr ""
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.js:104
#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.js:36
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:158
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:76
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:79
msgid "Recent jobs"
msgstr ""
@@ -6469,7 +6549,7 @@ msgstr ""
#: screens/Inventory/Inventories.js:79
#: screens/Inventory/InventoryGroup/InventoryGroup.js:62
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:174
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:175
msgid "Related Groups"
msgstr ""
@@ -6487,9 +6567,9 @@ msgid "Related search type typeahead"
msgstr ""
#: components/JobList/JobListItem.js:139
-#: components/LaunchButton/ReLaunchDropDown.js:81
-#: screens/Job/JobDetail/JobDetail.js:450
-#: screens/Job/JobDetail/JobDetail.js:458
+#: components/LaunchButton/ReLaunchDropDown.js:82
+#: screens/Job/JobDetail/JobDetail.js:472
+#: screens/Job/JobDetail/JobDetail.js:480
#: screens/Job/JobOutput/shared/OutputToolbar.js:165
msgid "Relaunch"
msgstr ""
@@ -6525,10 +6605,10 @@ msgstr ""
msgid "Remote Archive"
msgstr ""
-#: components/SelectedList/DraggableSelectedList.js:105
+#: components/SelectedList/DraggableSelectedList.js:83
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.js:21
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.js:29
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:39
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:40
msgid "Remove"
msgstr ""
@@ -6544,7 +6624,7 @@ msgstr ""
#~ msgid "Remove Node"
#~ msgstr ""
-#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:27
+#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.js:28
msgid "Remove Node {nodeName}"
msgstr ""
@@ -6565,8 +6645,8 @@ msgid "Removing this link will orphan the rest of the branch and cause it to be
msgstr ""
#: components/SelectedList/DraggableSelectedList.js:83
-msgid "Reorder"
-msgstr ""
+#~ msgid "Reorder"
+#~ msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271
msgid "Repeat Frequency"
@@ -6601,13 +6681,13 @@ msgstr ""
msgid "Resource deleted"
msgstr ""
-#: routeConfig.js:59
-#: screens/ActivityStream/ActivityStream.js:150
+#: routeConfig.js:60
+#: screens/ActivityStream/ActivityStream.js:151
msgid "Resources"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:141
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:58
+#: components/TemplateList/TemplateListItem.js:144
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:61
msgid "Resources are missing from this template."
msgstr ""
@@ -6623,10 +6703,10 @@ msgstr ""
#: components/JobCancelButton/JobCancelButton.js:78
#: components/JobCancelButton/JobCancelButton.js:82
-#: components/JobList/JobListCancelButton.js:159
-#: components/JobList/JobListCancelButton.js:162
-#: screens/Job/JobOutput/JobOutput.js:531
-#: screens/Job/JobOutput/JobOutput.js:534
+#: components/JobList/JobListCancelButton.js:160
+#: components/JobList/JobListCancelButton.js:163
+#: screens/Job/JobOutput/JobOutput.js:763
+#: screens/Job/JobOutput/JobOutput.js:766
msgid "Return"
msgstr ""
@@ -6673,7 +6753,7 @@ msgstr ""
msgid "Revert to factory default."
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:257
+#: screens/Job/JobDetail/JobDetail.js:249
#: screens/Project/ProjectList/ProjectList.js:210
#: screens/Project/ProjectList/ProjectListItem.js:208
msgid "Revision"
@@ -6691,7 +6771,7 @@ msgstr ""
#: screens/Team/TeamRoles/TeamRoleListItem.js:20
#: screens/Team/TeamRoles/TeamRolesList.js:148
#: screens/Team/TeamRoles/TeamRolesList.js:182
-#: screens/User/UserList/UserList.js:159
+#: screens/User/UserList/UserList.js:163
#: screens/User/UserList/UserListItem.js:59
#: screens/User/UserRoles/UserRolesList.js:146
#: screens/User/UserRoles/UserRolesList.js:157
@@ -6702,7 +6782,7 @@ msgstr ""
#: components/ResourceAccessList/ResourceAccessList.js:145
#: components/ResourceAccessList/ResourceAccessList.js:158
#: components/ResourceAccessList/ResourceAccessList.js:185
-#: components/ResourceAccessList/ResourceAccessListItem.js:66
+#: components/ResourceAccessList/ResourceAccessListItem.js:69
#: screens/Team/Team.js:57
#: screens/Team/Teams.js:31
#: screens/User/User.js:70
@@ -6720,14 +6800,15 @@ msgid "Run"
msgstr ""
#: components/AdHocCommands/AdHocCommands.js:129
-#: components/AdHocCommands/AdHocCommands.js:132
-#: components/AdHocCommands/AdHocCommands.js:138
-#: components/AdHocCommands/AdHocCommands.js:142
-#: screens/Job/JobDetail/JobDetail.js:73
+#: components/AdHocCommands/AdHocCommands.js:133
+#: components/AdHocCommands/AdHocCommands.js:139
+#: components/AdHocCommands/AdHocCommands.js:143
+#: screens/Job/JobDetail/JobDetail.js:72
msgid "Run Command"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:266
+#: screens/Instances/InstanceDetail/InstanceDetail.js:222
msgid "Run a health check on the instance"
msgstr ""
@@ -6747,7 +6828,7 @@ msgstr ""
msgid "Run frequency"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:327
+#: components/Schedule/shared/FrequencyDetailSubform.js:334
msgid "Run on"
msgstr ""
@@ -6755,8 +6836,8 @@ msgstr ""
msgid "Run type"
msgstr ""
-#: components/JobList/JobList.js:222
-#: components/StatusLabel/StatusLabel.js:61
+#: components/JobList/JobList.js:226
+#: components/StatusLabel/StatusLabel.js:34
#: components/TemplateList/TemplateListItem.js:113
#: components/Workflow/WorkflowNodeHelp.js:99
msgid "Running"
@@ -6768,8 +6849,9 @@ msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:206
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:289
-#: screens/InstanceGroup/Instances/InstanceList.js:255
-#: screens/InstanceGroup/Instances/InstanceListItem.js:148
+#: screens/InstanceGroup/Instances/InstanceListItem.js:199
+#: screens/Instances/InstanceDetail/InstanceDetail.js:158
+#: screens/Instances/InstanceList/InstanceListItem.js:212
msgid "Running Jobs"
msgstr ""
@@ -6785,7 +6867,7 @@ msgstr ""
msgid "SAML settings"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:141
+#: screens/Dashboard/DashboardGraph.js:143
msgid "SCM update"
msgstr ""
@@ -6815,12 +6897,12 @@ msgstr ""
msgid "STATUS:"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:305
+#: components/Schedule/shared/FrequencyDetailSubform.js:311
msgid "Sat"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:310
-#: components/Schedule/shared/FrequencyDetailSubform.js:441
+#: components/Schedule/shared/FrequencyDetailSubform.js:316
+#: components/Schedule/shared/FrequencyDetailSubform.js:448
msgid "Saturday"
msgstr ""
@@ -6837,7 +6919,7 @@ msgstr ""
#: screens/Credential/shared/CredentialForm.js:323
#: screens/Setting/shared/RevertFormActionGroup.js:12
#: screens/Setting/shared/RevertFormActionGroup.js:18
-#: screens/Template/Survey/SurveyReorderModal.js:193
+#: screens/Template/Survey/SurveyReorderModal.js:195
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.js:35
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.js:124
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:158
@@ -6885,8 +6967,8 @@ msgstr ""
#: components/Schedule/ScheduleList/ScheduleList.js:163
#: components/Schedule/ScheduleList/ScheduleList.js:228
-#: routeConfig.js:42
-#: screens/ActivityStream/ActivityStream.js:144
+#: routeConfig.js:43
+#: screens/ActivityStream/ActivityStream.js:145
#: screens/Inventory/Inventories.js:87
#: screens/Inventory/InventorySource/InventorySource.js:88
#: screens/ManagementJob/ManagementJob.js:107
@@ -6931,37 +7013,37 @@ msgstr ""
msgid "Search"
msgstr ""
-#: screens/Job/JobOutput/JobOutputSearch.js:148
+#: screens/Job/JobOutput/JobOutputSearch.js:149
msgid "Search is disabled while the job is running"
msgstr ""
#: components/Search/AdvancedSearch.js:233
-#: components/Search/Search.js:238
+#: components/Search/Search.js:243
msgid "Search submit button"
msgstr ""
-#: components/Search/Search.js:227
+#: components/Search/Search.js:232
msgid "Search text input"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:391
+#: components/Schedule/shared/FrequencyDetailSubform.js:398
msgid "Second"
msgstr ""
#: components/PromptDetail/PromptInventorySourceDetail.js:121
-#: components/PromptDetail/PromptProjectDetail.js:115
+#: components/PromptDetail/PromptProjectDetail.js:138
#: screens/Project/ProjectDetail/ProjectDetail.js:217
msgid "Seconds"
msgstr ""
-#: components/AdHocCommands/AdHocPreviewStep.jsx:34
+#: components/AdHocCommands/AdHocPreviewStep.js:34
#: components/LaunchPrompt/steps/PreviewStep.js:63
msgid "See errors on the left"
msgstr ""
#: components/JobList/JobListItem.js:77
-#: components/Lookup/HostFilterLookup.js:351
-#: components/Lookup/Lookup.js:186
+#: components/Lookup/HostFilterLookup.js:353
+#: components/Lookup/Lookup.js:193
#: components/Pagination/Pagination.js:33
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:97
msgid "Select"
@@ -6973,19 +7055,19 @@ msgstr ""
#: screens/Host/HostGroups/HostGroupsList.js:237
#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.js:254
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:256
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.js:257
msgid "Select Groups"
msgstr ""
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:275
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.js:277
msgid "Select Hosts"
msgstr ""
-#: components/AnsibleSelect/AnsibleSelect.js:37
+#: components/AnsibleSelect/AnsibleSelect.js:38
msgid "Select Input"
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceList.js:283
+#: screens/InstanceGroup/Instances/InstanceList.js:279
msgid "Select Instances"
msgstr ""
@@ -7064,7 +7146,7 @@ msgstr ""
msgid "Select a project before editing the execution environment."
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:81
+#: screens/Template/Survey/SurveyToolbar.js:82
msgid "Select a question to delete"
msgstr ""
@@ -7081,7 +7163,7 @@ msgstr ""
msgid "Select a row to deny"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:59
+#: components/DisassociateButton/DisassociateButton.js:71
msgid "Select a row to disassociate"
msgstr ""
@@ -7127,7 +7209,7 @@ msgstr ""
msgid "Select a webhook service."
msgstr ""
-#: components/DataListToolbar/DataListToolbar.js:114
+#: components/DataListToolbar/DataListToolbar.js:115
#: screens/Template/Survey/SurveyToolbar.js:49
msgid "Select all"
msgstr ""
@@ -7144,7 +7226,7 @@ msgstr ""
msgid "Select an instance and a metric to show chart"
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceList.js:227
+#: components/HealthCheckButton/HealthCheckButton.js:29
msgid "Select an instance to run a health check."
msgstr ""
@@ -7169,7 +7251,7 @@ msgid ""
"credential(s) become the defaults that can be updated at run time."
msgstr ""
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:84
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:85
msgid ""
"Select from the list of directories found in\n"
"the Project Base Path. Together the base path and the playbook\n"
@@ -7180,8 +7262,8 @@ msgstr ""
msgid "Select items from list"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:123
#: screens/Dashboard/DashboardGraph.js:124
+#: screens/Dashboard/DashboardGraph.js:125
msgid "Select job type"
msgstr ""
@@ -7205,8 +7287,8 @@ msgstr ""
msgid "Select source path"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:149
-#: screens/Dashboard/DashboardGraph.js:150
+#: screens/Dashboard/DashboardGraph.js:151
+#: screens/Dashboard/DashboardGraph.js:152
msgid "Select status"
msgstr ""
@@ -7287,7 +7369,7 @@ msgstr ""
msgid "Select your Ansible Automation Platform subscription to use."
msgstr ""
-#: components/Lookup/Lookup.js:173
+#: components/Lookup/Lookup.js:179
msgid "Select {0}"
msgstr ""
@@ -7298,23 +7380,24 @@ msgstr ""
#: components/CheckboxListItem/CheckboxListItem.js:42
#: components/Lookup/InstanceGroupsLookup.js:87
#: components/OptionsList/OptionsList.js:74
-#: components/Schedule/ScheduleList/ScheduleListItem.js:75
-#: components/TemplateList/TemplateListItem.js:132
+#: components/Schedule/ScheduleList/ScheduleListItem.js:78
+#: components/TemplateList/TemplateListItem.js:135
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:90
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.js:108
#: screens/Application/ApplicationTokens/ApplicationTokenListItem.js:26
-#: screens/Application/ApplicationsList/ApplicationListItem.js:28
+#: screens/Application/ApplicationsList/ApplicationListItem.js:31
#: screens/Credential/CredentialList/CredentialListItem.js:53
-#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:28
-#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:54
+#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.js:31
+#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.js:57
#: screens/Host/HostGroups/HostGroupItem.js:26
#: screens/Host/HostList/HostListItem.js:48
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:59
-#: screens/InstanceGroup/Instances/InstanceListItem.js:128
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:38
-#: screens/Inventory/InventoryList/InventoryListItem.js:82
-#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:33
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:107
+#: screens/InstanceGroup/Instances/InstanceListItem.js:130
+#: screens/Instances/InstanceList/InstanceListItem.js:134
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:42
+#: screens/Inventory/InventoryList/InventoryListItem.js:86
+#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.js:37
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:110
#: screens/Organization/OrganizationList/OrganizationListItem.js:43
#: screens/Organization/shared/OrganizationForm.js:113
#: screens/Project/ProjectList/ProjectListItem.js:172
@@ -7326,10 +7409,10 @@ msgstr ""
msgid "Selected"
msgstr ""
-#: components/LaunchPrompt/steps/CredentialsStep.js:141
-#: components/LaunchPrompt/steps/CredentialsStep.js:146
-#: components/Lookup/MultiCredentialsLookup.js:160
-#: components/Lookup/MultiCredentialsLookup.js:165
+#: components/LaunchPrompt/steps/CredentialsStep.js:142
+#: components/LaunchPrompt/steps/CredentialsStep.js:147
+#: components/Lookup/MultiCredentialsLookup.js:161
+#: components/Lookup/MultiCredentialsLookup.js:166
msgid "Selected Category"
msgstr ""
@@ -7415,10 +7498,10 @@ msgstr ""
msgid "Setting name"
msgstr ""
-#: routeConfig.js:147
-#: routeConfig.js:151
-#: screens/ActivityStream/ActivityStream.js:211
-#: screens/ActivityStream/ActivityStream.js:213
+#: routeConfig.js:153
+#: routeConfig.js:157
+#: screens/ActivityStream/ActivityStream.js:212
+#: screens/ActivityStream/ActivityStream.js:214
#: screens/Setting/Settings.js:42
msgid "Settings"
msgstr ""
@@ -7428,10 +7511,10 @@ msgid "Show"
msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173
-#: components/PromptDetail/PromptDetail.js:264
+#: components/PromptDetail/PromptDetail.js:290
#: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:271
#: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes"
msgstr ""
@@ -7458,58 +7541,58 @@ msgstr ""
msgid "Show only root groups"
msgstr ""
-#: screens/Login/Login.js:217
+#: screens/Login/Login.js:218
msgid "Sign in with Azure AD"
msgstr ""
-#: screens/Login/Login.js:231
+#: screens/Login/Login.js:232
msgid "Sign in with GitHub"
msgstr ""
-#: screens/Login/Login.js:273
+#: screens/Login/Login.js:274
msgid "Sign in with GitHub Enterprise"
msgstr ""
-#: screens/Login/Login.js:288
+#: screens/Login/Login.js:289
msgid "Sign in with GitHub Enterprise Organizations"
msgstr ""
-#: screens/Login/Login.js:304
+#: screens/Login/Login.js:305
msgid "Sign in with GitHub Enterprise Teams"
msgstr ""
-#: screens/Login/Login.js:245
+#: screens/Login/Login.js:246
msgid "Sign in with GitHub Organizations"
msgstr ""
-#: screens/Login/Login.js:259
+#: screens/Login/Login.js:260
msgid "Sign in with GitHub Teams"
msgstr ""
-#: screens/Login/Login.js:319
+#: screens/Login/Login.js:320
msgid "Sign in with Google"
msgstr ""
-#: screens/Login/Login.js:338
+#: screens/Login/Login.js:339
msgid "Sign in with SAML"
msgstr ""
-#: screens/Login/Login.js:337
+#: screens/Login/Login.js:338
msgid "Sign in with SAML {samlIDP}"
msgstr ""
-#: components/Search/Search.js:124
-#: components/Search/Search.js:125
+#: components/Search/Search.js:129
+#: components/Search/Search.js:130
msgid "Simple key select"
msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:68
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69
-#: components/PromptDetail/PromptDetail.js:242
-#: components/PromptDetail/PromptJobTemplateDetail.js:257
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362
-#: screens/Job/JobDetail/JobDetail.js:381
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
+#: components/PromptDetail/PromptDetail.js:263
+#: components/PromptDetail/PromptJobTemplateDetail.js:267
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:376
+#: screens/Job/JobDetail/JobDetail.js:396
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:442
#: screens/Template/shared/JobTemplateForm.js:535
msgid "Skip Tags"
msgstr ""
@@ -7535,16 +7618,20 @@ msgstr ""
msgid "Skipped"
msgstr ""
+#: components/StatusLabel/StatusLabel.js:36
+msgid "Skipped'"
+msgstr ""
+
#: components/NotificationList/NotificationList.js:200
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:156
msgid "Slack"
msgstr ""
-#: screens/Host/HostList/SmartInventoryButton.js:30
-#: screens/Host/HostList/SmartInventoryButton.js:39
-#: screens/Host/HostList/SmartInventoryButton.js:43
+#: screens/Host/HostList/SmartInventoryButton.js:31
+#: screens/Host/HostList/SmartInventoryButton.js:40
+#: screens/Host/HostList/SmartInventoryButton.js:44
#: screens/Inventory/InventoryList/InventoryList.js:172
-#: screens/Inventory/InventoryList/InventoryListItem.js:99
+#: screens/Inventory/InventoryList/InventoryListItem.js:113
msgid "Smart Inventory"
msgstr ""
@@ -7552,7 +7639,7 @@ msgstr ""
msgid "Smart Inventory not found."
msgstr ""
-#: components/Lookup/HostFilterLookup.js:316
+#: components/Lookup/HostFilterLookup.js:318
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:116
msgid "Smart host filter"
msgstr ""
@@ -7561,7 +7648,7 @@ msgstr ""
msgid "Smart inventory"
msgstr ""
-#: components/AdHocCommands/AdHocPreviewStep.jsx:31
+#: components/AdHocCommands/AdHocPreviewStep.js:31
#: components/LaunchPrompt/steps/PreviewStep.js:60
msgid "Some of the previous step(s) have errors"
msgstr ""
@@ -7578,7 +7665,7 @@ msgstr ""
msgid "Something went wrong..."
msgstr ""
-#: components/Sort/Sort.js:129
+#: components/Sort/Sort.js:138
msgid "Sort"
msgstr ""
@@ -7587,24 +7674,24 @@ msgstr ""
#~ msgid "Sort question order"
#~ msgstr ""
-#: components/JobList/JobListItem.js:159
+#: components/JobList/JobListItem.js:163
#: components/PromptDetail/PromptInventorySourceDetail.js:102
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:201
#: screens/Inventory/shared/InventorySourceForm.js:131
-#: screens/Job/JobDetail/JobDetail.js:217
+#: screens/Job/JobDetail/JobDetail.js:194
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.js:93
msgid "Source"
msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:46
-#: components/PromptDetail/PromptDetail.js:202
+#: components/PromptDetail/PromptDetail.js:218
#: components/PromptDetail/PromptJobTemplateDetail.js:152
-#: components/PromptDetail/PromptProjectDetail.js:98
+#: components/PromptDetail/PromptProjectDetail.js:106
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319
-#: screens/Job/JobDetail/JobDetail.js:251
+#: screens/Job/JobDetail/JobDetail.js:243
#: screens/Project/ProjectDetail/ProjectDetail.js:201
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:245
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:133
#: screens/Template/shared/JobTemplateForm.js:331
msgid "Source Control Branch"
@@ -7614,7 +7701,7 @@ msgstr ""
msgid "Source Control Branch/Tag/Commit"
msgstr ""
-#: components/PromptDetail/PromptProjectDetail.js:102
+#: components/PromptDetail/PromptProjectDetail.js:117
#: screens/Project/ProjectDetail/ProjectDetail.js:205
#: screens/Project/shared/ProjectSubForms/SharedFields.js:55
msgid "Source Control Credential"
@@ -7624,7 +7711,7 @@ msgstr ""
msgid "Source Control Credential Type"
msgstr ""
-#: components/PromptDetail/PromptProjectDetail.js:99
+#: components/PromptDetail/PromptProjectDetail.js:111
#: screens/Project/ProjectDetail/ProjectDetail.js:202
#: screens/Project/shared/ProjectSubForms/GitSubForm.js:50
msgid "Source Control Refspec"
@@ -7634,13 +7721,13 @@ msgstr ""
msgid "Source Control Revision"
msgstr ""
-#: components/PromptDetail/PromptProjectDetail.js:94
+#: components/PromptDetail/PromptProjectDetail.js:96
#: screens/Project/ProjectDetail/ProjectDetail.js:172
msgid "Source Control Type"
msgstr ""
#: components/Lookup/ProjectLookup.js:142
-#: components/PromptDetail/PromptProjectDetail.js:97
+#: components/PromptDetail/PromptProjectDetail.js:101
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165
#: screens/Project/ProjectDetail/ProjectDetail.js:200
@@ -7650,10 +7737,10 @@ msgstr ""
msgid "Source Control URL"
msgstr ""
-#: components/JobList/JobList.js:203
+#: components/JobList/JobList.js:207
#: components/JobList/JobListItem.js:36
#: components/Schedule/ScheduleList/ScheduleListItem.js:38
-#: screens/Job/JobDetail/JobDetail.js:70
+#: screens/Job/JobDetail/JobDetail.js:69
msgid "Source Control Update"
msgstr ""
@@ -7661,12 +7748,12 @@ msgstr ""
msgid "Source Phone Number"
msgstr ""
-#: components/PromptDetail/PromptInventorySourceDetail.js:188
+#: components/PromptDetail/PromptInventorySourceDetail.js:195
msgid "Source Variables"
msgstr ""
-#: components/JobList/JobListItem.js:190
-#: screens/Job/JobDetail/JobDetail.js:170
+#: components/JobList/JobListItem.js:194
+#: screens/Job/JobDetail/JobDetail.js:147
msgid "Source Workflow Job"
msgstr ""
@@ -7716,30 +7803,30 @@ msgstr ""
msgid "Specify the conditions under which this node should be executed"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:176
+#: screens/Job/JobOutput/HostEventModal.js:171
msgid "Standard Error"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:158
+#: screens/Job/JobOutput/HostEventModal.js:152
msgid "Standard Out"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:177
+#: screens/Job/JobOutput/HostEventModal.js:172
msgid "Standard error tab"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:159
+#: screens/Job/JobOutput/HostEventModal.js:153
msgid "Standard out tab"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:52
-#: components/NotificationList/NotificationListItem.js:53
+#: components/NotificationList/NotificationListItem.js:57
+#: components/NotificationList/NotificationListItem.js:58
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:47
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.js:53
msgid "Start"
msgstr ""
-#: components/JobList/JobList.js:239
+#: components/JobList/JobList.js:243
#: components/JobList/JobListItem.js:92
msgid "Start Time"
msgstr ""
@@ -7774,26 +7861,30 @@ msgstr ""
msgid "Start time"
msgstr ""
-#: screens/Job/JobDetail/JobDetail.js:133
+#: screens/Job/JobDetail/JobDetail.js:110
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:222
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.js:76
msgid "Started"
msgstr ""
-#: components/JobList/JobList.js:216
-#: components/JobList/JobList.js:237
+#: components/JobList/JobList.js:220
+#: components/JobList/JobList.js:241
#: components/JobList/JobListItem.js:88
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:197
-#: screens/InstanceGroup/Instances/InstanceList.js:254
-#: screens/InstanceGroup/Instances/InstanceListItem.js:135
+#: screens/InstanceGroup/Instances/InstanceList.js:251
+#: screens/InstanceGroup/Instances/InstanceListItem.js:137
+#: screens/Instances/InstanceDetail/InstanceDetail.js:146
+#: screens/Instances/InstanceList/InstanceList.js:147
+#: screens/Instances/InstanceList/InstanceListItem.js:142
#: screens/Inventory/InventoryList/InventoryList.js:204
-#: screens/Inventory/InventoryList/InventoryListItem.js:93
+#: screens/Inventory/InventoryList/InventoryListItem.js:97
#: screens/Inventory/InventorySources/InventorySourceList.js:213
#: screens/Inventory/InventorySources/InventorySourceListItem.js:86
-#: screens/Job/JobDetail/JobDetail.js:121
+#: screens/Job/JobDetail/JobDetail.js:101
+#: screens/Job/JobOutput/HostEventModal.js:115
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:114
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:194
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:114
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
#: screens/Project/ProjectList/ProjectList.js:208
#: screens/Project/ProjectList/ProjectListItem.js:192
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:45
@@ -7866,9 +7957,9 @@ msgstr ""
msgid "Subversion"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:65
-#: components/NotificationList/NotificationListItem.js:66
-#: components/StatusLabel/StatusLabel.js:56
+#: components/NotificationList/NotificationListItem.js:71
+#: components/NotificationList/NotificationListItem.js:72
+#: components/StatusLabel/StatusLabel.js:27
msgid "Success"
msgstr ""
@@ -7882,14 +7973,14 @@ msgstr ""
msgid "Success message body"
msgstr ""
-#: components/JobList/JobList.js:223
-#: components/StatusLabel/StatusLabel.js:58
+#: components/JobList/JobList.js:227
+#: components/StatusLabel/StatusLabel.js:29
#: components/Workflow/WorkflowNodeHelp.js:102
#: screens/Dashboard/shared/ChartTooltip.js:59
msgid "Successful"
msgstr ""
-#: screens/Dashboard/DashboardGraph.js:164
+#: screens/Dashboard/DashboardGraph.js:166
msgid "Successful jobs"
msgstr ""
@@ -7903,7 +7994,7 @@ msgid "Sun"
msgstr ""
#: components/Schedule/shared/FrequencyDetailSubform.js:250
-#: components/Schedule/shared/FrequencyDetailSubform.js:411
+#: components/Schedule/shared/FrequencyDetailSubform.js:418
msgid "Sunday"
msgstr ""
@@ -7914,11 +8005,11 @@ msgstr ""
msgid "Survey"
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:104
+#: screens/Template/Survey/SurveyToolbar.js:105
msgid "Survey Disabled"
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:103
+#: screens/Template/Survey/SurveyToolbar.js:104
msgid "Survey Enabled"
msgstr ""
@@ -7930,15 +8021,15 @@ msgstr ""
#~ msgid "Survey Preview"
#~ msgstr ""
-#: screens/Template/Survey/SurveyReorderModal.js:179
+#: screens/Template/Survey/SurveyReorderModal.js:181
msgid "Survey Question Order"
msgstr ""
-#: screens/Template/Survey/SurveyToolbar.js:101
+#: screens/Template/Survey/SurveyToolbar.js:102
msgid "Survey Toggle"
msgstr ""
-#: screens/Template/Survey/SurveyReorderModal.js:180
+#: screens/Template/Survey/SurveyReorderModal.js:182
msgid "Survey preview modal"
msgstr ""
@@ -8019,7 +8110,7 @@ msgid "TACACS+ settings"
msgstr ""
#: screens/Dashboard/Dashboard.js:117
-#: screens/Job/JobOutput/HostEventModal.js:104
+#: screens/Job/JobOutput/HostEventModal.js:97
msgid "Tabs"
msgstr ""
@@ -8057,7 +8148,7 @@ msgstr ""
msgid "Target URL"
msgstr ""
-#: screens/Job/JobOutput/HostEventModal.js:127
+#: screens/Job/JobOutput/HostEventModal.js:120
msgid "Task"
msgstr ""
@@ -8077,7 +8168,7 @@ msgstr ""
msgid "Team"
msgstr ""
-#: components/ResourceAccessList/ResourceAccessListItem.js:80
+#: components/ResourceAccessList/ResourceAccessListItem.js:87
#: screens/Team/TeamRoles/TeamRolesList.js:144
msgid "Team Roles"
msgstr ""
@@ -8088,8 +8179,8 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:207
#: components/AddRole/AddResourceRole.js:208
-#: routeConfig.js:104
-#: screens/ActivityStream/ActivityStream.js:178
+#: routeConfig.js:105
+#: screens/ActivityStream/ActivityStream.js:179
#: screens/Organization/Organization.js:124
#: screens/Organization/OrganizationList/OrganizationList.js:145
#: screens/Organization/OrganizationList/OrganizationListItem.js:66
@@ -8118,8 +8209,8 @@ msgstr ""
#: components/TemplateList/TemplateList.js:185
#: components/TemplateList/TemplateList.js:247
-#: routeConfig.js:63
-#: screens/ActivityStream/ActivityStream.js:155
+#: routeConfig.js:64
+#: screens/ActivityStream/ActivityStream.js:156
#: screens/ExecutionEnvironment/ExecutionEnvironment.js:69
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:84
#: screens/Template/Templates.js:16
@@ -8139,11 +8230,11 @@ msgstr ""
msgid "Test External Credential"
msgstr ""
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:128
msgid "Test Notification"
msgstr ""
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:122
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:125
msgid "Test notification"
msgstr ""
@@ -8152,7 +8243,7 @@ msgid "Test passed"
msgstr ""
#: screens/Template/Survey/SurveyQuestionForm.js:80
-#: screens/Template/Survey/SurveyReorderModal.js:169
+#: screens/Template/Survey/SurveyReorderModal.js:171
msgid "Text"
msgstr ""
@@ -8168,7 +8259,7 @@ msgstr ""
msgid "That value was not found. Please enter or select a valid value."
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:381
+#: components/Schedule/shared/FrequencyDetailSubform.js:388
msgid "The"
msgstr ""
@@ -8213,7 +8304,7 @@ msgstr ""
msgid "The execution environment that will be used for jobs that use this project. This will be used as fallback when an execution environment has not been explicitly assigned at the job template or workflow level."
msgstr ""
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:223
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:239
msgid ""
"The execution environment that will be used when launching\n"
"this job template. The resolved execution environment can be overridden by\n"
@@ -8295,7 +8386,7 @@ msgstr ""
#~ "source control using the Source Control Type option above."
#~ msgstr ""
-#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:48
+#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:49
msgid ""
"There are no available playbook directories in {project_base_dir}.\n"
"Either that directory is empty, or all of the contents are already\n"
@@ -8345,7 +8436,7 @@ msgstr ""
msgid "These arguments are used with the specified module. You can find information about {0} by clicking"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:393
+#: components/Schedule/shared/FrequencyDetailSubform.js:400
msgid "Third"
msgstr ""
@@ -8367,19 +8458,19 @@ msgstr ""
msgid "This action will disassociate the following role from {0}:"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:131
+#: components/DisassociateButton/DisassociateButton.js:148
msgid "This action will disassociate the following:"
msgstr ""
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:111
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:112
msgid "This container group is currently being by other resources. Are you sure you want to delete it?"
msgstr ""
-#: screens/Credential/CredentialDetail/CredentialDetail.js:290
+#: screens/Credential/CredentialDetail/CredentialDetail.js:295
msgid "This credential is currently being used by other resources. Are you sure you want to delete it?"
msgstr ""
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:117
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:119
msgid "This credential type is currently being used by some credentials and cannot be deleted"
msgstr ""
@@ -8410,11 +8501,11 @@ msgstr ""
msgid "This field is ignored unless an Enabled Variable is set. If the enabled variable matches this value, the host will be enabled on import."
msgstr ""
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:61
+#: components/AdHocCommands/useAdHocDetailsStep.js:61
msgid "This field is must not be blank"
msgstr ""
-#: components/AdHocCommands/useAdHocDetailsStep.jsx:55
+#: components/AdHocCommands/useAdHocDetailsStep.js:55
msgid "This field is must not be blank."
msgstr ""
@@ -8496,11 +8587,11 @@ msgstr ""
msgid "This inventory is applied to all workflow nodes within this workflow ({0}) that prompt for an inventory."
msgstr ""
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:129
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:138
msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?"
msgstr ""
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:296
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:297
msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?"
msgstr ""
@@ -8512,11 +8603,11 @@ msgstr ""
msgid "This is the only time the token value and associated refresh token value will be shown."
msgstr ""
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:407
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:507
msgid "This job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr ""
-#: screens/Organization/OrganizationDetail/OrganizationDetail.js:173
+#: screens/Organization/OrganizationDetail/OrganizationDetail.js:186
msgid "This organization is currently being by other resources. Are you sure you want to delete it?"
msgstr ""
@@ -8554,21 +8645,21 @@ msgstr ""
msgid "This workflow does not have any nodes configured."
msgstr ""
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:245
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:247
msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:285
+#: components/Schedule/shared/FrequencyDetailSubform.js:289
msgid "Thu"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:290
-#: components/Schedule/shared/FrequencyDetailSubform.js:431
+#: components/Schedule/shared/FrequencyDetailSubform.js:294
+#: components/Schedule/shared/FrequencyDetailSubform.js:438
msgid "Thursday"
msgstr ""
-#: screens/ActivityStream/ActivityStream.js:240
-#: screens/ActivityStream/ActivityStream.js:252
+#: screens/ActivityStream/ActivityStream.js:241
+#: screens/ActivityStream/ActivityStream.js:253
#: screens/ActivityStream/ActivityStreamDetailButton.js:41
#: screens/ActivityStream/ActivityStreamListItem.js:42
msgid "Time"
@@ -8597,10 +8688,10 @@ msgstr ""
msgid "Timed out"
msgstr ""
-#: components/PromptDetail/PromptDetail.js:123
+#: components/PromptDetail/PromptDetail.js:134
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:168
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:266
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488
msgid "Timeout"
@@ -8615,10 +8706,14 @@ msgid "Timeout seconds"
msgstr ""
#: screens/Template/Survey/SurveyReorderModal.js:182
-msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgid "To reoder the survey questions drag and drop them in the desired location."
+#~ msgstr ""
+
+#: screens/Template/Survey/SurveyReorderModal.js:184
+msgid "To reorder the survey questions drag and drop them in the desired location."
msgstr ""
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:93
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:94
msgid "Toggle Legend"
msgstr ""
@@ -8626,16 +8721,16 @@ msgstr ""
msgid "Toggle Password"
msgstr ""
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:103
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:104
msgid "Toggle Tools"
msgstr ""
-#: components/HostToggle/HostToggle.js:69
-#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:51
+#: components/HostToggle/HostToggle.js:70
+#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.js:55
msgid "Toggle host"
msgstr ""
-#: components/InstanceToggle/InstanceToggle.js:60
+#: components/InstanceToggle/InstanceToggle.js:61
msgid "Toggle instance"
msgstr ""
@@ -8644,19 +8739,19 @@ msgstr ""
msgid "Toggle legend"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:46
+#: components/NotificationList/NotificationListItem.js:50
msgid "Toggle notification approvals"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:85
+#: components/NotificationList/NotificationListItem.js:92
msgid "Toggle notification failure"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:59
+#: components/NotificationList/NotificationListItem.js:64
msgid "Toggle notification start"
msgstr ""
-#: components/NotificationList/NotificationListItem.js:72
+#: components/NotificationList/NotificationListItem.js:78
msgid "Toggle notification success"
msgstr ""
@@ -8697,18 +8792,19 @@ msgstr ""
msgid "Tools"
msgstr ""
-#: components/PaginatedTable/PaginatedTable.js:132
+#: components/PaginatedTable/PaginatedTable.js:133
msgid "Top Pagination"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:207
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:290
-#: screens/InstanceGroup/Instances/InstanceList.js:256
-#: screens/InstanceGroup/Instances/InstanceListItem.js:149
+#: screens/InstanceGroup/Instances/InstanceListItem.js:200
+#: screens/Instances/InstanceDetail/InstanceDetail.js:159
+#: screens/Instances/InstanceList/InstanceListItem.js:213
msgid "Total Jobs"
msgstr ""
-#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:91
+#: screens/Job/WorkflowOutput/WorkflowOutputToolbar.js:92
#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.js:76
msgid "Total Nodes"
msgstr ""
@@ -8727,13 +8823,13 @@ msgid "Track submodules latest commit on branch"
msgstr ""
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:79
-#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:166
+#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.js:170
msgid "Trial"
msgstr ""
-#: components/JobList/JobListItem.js:277
+#: components/JobList/JobListItem.js:299
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:63
-#: screens/Job/JobDetail/JobDetail.js:309
+#: screens/Job/JobDetail/JobDetail.js:301
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:201
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:230
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:260
@@ -8743,12 +8839,12 @@ msgstr ""
msgid "True"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:265
+#: components/Schedule/shared/FrequencyDetailSubform.js:267
msgid "Tue"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:270
-#: components/Schedule/shared/FrequencyDetailSubform.js:421
+#: components/Schedule/shared/FrequencyDetailSubform.js:272
+#: components/Schedule/shared/FrequencyDetailSubform.js:428
msgid "Tuesday"
msgstr ""
@@ -8757,17 +8853,17 @@ msgstr ""
msgid "Twilio"
msgstr ""
-#: components/JobList/JobList.js:238
+#: components/JobList/JobList.js:242
#: components/JobList/JobListItem.js:91
#: components/Lookup/ProjectLookup.js:131
#: components/NotificationList/NotificationList.js:219
-#: components/NotificationList/NotificationListItem.js:30
-#: components/PromptDetail/PromptDetail.js:114
+#: components/NotificationList/NotificationListItem.js:33
+#: components/PromptDetail/PromptDetail.js:122
#: components/Schedule/ScheduleList/ScheduleList.js:169
-#: components/Schedule/ScheduleList/ScheduleListItem.js:94
+#: components/Schedule/ScheduleList/ScheduleListItem.js:97
#: components/TemplateList/TemplateList.js:199
#: components/TemplateList/TemplateList.js:228
-#: components/TemplateList/TemplateListItem.js:176
+#: components/TemplateList/TemplateListItem.js:179
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154
#: components/Workflow/WorkflowNodeHelp.js:160
@@ -8776,22 +8872,22 @@ msgstr ""
#: screens/Credential/CredentialList/CredentialListItem.js:60
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:95
#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.js:117
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:12
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:46
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:60
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:288
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:66
#: screens/Inventory/InventoryDetail/InventoryDetail.js:72
#: screens/Inventory/InventoryList/InventoryList.js:205
-#: screens/Inventory/InventoryList/InventoryListItem.js:98
+#: screens/Inventory/InventoryList/InventoryListItem.js:112
#: screens/Inventory/InventorySources/InventorySourceList.js:214
#: screens/Inventory/InventorySources/InventorySourceListItem.js:99
#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:105
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js:195
-#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:117
+#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.js:120
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:68
#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.js:157
-#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:75
+#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.js:78
#: screens/Project/ProjectList/ProjectList.js:180
#: screens/Project/ProjectList/ProjectList.js:209
#: screens/Project/ProjectList/ProjectListItem.js:205
@@ -8831,19 +8927,21 @@ msgstr ""
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:89
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:46
#: screens/InstanceGroup/Instances/InstanceListItem.js:86
+#: screens/Instances/InstanceDetail/InstanceDetail.js:202
+#: screens/Instances/InstanceList/InstanceListItem.js:85
msgid "Unavailable"
msgstr ""
#: components/StatusLabel/StatusLabel.js:67
-msgid "Undefined"
-msgstr ""
+#~ msgid "Undefined"
+#~ msgstr ""
#: screens/Setting/shared/RevertButton.js:53
#: screens/Setting/shared/RevertButton.js:62
msgid "Undo"
msgstr ""
-#: screens/Job/JobOutput/JobOutputSearch.js:180
+#: screens/Job/JobOutput/JobOutputSearch.js:181
msgid "Unfollow"
msgstr ""
@@ -8851,6 +8949,7 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+#: components/StatusLabel/StatusLabel.js:33
#: screens/Job/JobOutput/shared/HostStatusBar.js:51
#: screens/Job/JobOutput/shared/OutputToolbar.js:101
msgid "Unreachable"
@@ -8939,7 +9038,9 @@ msgid ""
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:238
-#: screens/InstanceGroup/Instances/InstanceList.js:258
+#: screens/InstanceGroup/Instances/InstanceList.js:254
+#: screens/Instances/InstanceDetail/InstanceDetail.js:189
+#: screens/Instances/InstanceList/InstanceList.js:150
msgid "Used Capacity"
msgstr ""
@@ -8949,6 +9050,9 @@ msgstr ""
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:88
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.js:42
#: screens/InstanceGroup/Instances/InstanceListItem.js:82
+#: screens/Instances/InstanceDetail/InstanceDetail.js:193
+#: screens/Instances/InstanceDetail/InstanceDetail.js:199
+#: screens/Instances/InstanceList/InstanceListItem.js:81
msgid "Used capacity"
msgstr ""
@@ -8956,7 +9060,7 @@ msgstr ""
msgid "User"
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:153
+#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
msgstr ""
@@ -8969,7 +9073,7 @@ msgstr ""
msgid "User Interface settings"
msgstr ""
-#: components/ResourceAccessList/ResourceAccessListItem.js:70
+#: components/ResourceAccessList/ResourceAccessListItem.js:73
#: screens/User/UserRoles/UserRolesList.js:142
msgid "User Roles"
msgstr ""
@@ -8989,7 +9093,7 @@ msgstr ""
msgid "User and Insights analytics"
msgstr ""
-#: components/AppContainer/PageHeaderToolbar.js:148
+#: components/AppContainer/PageHeaderToolbar.js:159
msgid "User details"
msgstr ""
@@ -9005,7 +9109,7 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:37
#: components/ResourceAccessList/ResourceAccessList.js:129
#: components/ResourceAccessList/ResourceAccessList.js:182
-#: screens/Login/Login.js:185
+#: screens/Login/Login.js:186
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:143
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:243
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:293
@@ -9017,8 +9121,8 @@ msgstr ""
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68
-#: screens/User/UserList/UserList.js:115
-#: screens/User/UserList/UserList.js:156
+#: screens/User/UserList/UserList.js:120
+#: screens/User/UserList/UserList.js:160
#: screens/User/UserList/UserListItem.js:38
#: screens/User/shared/UserForm.js:76
msgid "Username"
@@ -9030,11 +9134,11 @@ msgstr ""
#: components/AddRole/AddResourceRole.js:197
#: components/AddRole/AddResourceRole.js:198
-#: routeConfig.js:99
-#: screens/ActivityStream/ActivityStream.js:175
+#: routeConfig.js:100
+#: screens/ActivityStream/ActivityStream.js:176
#: screens/Team/Teams.js:29
#: screens/User/UserList/UserList.js:110
-#: screens/User/UserList/UserList.js:149
+#: screens/User/UserList/UserList.js:153
#: screens/User/Users.js:15
#: screens/User/Users.js:26
msgid "Users"
@@ -9044,26 +9148,26 @@ msgstr ""
msgid "VMware vCenter"
msgstr ""
-#: components/AdHocCommands/AdHocPreviewStep.jsx:63
+#: components/AdHocCommands/AdHocPreviewStep.js:63
#: components/HostForm/HostForm.js:113
#: components/LaunchPrompt/steps/OtherPromptsStep.js:80
-#: components/PromptDetail/PromptDetail.js:152
-#: components/PromptDetail/PromptDetail.js:271
-#: components/PromptDetail/PromptJobTemplateDetail.js:271
-#: components/PromptDetail/PromptWFJobTemplateDetail.js:131
-#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381
+#: components/PromptDetail/PromptDetail.js:166
+#: components/PromptDetail/PromptDetail.js:298
+#: components/PromptDetail/PromptJobTemplateDetail.js:285
+#: components/PromptDetail/PromptWFJobTemplateDetail.js:132
+#: components/Schedule/ScheduleDetail/ScheduleDetail.js:400
#: screens/Host/HostDetail/HostDetail.js:90
-#: screens/Inventory/InventoryDetail/InventoryDetail.js:97
+#: screens/Inventory/InventoryDetail/InventoryDetail.js:105
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:89
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:135
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:143
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:54
#: screens/Inventory/shared/InventoryForm.js:68
#: screens/Inventory/shared/InventoryGroupForm.js:46
#: screens/Inventory/shared/SmartInventoryForm.js:93
-#: screens/Job/JobDetail/JobDetail.js:419
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:366
-#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:204
+#: screens/Job/JobDetail/JobDetail.js:439
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:466
+#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:206
#: screens/Template/shared/JobTemplateForm.js:411
#: screens/Template/shared/WorkflowJobTemplateForm.js:213
msgid "Variables"
@@ -9087,14 +9191,14 @@ msgstr ""
#: components/AdHocCommands/AdHocDetailsStep.js:128
#: components/LaunchPrompt/steps/OtherPromptsStep.js:147
-#: components/PromptDetail/PromptDetail.js:212
+#: components/PromptDetail/PromptDetail.js:228
#: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:232
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
-#: screens/Job/JobDetail/JobDetail.js:268
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:231
+#: screens/Job/JobDetail/JobDetail.js:260
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:261
#: screens/Template/shared/JobTemplateForm.js:461
msgid "Verbosity"
msgstr ""
@@ -9128,7 +9232,11 @@ msgstr ""
msgid "View Host Details"
msgstr ""
-#: screens/Inventory/Inventory.js:178
+#: screens/Instances/Instance.js:41
+msgid "View Instance Details"
+msgstr ""
+
+#: screens/Inventory/Inventory.js:181
#: screens/Inventory/InventoryGroup/InventoryGroup.js:142
#: screens/Inventory/SmartInventory.js:165
msgid "View Inventory Details"
@@ -9347,13 +9455,13 @@ msgstr ""
msgid "View smart inventory host details"
msgstr ""
-#: routeConfig.js:28
-#: screens/ActivityStream/ActivityStream.js:136
+#: routeConfig.js:29
+#: screens/ActivityStream/ActivityStream.js:137
msgid "Views"
msgstr ""
-#: components/TemplateList/TemplateListItem.js:181
-#: components/TemplateList/TemplateListItem.js:187
+#: components/TemplateList/TemplateListItem.js:184
+#: components/TemplateList/TemplateListItem.js:190
#: screens/Template/WorkflowJobTemplate.js:136
msgid "Visualizer"
msgstr ""
@@ -9362,8 +9470,8 @@ msgstr ""
msgid "WARNING:"
msgstr ""
-#: components/JobList/JobList.js:221
-#: components/StatusLabel/StatusLabel.js:63
+#: components/JobList/JobList.js:225
+#: components/StatusLabel/StatusLabel.js:37
#: components/Workflow/WorkflowNodeHelp.js:96
msgid "Waiting"
msgstr ""
@@ -9393,7 +9501,7 @@ msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:179
#: components/PromptDetail/PromptWFJobTemplateDetail.js:101
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:259
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:315
#: screens/Template/shared/WebhookSubForm.js:205
msgid "Webhook Credential"
msgstr ""
@@ -9404,7 +9512,7 @@ msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:175
#: components/PromptDetail/PromptWFJobTemplateDetail.js:90
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:256
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:309
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:158
#: screens/Template/shared/WebhookSubForm.js:175
msgid "Webhook Key"
@@ -9412,7 +9520,7 @@ msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:168
#: components/PromptDetail/PromptWFJobTemplateDetail.js:89
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:246
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:296
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:149
#: screens/Template/shared/WebhookSubForm.js:127
msgid "Webhook Service"
@@ -9420,15 +9528,15 @@ msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:171
#: components/PromptDetail/PromptWFJobTemplateDetail.js:93
-#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:252
+#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:303
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:154
#: screens/Template/shared/WebhookSubForm.js:159
#: screens/Template/shared/WebhookSubForm.js:169
msgid "Webhook URL"
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:654
-#: screens/Template/shared/WorkflowJobTemplateForm.js:249
+#: screens/Template/shared/JobTemplateForm.js:656
+#: screens/Template/shared/WorkflowJobTemplateForm.js:250
msgid "Webhook details"
msgstr ""
@@ -9447,12 +9555,12 @@ msgstr ""
msgid "Webhooks"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:275
+#: components/Schedule/shared/FrequencyDetailSubform.js:278
msgid "Wed"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:280
-#: components/Schedule/shared/FrequencyDetailSubform.js:426
+#: components/Schedule/shared/FrequencyDetailSubform.js:283
+#: components/Schedule/shared/FrequencyDetailSubform.js:433
msgid "Wednesday"
msgstr ""
@@ -9460,11 +9568,11 @@ msgstr ""
msgid "Week"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:447
+#: components/Schedule/shared/FrequencyDetailSubform.js:454
msgid "Weekday"
msgstr ""
-#: components/Schedule/shared/FrequencyDetailSubform.js:452
+#: components/Schedule/shared/FrequencyDetailSubform.js:459
msgid "Weekend day"
msgstr ""
@@ -9504,8 +9612,8 @@ msgstr ""
msgid "Workflow Approval not found."
msgstr ""
-#: routeConfig.js:52
-#: screens/ActivityStream/ActivityStream.js:147
+#: routeConfig.js:53
+#: screens/ActivityStream/ActivityStream.js:148
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:165
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.js:202
#: screens/WorkflowApproval/WorkflowApprovals.js:12
@@ -9513,18 +9621,18 @@ msgstr ""
msgid "Workflow Approvals"
msgstr ""
-#: components/JobList/JobList.js:208
+#: components/JobList/JobList.js:212
#: components/JobList/JobListItem.js:41
#: components/Schedule/ScheduleList/ScheduleListItem.js:40
-#: screens/Job/JobDetail/JobDetail.js:75
+#: screens/Job/JobDetail/JobDetail.js:74
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:124
msgid "Workflow Job"
msgstr ""
-#: components/JobList/JobListItem.js:178
+#: components/JobList/JobListItem.js:182
#: components/Workflow/WorkflowNodeHelp.js:63
-#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:15
-#: screens/Job/JobDetail/JobDetail.js:157
+#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.js:18
+#: screens/Job/JobDetail/JobDetail.js:134
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:111
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.js:137
#: util/getRelatedResourceDeleteDetails.js:104
@@ -9619,7 +9727,7 @@ msgstr ""
msgid "Year"
msgstr ""
-#: components/Search/Search.js:208
+#: components/Search/Search.js:213
msgid "Yes"
msgstr ""
@@ -9643,7 +9751,7 @@ msgstr ""
msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:50
+#: components/DisassociateButton/DisassociateButton.js:62
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
msgstr ""
@@ -9657,7 +9765,7 @@ msgstr ""
msgid "Your session has expired. Please log in to continue where you left off."
msgstr ""
-#: components/AppContainer/AppContainer.js:126
+#: components/AppContainer/AppContainer.js:130
msgid "Your session is about to expire"
msgstr ""
@@ -9669,12 +9777,12 @@ msgstr ""
msgid "Zoom Out"
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:752
+#: screens/Template/shared/JobTemplateForm.js:754
#: screens/Template/shared/WebhookSubForm.js:148
msgid "a new webhook key will be generated on save."
msgstr ""
-#: screens/Template/shared/JobTemplateForm.js:749
+#: screens/Template/shared/JobTemplateForm.js:751
#: screens/Template/shared/WebhookSubForm.js:138
msgid "a new webhook url will be generated on save."
msgstr ""
@@ -9705,7 +9813,7 @@ msgstr ""
msgid "cancel edit login redirect"
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:232
+#: components/AdHocCommands/AdHocDetailsStep.js:233
msgid "command"
msgstr ""
@@ -9714,7 +9822,7 @@ msgstr ""
msgid "confirm delete"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:113
+#: components/DisassociateButton/DisassociateButton.js:130
#: screens/Team/TeamRoles/TeamRolesList.js:219
msgid "confirm disassociate"
msgstr ""
@@ -9723,7 +9831,7 @@ msgstr ""
msgid "confirm edit login redirect"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:145
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:151
msgid "deletion error"
msgstr ""
@@ -9731,7 +9839,7 @@ msgstr ""
msgid "denied"
msgstr ""
-#: components/DisassociateButton/DisassociateButton.js:79
+#: components/DisassociateButton/DisassociateButton.js:91
msgid "disassociate"
msgstr ""
@@ -9741,14 +9849,14 @@ msgstr ""
msgid "documentation"
msgstr ""
-#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:101
+#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:103
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.js:113
-#: screens/Host/HostDetail/HostDetail.js:100
-#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:94
+#: screens/Host/HostDetail/HostDetail.js:101
+#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.js:95
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.js:111
-#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:99
-#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:272
-#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:152
+#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.js:100
+#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:273
+#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.js:161
#: screens/Project/ProjectDetail/ProjectDetail.js:248
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.js:165
#: screens/User/UserDetail/UserDetail.js:92
@@ -9781,7 +9889,7 @@ msgstr ""
msgid "here."
msgstr ""
-#: components/Lookup/HostFilterLookup.js:369
+#: components/Lookup/HostFilterLookup.js:371
msgid "hosts"
msgstr ""
@@ -9814,11 +9922,11 @@ msgid "new choice"
msgstr ""
#: components/Pagination/Pagination.js:36
-#: components/Schedule/shared/FrequencyDetailSubform.js:463
+#: components/Schedule/shared/FrequencyDetailSubform.js:470
msgid "of"
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:230
+#: components/AdHocCommands/AdHocDetailsStep.js:231
msgid "option to the"
msgstr ""
@@ -9835,7 +9943,7 @@ msgid "per page"
msgstr ""
#: components/LaunchButton/ReLaunchDropDown.js:77
-#: components/LaunchButton/ReLaunchDropDown.js:99
+#: components/LaunchButton/ReLaunchDropDown.js:100
msgid "relaunch jobs"
msgstr ""
@@ -9876,7 +9984,7 @@ msgstr ""
msgid "timed out"
msgstr ""
-#: components/AdHocCommands/AdHocDetailsStep.js:210
+#: components/AdHocCommands/AdHocDetailsStep.js:211
msgid "toggle changes"
msgstr ""
@@ -9892,15 +10000,15 @@ msgstr ""
msgid "{0, plural, one {# source with sync failures.} other {# sources with sync failures.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:111
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:115
msgid "{0, plural, one {Are you sure you want delete the group below?} other {Are you sure you want delete the groups below?}}"
msgstr ""
-#: screens/InstanceGroup/Instances/InstanceList.js:221
+#: components/HealthCheckButton/HealthCheckButton.js:23
msgid "{0, plural, one {Click to run a health check on the selected instance.} other {Click to run a health check on the selected instances.}}"
msgstr ""
-#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:84
+#: screens/Inventory/shared/InventoryGroupsDeleteModal.js:86
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr ""
@@ -9916,7 +10024,7 @@ msgstr ""
msgid "{0, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
msgstr ""
-#: components/JobList/JobList.js:269
+#: components/JobList/JobList.js:276
msgid "{0, plural, one {The selected job cannot be deleted due to insufficient permission or a running job status} other {The selected jobs cannot be deleted due to insufficient permissions or a running job status}}"
msgstr ""
@@ -9997,10 +10105,16 @@ msgid "{dateStr} by <0>{username}0>"
msgstr ""
#: screens/InstanceGroup/InstanceDetails/InstanceDetails.js:220
-#: screens/InstanceGroup/Instances/InstanceListItem.js:155
+#: screens/InstanceGroup/Instances/InstanceListItem.js:156
+#: screens/Instances/InstanceDetail/InstanceDetail.js:171
+#: screens/Instances/InstanceList/InstanceListItem.js:164
msgid "{forks, plural, one {# fork} other {# forks}}"
msgstr ""
+#: components/HealthCheckButton/HealthCheckButton.js:15
+msgid "{hopNodeSelected, plural, one {Cannot run health check on a hop node. Deselect the hop node to run a health check.} other {Cannot run health check on hop nodes. Deselect the hop nodes to run health checks.}}"
+msgstr ""
+
#: components/Schedule/shared/FrequencyDetailSubform.js:190
msgid "{intervalValue, plural, one {day} other {days}}"
msgstr ""
@@ -10041,7 +10155,7 @@ msgstr ""
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
msgstr ""
-#: components/JobList/JobListCancelButton.js:167
+#: components/JobList/JobListCancelButton.js:168
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
msgstr ""
@@ -10057,6 +10171,6 @@ msgstr ""
msgid "{pluralizedItemName} List"
msgstr ""
-#: components/AppContainer/AppContainer.js:150
+#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
msgstr ""
diff --git a/awx/ui/src/screens/InstanceGroup/Instances/InstanceList.js b/awx/ui/src/screens/InstanceGroup/Instances/InstanceList.js
index f8a2ce412c..53ff71c9c2 100644
--- a/awx/ui/src/screens/InstanceGroup/Instances/InstanceList.js
+++ b/awx/ui/src/screens/InstanceGroup/Instances/InstanceList.js
@@ -1,6 +1,5 @@
import React, { useCallback, useEffect, useState } from 'react';
-
-import { Plural, t } from '@lingui/macro';
+import { t } from '@lingui/macro';
import { useLocation, useParams } from 'react-router-dom';
import 'styled-components/macro';
@@ -16,7 +15,6 @@ import DisassociateButton from 'components/DisassociateButton';
import AssociateModal from 'components/AssociateModal';
import AlertModal from 'components/AlertModal';
import ErrorDetail from 'components/ErrorDetail';
-
import useRequest, {
useDeleteItems,
useDismissableError,
@@ -24,8 +22,7 @@ import useRequest, {
import useSelected from 'hooks/useSelected';
import { InstanceGroupsAPI, InstancesAPI } from 'api';
import { getQSConfig, parseQueryString, mergeParams } from 'util/qs';
-
-import { Button, Tooltip } from '@patternfly/react-core';
+import HealthCheckButton from 'components/HealthCheckButton/HealthCheckButton';
import InstanceListItem from './InstanceListItem';
const QS_CONFIG = getQSConfig('instance', {
@@ -83,11 +80,16 @@ function InstanceList() {
fetchInstances();
}, [fetchInstances]);
- const { error: healthCheckError, request: fetchHealthCheck } = useRequest(
+ const {
+ error: healthCheckError,
+ request: fetchHealthCheck,
+ isLoading: isHealthCheckLoading,
+ } = useRequest(
useCallback(async () => {
await Promise.all(selected.map(({ id }) => InstancesAPI.healthCheck(id)));
fetchInstances();
- }, [selected, fetchInstances])
+ clearSelected();
+ }, [selected, clearSelected, fetchInstances])
);
const {
@@ -168,7 +170,9 @@ function InstanceList() {
<>
,
-
- ) : (
- t`Select an instance to run a health check.`
- )
- }
- >
-
-
-
- ,
+ ,
]}
emptyStateControls={
canAdd ? (
@@ -253,9 +249,8 @@ function InstanceList() {
{t`Name`}
{t`Status`}
- {t`Running Jobs`}
- {t`Total Jobs`}
- {t`Capacity Adjustment`}
+ {t`Node Type`}
+ {t`Capacity Adjustment`}
{t`Used Capacity`}
{t`Actions`}
diff --git a/awx/ui/src/screens/InstanceGroup/Instances/InstanceListItem.js b/awx/ui/src/screens/InstanceGroup/Instances/InstanceListItem.js
index 3ff460cf1a..052d3a8a49 100644
--- a/awx/ui/src/screens/InstanceGroup/Instances/InstanceListItem.js
+++ b/awx/ui/src/screens/InstanceGroup/Instances/InstanceListItem.js
@@ -61,6 +61,7 @@ function InstanceListItem({
rowIndex,
}) {
const { me = {} } = useConfig();
+ const { id } = useParams();
const [forks, setForks] = useState(
computeForks(
instance.mem_capacity,
@@ -68,7 +69,6 @@ function InstanceListItem({
instance.capacity_adjustment
)
);
- const { id } = useParams();
const labelId = `check-action-${instance.id}`;
@@ -147,8 +147,7 @@ function InstanceListItem({
- {instance.jobs_running} |
- {instance.jobs_total} |
+ {instance.node_type} |
{t`CPU ${instance.cpu_capacity}`}
@@ -197,7 +196,8 @@ function InstanceListItem({
-
+
+
', () => {
);
});
expect(wrapper.find('InstanceListItem').prop('isExpanded')).toBe(true);
- expect(wrapper.find('Detail[label="Node Type"]').prop('value')).toBe(
- 'hybrid'
- );
+ expect(wrapper.find('Detail[label="Running Jobs"]').prop('value')).toBe(0);
+ expect(wrapper.find('Detail[label="Total Jobs"]').prop('value')).toBe(68);
expect(wrapper.find('Detail[label="Policy Type"]').prop('value')).toBe(
'Auto'
);
diff --git a/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js b/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js
index 829d70e5c0..672a8ee970 100644
--- a/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js
+++ b/awx/ui/src/screens/Instances/InstanceDetail/InstanceDetail.js
@@ -149,19 +149,18 @@ function InstanceDetail({ setBreadcrumb }) {
}
/>
-
-
-
{!isHopNode && (
<>
+
+
+
-
{
await Promise.all(
selected
@@ -86,38 +88,13 @@ function InstanceList() {
const { expanded, isAllExpanded, handleExpand, expandAll } =
useExpanded(instances);
- const hopNodeSelected = selected.filter(
- (instance) => instance.node_type === 'hop'
- ).length;
-
- const buildTooltip = () => {
- if (hopNodeSelected) {
- return (
-
- );
- }
- return selected.length ? (
-
- ) : (
- t`Select an instance to run a health check.`
- );
- };
-
return (
<>
-
-
-
- ,
+ ,
]}
/>
)}
@@ -179,7 +148,7 @@ function InstanceList() {
{t`Node Type`}
{t`Capacity Adjustment`}
{t`Used Capacity`}
- {t`Actions`}
+ {t`Actions`}
}
renderRow={(instance, index) => (
diff --git a/awx/ui/src/screens/Instances/InstanceList/InstanceList.test.js b/awx/ui/src/screens/Instances/InstanceList/InstanceList.test.js
index b355f35bec..ccd1b0aedd 100644
--- a/awx/ui/src/screens/Instances/InstanceList/InstanceList.test.js
+++ b/awx/ui/src/screens/Instances/InstanceList/InstanceList.test.js
@@ -143,7 +143,7 @@ describe('', () => {
expect(wrapper.find('InstanceListItem').length).toBe(4);
});
- test('should run health check', async () => {
+ test('Should run health check', async () => {
// Ensures health check button is disabled on mount
expect(
wrapper.find('Button[ouiaId="health-check"]').prop('isDisabled')
@@ -168,7 +168,7 @@ describe('', () => {
);
expect(InstancesAPI.healthCheck).toBeCalledTimes(3);
});
- test('should render health check error', async () => {
+ test('Should render health check error', async () => {
InstancesAPI.healthCheck.mockRejectedValue(
new Error({
response: {
@@ -206,6 +206,8 @@ describe('', () => {
expect(
wrapper.find('Button[ouiaId="health-check"]').prop('isDisabled')
).toBe(true);
- expect(wrapper.find('Tooltip[ouiaId="healthCheckTooltip"]').length).toBe(1);
+ expect(wrapper.find('Tooltip[data-cy="healthCheckTooltip"]').length).toBe(
+ 1
+ );
});
});
diff --git a/awx/ui/src/screens/Instances/InstanceList/InstanceListItem.js b/awx/ui/src/screens/Instances/InstanceList/InstanceListItem.js
index 8a8bb9df6d..b5bcd02753 100644
--- a/awx/ui/src/screens/Instances/InstanceList/InstanceListItem.js
+++ b/awx/ui/src/screens/Instances/InstanceList/InstanceListItem.js
@@ -106,20 +106,25 @@ function InstanceListItem({
);
debounceUpdateInstance({ capacity_adjustment: roundedValue });
};
-
+ const isHopNode = instance.node_type === 'hop';
return (
<>
- |
+ {isHopNode ? (
+ |
+ ) : (
+ |
+ )}
{instance.hostname}
|
-
-
- {t`Last Health Check`}
-
- {formatDateString(instance.last_health_check)}
-
- }
- >
-
-
- |
- {instance.node_type} |
- {instance.node_type !== 'hop' && (
-
-
- {t`CPU ${instance.cpu_capacity}`}
-
-
-
+ {!instance.node_type !== 'hop' && (
+
+
+ {t`Last Health Check`}
+
+ {formatDateString(instance.last_health_check)}
-
+
+
+ |
+ )}
+ {instance.node_type} |
+ {!isHopNode && (
+ <>
+
+
+ {t`CPU ${instance.cpu_capacity}`}
+
+
+
+
+ {t`RAM ${instance.mem_capacity}`}
+
+ |
+
+
+ {usedCapacity(instance)}
+ |
+
+
+
+
-
- {t`RAM ${instance.mem_capacity}`}
-
- |
- )}
- {instance.node_type !== 'hop' && (
-
- {usedCapacity(instance)}
- |
- )}
- {instance.node_type !== 'hop' && (
-
-
-
-
-
+
+
+ >
)}
-
- |
-
-
-
-
-
-
-
-
-
- |
-
+ {!isHopNode && (
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+ )}
{updateError && (
-
+
| |