From a10d015be2654c32a40299d76ff92a1264233046 Mon Sep 17 00:00:00 2001 From: nixocio Date: Tue, 6 Apr 2021 19:06:20 -0400 Subject: [PATCH] Add slider to adjust capacity_adjustment Add slider to adjust capacity adjustment. Also add a new custom hook, useDebounce. See: https://github.com/ansible/awx/issues/7777 --- awx/ui_next/CONTRIBUTING.md | 2 +- awx/ui_next/src/locales/en/messages.po | 4546 +++++++++-------- awx/ui_next/src/locales/es/messages.po | 4491 ++++++++-------- awx/ui_next/src/locales/fr/messages.po | 4491 ++++++++-------- awx/ui_next/src/locales/ja/messages.po | 4493 ++++++++-------- awx/ui_next/src/locales/nl/messages.po | 4491 ++++++++-------- awx/ui_next/src/locales/zh/messages.po | 4491 ++++++++-------- awx/ui_next/src/locales/zu/messages.po | 4491 ++++++++-------- .../Instances/InstanceListItem.jsx | 247 +- .../Instances/InstanceListItem.test.jsx | 115 + awx/ui_next/src/util/useDebounce.jsx | 14 + awx/ui_next/src/util/useDebounce.test.jsx | 22 + 12 files changed, 16647 insertions(+), 15247 deletions(-) create mode 100644 awx/ui_next/src/util/useDebounce.jsx create mode 100644 awx/ui_next/src/util/useDebounce.test.jsx diff --git a/awx/ui_next/CONTRIBUTING.md b/awx/ui_next/CONTRIBUTING.md index 05ce336063c5..2ec214a31a25 100644 --- a/awx/ui_next/CONTRIBUTING.md +++ b/awx/ui_next/CONTRIBUTING.md @@ -350,7 +350,7 @@ You can learn more about the ways lingui and its React helpers at [this link](ht ### Setting up .po files to give to translation team 1. `npm run add-locale` to add the language that you want to translate to (we should only have to do this once and the commit to repo afaik). Example: `npm run add-locale en es fr` # Add English, Spanish and French locale -2. `npm run extract-strings` to create .po files for each language specified. The .po files will be placed in src/locales. When updating strings that are used by `` or `plural()` you will need to run this command to get the strings to render properly. This commmand will create `.po` files for each of the supported languages that will need to be commited with your PR. +2. `npm run extract-strings` to create .po files for each language specified. The .po files will be placed in src/locales. When updating strings that are used by `` or `plural()` you will need to run this command to get the strings to render properly. This command will create `.po` files for each of the supported languages that will need to be committed with your PR. 3. Open up the .po file for the language you want to test and add some translations. In production we would pass this .po file off to the translation team. 4. Once you've edited your .po file (or we've gotten a .po file back from the translation team) run `npm run compile-strings`. This command takes the .po files and turns them into a minified JSON object and can be seen in the `messages.js` file in each locale directory. These files get loaded at the App root level (see: App.jsx). 5. Change the language in your browser and reload the page. You should see your specified translations in place of English strings. diff --git a/awx/ui_next/src/locales/en/messages.po b/awx/ui_next/src/locales/en/messages.po index 5ba76eab9750..7ff281c0d022 100644 --- a/awx/ui_next/src/locales/en/messages.po +++ b/awx/ui_next/src/locales/en/messages.po @@ -21,13 +21,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "(Limited to first 10)" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "(Prompt on launch)" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 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." @@ -39,77 +39,77 @@ msgstr "- Enable Concurrent Jobs" msgid "- Enable Webhooks" msgstr "- Enable Webhooks" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "/ (project root)" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "0 (Normal)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "0 (Warning)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "1 (Info)" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "1 (Verbose)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "2 (Debug)" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "2 (More Verbose)" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "3 (Debug)" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "4 (Connection Debug)" @@ -125,7 +125,7 @@ msgstr "5 (WinRM Debug)" #~ msgid "> edit" #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" @@ -139,16 +139,16 @@ msgstr "" #~ msgid "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." #~ msgstr "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "ALL" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "API Service/Integration Key" @@ -164,7 +164,7 @@ msgstr "API service/integration key" #~ msgid "AWX Logo" #~ msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "" @@ -172,21 +172,21 @@ msgstr "" #~ msgid "AboutModal Logo" #~ msgstr "" -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "" @@ -196,7 +196,7 @@ msgstr "" msgid "Access Token Expiration" msgstr "Access Token Expiration" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "Account SID" @@ -205,65 +205,73 @@ msgstr "Account SID" msgid "Account token" msgstr "Account token" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "Action" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "Actions" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "Activity" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "Activity Stream" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "Activity Stream settings" @@ -275,7 +283,7 @@ msgstr "Activity Stream type selector" msgid "Actor" msgstr "Actor" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -292,28 +300,28 @@ msgstr "Add Link" msgid "Add Node" msgstr "Add Node" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "Add Question" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "Add a new node" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "Add a new node between these two nodes" @@ -321,11 +329,11 @@ msgstr "Add a new node between these two nodes" msgid "Add container group" msgstr "Add container group" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "Add existing group" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "Add existing host" @@ -341,11 +349,11 @@ msgstr "Add inventory" msgid "Add job template" msgstr "Add job template" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "Add new group" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "Add new host" @@ -357,11 +365,11 @@ msgstr "Add resource type" msgid "Add smart inventory" msgstr "Add smart inventory" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "Add team permissions" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "Add user permissions" @@ -373,7 +381,7 @@ msgstr "Add workflow template" #~ msgid "Adminisration" #~ msgstr "Adminisration" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "" @@ -383,20 +391,20 @@ msgstr "" #~ msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "Advanced" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "Advanced search documentation" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "Advanced search value input" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -425,12 +433,12 @@ msgstr "Agree to end user license agreement" msgid "Agree to the end user license agreement and click submit." msgstr "Agree to the end user license agreement and click submit." -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "Alert modal" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "All" @@ -438,9 +446,9 @@ msgstr "All" msgid "All job types" msgstr "All job types" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "Allow Branch Override" @@ -449,7 +457,7 @@ msgstr "Allow Branch Override" msgid "Allow Provisioning Callbacks" msgstr "Allow Provisioning Callbacks" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." @@ -461,14 +469,14 @@ msgstr "" #~ msgid "Allow changing the Source Control branch or revision in a job template that uses this project." #~ msgstr "Allow changing the Source Control branch or revision in a job template that uses this project." -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "Allowed URIs list, space separated" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "Always" @@ -499,7 +507,6 @@ msgid "Ansible Tower" msgstr "Ansible Tower" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "Ansible Tower Documentation." @@ -515,11 +522,11 @@ msgstr "Ansible Tower Documentation." msgid "Answer type" msgstr "Answer type" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "Answer variable name" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "Any" @@ -530,7 +537,7 @@ msgstr "Any" msgid "Application" msgstr "Application" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "Application Name" @@ -538,8 +545,8 @@ msgstr "Application Name" msgid "Application access token" msgstr "Application access token" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "Application information" @@ -554,12 +561,12 @@ msgid "Application not found." msgstr "Application not found." #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "" @@ -571,8 +578,8 @@ msgstr "Applications & Tokens" #~ msgid "Apply roles" #~ msgstr "" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -580,18 +587,18 @@ msgstr "Approval" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "Approve" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "Approved" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "Approved by {0} - {1}" @@ -611,7 +618,7 @@ msgstr "" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "Are you sure you want to exit the Workflow Creator without saving your changes?" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 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?" @@ -627,30 +634,30 @@ msgstr "Are you sure you want to remove this link?" msgid "Are you sure you want to remove this node?" msgstr "Are you sure you want to remove this node?" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 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?" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "Arguments" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "Artifacts" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "Associate" @@ -658,11 +665,11 @@ msgstr "Associate" msgid "Associate role error" msgstr "Associate role error" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "Association modal" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "At least one value must be selected for this field." @@ -683,12 +690,12 @@ msgstr "" msgid "Authorization Code Expiration" msgstr "Authorization Code Expiration" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "Authorization grant type" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "Auto" @@ -696,15 +703,15 @@ msgstr "Auto" msgid "Azure AD" msgstr "Azure AD" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "Azure AD settings" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -715,12 +722,12 @@ msgstr "Back" msgid "Back to Credentials" msgstr "Back to Credentials" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "Back to Dashboard." +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "Back to Groups" @@ -751,7 +758,7 @@ msgstr "Back to Organizations" msgid "Back to Projects" msgstr "Back to Projects" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "Back to Schedules" @@ -817,7 +824,7 @@ msgstr "Back to instance groups" msgid "Back to management jobs" msgstr "Back to management jobs" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -853,93 +860,101 @@ msgstr "" #~ msgid "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." #~ msgstr "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "Browse" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." -msgstr "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." +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 page. Uncheck the following boxes to disable this feature." -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" +msgstr "CPU {0}" + +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "Cache Timeout" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "Cache timeout" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "Cache timeout (seconds)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "Cancel Job" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "Cancel job" @@ -991,11 +1006,11 @@ msgstr "Cancel sync source" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "Canceled" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." @@ -1020,31 +1035,31 @@ msgstr "" #~ msgstr "" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "Capacity" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "Case-insensitive version of contains" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "Case-insensitive version of endswith." -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "Case-insensitive version of exact." -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "Case-insensitive version of regex." -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "Case-insensitive version of startswith." -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -1060,29 +1075,29 @@ msgstr "" msgid "Changed" msgstr "Changed" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "Changes" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "Channel" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "Check" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "Check whether the given field or related object is null; expects a boolean value." -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr "Choose a .json file" @@ -1090,11 +1105,11 @@ msgstr "Choose a .json file" msgid "Choose a Notification Type" msgstr "Choose a Notification Type" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "Choose a Playbook Directory" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "Choose a Source Control Type" @@ -1102,16 +1117,16 @@ msgstr "Choose a Source Control Type" msgid "Choose a Webhook Service" msgstr "Choose a Webhook Service" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "Choose a job type" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "Choose a module" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "Choose a source" @@ -1119,7 +1134,7 @@ msgstr "Choose a source" msgid "Choose an HTTP method" msgstr "Choose an HTTP method" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1137,38 +1152,38 @@ msgstr "" msgid "Choose an email option" msgstr "Choose an email option" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "Clean" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "Clear all filters" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "Clear subscription" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "Clear subscription selection" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "Click an available node to create a new link. Click outside the graph to cancel." @@ -1176,11 +1191,11 @@ msgstr "Click an available node to create a new link. Click outside the graph t msgid "Click the Edit button below to reconfigure the node." msgstr "Click the Edit button below to reconfigure the node." -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "Click this button to verify connection to the secret management system using the selected credential and specified inputs." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "Click to create a new link to this node." @@ -1188,12 +1203,12 @@ msgstr "Click to create a new link to this node." msgid "Click to view job details" msgstr "Click to view job details" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "Client ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "Client Identifier" @@ -1201,25 +1216,25 @@ msgstr "Client Identifier" msgid "Client identifier" msgstr "Client identifier" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "Client secret" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "Client type" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "Close subscription modal" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "Cloud" @@ -1228,9 +1243,9 @@ msgid "Collapse" msgstr "" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "Command" @@ -1254,24 +1269,24 @@ msgstr "Command" msgid "Compliant" msgstr "Compliant" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "Concurrent Jobs" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "Confirm Delete" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "Confirm Password" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "Confirm delete" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "Confirm disassociate" @@ -1291,17 +1306,17 @@ msgstr "Confirm removal of all nodes" msgid "Confirm revert all" msgstr "Confirm revert all" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "Confirm selection" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "Container Group" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "Container group" @@ -1310,7 +1325,7 @@ msgid "Container group not found." msgstr "Container group not found." #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "Content Loading" @@ -1330,7 +1345,7 @@ msgstr "" #~ msgid "Control the level of output Ansible will produce for inventory source update jobs." #~ msgstr "Control the level of output Ansible will produce for inventory source update jobs." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." @@ -1338,7 +1353,7 @@ msgstr "" "Control the level of output ansible\n" "will produce as the playbook executes." -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1360,8 +1375,8 @@ msgstr "" msgid "Convergence" msgstr "Convergence" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "Convergence select" @@ -1381,27 +1396,27 @@ msgstr "Copy Error" msgid "Copy Execution Environment" msgstr "Copy Execution Environment" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "Copy Inventory" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "Copy Notification Template" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "Copy Project" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "Copy Template" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "Copy full revision to clipboard." -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "Copyright" @@ -1413,8 +1428,8 @@ msgstr "Copyright" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "Create" @@ -1424,17 +1439,17 @@ msgstr "Create" #~ msgstr "Create Execution environments" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "Create New Application" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "Create New Credential" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "Create New Host" @@ -1443,38 +1458,38 @@ msgid "Create New Job Template" msgstr "Create New Job Template" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "Create New Notification Template" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "Create New Project" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "Create New Schedule" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "Create New Team" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "Create New User" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "Create New Workflow Template" @@ -1492,12 +1507,12 @@ msgstr "Create a new Smart Inventory with the applied filter" #~ msgid "Create instance group" #~ msgstr "Create instance group" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "Create new container group" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "Create new credential Type" @@ -1506,22 +1521,22 @@ msgid "Create new credential type" msgstr "Create new credential type" #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "Create new execution environment" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "Create new group" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "Create new host" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "Create new instance group" @@ -1533,21 +1548,21 @@ msgstr "Create new inventory" msgid "Create new smart inventory" msgstr "Create new smart inventory" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "Create new source" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "Create user token" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1556,40 +1571,40 @@ msgstr "Create user token" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1603,11 +1618,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1615,22 +1630,22 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "Created By (Username)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "Created by (username)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1640,30 +1655,30 @@ msgstr "Created by (username)" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "Credential" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "Credential Input Sources" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "Credential Name" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "Credential Type" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "" @@ -1679,11 +1694,11 @@ msgstr "Credential passwords" #~ msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." #~ msgstr "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "Credential to authenticate with a protected container registry." @@ -1691,29 +1706,29 @@ msgstr "Credential to authenticate with a protected container registry." msgid "Credential type not found." msgstr "Credential type not found." -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" @@ -1721,19 +1736,19 @@ msgstr "Credentials that require passwords on launch are not permitted. Please msgid "Current page" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "Custom pod spec" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 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/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." @@ -1741,17 +1756,17 @@ msgstr "Custom virtual environment {virtualEnvironment} must be replaced by an e msgid "Customize messages…" msgstr "Customize messages…" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "Customize pod specification" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "DELETED" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "" @@ -1760,18 +1775,18 @@ msgstr "" msgid "Dashboard (all activity)" msgstr "Dashboard (all activity)" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "Data retention period" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "Day" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "Days of Data to Keep" @@ -1779,7 +1794,7 @@ msgstr "Days of Data to Keep" msgid "Days remaining" msgstr "Days remaining" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "Debug" @@ -1792,23 +1807,23 @@ msgstr "December" msgid "Default" msgstr "Default" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "Default Execution Environment" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "Default answer" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "Default choice must be answered from the choices listed." -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "Define system-level features and functions" @@ -1818,48 +1833,48 @@ msgstr "Define system-level features and functions" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "Delete All Groups and Hosts" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "Delete Credential" @@ -1875,8 +1890,8 @@ msgstr "Delete Execution Environment" #~ msgid "Delete Groups?" #~ msgstr "Delete Groups?" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "Delete Host" @@ -1884,17 +1899,17 @@ msgstr "Delete Host" msgid "Delete Inventory" msgstr "Delete Inventory" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "Delete Job" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "Delete Job Template" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "Delete Notification" @@ -1902,27 +1917,27 @@ msgstr "Delete Notification" msgid "Delete Organization" msgstr "Delete Organization" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "Delete Project" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "Delete Questions" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "Delete Schedule" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "Delete Survey" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "Delete Team" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "Delete User" @@ -1934,16 +1949,16 @@ msgstr "Delete User Token" msgid "Delete Workflow Approval" msgstr "Delete Workflow Approval" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "Delete Workflow Job Template" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "Delete all nodes" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "Delete application" @@ -1951,7 +1966,7 @@ msgstr "Delete application" msgid "Delete credential type" msgstr "Delete credential type" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "Delete error" @@ -1960,20 +1975,20 @@ msgstr "Delete error" msgid "Delete instance group" msgstr "Delete instance group" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "Delete inventory source" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "Delete on Update" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "Delete smart inventory" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1989,11 +2004,11 @@ msgstr "" #~ msgid "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." #~ msgstr "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "Delete this link" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "Delete this node" @@ -2011,7 +2026,7 @@ msgstr "Delete {pluralizedItemName}?" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "Deleted" @@ -2028,100 +2043,104 @@ msgstr "Deletion Error" msgid "Deletion error" msgstr "Deletion error" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "Denied" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "Denied by {0} - {1}" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "Deny" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "Deprecated" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "Destination Channels" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "Destination Channels or Users" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "Destination SMS Number(s)" @@ -2141,42 +2160,42 @@ msgstr "Destination channels or users" #~ msgid "Detail coming soon :)" #~ msgstr "Detail coming soon :)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2191,36 +2210,36 @@ msgstr "Destination channels or users" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "" @@ -2228,10 +2247,10 @@ msgstr "" msgid "Details tab" msgstr "Details tab" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "Disable SSL Verification" @@ -2243,52 +2262,52 @@ msgstr "Disable SSL Verification" msgid "Disable SSL verification" msgstr "Disable SSL verification" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "Disassociate" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "Disassociate group from host?" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "Disassociate host from group?" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "Disassociate instance from instance group?" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "Disassociate related group(s)?" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "Disassociate related team(s)?" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "Disassociate role" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "Disassociate role!" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "Disassociate?" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" @@ -2302,15 +2321,19 @@ msgstr "" #~ msgid "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." #~ msgstr "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "Documentation." + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "Done" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "Download Output" @@ -2322,12 +2345,12 @@ msgstr "E-mail" msgid "E-mail options" msgstr "E-mail options" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "Each answer choice must be on a separate line." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" @@ -2342,7 +2365,7 @@ msgstr "" #~ msgid "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." #~ msgstr "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." @@ -2354,28 +2377,29 @@ msgstr "" #~ msgid "Each time a job runs using this project, update the revision of the project prior to starting the job." #~ msgstr "Each time a job runs using this project, update the revision of the project prior to starting the job." -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2401,14 +2425,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "" @@ -2417,45 +2441,45 @@ msgstr "" msgid "Edit Credential" msgstr "Edit Credential" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "Edit Credential Plugin Configuration" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "" @@ -2465,24 +2489,21 @@ msgid "Edit Execution Environment" msgstr "Edit Execution Environment" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "Edit Group" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "Edit Host" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "Edit Inventory" @@ -2490,75 +2511,75 @@ msgstr "Edit Inventory" msgid "Edit Link" msgstr "Edit Link" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "Edit Node" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "Edit Notification Template" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "Edit Organization" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "Edit Project" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "Edit Question" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "Edit Schedule" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "Edit Source" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "Edit Team" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "Edit Template" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "Edit User" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "Edit application" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "Edit credential type" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "Edit details" @@ -2566,56 +2587,65 @@ msgstr "Edit details" #~ msgid "Edit form coming soon :)" #~ msgstr "Edit form coming soon :)" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "Edit group" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "Edit host" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "Edit instance group" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "Edit this link" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "Edit this node" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "Elapsed" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "Elapsed Time" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "Elapsed time that the job ran" #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "Email" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "Email Options" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "Enable Concurrent Jobs" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "Enable Fact Storage" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "Enable HTTPS certificate verification" @@ -2624,54 +2654,54 @@ msgstr "Enable HTTPS certificate verification" msgid "Enable Privilege Escalation" msgstr "Enable Privilege Escalation" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "Enable Webhook" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "Enable Webhook for this workflow job template." -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "Enable Webhooks" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "Enable external logging" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "Enable log system tracking facts individually" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "Enable privilege escalation" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "Enable simplified login for your {brandName} applications" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "Enable webhook for this template." #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "Enabled" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "Enabled Value" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "Enabled Variable" @@ -2687,7 +2717,7 @@ msgstr "Enabled Variable" #~ "and request a configuration update using this job\n" #~ "template." -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2699,7 +2729,7 @@ msgstr "" "and request a configuration update using this job\n" "template." -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2719,8 +2749,8 @@ msgstr "" #~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template" #~ msgstr "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "Encrypted" @@ -2744,19 +2774,19 @@ msgstr "End did not match an expected value" msgid "End user license agreement" msgstr "End user license agreement" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "Enter at least one search filter to create a new Smart Inventory" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 msgid "" "Enter inventory variables using either JSON or YAML syntax.\n" "Use the radio button to toggle between the two. Refer to the\n" @@ -2766,7 +2796,7 @@ msgstr "" "Use the radio button to toggle between the two. Refer to the\n" "Ansible Tower documentation for example syntax." -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" @@ -2882,106 +2912,107 @@ msgstr "Enter variables using either JSON or YAML syntax. Use the radio button t #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "Error" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "Error message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "Error message body" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "Error saving the workflow!" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2992,13 +3023,13 @@ msgstr "Error saving the workflow!" msgid "Error!" msgstr "Error!" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "Error:" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "Event" @@ -3010,7 +3041,7 @@ msgstr "Event detail" msgid "Event detail modal" msgstr "Event detail modal" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "Event summary not available" @@ -3018,69 +3049,73 @@ msgstr "Event summary not available" msgid "Events" msgstr "Events" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "Exact match (default lookup if not specified)." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "Example URLs for GIT Source Control include:" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "Example URLs for Remote Archive Source Control include:" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "Example URLs for Subversion Source Control include:" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "Examples include:" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "Execute regardless of the parent node's final state." -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "Execute when the parent node results in a failure state." -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 msgid "Execute when the parent node results in a successful state." msgstr "Execute when the parent node results in a successful state." -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "Execution Environment" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "Execution Environments" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "Execution Node" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "Execution environment image" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "Execution environment name" @@ -3102,27 +3137,27 @@ msgstr "Exit Without Saving" msgid "Expand" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "Expand input" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx: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." #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "Expiration" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "Expires" @@ -3135,35 +3170,36 @@ msgstr "Expires on" msgid "Expires on UTC" msgstr "Expires on UTC" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "Expires on {0}" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "Explanation" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "External Secret Management System" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "Extra variables" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "FINISHED:" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -3173,15 +3209,15 @@ msgstr "Facts" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "Failed" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "Failed Host Count" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "Failed Hosts" @@ -3198,7 +3234,7 @@ msgstr "Failed to approve one or more workflow approval." msgid "Failed to approve workflow approval." msgstr "Failed to approve workflow approval." -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "Failed to assign roles properly" @@ -3207,11 +3243,11 @@ msgid "Failed to associate role" msgstr "Failed to associate role" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "Failed to associate." @@ -3231,49 +3267,49 @@ msgstr "Failed to copy credential." msgid "Failed to copy execution environment" msgstr "Failed to copy execution environment" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "Failed to copy inventory." -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "Failed to copy project." -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "Failed to copy template." -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "Failed to delete application." -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "Failed to delete credential." -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "Failed to delete group {0}." -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "Failed to delete host." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "Failed to delete inventory source {name}." -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "Failed to delete inventory." -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "Failed to delete job template." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "Failed to delete notification." @@ -3293,12 +3329,12 @@ 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.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "Failed to delete one or more groups." #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "Failed to delete one or more hosts." @@ -3310,7 +3346,7 @@ msgstr "Failed to delete one or more instance groups." msgid "Failed to delete one or more inventories." msgstr "Failed to delete one or more inventories." -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "Failed to delete one or more inventory sources." @@ -3322,7 +3358,7 @@ msgstr "Failed to delete one or more job templates." msgid "Failed to delete one or more jobs." msgstr "Failed to delete one or more jobs." -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "Failed to delete one or more notification template." @@ -3334,7 +3370,7 @@ msgstr "Failed to delete one or more organizations." msgid "Failed to delete one or more projects." msgstr "Failed to delete one or more projects." -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "Failed to delete one or more schedules." @@ -3354,7 +3390,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.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "Failed to delete one or more users." @@ -3362,36 +3398,36 @@ 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.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "Failed to delete organization." -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "Failed to delete project." -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "Failed to delete role" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "Failed to delete role." -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "Failed to delete schedule." -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "Failed to delete smart inventory." -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "Failed to delete team." -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "Failed to delete user." @@ -3399,7 +3435,7 @@ msgstr "Failed to delete user." msgid "Failed to delete workflow approval." msgstr "Failed to delete workflow approval." -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "Failed to delete workflow job template." @@ -3417,28 +3453,28 @@ msgid "Failed to deny workflow approval." msgstr "Failed to deny workflow approval." #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "Failed to disassociate one or more groups." -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "Failed to disassociate one or more hosts." -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "Failed to disassociate one or more instances." -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "Failed to disassociate one or more teams." -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 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." -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3448,15 +3484,15 @@ msgstr "Failed to launch job." msgid "Failed to retrieve configuration." msgstr "Failed to retrieve configuration." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "Failed to retrieve full node resource object." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "Failed to retrieve node credentials." -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "Failed to send test notification." @@ -3464,31 +3500,35 @@ msgstr "Failed to send test notification." msgid "Failed to sync inventory source." msgstr "Failed to sync inventory source." -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "Failed to sync project." -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 msgid "Failed to sync some or all inventory sources." msgstr "Failed to sync some or all inventory sources." -#: components/HostToggle/HostToggle.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "Failed to toggle host." -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "Failed to toggle instance." -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "Failed to toggle notification." -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "Failed to toggle schedule." -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "Failed to update capacity adjustment." + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "Failed to update survey." @@ -3496,17 +3536,17 @@ msgstr "Failed to update survey." msgid "Failed to user token." msgstr "Failed to user token." -#: components/NotificationList/NotificationListItem.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "False" @@ -3515,23 +3555,23 @@ msgstr "False" msgid "February" msgstr "February" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "Field contains value." -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "Field ends with value." -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "Field for passing a custom Kubernetes or OpenShift Pod specification." -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "Field matches the given regular expression." -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "Field starts with value." @@ -3539,11 +3579,11 @@ msgstr "Field starts with value." msgid "Fifth" msgstr "Fifth" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "File Difference" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "File upload rejected. Please select a single .json file." @@ -3552,11 +3592,11 @@ msgid "File, directory or script" msgstr "File, directory or script" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "Finish Time" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "Finished" @@ -3565,36 +3605,40 @@ msgstr "Finished" msgid "First" msgstr "" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "First Name" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "First Run" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "First name" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "First, select a key" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "Fit the graph to the available screen size" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "Float" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3606,7 +3650,7 @@ msgstr "" "test environment setup, and report problems without\n" "executing the playbook." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 msgid "" "For job templates, select run to execute the playbook.\n" "Select check to only check playbook syntax, test environment setup,\n" @@ -3621,15 +3665,15 @@ msgstr "" #~ msgid "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." #~ msgstr "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "For more information, refer to the" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "Forks" @@ -3637,7 +3681,7 @@ msgstr "Forks" msgid "Fourth" msgstr "Fourth" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "Frequency Details" @@ -3656,23 +3700,23 @@ msgid "Friday" msgstr "Friday" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "Galaxy Credentials" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "Galaxy credentials must be owned by an Organization." -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "Gathering Facts" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "Get subscription" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "Get subscriptions" @@ -3684,7 +3728,7 @@ msgstr "Get subscriptions" msgid "Git" msgstr "Git" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "GitHub" @@ -3700,12 +3744,12 @@ msgid "GitHub Enterprise" msgstr "GitHub Enterprise" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "GitHub Enterprise Organization" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "GitHub Enterprise Team" @@ -3719,11 +3763,11 @@ msgstr "GitHub Organization" msgid "GitHub Team" msgstr "GitHub Team" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "GitHub settings" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "GitLab" @@ -3737,7 +3781,7 @@ msgstr "Global Default Execution Environment" msgid "Globally Available" msgstr "Globally Available" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "Globally available execution environment can not be reassigned to a specific Organization" @@ -3761,16 +3805,16 @@ msgstr "" msgid "Google Compute Engine" msgstr "Google Compute Engine" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "Google OAuth 2 settings" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "Google OAuth2" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "Grafana" @@ -3778,16 +3822,16 @@ msgstr "Grafana" msgid "Grafana API key" msgstr "Grafana API key" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "Grafana URL" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "Greater than comparison." -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "Greater than or equal to comparison." @@ -3795,7 +3839,7 @@ msgstr "Greater than or equal to comparison." msgid "Group" msgstr "Group" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "Group details" @@ -3805,61 +3849,61 @@ msgstr "Group type" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "Groups" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "HTTP Headers" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "HTTP Method" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "Hide" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "Hipchat" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "Host" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "Host Async Failure" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "Host Async OK" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "Host Config Key" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "Host Count" @@ -3867,16 +3911,16 @@ msgstr "Host Count" msgid "Host Details" msgstr "Host Details" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "Host Failed" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "Host Failure" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "Host Filter" @@ -3884,31 +3928,31 @@ msgstr "Host Filter" msgid "Host Name" msgstr "Host Name" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "Host OK" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "Host Polling" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "Host Retry" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "Host Skipped" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "Host Started" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "Host Unreachable" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "Host details" @@ -3921,29 +3965,29 @@ msgstr "Host details modal" msgid "Host not found." msgstr "Host not found." -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 msgid "Host status information for this job is unavailable." msgstr "Host status information for this job is unavailable." -#: routeConfig.js:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "Hosts" @@ -3960,7 +4004,7 @@ msgstr "Hosts remaining" msgid "Hosts used" msgstr "Hosts used" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "Hour" @@ -3970,16 +4014,15 @@ msgstr "I agree to the End User License Agreement" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "ID of the Dashboard" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "ID of the Panel" @@ -3992,19 +4035,19 @@ msgid "ID of the panel (optional)" msgstr "ID of the panel (optional)" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "IRC" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "IRC Nick" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "IRC Server Address" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "IRC Server Port" @@ -4024,15 +4067,15 @@ msgstr "IRC server password" msgid "IRC server port" msgstr "IRC server port" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "Icon URL" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -4049,10 +4092,29 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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." + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -4060,7 +4122,7 @@ msgid "" msgstr "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -4071,7 +4133,7 @@ msgstr "" #~ msgid "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." #~ msgstr "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." @@ -4083,7 +4145,7 @@ msgstr "" #~ msgid "If enabled, run this playbook as an administrator." #~ msgstr "If enabled, run this playbook as an administrator." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" @@ -4093,7 +4155,7 @@ msgstr "" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" @@ -4107,11 +4169,11 @@ 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." -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." @@ -4123,11 +4185,11 @@ msgstr "" #~ msgid "If enabled, simultaneous runs of this job template will be allowed." #~ msgstr "If enabled, simultaneous runs of this job template will be allowed." -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 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.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -4153,12 +4215,12 @@ msgstr "" "If you do not have a subscription, you can visit\n" "Red Hat to obtain a trial subscription." -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "If you only want to remove access for this particular user, please remove them from the team." -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -4180,15 +4242,15 @@ msgstr "" msgid "Image" msgstr "Image" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "Image name" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "Including File" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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" @@ -4202,7 +4264,7 @@ msgstr "" #~ msgid "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." #~ msgstr "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "" @@ -4221,12 +4283,12 @@ msgid "Initiated by (username)" msgstr "Initiated by (username)" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "Injector configuration" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "Input configuration" @@ -4239,7 +4301,7 @@ msgid "Insights Analytics dashboard" msgstr "Insights Analytics dashboard" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "Insights Credential" @@ -4255,27 +4317,27 @@ msgstr "Insights system ID" msgid "Instance" msgstr "Instance" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "Instance Filters" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "Instance Group" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "" @@ -4284,7 +4346,7 @@ msgid "Instance ID" msgstr "Instance ID" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "Instance group" @@ -4292,20 +4354,20 @@ msgstr "Instance group" msgid "Instance group not found." msgstr "Instance group not found." -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "Instance groups" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "Instances" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "Integer" @@ -4313,41 +4375,41 @@ msgstr "Integer" #~ msgid "Integrations" #~ msgstr "" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "Invalid email address" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "Invalid file format. Please upload a valid Red Hat Subscription Manifest." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 msgid "Invalid username or password. Please try again." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119 -#: routeConfig.js:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "Inventories with sources cannot be copied" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4355,34 +4417,34 @@ msgstr "Inventories with sources cannot be copied" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "Inventory" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "Inventory (Name)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "Inventory File" @@ -4395,7 +4457,7 @@ msgstr "Inventory ID" #~ msgid "Inventory Scripts" #~ msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "Inventory Source" @@ -4403,16 +4465,16 @@ msgstr "Inventory Source" msgid "Inventory Source Sync" msgstr "Inventory Source Sync" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "Inventory Sources" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4422,7 +4484,7 @@ msgstr "Inventory Sync" msgid "Inventory Update" msgstr "Inventory Update" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "Inventory file" @@ -4445,19 +4507,19 @@ msgstr "Inventory sync failures" #~ msgid "Isolated" #~ msgstr "Isolated" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "Item Failed" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "Item OK" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "Item Skipped" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "Items" @@ -4474,16 +4536,17 @@ msgstr "" #~ msgstr "" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "JOB ID:" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "JSON" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "JSON tab" @@ -4496,30 +4559,30 @@ msgid "January" msgstr "January" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "Job" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "Job Cancel Error" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "Job Delete Error" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "Job Slice" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "Job Slicing" @@ -4527,57 +4590,57 @@ msgstr "Job Slicing" msgid "Job Status" msgstr "Job Status" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "Job Tags" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "Job Template" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "Job Templates" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 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.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "Job Type" @@ -4597,26 +4660,26 @@ msgstr "Job templates" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "" @@ -4625,7 +4688,7 @@ msgstr "" #~ msgid "Jobs Settings" #~ msgstr "" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "Jobs settings" @@ -4637,15 +4700,15 @@ msgstr "July" msgid "June" msgstr "June" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "Key" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "Key select" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "Key typeahead" @@ -4654,35 +4717,35 @@ msgid "Keyword" msgstr "Keyword" #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "LDAP" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "LDAP 1" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "LDAP 2" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "LDAP 3" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "LDAP 4" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "LDAP 5" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "LDAP Default" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "LDAP settings" @@ -4710,15 +4773,15 @@ msgstr "LDAP5" msgid "Label Name" msgstr "Label Name" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "Labels" @@ -4726,55 +4789,58 @@ msgstr "Labels" msgid "Last" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "Last Job Status" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "Last Login" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "Last Ran" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "Last Run" @@ -4786,52 +4852,57 @@ msgstr "Last job" msgid "Last job run" msgstr "Last job run" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "Last modified" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "Last name" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "Last used" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "Launch" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "Launch Management Job" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "Launch Template" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "Launch management job" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "Launch template" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "Launch workflow" @@ -4847,7 +4918,7 @@ msgstr "Launched By (Username)" msgid "Learn more about Insights Analytics" msgstr "Learn more about Insights Analytics" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "Leave this field blank to make the execution environment globally available." @@ -4855,11 +4926,11 @@ msgstr "Leave this field blank to make the execution environment globally availa msgid "Legend" msgstr "Legend" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "Less than comparison." -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "Less than or equal to comparison." @@ -4873,22 +4944,22 @@ msgstr "Less than or equal to comparison." #~ msgid "License settings" #~ msgstr "License settings" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "Limit" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "Link to an available node" @@ -4900,15 +4971,15 @@ msgstr "Loading" #~ msgid "Loading..." #~ msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "Local Time Zone" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "Local time zone" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "Log In" @@ -4916,50 +4987,51 @@ msgstr "Log In" msgid "Log aggregator test sent successfully." msgstr "Log aggregator test sent successfully." -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "Logging" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "Logging settings" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "Lookup modal" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "Lookup select" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "Lookup type" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "Lookup typeahead" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "MOST RECENT SYNC" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "Machine Credential" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "Machine credential" @@ -4967,29 +5039,29 @@ msgstr "Machine credential" msgid "Managed by Tower" msgstr "Managed by Tower" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "Managed nodes" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "Management Job" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "Management job" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "Management job launch error" @@ -5002,13 +5074,13 @@ msgid "Management jobs" msgstr "Management jobs" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "Manual" @@ -5018,20 +5090,20 @@ msgid "March" msgstr "March" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "Mattermost" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "Max Hosts" -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "Maximum" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "Maximum length" @@ -5040,7 +5112,7 @@ msgid "May" msgstr "May" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "" @@ -5060,15 +5132,15 @@ msgstr "Metrics" msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "Minimum" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "Minimum length" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." @@ -5080,7 +5152,7 @@ msgstr "" #~ msgid "Minimum number of instances that will be automatically assigned to this group when new instances come online." #~ msgstr "Minimum number of instances that will be automatically assigned to this group when new instances come online." -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." @@ -5092,15 +5164,15 @@ msgstr "" #~ msgid "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." #~ msgstr "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "Minute" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "Miscellaneous System" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "Miscellaneous System settings" @@ -5109,14 +5181,13 @@ msgstr "Miscellaneous System settings" msgid "Missing" msgstr "Missing" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "Missing resource" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -5124,19 +5195,20 @@ msgstr "Missing resource" msgid "Modified" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -5150,11 +5222,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -5162,12 +5234,12 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "Modified By (Username)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "Modified by (username)" @@ -5186,37 +5258,37 @@ msgstr "Mon" msgid "Monday" msgstr "Monday" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "Month" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "More information" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "More information for" +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "Multi-Select" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "Multiple Choice" -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "Multiple Choice (multiple select)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "Multiple Choice (single select)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "Multiple Choice Options" @@ -5225,18 +5297,20 @@ msgstr "Multiple Choice Options" #~ msgid "My View" #~ msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -5246,15 +5320,15 @@ msgstr "Multiple Choice Options" #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -5266,15 +5340,15 @@ msgstr "Multiple Choice Options" #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -5289,25 +5363,25 @@ msgstr "Multiple Choice Options" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -5315,76 +5389,81 @@ msgstr "Multiple Choice Options" #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5395,15 +5474,22 @@ msgstr "Multiple Choice Options" #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "" @@ -5421,8 +5507,8 @@ msgstr "Never" msgid "Never Updated" msgstr "Never Updated" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "Never expires" @@ -5431,19 +5517,20 @@ msgstr "Never expires" msgid "New" msgstr "New" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "Next Run" @@ -5451,16 +5538,16 @@ msgstr "Next Run" msgid "No" msgstr "No" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "No Hosts Matched" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "No Hosts Remaining" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "No JSON Available" @@ -5468,15 +5555,15 @@ msgstr "No JSON Available" msgid "No Jobs" msgstr "No Jobs" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "No Standard Error Available" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "No Standard Out Available" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "No inventory sync failures." @@ -5484,22 +5571,22 @@ msgstr "No inventory sync failures." msgid "No items found." msgstr "No items found." -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "No result found" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "No results found" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "No subscriptions found" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "No survey questions found." @@ -5507,7 +5594,7 @@ msgstr "No survey questions found." #~ msgid "No {0} Found" #~ msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "No {pluralizedItemName} Found" @@ -5516,7 +5603,7 @@ msgstr "No {pluralizedItemName} Found" msgid "Node Type" msgstr "Node Type" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "Node type" @@ -5528,12 +5615,12 @@ msgstr "None" msgid "None (Run Once)" msgstr "None (Run Once)" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "None (run once)" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "Normal User" @@ -5542,16 +5629,16 @@ msgstr "Normal User" msgid "Not Found" msgstr "Not Found" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "Not configured" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "Not configured for inventory sync." -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 msgid "" "Note that only hosts directly in this group can\n" "be disassociated. Hosts in sub-groups must be disassociated\n" @@ -5565,7 +5652,8 @@ msgstr "" #~ msgid "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." #~ msgstr "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5578,16 +5666,16 @@ msgstr "" "with directly and indirectly." #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" -"Note that you may still see the group in the list after\n" -"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." +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" +#~ "Note that you may still see the group in the list after\n" +#~ "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." #: src/screens/Host/HostGroups/HostGroupsList.jsx:212 #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." @@ -5597,11 +5685,11 @@ msgstr "" #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." #~ msgstr "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "Note: This field assumes the remote name is \"origin\"." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5625,7 +5713,7 @@ msgstr "" #~ msgid "Notifcations" #~ msgstr "Notifcations" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "Notification Color" @@ -5635,15 +5723,15 @@ msgid "Notification Template not found." msgstr "Notification Template not found." #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "Notification Type" @@ -5651,31 +5739,31 @@ msgstr "Notification Type" msgid "Notification color" msgstr "Notification color" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "Notification sent successfully" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "Notification timed out" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "Notification type" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "" @@ -5699,53 +5787,53 @@ msgstr "Occurrences" msgid "October" msgstr "October" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "Off" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "On" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "On Failure" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "On Success" @@ -5757,7 +5845,7 @@ msgstr "On date" msgid "On days" msgstr "On days" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "Only Group By" @@ -5765,12 +5853,12 @@ msgstr "Only Group By" msgid "OpenStack" msgstr "OpenStack" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "Option Details" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 msgid "" "Optional labels that describe this job template,\n" "such as 'dev' or 'test'. Labels can be used to group and filter\n" @@ -5785,26 +5873,26 @@ msgstr "" #~ msgid "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." #~ msgstr "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "Optionally select the credential to use to send status updates back to the webhook service." -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "Options" @@ -5812,44 +5900,45 @@ msgstr "Options" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "Organization" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "Organization (Name)" @@ -5870,17 +5959,17 @@ msgid "Organization not found." msgstr "Organization not found." #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "" @@ -5897,22 +5986,22 @@ msgid "Out of compliance" msgstr "Out of compliance" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "Output" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "Overwrite" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "Overwrite Variables" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "Overwrite variables" @@ -5937,11 +6026,11 @@ msgstr "PUT" #~ msgstr "" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "Pagerduty" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "Pagerduty Subdomain" @@ -5953,48 +6042,60 @@ msgstr "Pagerduty subdomain" msgid "Pagination" msgstr "" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "Pan Down" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "Pan Left" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "Pan Right" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "Pan Up" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 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:" -#: screens/Template/shared/JobTemplateForm.jsx:393 +#: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "" @@ -6015,11 +6116,11 @@ msgstr "Past week" msgid "Pending" msgstr "Pending" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "Pending Workflow Approvals" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "Pending delete" @@ -6027,7 +6128,7 @@ msgstr "Pending delete" #~ msgid "Per Page" #~ msgstr "" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "Perform a search to define a host filter" @@ -6039,43 +6140,43 @@ msgstr "Personal access token" msgid "Play" msgstr "Play" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "Play Count" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "Play Started" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "Playbook" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "Playbook Check" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "Playbook Complete" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "Playbook Directory" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "Playbook Run" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "Playbook Started" @@ -6090,11 +6191,11 @@ msgstr "Playbook name" msgid "Playbook run" msgstr "Playbook run" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "Plays" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "Please add survey questions." @@ -6107,20 +6208,20 @@ msgstr "Please add survey questions." #~ msgid "Please add {0} {itemName} to populate this list" #~ msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "Please add {pluralizedItemName} to populate this list" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "Please agree to End User License Agreement before proceeding." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "Please click the Start button to begin." -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "Please enter a valid URL" @@ -6128,19 +6229,19 @@ msgstr "Please enter a valid URL" msgid "Please enter a value." msgstr "Please enter a value." -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "Please select a day number between 1 and 31." -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "Please select an Inventory or check the Prompt on Launch option." -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 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.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 msgid "Please select an organization before editing the host filter" msgstr "Please select an organization before editing the host filter" @@ -6154,32 +6255,46 @@ msgid "Policy instance minimum" msgstr "Policy instance minimum" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "Policy instance percentage" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 msgid "Populate field from an external secret management system" msgstr "Populate field from an external secret management system" #: components/Lookup/HostFilterLookup.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." #: src/components/Lookup/HostFilterLookup.jsx:287 #~ msgid "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." #~ msgstr "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "Port" @@ -6188,17 +6303,17 @@ msgstr "Port" #~ msgid "Portal Mode" #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "Preconditions for running this node when there are multiple parents. Refer to the" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "Press Enter to edit. Press ESC to stop editing." #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "Preview" @@ -6214,7 +6329,7 @@ msgstr "Preview" msgid "Private key passphrase" msgstr "Private key passphrase" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "Privilege Escalation" @@ -6222,26 +6337,26 @@ msgstr "Privilege Escalation" msgid "Privilege escalation password" msgstr "Privilege escalation password" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "Project" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "Project Base Path" @@ -6263,50 +6378,50 @@ msgid "Project sync failures" msgstr "Project sync failures" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "Promote Child Groups and Hosts" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "Prompt" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "Prompt Overrides" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "Prompt on launch" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "Prompted Values" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "Prompts" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -6336,11 +6451,11 @@ msgstr "" #~ msgid "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." #~ msgstr "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 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.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." @@ -6352,7 +6467,7 @@ msgstr "" #~ msgid "Provide key/value pairs using either YAML or JSON." #~ msgstr "Provide key/value pairs using either YAML or JSON." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -6368,39 +6483,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "Provisioning Callback URL" -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "Provisioning Callback details" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "Provisioning Callbacks" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "Pull" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "Question" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "RADIUS" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "RADIUS settings" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "RAM {0}" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "Read" @@ -6412,7 +6531,7 @@ msgstr "Recent Jobs" msgid "Recent Jobs list tab" msgstr "Recent Jobs list tab" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "Recent Templates" @@ -6420,7 +6539,7 @@ msgstr "Recent Templates" msgid "Recent Templates list tab" msgstr "Recent Templates list tab" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "Recipient List" @@ -6444,19 +6563,19 @@ msgstr "Red Hat Satellite 6" msgid "Red Hat Virtualization" msgstr "Red Hat Virtualization" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "Red Hat subscription manifest" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "Red Hat, Inc." -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "Redirect URIs" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "Redirect uris" @@ -6468,7 +6587,7 @@ msgstr "Redirecting to dashboard" msgid "Redirecting to subscription detail" msgstr "Redirecting to subscription detail" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." @@ -6480,7 +6599,7 @@ msgstr "" #~ msgid "Refer to the Ansible documentation for details about the configuration file." #~ msgstr "Refer to the Ansible documentation for details about the configuration file." -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "Refresh Token" @@ -6489,34 +6608,34 @@ msgstr "Refresh Token" msgid "Refresh Token Expiration" msgstr "Refresh Token Expiration" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "Regions" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "Registry credential" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "Related Groups" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "Relaunch" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "Relaunch Job" @@ -6533,8 +6652,8 @@ msgstr "Relaunch failed hosts" msgid "Relaunch on" msgstr "Relaunch on" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "Relaunch using host parameters" @@ -6564,31 +6683,31 @@ msgstr "Remove Link" msgid "Remove Node" msgstr "Remove Node" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "Remove any local modifications prior to performing an update." -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "Remove {0} chip" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "Repeat Frequency" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "Replace" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "Replace field with new value" @@ -6598,7 +6717,7 @@ msgid "Request subscription" msgstr "Request subscription" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "Required" @@ -6607,32 +6726,32 @@ msgid "Resource deleted" msgstr "Resource deleted" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "Resource name" +#~ msgid "Resource name" +#~ msgstr "Resource name" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "Resource role" +#~ msgid "Resource role" +#~ msgstr "Resource role" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "Resource type" +#~ msgid "Resource type" +#~ msgstr "Resource type" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "Resources are missing from this template." -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "Restore initial value." -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6646,32 +6765,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "Return" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "Return to subscription management." -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "Returns results that have values other than this one as well as other filters." -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "Returns results that satisfy this one or any other filters." -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "Revert" @@ -6679,12 +6798,12 @@ msgstr "Revert" msgid "Revert all" msgstr "Revert all" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "Revert all to default" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "Revert field to previously saved value" @@ -6692,60 +6811,63 @@ msgstr "Revert field to previously saved value" msgid "Revert settings" msgstr "Revert settings" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "Revert to factory default." -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "Revision" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "Revision #" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "Rocket.Chat" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "Role" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "Roles" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "Run" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "Run Command" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "Run command" @@ -6753,7 +6875,7 @@ msgstr "Run command" msgid "Run every" msgstr "Run every" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "Run frequency" @@ -6766,12 +6888,12 @@ msgid "Run type" msgstr "Run type" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "Running" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "Running Handlers" @@ -6779,16 +6901,16 @@ msgstr "Running Handlers" msgid "Running Jobs" msgstr "Running Jobs" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "Running jobs" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "SAML" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "SAML settings" @@ -6797,7 +6919,7 @@ msgid "SCM update" msgstr "SCM update" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "SOCIAL" @@ -6805,18 +6927,19 @@ msgstr "SOCIAL" msgid "SSH password" msgstr "SSH password" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "SSL Connection" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "START" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "STATUS:" @@ -6829,23 +6952,23 @@ msgstr "Sat" msgid "Saturday" msgstr "Saturday" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "" @@ -6854,7 +6977,7 @@ msgstr "" msgid "Save & Exit" msgstr "Save & Exit" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "Save and enable log aggregation before testing the log aggregator." @@ -6866,66 +6989,66 @@ msgstr "Save link changes" msgid "Save successful!" msgstr "Save successful!" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "Schedule Details" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "Schedule details" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "Schedule is active" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "Schedule is inactive" -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "Schedule is missing rrule" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "Scope" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "Scroll first" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "Scroll last" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "Scroll next" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "Scroll previous" @@ -6934,11 +7057,11 @@ msgstr "Scroll previous" msgid "Search" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "Search is disabled while the job is running" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "Search submit button" @@ -6951,35 +7074,35 @@ msgstr "" msgid "Second" msgstr "Second" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "Seconds" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "See errors on the left" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "Select Credential Type" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "Select Groups" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "Select Hosts" @@ -6987,27 +7110,27 @@ msgstr "Select Hosts" msgid "Select Input" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "Select Instances" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "Select Items" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "Select Items from List" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "Select Labels" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "Select Roles to Apply" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "Select Teams" @@ -7015,7 +7138,7 @@ msgstr "Select Teams" #~ msgid "Select Users Or Teams" #~ msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "Select a JSON formatted service account key to autopopulate the following fields." @@ -7023,7 +7146,7 @@ msgstr "Select a JSON formatted service account key to autopopulate the followin msgid "Select a Node Type" msgstr "Select a Node Type" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "Select a Resource Type" @@ -7039,15 +7162,15 @@ msgstr "" #~ msgid "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." #~ msgstr "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "Select a credential Type" @@ -7063,16 +7186,16 @@ msgstr "Select a job to cancel" msgid "Select a metric" msgstr "Select a metric" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "Select a module" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "Select a playbook" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "Select a project before editing the execution environment." @@ -7089,15 +7212,15 @@ msgstr "" msgid "Select a row to deny" msgstr "Select a row to deny" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "Select a row to disassociate" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "Select a subscription" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "Select a valid date and time for this field" @@ -7107,10 +7230,10 @@ msgstr "Select a valid date and time for this field" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -7126,12 +7249,12 @@ msgstr "Select a valid date and time for this field" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "Select a value for this field" @@ -7153,33 +7276,47 @@ msgstr "Select an activity type" msgid "Select an instance and a metric to show chart" msgstr "Select an instance and a metric to show chart" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "Select an organization before editing the default execution environment." -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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." +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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." + #: src/screens/Template/shared/JobTemplateForm.jsx:324 #~ msgid "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." #~ msgstr "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -7222,11 +7359,15 @@ msgstr "Select source path" msgid "Select tags" msgstr "Select tags" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "Select the Execution Environment you want this command to run inside." + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "Select the Instance Groups for this Inventory to run on." -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." @@ -7234,15 +7375,15 @@ msgstr "" "Select the Instance Groups for this Organization\n" "to run on." -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "" -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "Select the application that this token will belong to." -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." @@ -7250,24 +7391,24 @@ msgstr "Select the credential you want to use when accessing the remote hosts to #~ msgid "Select the custom Python virtual environment for this inventory source sync to run on." #~ msgstr "Select the custom Python virtual environment for this inventory source sync to run on." -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "Select the default execution environment for this organization to run on." -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "Select the default execution environment for this organization." -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "Select the default execution environment for this project." -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "Select the execution environment for this job template." #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -7294,16 +7435,16 @@ msgstr "" #~ msgid "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." #~ msgstr "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "Select the inventory that this host will belong to." -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "Select the playbook to be executed by this job." -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." @@ -7315,7 +7456,7 @@ msgstr "" #~ msgid "Select the project containing the playbook you want this job to execute." #~ msgstr "Select the project containing the playbook you want this job to execute." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "Select your Ansible Automation Platform subscription to use." @@ -7327,43 +7468,43 @@ msgstr "Select {0}" #~ msgid "Select {header}" #~ msgstr "" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "Selected Category" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "Send a test log message to the configured log aggregator." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "Sender Email" @@ -7379,16 +7520,16 @@ msgstr "September" msgid "Service account JSON file" msgstr "Service account JSON file" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "Set a value for this field" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "Set how many days of data should be retained." -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "Set preferences for data collection, logos, and logins" @@ -7396,27 +7537,27 @@ msgstr "Set preferences for data collection, logos, and logins" msgid "Set source path to" msgstr "Set source path to" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "Set the instance online or offline. If offline, jobs will not be assigned to this instance." -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "Set to Public or Confidential depending on how secure the client device is." -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "Set type" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "Set type select" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "Set type typeahead" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "Set zoom to 100% and center graph" @@ -7424,32 +7565,32 @@ msgstr "Set zoom to 100% and center graph" msgid "Setting category" msgstr "Setting category" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "Setting matches factory default." -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "Setting name" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "Show" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "Show Changes" @@ -7457,8 +7598,8 @@ msgstr "Show Changes" msgid "Show all groups" msgstr "Show all groups" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "Show changes" @@ -7470,43 +7611,43 @@ msgstr "Show less" msgid "Show only root groups" msgstr "Show only root groups" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "Sign in with Azure AD" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "Sign in with GitHub" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "Sign in with GitHub Enterprise" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "Sign in with GitHub Enterprise Organizations" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "Sign in with GitHub Enterprise Teams" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "Sign in with GitHub Organizations" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "Sign in with GitHub Teams" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "Sign in with Google" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "Sign in with SAML" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "Sign in with SAML {samlIDP}" @@ -7515,32 +7656,46 @@ msgstr "Sign in with SAML {samlIDP}" msgid "Simple key select" msgstr "Simple key select" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "Skip Tags" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -7562,14 +7717,14 @@ msgid "Skipped" msgstr "Skipped" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "Slack" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "Smart Inventory" @@ -7578,19 +7733,19 @@ msgid "Smart Inventory not found." msgstr "Smart Inventory not found." #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "Smart host filter" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "Smart inventory" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "Some of the previous step(s) have errors" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "Something went wrong with the request to test this credential and metadata." @@ -7607,55 +7762,55 @@ msgstr "" msgid "Sort question order" msgstr "Sort question order" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "Source" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "Source Control Branch" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "Source Control Branch/Tag/Commit" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "Source Control Credential" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "Source Control Credential Type" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "Source Control Refspec" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "Source Control Type" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7663,30 +7818,30 @@ msgid "Source Control URL" msgstr "Source Control URL" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "Source Control Update" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "Source Phone Number" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "Source Variables" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "Source Workflow Job" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "Source control branch" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "Source details" @@ -7694,7 +7849,7 @@ msgstr "Source details" msgid "Source phone number" msgstr "Source phone number" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "Source variables" @@ -7703,7 +7858,7 @@ msgstr "Source variables" msgid "Sourced from a project" msgstr "Sourced from a project" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "Sources" @@ -7732,52 +7887,52 @@ msgstr "" #~ msgid "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." #~ msgstr "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "Specify a scope for the token's access" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 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.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "Standard Error" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "Standard Out" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "Standard error tab" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "Standard out tab" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "Start" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "Start Time" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "Start date/time" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "Start message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "Start message body" @@ -7790,30 +7945,32 @@ msgstr "Start sync process" msgid "Start sync source" msgstr "Start sync source" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "Started" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "Status" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "Stdout" @@ -7823,7 +7980,7 @@ msgstr "Stdout" msgid "Submit" msgstr "Submit" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7839,8 +7996,8 @@ msgstr "" "This is equivalent to specifying the --remote\n" "flag to git submodule update." -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7854,15 +8011,15 @@ msgstr "Subscription Details" msgid "Subscription Management" msgstr "Subscription Management" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "Subscription manifest" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "Subscription selection modal" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "Subscription settings" @@ -7870,7 +8027,7 @@ msgstr "Subscription settings" msgid "Subscription type" msgstr "Subscription type" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "Subscriptions table" @@ -7882,18 +8039,18 @@ msgstr "Subscriptions table" msgid "Subversion" msgstr "Subversion" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "Success" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "Success message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "Success message body" @@ -7904,7 +8061,7 @@ msgstr "Success message body" msgid "Successful" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "Successfully copied to clipboard!" @@ -7919,16 +8076,16 @@ msgstr "Sunday" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "Survey" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "Survey List" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "Survey Preview" @@ -7936,7 +8093,7 @@ msgstr "Survey Preview" msgid "Survey Toggle" msgstr "Survey Toggle" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "Survey preview modal" @@ -7944,48 +8101,51 @@ msgstr "Survey preview modal" msgid "Survey questions" msgstr "Survey questions" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "Sync" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "Sync Project" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "Sync all" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "Sync all sources" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "Sync error" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "Sync for revision" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "System Administrator" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "System Auditor" @@ -7994,20 +8154,20 @@ msgstr "System Auditor" #~ msgid "System Settings" #~ msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "System Warning" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "System administrators have unrestricted access to all resources." -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "TACACS+" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "TACACS+ settings" @@ -8017,20 +8177,34 @@ msgid "Tabs" msgstr "Tabs" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -8047,7 +8221,7 @@ msgstr "" #~ msgid "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." #~ msgstr "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "Tags for the Annotation" @@ -8055,9 +8229,9 @@ msgstr "Tags for the Annotation" msgid "Tags for the annotation (optional)" msgstr "Tags for the annotation (optional)" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -8068,24 +8242,24 @@ msgstr "Target URL" msgid "Task" msgstr "Task" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "Task Count" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "Task Started" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "Tasks" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "" @@ -8093,24 +8267,24 @@ msgstr "" msgid "Team not found." msgstr "Team not found." +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "" @@ -8119,59 +8293,59 @@ msgstr "" msgid "Template not found." msgstr "Template not found." -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "Template type" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "Test" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "Test External Credential" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "Test Notification" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "Test logging" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "Test notification" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "Test passed" -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "Text" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "Text Area" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "Textarea" @@ -8179,11 +8353,11 @@ msgstr "Textarea" msgid "The" msgstr "The" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "The Execution Environment to be used when one has not been configured for a job template." -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "The Grant type the user must use for acquire tokens for this application" @@ -8201,7 +8375,7 @@ msgstr "" #~ msgid "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." #~ msgstr "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -8229,7 +8403,7 @@ msgstr "" #~ msgid "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." #~ msgstr "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 msgid "" "The first fetches all references. The second\n" "fetches the Github pull request number 62, in this example\n" @@ -8243,7 +8417,7 @@ msgstr "" #~ msgid "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." #~ msgstr "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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" @@ -8257,7 +8431,7 @@ msgstr "" #~ msgid "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." #~ msgstr "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -8275,7 +8449,7 @@ msgstr "" #~ msgid "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" #~ msgstr "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" @@ -8284,11 +8458,11 @@ msgstr "The number of parallel or simultaneous processes to use while executing msgid "The page you requested could not be found." msgstr "The page you requested could not be found." -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "The registry location where the container is stored." @@ -8297,7 +8471,7 @@ msgstr "The registry location where the container is stored." msgid "The resource associated with this node has been deleted." msgstr "The resource associated with this node has been deleted." -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -8315,7 +8489,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "The tower instance group cannot be deleted." -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -8335,19 +8509,19 @@ msgstr "" #~ msgid "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." #~ msgstr "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "There was a problem signing in. Please try again." -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "There was an error loading this content. Please reload the page." -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "There was an error parsing the file. Please check the file formatting and try again." -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "There was an error saving the workflow." @@ -8359,19 +8533,19 @@ msgstr "There was an error testing the log aggregator." #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "These approvals cannot be deleted due to insufficient permissions or a pending job status" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "These are the modules that {brandName} supports running commands against." -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "These are the verbosity levels for standard out of the command run that are supported." -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "These arguments are used with the specified module." -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 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" @@ -8379,33 +8553,33 @@ msgstr "These arguments are used with the specified module. You can find informa msgid "Third" msgstr "Third" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "This action will delete the following:" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "This action will disassociate all roles for this user from the selected teams." -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "This action will disassociate the following role from {0}:" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "This action will disassociate the following:" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 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.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 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.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 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" @@ -8429,40 +8603,40 @@ msgstr "" "future releases of the Tower Software and to provide\n" "Insights Analytics to Tower subscribers." -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "This execution environment is currently being used by other resources. Are you sure you want to delete it?" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "This field may not be blank" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "This field must be a number" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "This field must be a number and have a value between {0} and {1}" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "This field must be a number and have a value between {min} and {max}" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "This field must be a regular expression" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "This field must be an integer" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "This field must be at least {0} characters" @@ -8474,19 +8648,19 @@ msgstr "This field must be at least {min} characters" msgid "This field must be greater than 0" msgstr "This field must be greater than 0" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "This field must not contain spaces" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "This field must not exceed {0} characters" @@ -8494,64 +8668,68 @@ msgstr "This field must not exceed {0} characters" msgid "This field must not exceed {max} characters" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 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." -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "This instance group is currently being by other resources. Are you sure you want to delete it?" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 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.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 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?" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "This is the only time the client secret will be shown." -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 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.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 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.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 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?" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "This project is currently being used by other resources. Are you sure you want to delete it?" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "This project is currently on sync and cannot be clicked until sync process completed" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "This project needs to be updated" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "This schedule is missing an Inventory" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "This schedule is missing required survey values" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "This step contains errors" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "This value does not match the password you entered previously. Please confirm that password." @@ -8567,11 +8745,11 @@ msgstr "" #~ msgid "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" #~ msgstr "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "This workflow does not have any nodes configured." -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx: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?" @@ -8591,7 +8769,7 @@ msgstr "Thursday" msgid "Time" msgstr "Time" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -8611,7 +8789,7 @@ msgstr "" #~ msgid "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." #~ msgstr "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -8629,16 +8807,16 @@ msgstr "" #~ msgid "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." #~ msgstr "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "Timed out" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "Timeout" @@ -8654,7 +8832,7 @@ msgstr "Timeout seconds" msgid "Toggle Legend" msgstr "Toggle Legend" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "Toggle Password" @@ -8662,50 +8840,50 @@ msgstr "Toggle Password" msgid "Toggle Tools" msgstr "Toggle Tools" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "Toggle expand/collapse event lines" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "Toggle host" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "Toggle instance" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "Toggle legend" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "Toggle notification approvals" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "Toggle notification start" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "Toggle schedule" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "Toggle tools" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "Token" @@ -8725,18 +8903,18 @@ msgstr "Token type" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "Tokens" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "Tools" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "Top Pagination" @@ -8745,35 +8923,35 @@ msgid "Total Jobs" msgstr "Total Jobs" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "Total Nodes" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "Total jobs" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "Track submodules" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "Track submodules latest commit on branch" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "Trial" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "True" @@ -8788,21 +8966,21 @@ msgid "Tuesday" msgstr "Tuesday" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "Twilio" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8813,41 +8991,44 @@ msgstr "Twilio" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "Type" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "Type Details" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "Unavailable" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "Undo" @@ -8856,15 +9037,15 @@ msgid "Unlimited" msgstr "Unlimited" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "Unreachable" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "Unreachable Host Count" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "Unreachable Hosts" @@ -8876,39 +9057,39 @@ msgstr "Unrecognized day string" msgid "Unsaved changes modal" msgstr "Unsaved changes modal" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "Update Revision on Launch" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "Update on Launch" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "Update on Project Update" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "Update on launch" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "Update on project update" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "Update options" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "Update settings pertaining to Jobs within {brandName}" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "Update webhook key" @@ -8916,11 +9097,11 @@ msgstr "Update webhook key" msgid "Updating" msgstr "Updating" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "Upload a .zip file" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." @@ -8934,17 +9115,17 @@ msgstr "Upload a Red Hat Subscription Manifest containing your subscription. To #~ msgid "Use Default {label}" #~ msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "Use Fact Storage" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "Use SSL" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "Use TLS" @@ -8965,22 +9146,22 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "Used capacity" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "" @@ -8988,17 +9169,17 @@ msgstr "" #~ msgid "User Interface Settings" #~ msgstr "" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "User Interface settings" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "User Type" @@ -9012,7 +9193,7 @@ msgstr "User analytics" msgid "User and Insights analytics" msgstr "User and Insights analytics" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "User details" @@ -9024,42 +9205,42 @@ msgstr "User not found." msgid "User tokens" msgstr "User tokens" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "Username / password" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "" @@ -9067,56 +9248,56 @@ msgstr "" msgid "VMware vCenter" msgstr "VMware vCenter" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "Variables" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "Variables Prompted" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "Vault password" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "Vault password | {credId}" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "Verbose" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "Verbosity" @@ -9128,16 +9309,16 @@ msgstr "Version" msgid "View Activity Stream settings" msgstr "View Activity Stream settings" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "View Azure AD settings" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "View Credential Details" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "View Details" @@ -9149,21 +9330,21 @@ msgstr "View GitHub Settings" msgid "View Google OAuth 2.0 settings" msgstr "View Google OAuth 2.0 settings" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "View Host Details" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "View Inventory Details" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "View Inventory Groups" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "View Inventory Host Details" @@ -9175,7 +9356,7 @@ msgstr "View JSON examples at <0>www.json.org" msgid "View Job Details" msgstr "View Job Details" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "View Jobs settings" @@ -9183,7 +9364,7 @@ msgstr "View Jobs settings" msgid "View LDAP Settings" msgstr "View LDAP Settings" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "View Logging settings" @@ -9191,7 +9372,7 @@ msgstr "View Logging settings" msgid "View Miscellaneous System settings" msgstr "View Miscellaneous System settings" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "View Organization Details" @@ -9199,15 +9380,15 @@ msgstr "View Organization Details" msgid "View Project Details" msgstr "View Project Details" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "View RADIUS settings" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "View SAML settings" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "View Schedules" @@ -9220,7 +9401,7 @@ msgstr "View Settings" msgid "View Survey" msgstr "View Survey" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "View TACACS+ settings" @@ -9233,7 +9414,7 @@ msgstr "View Team Details" msgid "View Template Details" msgstr "View Template Details" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "View Tokens" @@ -9258,7 +9439,7 @@ msgstr "View YAML examples at <0>docs.ansible.com" msgid "View activity stream" msgstr "View activity stream" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "View all Credentials." @@ -9266,12 +9447,12 @@ msgstr "View all Credentials." msgid "View all Hosts." msgstr "View all Hosts." -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "View all Inventories." -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "View all Inventory Hosts." @@ -9288,7 +9469,7 @@ msgstr "View all Jobs." msgid "View all Notification Templates." msgstr "View all Notification Templates." -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "View all Organizations." @@ -9313,7 +9494,7 @@ msgstr "View all Users." msgid "View all Workflow Approvals." msgstr "View all Workflow Approvals." -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "View all applications." @@ -9325,8 +9506,8 @@ msgstr "View all credential types" msgid "View all execution environments" msgstr "View all execution environments" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "View all instance groups" @@ -9334,11 +9515,11 @@ msgstr "View all instance groups" msgid "View all management jobs" msgstr "View all management jobs" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "View all settings" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "View all tokens." @@ -9346,7 +9527,7 @@ msgstr "View all tokens." #~ msgid "View and edit your license information" #~ msgstr "View and edit your license information" -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "View and edit your subscription information" @@ -9363,7 +9544,7 @@ msgstr "View inventory source details" msgid "View job {0}" msgstr "View job {0}" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "View node details" @@ -9371,18 +9552,18 @@ msgstr "View node details" msgid "View smart inventory host details" msgstr "View smart inventory host details" -#: routeConfig.js:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "Visualizer" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "WARNING:" @@ -9392,7 +9573,7 @@ msgid "Waiting" msgstr "Waiting" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "Warning" @@ -9400,23 +9581,23 @@ msgstr "Warning" msgid "Warning: Unsaved Changes" msgstr "Warning: Unsaved Changes" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "We were unable to locate licenses associated with this account." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "We were unable to locate subscriptions associated with this account." #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "Webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "Webhook Credential" @@ -9424,41 +9605,41 @@ msgstr "Webhook Credential" msgid "Webhook Credentials" msgstr "Webhook Credentials" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "Webhook Key" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "Webhook Service" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "Webhook URL" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "Webhook details" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "Webhook services can use this as a shared secret." @@ -9471,7 +9652,7 @@ msgstr "Wed" msgid "Wednesday" msgstr "Wednesday" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "Week" @@ -9483,7 +9664,7 @@ msgstr "Weekday" msgid "Weekend day" msgstr "Weekend day" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "" @@ -9495,8 +9676,8 @@ msgstr "" "Welcome to Red Hat Ansible Automation Platform!\n" "Please complete the steps below to activate your subscription." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" @@ -9511,8 +9692,8 @@ msgstr "" #~ msgid "When not checked, a merge will be performed, combining local variables with those found on the external source." #~ msgstr "When not checked, a merge will be performed, combining local variables with those found on the external source." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -9539,40 +9720,40 @@ msgstr "Workflow Approval" msgid "Workflow Approval not found." msgstr "Workflow Approval not found." -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "Workflow Approvals" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "Workflow Job" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "Workflow Job Template" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "Workflow Job Template Nodes" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "Workflow Job Templates" @@ -9585,28 +9766,28 @@ msgstr "Workflow Link" msgid "Workflow Template" msgstr "Workflow Template" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "Workflow approved message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "Workflow approved message body" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "Workflow denied message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "Workflow denied message body" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "Workflow documentation" @@ -9622,27 +9803,27 @@ msgstr "Workflow link modal" msgid "Workflow node view modal" msgstr "Workflow node view modal" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "Workflow pending message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "Workflow pending message body" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "Workflow timed out message" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "Workflow timed out message body" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "Write" @@ -9650,7 +9831,7 @@ msgstr "Write" msgid "YAML:" msgstr "YAML:" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "Year" @@ -9658,19 +9839,19 @@ msgstr "Year" msgid "Yes" msgstr "Yes" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "You do not have permission to delete the following Groups: {itemsUnableToDelete}" @@ -9686,7 +9867,7 @@ msgstr "You do not have permission to delete {pluralizedItemName}: {itemsUnableT msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" msgstr "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" @@ -9706,7 +9887,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "You may apply a number of possible variables in the message. Refer to the" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "You will be logged out in {0} seconds due to inactivity." @@ -9714,34 +9895,30 @@ msgstr "You will be logged out in {0} seconds due to inactivity." msgid "Your session is about to expire" msgstr "Your session is about to expire" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "Zoom In" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "Zoom Out" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 msgid "a new webhook key will be generated on save." msgstr "a new webhook key will be generated on save." -#: screens/Template/shared/JobTemplateForm.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 msgid "a new webhook url will be generated on save." msgstr "a new webhook url will be generated on save." #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "actions" @@ -9753,12 +9930,12 @@ msgstr "actions" #~ msgid "adding {currentTab}" #~ msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "and click on Update Revision on Launch" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "approved" @@ -9766,22 +9943,26 @@ msgstr "approved" msgid "brand logo" msgstr "brand logo" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "capacity adjustment" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "command" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "confirm disassociate" @@ -9794,7 +9975,7 @@ msgstr "confirm disassociate" #~ msgid "controller instance" #~ msgstr "controller instance" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "copy to clipboard disabled" @@ -9806,33 +9987,33 @@ msgstr "copy to clipboard disabled" #~ msgid "deleting {currentTab} association with orgs" #~ msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "deletion error" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "denied" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "disassociate" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "documentation" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "edit" @@ -9844,7 +10025,7 @@ msgstr "edit" msgid "encrypted" msgstr "encrypted" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "expiration" @@ -9852,7 +10033,7 @@ msgstr "expiration" #~ msgid "for more details." #~ msgstr "for more details." -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "for more info." @@ -9864,32 +10045,32 @@ msgstr "for more info." #~ msgid "groups" #~ msgstr "groups" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "here" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "here." -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "hosts" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "instance counts" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "instance group used capacity" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "instance host name" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "instance type" @@ -9907,11 +10088,11 @@ msgstr "inventory" msgid "items" msgstr "" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "ldap user" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "login type" @@ -9928,7 +10109,6 @@ msgid "move up" msgstr "move up" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "name" @@ -9940,7 +10120,7 @@ msgstr "of" #~ msgid "of {pageCount}" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "option to the" @@ -9985,7 +10165,7 @@ msgstr "resource type" #~ msgid "save/cancel and go back to {currentTab} view" #~ msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "scope" @@ -9993,7 +10173,7 @@ msgstr "scope" msgid "sec" msgstr "sec" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "seconds" @@ -10005,11 +10185,11 @@ msgstr "select module" #~ msgid "select organization {itemId}" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "select verbosity" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "social login" @@ -10021,35 +10201,39 @@ msgstr "system" msgid "team name" msgstr "team name" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "test" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "timed out" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "toggle changes" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "token name" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "type" +#~ msgid "type" +#~ msgstr "type" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "updated" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "workflow job template webhook key" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "{0, plural, one {Delete Group?} other {Delete Groups?}}" @@ -10085,7 +10269,7 @@ msgstr "{0, plural, one {This execution environment is currently being used by o msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" @@ -10117,7 +10301,7 @@ msgstr "{0, plural, one {You cannot cancel the following job because it is not r msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "" @@ -10133,11 +10317,11 @@ msgstr "{0} (deleted)" msgid "{0} more" msgstr "{0} more" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "{0} sources with sync failures." -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "{0}: {1}" @@ -10153,6 +10337,10 @@ msgstr "{brandName} logo" msgid "{dateStr} by <0>{username}" msgstr "{dateStr} by <0>{username}" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "{forks, plural, one {# fork} other {# forks}}" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "{intervalValue, plural, one {day} other {days}}" diff --git a/awx/ui_next/src/locales/es/messages.po b/awx/ui_next/src/locales/es/messages.po index 4af9238708c4..1ec41a31cb3e 100644 --- a/awx/ui_next/src/locales/es/messages.po +++ b/awx/ui_next/src/locales/es/messages.po @@ -17,13 +17,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 msgid "* This field will be retrieved from an external secret management system using the specified credential." msgstr "" @@ -35,77 +35,77 @@ msgstr "" msgid "- Enable Webhooks" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "5 (WinRM Debug)" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" @@ -124,16 +124,16 @@ msgstr "" #~ msgid "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." #~ msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "" @@ -145,25 +145,25 @@ msgstr "" msgid "API service/integration key" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "" -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "" @@ -173,7 +173,7 @@ msgstr "" msgid "Access Token Expiration" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "" @@ -182,65 +182,73 @@ msgstr "" msgid "Account token" msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "" @@ -252,7 +260,7 @@ msgstr "" msgid "Actor" msgstr "" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -269,28 +277,28 @@ msgstr "" msgid "Add Node" msgstr "" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "" @@ -298,11 +306,11 @@ msgstr "" msgid "Add container group" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "" @@ -318,11 +326,11 @@ msgstr "" msgid "Add job template" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "" @@ -334,11 +342,11 @@ msgstr "" msgid "Add smart inventory" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "" @@ -350,26 +358,26 @@ msgstr "" #~ msgid "Adminisration" #~ msgstr "" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -394,12 +402,12 @@ msgstr "" msgid "Agree to the end user license agreement and click submit." msgstr "" -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "" @@ -407,9 +415,9 @@ msgstr "" msgid "All job types" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "" @@ -418,7 +426,7 @@ msgstr "" msgid "Allow Provisioning Callbacks" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." @@ -428,14 +436,14 @@ msgstr "" #~ msgid "Allow changing the Source Control branch or revision in a job template that uses this project." #~ msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "" @@ -466,7 +474,6 @@ msgid "Ansible Tower" msgstr "" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "" @@ -482,11 +489,11 @@ msgstr "" msgid "Answer type" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "" @@ -497,7 +504,7 @@ msgstr "" msgid "Application" msgstr "" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "" @@ -505,8 +512,8 @@ msgstr "" msgid "Application access token" msgstr "" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "" @@ -521,12 +528,12 @@ msgid "Application not found." msgstr "" #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "" @@ -534,8 +541,8 @@ msgstr "" msgid "Applications & Tokens" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -543,18 +550,18 @@ msgstr "" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "" @@ -574,7 +581,7 @@ msgstr "" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 msgid "Are you sure you want to remove all the nodes in this workflow?" msgstr "" @@ -590,30 +597,30 @@ msgstr "" msgid "Are you sure you want to remove this node?" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 msgid "Are you sure you want to submit the request to cancel this job?" msgstr "" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "" @@ -621,11 +628,11 @@ msgstr "" msgid "Associate role error" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "" @@ -642,12 +649,12 @@ msgstr "" msgid "Authorization Code Expiration" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "" @@ -655,15 +662,15 @@ msgstr "" msgid "Azure AD" msgstr "" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -674,12 +681,12 @@ msgstr "" msgid "Back to Credentials" msgstr "" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "" +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "" @@ -710,7 +717,7 @@ msgstr "" msgid "Back to Projects" msgstr "" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "" @@ -776,7 +783,7 @@ msgstr "" msgid "Back to management jobs" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -804,93 +811,101 @@ msgstr "" #~ msgid "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." #~ msgstr "" -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "" + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" +msgstr "" + +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "" @@ -942,11 +957,11 @@ msgstr "" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." @@ -957,31 +972,31 @@ msgstr "" #~ msgstr "" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "" -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "" -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "" -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -995,29 +1010,29 @@ msgstr "" msgid "Changed" msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "" -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr "" @@ -1025,11 +1040,11 @@ msgstr "" msgid "Choose a Notification Type" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "" @@ -1037,16 +1052,16 @@ msgstr "" msgid "Choose a Webhook Service" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "" @@ -1054,7 +1069,7 @@ msgstr "" msgid "Choose an HTTP method" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1069,38 +1084,38 @@ msgstr "" msgid "Choose an email option" msgstr "" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "" -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "" -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "" #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "" @@ -1108,11 +1123,11 @@ msgstr "" msgid "Click the Edit button below to reconfigure the node." msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "" @@ -1120,12 +1135,12 @@ msgstr "" msgid "Click to view job details" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "" @@ -1133,25 +1148,25 @@ msgstr "" msgid "Client identifier" msgstr "" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "" @@ -1160,9 +1175,9 @@ msgid "Collapse" msgstr "" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "" @@ -1186,24 +1201,24 @@ msgstr "" msgid "Compliant" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "" @@ -1223,17 +1238,17 @@ msgstr "" msgid "Confirm revert all" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "" @@ -1242,7 +1257,7 @@ msgid "Container group not found." msgstr "" #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "" @@ -1260,13 +1275,13 @@ msgstr "" #~ msgid "Control the level of output Ansible will produce for inventory source update jobs." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1286,8 +1301,8 @@ msgstr "" msgid "Convergence" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "" @@ -1307,27 +1322,27 @@ msgstr "" msgid "Copy Execution Environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "" -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "" @@ -1335,8 +1350,8 @@ msgstr "" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "" @@ -1346,17 +1361,17 @@ msgstr "" #~ msgstr "" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "" @@ -1365,38 +1380,38 @@ msgid "Create New Job Template" msgstr "" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "" @@ -1414,12 +1429,12 @@ msgstr "" #~ msgid "Create instance group" #~ msgstr "" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "" @@ -1428,22 +1443,22 @@ msgid "Create new credential type" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "" @@ -1455,21 +1470,21 @@ msgstr "" msgid "Create new smart inventory" msgstr "" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1478,40 +1493,40 @@ msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1525,11 +1540,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1537,22 +1552,22 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1562,30 +1577,30 @@ msgstr "" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "" @@ -1601,11 +1616,11 @@ msgstr "" #~ msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." #~ msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "" @@ -1613,29 +1628,29 @@ msgstr "" msgid "Credential type not found." msgstr "" -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "" @@ -1643,19 +1658,19 @@ msgstr "" msgid "Current page" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 msgid "Custom virtual environment {0} must be replaced by an execution environment." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "" @@ -1663,17 +1678,17 @@ msgstr "" msgid "Customize messages…" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "" @@ -1682,18 +1697,18 @@ msgstr "" msgid "Dashboard (all activity)" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "" @@ -1701,7 +1716,7 @@ msgstr "" msgid "Days remaining" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "" @@ -1714,23 +1729,23 @@ msgstr "" msgid "Default" msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "" -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "" @@ -1740,48 +1755,48 @@ msgstr "" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "" @@ -1797,8 +1812,8 @@ msgstr "" #~ msgid "Delete Groups?" #~ msgstr "" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "" @@ -1806,17 +1821,17 @@ msgstr "" msgid "Delete Inventory" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "" @@ -1824,27 +1839,27 @@ msgstr "" msgid "Delete Organization" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "" @@ -1856,16 +1871,16 @@ msgstr "" msgid "Delete Workflow Approval" msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "" @@ -1873,7 +1888,7 @@ msgstr "" msgid "Delete credential type" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "" @@ -1882,20 +1897,20 @@ msgstr "" msgid "Delete instance group" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1907,11 +1922,11 @@ msgstr "" #~ msgid "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "" @@ -1921,7 +1936,7 @@ msgstr "" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "" @@ -1938,100 +1953,104 @@ msgstr "" msgid "Deletion error" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "" @@ -2051,42 +2070,42 @@ msgstr "" #~ msgid "Detail coming soon :)" #~ msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2101,36 +2120,36 @@ msgstr "" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "" @@ -2138,10 +2157,10 @@ msgstr "" msgid "Details tab" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "" @@ -2153,52 +2172,52 @@ msgstr "" msgid "Disable SSL verification" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" @@ -2209,15 +2228,19 @@ msgstr "" #~ msgid "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." #~ msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "" + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "" @@ -2229,12 +2252,12 @@ msgstr "" msgid "E-mail options" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" @@ -2246,7 +2269,7 @@ msgstr "" #~ msgid "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." @@ -2256,28 +2279,29 @@ msgstr "" #~ msgid "Each time a job runs using this project, update the revision of the project prior to starting the job." #~ msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2303,14 +2327,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "" @@ -2319,45 +2343,45 @@ msgstr "" msgid "Edit Credential" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "" @@ -2367,24 +2391,21 @@ msgid "Edit Execution Environment" msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "" @@ -2392,75 +2413,75 @@ msgstr "" msgid "Edit Link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "" @@ -2468,56 +2489,65 @@ msgstr "" #~ msgid "Edit form coming soon :)" #~ msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "" #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "" @@ -2526,54 +2556,54 @@ msgstr "" msgid "Enable Privilege Escalation" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "" -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "" #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "" @@ -2585,7 +2615,7 @@ msgstr "" #~ "template." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2593,7 +2623,7 @@ msgid "" "template." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2609,8 +2639,8 @@ msgstr "" #~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template" #~ msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "" @@ -2634,26 +2664,26 @@ msgstr "" msgid "End user license agreement" msgstr "" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 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 "" -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "" @@ -2758,106 +2788,107 @@ msgstr "" #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2868,13 +2899,13 @@ msgstr "" msgid "Error!" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "" @@ -2886,7 +2917,7 @@ msgstr "" msgid "Event detail modal" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "" @@ -2894,69 +2925,73 @@ msgstr "" msgid "Events" msgstr "" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 msgid "Execute when the parent node results in a successful state." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "" @@ -2978,27 +3013,27 @@ msgstr "" msgid "Expand" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:46 msgid "Expected at least one of client_email, project_id or private_key to be present in the file." msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "" @@ -3011,35 +3046,36 @@ msgstr "" msgid "Expires on UTC" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -3049,15 +3085,15 @@ msgstr "" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "" @@ -3074,7 +3110,7 @@ msgstr "" msgid "Failed to approve workflow approval." msgstr "" -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "" @@ -3083,11 +3119,11 @@ msgid "Failed to associate role" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "" @@ -3107,49 +3143,49 @@ msgstr "" msgid "Failed to copy execution environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "" -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "" -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "" -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "" @@ -3169,12 +3205,12 @@ msgstr "" msgid "Failed to delete one or more execution environments" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "" #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "" @@ -3186,7 +3222,7 @@ msgstr "" msgid "Failed to delete one or more inventories." msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "" @@ -3198,7 +3234,7 @@ msgstr "" msgid "Failed to delete one or more jobs." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "" @@ -3210,7 +3246,7 @@ msgstr "" msgid "Failed to delete one or more projects." msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "" @@ -3230,7 +3266,7 @@ msgstr "" msgid "Failed to delete one or more user tokens." msgstr "" -#: screens/User/UserList/UserList.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "" @@ -3238,36 +3274,36 @@ msgstr "" msgid "Failed to delete one or more workflow approval." msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "" -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "" -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "" @@ -3275,7 +3311,7 @@ msgstr "" msgid "Failed to delete workflow approval." msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "" @@ -3293,28 +3329,28 @@ msgid "Failed to deny workflow approval." msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "" -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead." msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3324,15 +3360,15 @@ msgstr "" msgid "Failed to retrieve configuration." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "" @@ -3340,31 +3376,35 @@ msgstr "" msgid "Failed to sync inventory source." msgstr "" -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 msgid "Failed to sync some or all inventory sources." msgstr "" -#: components/HostToggle/HostToggle.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "" -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "" -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "" + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "" @@ -3372,17 +3412,17 @@ msgstr "" msgid "Failed to user token." msgstr "" -#: components/NotificationList/NotificationListItem.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "" @@ -3391,23 +3431,23 @@ msgstr "" msgid "February" msgstr "" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "" -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "" -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "" -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "" @@ -3415,11 +3455,11 @@ msgstr "" msgid "Fifth" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "" @@ -3428,11 +3468,11 @@ msgid "File, directory or script" msgstr "" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "" @@ -3441,36 +3481,40 @@ msgstr "" msgid "First" msgstr "" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3478,7 +3522,7 @@ msgid "" "executing the playbook." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 msgid "" "For job templates, select run to execute the playbook.\n" "Select check to only check playbook syntax, test environment setup,\n" @@ -3490,15 +3534,15 @@ msgstr "" #~ msgid "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "" @@ -3506,7 +3550,7 @@ msgstr "" msgid "Fourth" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "" @@ -3525,23 +3569,23 @@ msgid "Friday" msgstr "" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "" @@ -3553,7 +3597,7 @@ msgstr "" msgid "Git" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "" @@ -3569,12 +3613,12 @@ msgid "GitHub Enterprise" msgstr "" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "" @@ -3588,11 +3632,11 @@ msgstr "" msgid "GitHub Team" msgstr "" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "" @@ -3606,7 +3650,7 @@ msgstr "" msgid "Globally Available" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "" @@ -3630,16 +3674,16 @@ msgstr "" msgid "Google Compute Engine" msgstr "" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "" @@ -3647,16 +3691,16 @@ msgstr "" msgid "Grafana API key" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "" -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "" @@ -3664,7 +3708,7 @@ msgstr "" msgid "Group" msgstr "" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "" @@ -3674,61 +3718,61 @@ msgstr "" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "" @@ -3736,16 +3780,16 @@ msgstr "" msgid "Host Details" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "" @@ -3753,31 +3797,31 @@ msgstr "" msgid "Host Name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "" @@ -3790,29 +3834,29 @@ msgstr "" msgid "Host not found." msgstr "" -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 msgid "Host status information for this job is unavailable." msgstr "" -#: routeConfig.js:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "" @@ -3829,7 +3873,7 @@ msgstr "" msgid "Hosts used" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "" @@ -3839,16 +3883,15 @@ msgstr "" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "" @@ -3861,19 +3904,19 @@ msgid "ID of the panel (optional)" msgstr "" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "" @@ -3893,15 +3936,15 @@ msgstr "" msgid "IRC server port" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -3915,10 +3958,22 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -3930,7 +3985,7 @@ msgstr "" #~ msgid "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." @@ -3940,14 +3995,14 @@ msgstr "" #~ msgid "If enabled, run this playbook as an administrator." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" @@ -3958,11 +4013,11 @@ msgstr "" #~ msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode." #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." @@ -3972,11 +4027,11 @@ msgstr "" #~ msgid "If enabled, simultaneous runs of this job template will be allowed." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 msgid "If enabled, simultaneous runs of this workflow job template will be allowed." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -3997,12 +4052,12 @@ msgid "" "Red Hat to obtain a trial subscription." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -4018,15 +4073,15 @@ msgstr "" msgid "Image" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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" @@ -4037,7 +4092,7 @@ msgstr "" #~ msgid "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." #~ msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "" @@ -4056,12 +4111,12 @@ msgid "Initiated by (username)" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "" @@ -4074,7 +4129,7 @@ msgid "Insights Analytics dashboard" msgstr "" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "" @@ -4090,27 +4145,27 @@ msgstr "" msgid "Instance" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "" @@ -4119,7 +4174,7 @@ msgid "Instance ID" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "" @@ -4127,58 +4182,58 @@ msgstr "" msgid "Instance group not found." msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "" -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 msgid "Invalid username or password. Please try again." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119 -#: routeConfig.js:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4186,34 +4241,34 @@ msgstr "" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "" @@ -4221,7 +4276,7 @@ msgstr "" msgid "Inventory ID" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "" @@ -4229,16 +4284,16 @@ msgstr "" msgid "Inventory Source Sync" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4248,7 +4303,7 @@ msgstr "" msgid "Inventory Update" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "" @@ -4271,19 +4326,19 @@ msgstr "" #~ msgid "Isolated" #~ msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "" @@ -4292,16 +4347,17 @@ msgid "Items per page" msgstr "" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "" @@ -4314,30 +4370,30 @@ msgid "January" msgstr "" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "" @@ -4345,57 +4401,57 @@ msgstr "" msgid "Job Status" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes" msgstr "" #: components/JobList/JobList.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "" @@ -4415,31 +4471,31 @@ msgstr "" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "" @@ -4451,15 +4507,15 @@ msgstr "" msgid "June" msgstr "" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "" @@ -4468,35 +4524,35 @@ msgid "Keyword" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "" @@ -4524,15 +4580,15 @@ msgstr "" msgid "Label Name" msgstr "" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "" @@ -4540,55 +4596,58 @@ msgstr "" msgid "Last" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "" @@ -4600,52 +4659,57 @@ msgstr "" msgid "Last job run" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "" @@ -4661,7 +4725,7 @@ msgstr "" msgid "Learn more about Insights Analytics" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "" @@ -4669,11 +4733,11 @@ msgstr "" msgid "Legend" msgstr "" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "" -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "" @@ -4687,22 +4751,22 @@ msgstr "" #~ msgid "License settings" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "" @@ -4710,15 +4774,15 @@ msgstr "" msgid "Loading" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "" @@ -4726,50 +4790,51 @@ msgstr "" msgid "Log aggregator test sent successfully." msgstr "" -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "" @@ -4777,29 +4842,29 @@ msgstr "" msgid "Managed by Tower" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "" @@ -4812,13 +4877,13 @@ msgid "Management jobs" msgstr "" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "" @@ -4828,20 +4893,20 @@ msgid "March" msgstr "" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "" @@ -4850,7 +4915,7 @@ msgid "May" msgstr "" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "" @@ -4870,15 +4935,15 @@ msgstr "" msgid "Microsoft Azure Resource Manager" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4888,7 +4953,7 @@ msgstr "" #~ msgid "Minimum number of instances that will be automatically assigned to this group when new instances come online." #~ msgstr "" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4898,15 +4963,15 @@ msgstr "" #~ msgid "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." #~ msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "" @@ -4915,14 +4980,13 @@ msgstr "" msgid "Missing" msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -4930,19 +4994,20 @@ msgstr "" msgid "Modified" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -4956,11 +5021,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -4968,12 +5033,12 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "" @@ -4992,52 +5057,54 @@ msgstr "" msgid "Monday" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "" +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -5047,15 +5114,15 @@ msgstr "" #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -5067,15 +5134,15 @@ msgstr "" #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -5090,25 +5157,25 @@ msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -5116,76 +5183,81 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5196,15 +5268,22 @@ msgstr "" #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "" @@ -5222,8 +5301,8 @@ msgstr "" msgid "Never Updated" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "" @@ -5232,19 +5311,20 @@ msgstr "" msgid "New" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "" @@ -5252,16 +5332,16 @@ msgstr "" msgid "No" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "" @@ -5269,15 +5349,15 @@ msgstr "" msgid "No Jobs" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "" @@ -5285,26 +5365,26 @@ msgstr "" msgid "No items found." msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "" @@ -5313,7 +5393,7 @@ msgstr "" msgid "Node Type" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "" @@ -5325,12 +5405,12 @@ msgstr "" msgid "None (Run Once)" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "" @@ -5339,16 +5419,16 @@ msgstr "" msgid "Not Found" msgstr "" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 msgid "" "Note that only hosts directly in this group can\n" "be disassociated. Hosts in sub-groups must be disassociated\n" @@ -5359,7 +5439,8 @@ msgstr "" #~ msgid "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." #~ msgstr "" -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5368,12 +5449,12 @@ msgid "" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" #: src/screens/Host/HostGroups/HostGroupsList.jsx:212 #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." @@ -5383,11 +5464,11 @@ msgstr "" #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5405,7 +5486,7 @@ msgstr "" #~ msgid "Notifcations" #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "" @@ -5415,15 +5496,15 @@ msgid "Notification Template not found." msgstr "" #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "" @@ -5431,31 +5512,31 @@ msgstr "" msgid "Notification color" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "" @@ -5479,53 +5560,53 @@ msgstr "" msgid "October" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "" @@ -5537,7 +5618,7 @@ msgstr "" msgid "On days" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "" @@ -5545,12 +5626,12 @@ msgstr "" msgid "OpenStack" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 msgid "" "Optional labels that describe this job template,\n" "such as 'dev' or 'test'. Labels can be used to group and filter\n" @@ -5562,26 +5643,26 @@ msgstr "" #~ msgid "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." #~ msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "" -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "" @@ -5589,44 +5670,45 @@ msgstr "" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "" @@ -5639,17 +5721,17 @@ msgid "Organization not found." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "" @@ -5662,22 +5744,22 @@ msgid "Out of compliance" msgstr "" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "" @@ -5690,11 +5772,11 @@ msgid "PUT" msgstr "" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "" @@ -5706,44 +5788,52 @@ msgstr "" msgid "Pagination" msgstr "" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 msgid "Pass extra command line changes. There are two ansible command line parameters:" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "" @@ -5764,15 +5854,15 @@ msgstr "" msgid "Pending" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "" @@ -5784,43 +5874,43 @@ msgstr "" msgid "Play" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "" @@ -5835,28 +5925,28 @@ msgstr "" msgid "Playbook run" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "" -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "" @@ -5864,19 +5954,19 @@ msgstr "" msgid "Please enter a value." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 msgid "Please select an end date/time that comes after the start date/time." msgstr "" -#: components/Lookup/HostFilterLookup.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 msgid "Please select an organization before editing the host filter" msgstr "" @@ -5890,20 +5980,29 @@ msgid "Policy instance minimum" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 msgid "Populate field from an external secret management system" msgstr "" #: components/Lookup/HostFilterLookup.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" @@ -5911,22 +6010,22 @@ msgstr "" #~ msgid "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "" #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "" @@ -5934,7 +6033,7 @@ msgstr "" msgid "Private key passphrase" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "" @@ -5942,26 +6041,26 @@ msgstr "" msgid "Privilege escalation password" msgstr "" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "" @@ -5983,50 +6082,50 @@ msgid "Project sync failures" msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -6048,11 +6147,11 @@ msgstr "" #~ msgid "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." #~ msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 msgid "Provide a value for this field or select the Prompt on launch option." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." @@ -6062,7 +6161,7 @@ msgstr "" #~ msgid "Provide key/value pairs using either YAML or JSON." #~ msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -6074,39 +6173,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "" @@ -6118,7 +6221,7 @@ msgstr "" msgid "Recent Jobs list tab" msgstr "" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "" @@ -6126,7 +6229,7 @@ msgstr "" msgid "Recent Templates list tab" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "" @@ -6150,19 +6253,19 @@ msgstr "" msgid "Red Hat Virtualization" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "" @@ -6174,7 +6277,7 @@ msgstr "" msgid "Redirecting to subscription detail" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." @@ -6184,7 +6287,7 @@ msgstr "" #~ msgid "Refer to the Ansible documentation for details about the configuration file." #~ msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "" @@ -6193,34 +6296,34 @@ msgstr "" msgid "Refresh Token Expiration" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "" -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "" @@ -6237,8 +6340,8 @@ msgstr "" msgid "Relaunch on" msgstr "" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "" @@ -6268,31 +6371,31 @@ msgstr "" msgid "Remove Node" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "" @@ -6302,7 +6405,7 @@ msgid "Request subscription" msgstr "" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "" @@ -6311,32 +6414,32 @@ msgid "Resource deleted" msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "" +#~ msgid "Resource name" +#~ msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "" +#~ msgid "Resource role" +#~ msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "" +#~ msgid "Resource type" +#~ msgstr "" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "" -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6348,32 +6451,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "" -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "" -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "" -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "" @@ -6381,12 +6484,12 @@ msgstr "" msgid "Revert all" msgstr "" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "" @@ -6394,60 +6497,63 @@ msgstr "" msgid "Revert settings" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "" @@ -6455,7 +6561,7 @@ msgstr "" msgid "Run every" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "" @@ -6468,12 +6574,12 @@ msgid "Run type" msgstr "" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "" @@ -6481,16 +6587,16 @@ msgstr "" msgid "Running Jobs" msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "" @@ -6499,7 +6605,7 @@ msgid "SCM update" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "" @@ -6507,18 +6613,19 @@ msgstr "" msgid "SSH password" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "" @@ -6531,23 +6638,23 @@ msgstr "" msgid "Saturday" msgstr "" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "" @@ -6556,7 +6663,7 @@ msgstr "" msgid "Save & Exit" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "" @@ -6568,66 +6675,66 @@ msgstr "" msgid "Save successful!" msgstr "" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "" @@ -6636,11 +6743,11 @@ msgstr "" msgid "Search" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "" @@ -6653,35 +6760,35 @@ msgstr "" msgid "Second" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "" @@ -6689,31 +6796,31 @@ msgstr "" msgid "Select Input" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "" @@ -6721,7 +6828,7 @@ msgstr "" msgid "Select a Node Type" msgstr "" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "" @@ -6735,15 +6842,15 @@ msgstr "" #~ msgid "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "" @@ -6759,16 +6866,16 @@ msgstr "" msgid "Select a metric" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "" @@ -6785,15 +6892,15 @@ msgstr "" msgid "Select a row to deny" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "" @@ -6803,10 +6910,10 @@ msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -6822,12 +6929,12 @@ msgstr "" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "" @@ -6849,28 +6956,37 @@ msgstr "" msgid "Select an instance and a metric to show chart" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" + #: src/screens/Template/shared/JobTemplateForm.jsx:324 #~ msgid "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -6910,25 +7026,29 @@ msgstr "" msgid "Select tags" msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "" + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "" -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "" @@ -6936,24 +7056,24 @@ msgstr "" #~ msgid "Select the custom Python virtual environment for this inventory source sync to run on." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "" #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -6975,16 +7095,16 @@ msgstr "" #~ msgid "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." #~ msgstr "" -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." @@ -6994,7 +7114,7 @@ msgstr "" #~ msgid "Select the project containing the playbook you want this job to execute." #~ msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "" @@ -7002,43 +7122,43 @@ msgstr "" msgid "Select {0}" msgstr "" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "" @@ -7054,16 +7174,16 @@ msgstr "" msgid "Service account JSON file" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "" -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "" @@ -7071,27 +7191,27 @@ msgstr "" msgid "Set source path to" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "" -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "" @@ -7099,32 +7219,32 @@ msgstr "" msgid "Setting category" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "" @@ -7132,8 +7252,8 @@ msgstr "" msgid "Show all groups" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "" @@ -7145,43 +7265,43 @@ msgstr "" msgid "Show only root groups" msgstr "" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "" @@ -7190,27 +7310,36 @@ msgstr "" msgid "Simple key select" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -7228,14 +7357,14 @@ msgid "Skipped" msgstr "" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "" @@ -7244,19 +7373,19 @@ msgid "Smart Inventory not found." msgstr "" #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "" @@ -7273,55 +7402,55 @@ msgstr "" msgid "Sort question order" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7329,30 +7458,30 @@ msgid "Source Control URL" msgstr "" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "" @@ -7360,7 +7489,7 @@ msgstr "" msgid "Source phone number" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "" @@ -7369,7 +7498,7 @@ msgstr "" msgid "Sourced from a project" msgstr "" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "" @@ -7394,52 +7523,52 @@ msgstr "" #~ msgid "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." #~ msgstr "" -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 msgid "Specify the conditions under which this node should be executed" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "" @@ -7452,30 +7581,32 @@ msgstr "" msgid "Start sync source" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "" @@ -7485,7 +7616,7 @@ msgstr "" msgid "Submit" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7495,8 +7626,8 @@ msgid "" "flag to git submodule update." msgstr "" -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7510,15 +7641,15 @@ msgstr "" msgid "Subscription Management" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "" @@ -7526,7 +7657,7 @@ msgstr "" msgid "Subscription type" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "" @@ -7538,18 +7669,18 @@ msgstr "" msgid "Subversion" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "" @@ -7560,7 +7691,7 @@ msgstr "" msgid "Successful" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "" @@ -7575,16 +7706,16 @@ msgstr "" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "" @@ -7592,7 +7723,7 @@ msgstr "" msgid "Survey Toggle" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "" @@ -7600,66 +7731,69 @@ msgstr "" msgid "Survey questions" msgstr "" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "" -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "" @@ -7669,15 +7803,24 @@ msgid "Tabs" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -7690,7 +7833,7 @@ msgstr "" #~ msgid "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "" @@ -7698,9 +7841,9 @@ msgstr "" msgid "Tags for the annotation (optional)" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -7711,24 +7854,24 @@ msgstr "" msgid "Task" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "" @@ -7736,24 +7879,24 @@ msgstr "" msgid "Team not found." msgstr "" +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "" @@ -7762,59 +7905,59 @@ msgstr "" msgid "Template not found." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "" @@ -7822,11 +7965,11 @@ msgstr "" msgid "The" msgstr "" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "" @@ -7841,7 +7984,7 @@ msgstr "" #~ msgid "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -7863,7 +8006,7 @@ msgstr "" #~ msgid "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 msgid "" "The first fetches all references. The second\n" "fetches the Github pull request number 62, in this example\n" @@ -7874,7 +8017,7 @@ msgstr "" #~ msgid "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." #~ msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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" @@ -7885,7 +8028,7 @@ msgstr "" #~ msgid "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -7898,7 +8041,7 @@ msgstr "" #~ msgid "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "" @@ -7907,11 +8050,11 @@ msgstr "" msgid "The page you requested could not be found." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "" @@ -7920,7 +8063,7 @@ msgstr "" msgid "The resource associated with this node has been deleted." msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -7935,7 +8078,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -7949,19 +8092,19 @@ msgstr "" #~ msgid "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." #~ msgstr "" -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "" -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "" @@ -7973,19 +8116,19 @@ msgstr "" #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 msgid "These arguments are used with the specified module. You can find information about {0} by clicking" msgstr "" @@ -7993,33 +8136,33 @@ msgstr "" msgid "Third" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 msgid "This container group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 msgid "This credential is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 msgid "This credential type is currently being used by some credentials and cannot be deleted" msgstr "" @@ -8037,40 +8180,40 @@ msgid "" "Insights Analytics to Tower subscribers." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "" @@ -8082,19 +8225,19 @@ msgstr "" msgid "This field must be greater than 0" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "" @@ -8102,64 +8245,68 @@ msgstr "" msgid "This field must not exceed {max} characters" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 msgid "This field will be retrieved from an external secret management system using the specified credential." msgstr "" -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?" msgstr "" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 msgid "This is the only time the token value and associated refresh token value will be shown." msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 msgid "This job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 msgid "This organization is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "" @@ -8173,11 +8320,11 @@ msgstr "" #~ msgid "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" @@ -8197,7 +8344,7 @@ msgstr "" msgid "Time" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -8211,7 +8358,7 @@ msgstr "" #~ msgid "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." #~ msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -8224,16 +8371,16 @@ msgstr "" #~ msgid "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." #~ msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "" @@ -8249,7 +8396,7 @@ msgstr "" msgid "Toggle Legend" msgstr "" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "" @@ -8257,50 +8404,50 @@ msgstr "" msgid "Toggle Tools" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "" @@ -8320,18 +8467,18 @@ msgstr "" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "" @@ -8340,35 +8487,35 @@ msgid "Total Jobs" msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "" @@ -8383,21 +8530,21 @@ msgid "Tuesday" msgstr "" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8408,41 +8555,44 @@ msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "" @@ -8451,15 +8601,15 @@ msgid "Unlimited" msgstr "" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "" @@ -8471,39 +8621,39 @@ msgstr "" msgid "Unsaved changes modal" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "" @@ -8511,11 +8661,11 @@ msgstr "" msgid "Updating" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "" @@ -8525,17 +8675,17 @@ msgstr "" #~ msgid "Use Default Ansible Environment" #~ msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "" @@ -8553,36 +8703,36 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "" @@ -8596,7 +8746,7 @@ msgstr "" msgid "User and Insights analytics" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "" @@ -8608,42 +8758,42 @@ msgstr "" msgid "User tokens" msgstr "" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "" @@ -8651,56 +8801,56 @@ msgstr "" msgid "VMware vCenter" msgstr "" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "" @@ -8712,16 +8862,16 @@ msgstr "" msgid "View Activity Stream settings" msgstr "" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "" @@ -8733,21 +8883,21 @@ msgstr "" msgid "View Google OAuth 2.0 settings" msgstr "" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "" @@ -8759,7 +8909,7 @@ msgstr "" msgid "View Job Details" msgstr "" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "" @@ -8767,7 +8917,7 @@ msgstr "" msgid "View LDAP Settings" msgstr "" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "" @@ -8775,7 +8925,7 @@ msgstr "" msgid "View Miscellaneous System settings" msgstr "" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "" @@ -8783,15 +8933,15 @@ msgstr "" msgid "View Project Details" msgstr "" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "" @@ -8804,7 +8954,7 @@ msgstr "" msgid "View Survey" msgstr "" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "" @@ -8817,7 +8967,7 @@ msgstr "" msgid "View Template Details" msgstr "" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "" @@ -8842,7 +8992,7 @@ msgstr "" msgid "View activity stream" msgstr "" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "" @@ -8850,12 +9000,12 @@ msgstr "" msgid "View all Hosts." msgstr "" -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "" @@ -8872,7 +9022,7 @@ msgstr "" msgid "View all Notification Templates." msgstr "" -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "" @@ -8897,7 +9047,7 @@ msgstr "" msgid "View all Workflow Approvals." msgstr "" -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "" @@ -8909,8 +9059,8 @@ msgstr "" msgid "View all execution environments" msgstr "" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "" @@ -8918,11 +9068,11 @@ msgstr "" msgid "View all management jobs" msgstr "" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "" @@ -8930,7 +9080,7 @@ msgstr "" #~ msgid "View and edit your license information" #~ msgstr "" -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "" @@ -8947,7 +9097,7 @@ msgstr "" msgid "View job {0}" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "" @@ -8955,18 +9105,18 @@ msgstr "" msgid "View smart inventory host details" msgstr "" -#: routeConfig.js:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "" @@ -8976,7 +9126,7 @@ msgid "Waiting" msgstr "" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "" @@ -8984,23 +9134,23 @@ msgstr "" msgid "Warning: Unsaved Changes" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "" #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "" @@ -9008,41 +9158,41 @@ msgstr "" msgid "Webhook Credentials" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "" @@ -9055,7 +9205,7 @@ msgstr "" msgid "Wednesday" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "" @@ -9067,7 +9217,7 @@ msgstr "" msgid "Weekend day" msgstr "" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "" @@ -9077,8 +9227,8 @@ msgid "" "Please complete the steps below to activate your subscription." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" @@ -9090,8 +9240,8 @@ msgstr "" #~ msgid "When not checked, a merge will be performed, combining local variables with those found on the external source." #~ msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -9115,40 +9265,40 @@ msgstr "" msgid "Workflow Approval not found." msgstr "" -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "" @@ -9161,28 +9311,28 @@ msgstr "" msgid "Workflow Template" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "" @@ -9198,27 +9348,27 @@ msgstr "" msgid "Workflow node view modal" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "" @@ -9226,7 +9376,7 @@ msgstr "" msgid "YAML:" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "" @@ -9234,19 +9384,19 @@ msgstr "" msgid "Yes" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "" -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "" @@ -9258,7 +9408,7 @@ msgstr "" msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" msgstr "" @@ -9272,7 +9422,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "" @@ -9280,43 +9430,39 @@ msgstr "" msgid "Your session is about to expire" msgstr "" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 msgid "a new webhook key will be generated on save." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 msgid "a new webhook url will be generated on save." msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "" @@ -9324,22 +9470,26 @@ msgstr "" msgid "brand logo" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "" @@ -9348,37 +9498,37 @@ msgstr "" #~ msgid "controller instance" #~ msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "" @@ -9386,7 +9536,7 @@ msgstr "" msgid "encrypted" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "" @@ -9394,7 +9544,7 @@ msgstr "" #~ msgid "for more details." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "" @@ -9406,32 +9556,32 @@ msgstr "" #~ msgid "groups" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "" -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "" @@ -9449,11 +9599,11 @@ msgstr "" msgid "items" msgstr "" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "" @@ -9470,7 +9620,6 @@ msgid "move up" msgstr "" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "" @@ -9478,7 +9627,7 @@ msgstr "" msgid "of" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "" @@ -9515,7 +9664,7 @@ msgstr "" msgid "resource type" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "" @@ -9523,7 +9672,7 @@ msgstr "" msgid "sec" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "" @@ -9531,11 +9680,11 @@ msgstr "" msgid "select module" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "" @@ -9547,35 +9696,39 @@ msgstr "" msgid "team name" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "" +#~ msgid "type" +#~ msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "" @@ -9611,7 +9764,7 @@ msgstr "" msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "" @@ -9643,7 +9796,7 @@ msgstr "" msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "" @@ -9655,11 +9808,11 @@ msgstr "" msgid "{0} more" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "" @@ -9671,6 +9824,10 @@ msgstr "" msgid "{dateStr} by <0>{username}" msgstr "" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "" diff --git a/awx/ui_next/src/locales/fr/messages.po b/awx/ui_next/src/locales/fr/messages.po index 26e6196aef75..e453252b741a 100644 --- a/awx/ui_next/src/locales/fr/messages.po +++ b/awx/ui_next/src/locales/fr/messages.po @@ -16,13 +16,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "(10 premiers seulement)" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "(Me le demander au lancement)" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 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é." @@ -34,77 +34,77 @@ msgstr "Activer les tâches parallèles" msgid "- Enable Webhooks" msgstr "Activer Webhooks" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "/ (project root)" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "0 (Normal)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "0 (Avertissement)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "1 (info)" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "1 (Verbeux)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "2 (Déboguer)" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "2 (Verbeux +)" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "3 (Déboguer)" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "4 (Débogage de la connexion)" @@ -112,7 +112,7 @@ msgstr "4 (Débogage de la connexion)" msgid "5 (WinRM Debug)" msgstr "5 (Débogage WinRM)" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" @@ -123,16 +123,16 @@ msgstr "" #~ msgid "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." #~ msgstr "Refspec à récupérer (passé au module git Ansible). Ce paramètre permet d'accéder aux références via le champ de branche non disponible par ailleurs." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "Service API/Clé d’intégration" @@ -144,25 +144,25 @@ msgstr "Token API" msgid "API service/integration key" msgstr "Service API/Clé d’intégration" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "À propos de " -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "Accès" @@ -172,7 +172,7 @@ msgstr "Accès" msgid "Access Token Expiration" msgstr "Expiration du jeton d'accès" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "SID de compte" @@ -181,65 +181,73 @@ msgstr "SID de compte" msgid "Account token" msgstr "Token de compte" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "Action" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "Actions" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "Activité" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "Flux d’activité" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "Flux d’activité" @@ -251,7 +259,7 @@ msgstr "Sélecteur de type de flux d'activité" msgid "Actor" msgstr "Acteur" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -268,28 +276,28 @@ msgstr "Ajouter un lien" msgid "Add Node" msgstr "Ajouter un nœud" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "Ajouter une question" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "Ajouter des rôles" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "Ajouter des rôles d’équipe" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "Ajouter des rôles d'utilisateur" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "Ajouter un nouveau noeud" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "Ajouter un nouveau nœud entre ces deux nœuds" @@ -297,11 +305,11 @@ msgstr "Ajouter un nouveau nœud entre ces deux nœuds" msgid "Add container group" msgstr "Ajouter un groupe de conteneurs" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "Ajouter un groupe existant" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "Ajouter une hôte existant" @@ -317,11 +325,11 @@ msgstr "Ajouter un inventaire" msgid "Add job template" msgstr "Ajouter un modèle de job" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "Ajouter un nouveau groupe" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "Ajouter un nouvel hôte" @@ -333,11 +341,11 @@ msgstr "Ajouter un type de ressource" msgid "Add smart inventory" msgstr "Ajouter un inventaire smart" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "Ajouter les permissions de l'équipe" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "Ajouter les permissions de l’utilisateur" @@ -349,26 +357,26 @@ msgstr "Ajouter un modèle de flux de travail" #~ msgid "Adminisration" #~ msgstr "Administration" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "Administration" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "Avancé" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "Saisie de la valeur de la recherche avancée" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -393,12 +401,12 @@ msgstr "" msgid "Agree to the end user license agreement and click submit." msgstr "" -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "Modal d'alerte" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "Tous" @@ -406,9 +414,9 @@ msgstr "Tous" msgid "All job types" msgstr "Tous les types de tâche" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "Autoriser le remplacement de la branche" @@ -417,7 +425,7 @@ msgstr "Autoriser le remplacement de la branche" msgid "Allow Provisioning Callbacks" msgstr "Autoriser les rappels d’exécution" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." @@ -427,14 +435,14 @@ msgstr "" #~ msgid "Allow changing the Source Control branch or revision in a job template that uses this project." #~ msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "Liste des URI autorisés, séparés par des espaces" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "Toujours" @@ -465,7 +473,6 @@ msgid "Ansible Tower" msgstr "Ansible Tower" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "Documentation Ansible Tower" @@ -481,11 +488,11 @@ msgstr "Documentation Ansible Tower" msgid "Answer type" msgstr "Type de réponse" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "Nom de variable de réponse" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "" @@ -496,7 +503,7 @@ msgstr "" msgid "Application" msgstr "Application" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "Nom d'application" @@ -504,8 +511,8 @@ msgstr "Nom d'application" msgid "Application access token" msgstr "Jeton d'accès de l’application" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "Informations sur l’application" @@ -520,12 +527,12 @@ msgid "Application not found." msgstr "Application non trouvée." #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "Applications" @@ -533,8 +540,8 @@ msgstr "Applications" msgid "Applications & Tokens" msgstr "Applications & Jetons" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -542,18 +549,18 @@ msgstr "Approbation" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "Approuver" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "Approuvé" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "Approuvé par {0} - {1}" @@ -573,7 +580,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer :" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "Voulez-vous vraiment quitter le flux de travail Creator sans enregistrer vos modifications ?" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 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 ?" @@ -589,30 +596,30 @@ msgstr "Êtes-vous sûr de vouloir supprimer ce lien ?" msgid "Are you sure you want to remove this node?" msgstr "Êtes-vous sûr de vouloir supprimer ce nœud ?" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "Êtes-vous sûr de vouloir supprimer {0} l’accès à {1}? Cela risque d’affecter tous les membres de l'équipe." -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "Êtes-vous sûr de vouloir supprimer {0} l’accès de {1} ?" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 msgid "Are you sure you want to submit the request to cancel this job?" msgstr "Voulez-vous vraiment demander l'annulation de ce job ?" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "Arguments" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "Artefacts" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "Associé" @@ -620,11 +627,11 @@ msgstr "Associé" msgid "Associate role error" msgstr "Erreur de rôle d’associé" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "Association modale" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "Au moins une valeur doit être sélectionnée pour ce champ." @@ -641,12 +648,12 @@ msgstr "Authentification" msgid "Authorization Code Expiration" msgstr "Expiration du code d'autorisation" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "Type d'autorisation" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "Auto" @@ -654,15 +661,15 @@ msgstr "Auto" msgid "Azure AD" msgstr "Azure AD" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "Paramètres AD Azure" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -673,12 +680,12 @@ msgstr "Retour" msgid "Back to Credentials" msgstr "Retour à Références" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "Naviguer vers le tableau de bord" +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "Retour aux groupes" @@ -709,7 +716,7 @@ msgstr "Retour à Organisations" msgid "Back to Projects" msgstr "Retour aux projets" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "Retour aux horaires" @@ -775,7 +782,7 @@ msgstr "Retour aux groupes d'instances" msgid "Back to management jobs" msgstr "Retour aux Jobs de gestion" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -803,93 +810,101 @@ msgstr "" #~ msgid "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." #~ msgstr "" -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "Brand Image" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "" + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" +msgstr "" + +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "Expiration Délai d’attente du cache" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "Expiration du délai d’attente du cache" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "Expiration du délai d’attente du cache (secondes)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "Annuler" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "Annuler Job" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "Annuler le job" @@ -941,11 +956,11 @@ msgstr "Annuler la source de synchronisation" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "Annulé" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." @@ -956,31 +971,31 @@ msgstr "" #~ msgstr "" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "Capacité" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "La version non sensible à la casse de contains" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "Version non sensible à la casse de endswith." -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "Version non sensible à la casse de exact." -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "Version non sensible à la casse de regex" -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "Version non sensible à la casse de startswith." -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -994,29 +1009,29 @@ msgstr "" msgid "Changed" msgstr "Modifié" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "Modifications" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "Canal" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "Vérifier" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "Vérifiez si le champ donné ou l'objet connexe est nul ; attendez-vous à une valeur booléenne." -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "Vérifiez si la valeur du champ donné est présente dans la liste fournie ; attendez-vous à une liste d'éléments séparés par des virgules." -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr "Choisissez un fichier .json" @@ -1024,11 +1039,11 @@ msgstr "Choisissez un fichier .json" msgid "Choose a Notification Type" msgstr "Choisissez un type de notification" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "Choisissez un répertoire Playbook" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "Choisissez un type de contrôle à la source" @@ -1036,16 +1051,16 @@ msgstr "Choisissez un type de contrôle à la source" msgid "Choose a Webhook Service" msgstr "Choisir un service de webhook" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "Choisir un type de job" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "Choisissez un module" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "Choisissez une source" @@ -1053,7 +1068,7 @@ msgstr "Choisissez une source" msgid "Choose an HTTP method" msgstr "Choisissez une méthode HTTP" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1068,38 +1083,38 @@ msgstr "" msgid "Choose an email option" msgstr "Choisir une option d'email" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "Choisissez les rôles à appliquer aux ressources sélectionnées. Notez que tous les rôles sélectionnés seront appliqués à toutes les ressources sélectionnées." -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "Choisissez les ressources qui recevront de nouveaux rôles. Vous pourrez sélectionner les rôles à postuler lors de l'étape suivante. Notez que les ressources choisies ici recevront tous les rôles choisis à l'étape suivante." -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "Choisissez le type de ressource qui recevra de nouveaux rôles. Par exemple, si vous souhaitez ajouter de nouveaux rôles à un ensemble d'utilisateurs, veuillez choisir Utilisateurs et cliquer sur Suivant. Vous pourrez sélectionner les ressources spécifiques dans l'étape suivante." #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "Nettoyer" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "Effacer tous les filtres" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "Cliquez sur un nœud disponible pour créer un nouveau lien. Cliquez en dehors du graphique pour annuler." @@ -1107,11 +1122,11 @@ msgstr "Cliquez sur un nœud disponible pour créer un nouveau lien. Cliquez en msgid "Click the Edit button below to reconfigure the node." msgstr "Cliquez sur le bouton Modifier ci-dessous pour reconfigurer le nœud." -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "Cliquez sur ce bouton pour vérifier la connexion au système de gestion du secret en utilisant le justificatif d'identité sélectionné et les entrées spécifiées." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "Cliquez pour créer un nouveau lien vers ce nœud." @@ -1119,12 +1134,12 @@ msgstr "Cliquez pour créer un nouveau lien vers ce nœud." msgid "Click to view job details" msgstr "Cliquez pour voir les détails de ce Job" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "ID du client" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "Identifiant client" @@ -1132,25 +1147,25 @@ msgstr "Identifiant client" msgid "Client identifier" msgstr "Identifiant client" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "Question secrète du client" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "Type de client" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "Fermer" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "Cloud" @@ -1159,9 +1174,9 @@ msgid "Collapse" msgstr "Effondrement" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "Commande" @@ -1185,24 +1200,24 @@ msgstr "Commande" msgid "Compliant" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "Jobs parallèles" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "Confirmer Effacer" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "Confirmer le mot de passe" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "Confirmer la suppression" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "Confirmer dissocier" @@ -1222,17 +1237,17 @@ msgstr "Confirmer la suppression de tous les nœuds" msgid "Confirm revert all" msgstr "Confirmer annuler tout" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "Groupe de conteneurs" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "Groupe de conteneurs" @@ -1241,7 +1256,7 @@ msgid "Container group not found." msgstr "Groupe de conteneurs non trouvé." #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "Chargement du contenu" @@ -1259,13 +1274,13 @@ msgstr "" #~ msgid "Control the level of output Ansible will produce for inventory source update jobs." #~ msgstr "Contrôlez le niveau de sortie produit par Ansible pour les tâches d'actualisation de source d'inventaire." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1285,8 +1300,8 @@ msgstr "" msgid "Convergence" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "" @@ -1306,27 +1321,27 @@ msgstr "Erreur de copie" msgid "Copy Execution Environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "Copier l'inventaire" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "Copie du modèle de notification" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "Copier le projet" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "Copier le modèle" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "Copier la révision complète dans le Presse-papiers." -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "" @@ -1334,8 +1349,8 @@ msgstr "" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "Créer" @@ -1345,17 +1360,17 @@ msgstr "Créer" #~ msgstr "" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "Créer une nouvelle application" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "Créer de nouvelles informations d’identification" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "Créer un nouvel hôte" @@ -1364,38 +1379,38 @@ msgid "Create New Job Template" msgstr "Créer un nouveau modèle de Job" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "Créer un nouveau modèle de notification" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "Créer une nouvelle organisation" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "Créer un nouveau projet" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "Créer une nouvelle programmation" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "Créer une nouvelle équipe" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "Créer un nouvel utilisateur" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "Créer un nouveau modèle de flux de travail" @@ -1413,12 +1428,12 @@ msgstr "Créer un nouvel inventaire smart avec le filtre appliqué" #~ msgid "Create instance group" #~ msgstr "Créer un groupe d'instances" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "Créer un nouveau type d'informations d'identification." @@ -1427,22 +1442,22 @@ msgid "Create new credential type" msgstr "Créer un nouveau type d'informations d'identification." #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "Créer un nouveau groupe" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "Créer un nouvel hôte" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "" @@ -1454,21 +1469,21 @@ msgstr "Créer un nouvel inventaire" msgid "Create new smart inventory" msgstr "Créer un nouvel inventaire smart" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "Créer une nouvelle source" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "Créer un jeton d'utilisateur" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1477,40 +1492,40 @@ msgstr "Créer un jeton d'utilisateur" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "Créé" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1524,11 +1539,11 @@ msgstr "Créé" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1536,22 +1551,22 @@ msgstr "Créé" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "Créé par (Nom d'utilisateur)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "Créé par (nom d'utilisateur)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1561,30 +1576,30 @@ msgstr "Créé par (nom d'utilisateur)" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "Information d’identification" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "Nom d’identification" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "Type d'informations d’identification" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "Types d'informations d'identification" @@ -1600,11 +1615,11 @@ msgstr "Mots de passes d’identification" #~ msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." #~ msgstr "Informations d’identification pour s'authentifier auprès de Kubernetes ou OpenShift. Doit être de type \"Kubernetes/OpenShift API Bearer Token\"." -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "" @@ -1612,29 +1627,29 @@ msgstr "" msgid "Credential type not found." msgstr "Type d'informations d’identification non trouvé." -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "Informations d’identification" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "" @@ -1642,19 +1657,19 @@ msgstr "" msgid "Current page" msgstr "Page actuelle" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "Spécifications des pods personnalisés" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 msgid "Custom virtual environment {0} must be replaced by an execution environment." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "" @@ -1662,17 +1677,17 @@ msgstr "" msgid "Customize messages…" msgstr "Personnaliser les messages..." -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "Personnaliser les spécifications du pod" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "SUPPRIMÉ" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "Tableau de bord" @@ -1681,18 +1696,18 @@ msgstr "Tableau de bord" msgid "Dashboard (all activity)" msgstr "Tableau de bord (toutes les activités)" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "Durée de conservation des données" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "Jour" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "Nombre de jours pendant lesquels on peut conserver les données" @@ -1700,7 +1715,7 @@ msgstr "Nombre de jours pendant lesquels on peut conserver les données" msgid "Days remaining" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "" @@ -1713,23 +1728,23 @@ msgstr "Décembre" msgid "Default" msgstr "Par défaut" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "Réponse par défaut" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "Une réponse doit être apportée au choix par défaut parmi les choix énumérés." -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "Définir les fonctions et fonctionnalités niveau système" @@ -1739,48 +1754,48 @@ msgstr "Définir les fonctions et fonctionnalités niveau système" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "Supprimer" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "Supprimer les groupes et les hôtes" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "Supprimer les informations d’identification" @@ -1796,8 +1811,8 @@ msgstr "" #~ msgid "Delete Groups?" #~ msgstr "Supprimer les groupes" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "Supprimer l'hôte" @@ -1805,17 +1820,17 @@ msgstr "Supprimer l'hôte" msgid "Delete Inventory" msgstr "Supprimer l’inventaire" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "Supprimer Job" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "Modèle de découpage de Job" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "Supprimer la notification" @@ -1823,27 +1838,27 @@ msgstr "Supprimer la notification" msgid "Delete Organization" msgstr "Supprimer l'organisation" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "Suppression du projet" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "Supprimer les questions" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "Supprimer la programmation" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "Supprimer le questionnaire" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "Supprimer l’équipe" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "Supprimer l’utilisateur" @@ -1855,16 +1870,16 @@ msgstr "Supprimer un jeton d'utilisateur" msgid "Delete Workflow Approval" msgstr "Supprimer l'approbation du flux de travail" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "Supprimer le modèle de flux de travail " -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "Supprimer tous les nœuds" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "Supprimer l’application" @@ -1872,7 +1887,7 @@ msgstr "Supprimer l’application" msgid "Delete credential type" msgstr "Supprimer le type d'informations d’identification" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "Supprimer l'erreur" @@ -1881,20 +1896,20 @@ msgstr "Supprimer l'erreur" msgid "Delete instance group" msgstr "Supprimer un groupe d'instances" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "Supprimer la source de l'inventaire" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "Supprimer lors de la mise à jour" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "Supprimer l'inventaire smart" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1906,11 +1921,11 @@ msgstr "" #~ msgid "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "Supprimer ce lien" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "Supprimer ce nœud" @@ -1920,7 +1935,7 @@ msgstr "Supprimer {pluralizedItemName} ?" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "Supprimé" @@ -1937,100 +1952,104 @@ msgstr "Erreur de suppression" msgid "Deletion error" msgstr "Erreur de suppression" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "Refusé" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "Refusé par {0} - {1}" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "Refuser" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "Description" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "Canaux de destination" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "Canaux ou utilisateurs de destination" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "Numéro(s) de SMS de destination" @@ -2050,42 +2069,42 @@ msgstr "Canaux ou utilisateurs de destination" #~ msgid "Detail coming soon :)" #~ msgstr "Détail à venir :)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2100,36 +2119,36 @@ msgstr "Canaux ou utilisateurs de destination" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "Détails" @@ -2137,10 +2156,10 @@ msgstr "Détails" msgid "Details tab" msgstr "Onglet Détails" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "Désactiver la vérification SSL" @@ -2152,52 +2171,52 @@ msgstr "Désactiver la vérification SSL" msgid "Disable SSL verification" msgstr "Désactiver la vérification SSL" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "Dissocier" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "Dissocier le groupe de l'hôte ?" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "Dissocier Hôte du Groupe" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "Dissocier l'instance du groupe d'instances ?" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "Dissocier le(s) groupe(s) lié(s) ?" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "Dissocier la ou les équipes liées ?" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "Dissocier le rôle" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "Dissocier le rôle !" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "Dissocier ?" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" @@ -2208,15 +2227,19 @@ msgstr "" #~ msgid "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." #~ msgstr "Diviser le travail effectué à l'aide de ce modèle de travail en un nombre spécifié de tranches de travail (job), chacune exécutant les mêmes tâches sur une partie de l'inventaire." -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "" + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "Télécharger la sortie" @@ -2228,12 +2251,12 @@ msgstr "E-mail" msgid "E-mail options" msgstr "Options d'email" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "Chaque choix de réponse doit figurer sur une ligne distincte." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" @@ -2245,7 +2268,7 @@ msgstr "" #~ msgid "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." #~ msgstr "Chaque fois qu’une tâche s’exécute avec cet inventaire, réalisez une mise à jour de la source sélectionnée avant de lancer le job." -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." @@ -2255,28 +2278,29 @@ msgstr "" #~ msgid "Each time a job runs using this project, update the 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.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2302,14 +2326,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "Modifier" @@ -2318,45 +2342,45 @@ msgstr "Modifier" msgid "Edit Credential" msgstr "Modifier les informations d’identification" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "Modifier la configuration du plug-in Configuration" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "Modifier les détails" @@ -2366,24 +2390,21 @@ msgid "Edit Execution Environment" msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "Modifier le groupe" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "Modifier l’hôte" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "Modifier l'inventaire" @@ -2391,75 +2412,75 @@ msgstr "Modifier l'inventaire" msgid "Edit Link" msgstr "Modifier le lien" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "Modifier le nœud" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "Modèle de notification de modification" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "Modifier l'organisation" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "Modifier le projet" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "Modifier la question" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "Modifier la programmation" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "Modifier la source" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "Modifier l’équipe" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "Modifier le modèle" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "Modifier l’utilisateur" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "Modifier l’application" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "Modifier le type d’identification" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "Modifier les détails" @@ -2467,56 +2488,65 @@ msgstr "Modifier les détails" #~ msgid "Edit form coming soon :)" #~ msgstr "Modifier Formulaire d'édition à venir :)" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "Modifier le groupe d'instances" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "Modifier ce lien" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "Modifier ce nœud" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "Écoulé" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "Temps écoulé" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "Temps écoulé (en secondes) pendant lequel la tâche s'est exécutée." #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "Email" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "Options d'email" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "Activer les tâches parallèles" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "Utiliser le cache des faits" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "Activer/désactiver la vérification de certificat HTTPS" @@ -2525,58 +2555,58 @@ msgstr "Activer/désactiver la vérification de certificat HTTPS" msgid "Enable Privilege Escalation" msgstr "Activer l’élévation des privilèges" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "Activer le webhook" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "Activez le webhook pour ce modèle de flux de travail." -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "Activer le webhook" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "Activer la journalisation externe" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "Activer le système de journalisation traçant des facts individuellement" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "Activer l’élévation des privilèges" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "Activer la connexion simplifiée pour vos applications Tower" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "Activez le webhook pour ce modèle de tâche." #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "Activé" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "Valeur activée" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "Variable activée" -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2584,7 +2614,7 @@ msgid "" "template." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2604,8 +2634,8 @@ msgstr "" #~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template." #~ msgstr "Active la création d'une URL de rappel d’exécution. Avec cette URL, un hôte peut contacter {brandName} et demander une mise à jour de la configuration à l'aide de ce modèle de job." -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "Crypté" @@ -2629,26 +2659,26 @@ msgstr "La fin ne correspondait pas à une valeur attendue" msgid "End user license agreement" msgstr "" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "Veuillez saisir une expression de recherche au moins pour créer un nouvel inventaire Smart." -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "Entrez les injecteurs avec la syntaxe JSON ou YAML. Consultez la documentation d’Ansible Tower pour avoir un exemple de syntaxe." -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "Entrez les variables avec la syntaxe JSON ou YAML. Consultez la documentation d’Ansible Tower pour avoir un exemple de syntaxe." -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 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 "" -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "Entrez les variables d’inventaire avec la syntaxe JSON ou YAML. Utilisez le bouton radio pour basculer entre les deux. Consultez la documentation d’Ansible Tower pour avoir un exemple de syntaxe." @@ -2753,106 +2783,107 @@ msgstr "Entrez les variables avec la syntaxe JSON ou YAML. Utilisez le bouton ra #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "Erreur" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "Message d'erreur" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "Corps du message d'erreur" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2863,13 +2894,13 @@ msgstr "" msgid "Error!" msgstr "Erreur !" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "Événement" @@ -2881,7 +2912,7 @@ msgstr "Afficher les détails de l’événement" msgid "Event detail modal" msgstr "Détail de l'événement modal" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "Récapitulatif de l’événement non disponible" @@ -2889,69 +2920,73 @@ msgstr "Récapitulatif de l’événement non disponible" msgid "Events" msgstr "Événements" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "Correspondance exacte (recherche par défaut si non spécifiée)." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "Voici des exemples d'URL pour le contrôle des sources de GIT :" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "Voici des exemples d'URL pour Remote Archive SCM :" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "Exemples d’URL pour le SCM Subversion :" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "Voici quelques exemples :" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "Exécuter quel que soit l'état final du nœud parent." -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "Exécuter lorsque le nœud parent se trouve dans un état de défaillance." -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 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." -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "Nœud d'exécution" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "" @@ -2973,27 +3008,27 @@ msgstr "Sortir sans sauvegarder" msgid "Expand" msgstr "Développer" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx: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." #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "Expiration" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "Expire" @@ -3006,35 +3041,36 @@ msgstr "" msgid "Expires on UTC" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "Arrive à expiration le {0}" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "Explication" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "Système externe de gestion des secrets" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "Variables supplémentaires" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "TERMINÉ :" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -3044,15 +3080,15 @@ msgstr "Faits" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "Échec" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "Échec du comptage des hôtes" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "Échec Hôtes" @@ -3069,7 +3105,7 @@ msgstr "N'a pas approuvé un ou plusieurs flux de travail." msgid "Failed to approve workflow approval." msgstr "N'a pas approuvé le flux de travail." -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "" @@ -3078,11 +3114,11 @@ msgid "Failed to associate role" msgstr "N'a pas réussi à associer le rôle" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "N'a pas réussi à associer." @@ -3102,49 +3138,49 @@ msgstr "N'a pas réussi à copier les identifiants" msgid "Failed to copy execution environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "N'a pas réussi à copier l'inventaire." -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "Le projet n'a pas été copié." -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "Impossible de copier le modèle." -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "N'a pas réussi à supprimer l’application" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "N'a pas réussi à supprimer l’identifiant." -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "Echec de la suppression du groupe {0}." -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "N'a pas réussi à supprimer l'hôte." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "Impossible de supprimer la source d'inventaire {0}." -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "N'a pas réussi à supprimer l'inventaire." -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "N'a pas réussi à supprimer le modèle de Job." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "N'a pas réussi à supprimer la notification." @@ -3164,12 +3200,12 @@ msgstr "N'a pas réussi à supprimer un ou plusieurs identifiants." msgid "Failed to delete one or more execution environments" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "N'a pas réussi à supprimer un ou plusieurs groupes." #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "N'a pas réussi à supprimer un ou plusieurs hôtes." @@ -3181,7 +3217,7 @@ msgstr "N'a pas réussi à supprimer un ou plusieurs groupes d'instances." msgid "Failed to delete one or more inventories." msgstr "N'a pas réussi à supprimer un ou plusieurs inventaires." -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "N'a pas réussi à supprimer une ou plusieurs sources d'inventaire." @@ -3193,7 +3229,7 @@ msgstr "N'a pas réussi à supprimer un ou plusieurs modèles de Jobs." msgid "Failed to delete one or more jobs." msgstr "N'a pas réussi à supprimer un ou plusieurs Jobs." -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "N'a pas réussi à supprimer un ou plusieurs modèles de notification." @@ -3205,7 +3241,7 @@ msgstr "N'a pas réussi à supprimer une ou plusieurs organisations." msgid "Failed to delete one or more projects." msgstr "N'a pas réussi à supprimer un ou plusieurs projets." -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "N'a pas réussi à supprimer une ou plusieurs progammations." @@ -3225,7 +3261,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.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "N'a pas réussi à supprimer un ou plusieurs utilisateurs." @@ -3233,36 +3269,36 @@ 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.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "N'a pas réussi à supprimer l'organisation." -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "N'a pas réussi à supprimer le projet." -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "N'a pas réussi à supprimer le rôle" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "N'a pas réussi à supprimer le rôle." -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "N'a pas réussi à supprimer la programmation." -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "N'a pas réussi à supprimer l'inventaire smart." -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "N'a pas réussi à supprimer l'équipe." -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "Impossible de supprimer l'utilisateur." @@ -3270,7 +3306,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.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "N'a pas réussi à supprimer le modèle de flux de travail." @@ -3288,28 +3324,28 @@ msgid "Failed to deny workflow approval." msgstr "N'a pas refusé l'approbation du flux de travail." #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "N'a pas réussi à dissocier un ou plusieurs groupes." -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "N'a pas réussi à dissocier un ou plusieurs hôtes." -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "N'a pas réussi à dissocier une ou plusieurs instances." -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "N'a pas réussi à dissocier une ou plusieurs équipes." -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 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." -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3319,15 +3355,15 @@ msgstr "Echec du lancement du Job." msgid "Failed to retrieve configuration." msgstr "Impossible de récupérer la configuration." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "Echec de la récupération de l'objet ressource de noeud complet." -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "Impossible de récupérer les informations d'identification des nœuds." -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "" @@ -3335,31 +3371,35 @@ msgstr "" msgid "Failed to sync inventory source." msgstr "Impossible de synchroniser la source de l'inventaire." -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "Échec de la synchronisation du projet." -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 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.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "Impossible de changer d'hôte." -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "N'a pas réussi à faire basculer l'instance." -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "N'a pas réussi à basculer la notification." -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "Impossible de basculer le calendrier." -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "" + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "N'a pas réussi à mettre à jour l'enquête." @@ -3367,17 +3407,17 @@ 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.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "Échec" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "Faux" @@ -3386,23 +3426,23 @@ msgstr "Faux" msgid "February" msgstr "Février" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "Le champ contient une valeur." -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "Le champ se termine par une valeur." -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "Champ permettant de passer une spécification de pod Kubernetes ou OpenShift personnalisée." -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "Le champ correspond à l'expression régulière donnée." -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "Le champ commence par la valeur." @@ -3410,11 +3450,11 @@ msgstr "Le champ commence par la valeur." msgid "Fifth" msgstr "Cinquième" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "Téléchargement de fichier rejeté. Veuillez sélectionner un seul fichier .json." @@ -3423,11 +3463,11 @@ msgid "File, directory or script" msgstr "Fichier, répertoire ou script" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "Heure de Fin" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "Terminé" @@ -3436,36 +3476,40 @@ msgstr "Terminé" msgid "First" msgstr "Première" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "Prénom" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "Première exécution" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "Tout d'abord, sélectionnez une clé" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "Adapter le graphique à la taille de l'écran disponible" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "Flottement" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3473,7 +3517,7 @@ msgid "" "executing the playbook." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 msgid "" "For job templates, select run to execute the playbook.\n" "Select check to only check playbook syntax, test environment setup,\n" @@ -3485,15 +3529,15 @@ msgstr "" #~ msgid "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." #~ msgstr "Pour les modèles de job, sélectionner «run» (exécuter) pour exécuter le playbook. Sélectionner «check» (vérifier) uniquement pour vérifier la syntaxe du playbook, tester la configuration de l’environnement et signaler les problèmes." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "Pour plus d'informations, reportez-vous à" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "Forks" @@ -3501,7 +3545,7 @@ msgstr "Forks" msgid "Fourth" msgstr "Quatrième" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "Informations sur la fréquence" @@ -3520,23 +3564,23 @@ msgid "Friday" msgstr "Vendredi" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "Informations d’identification Galaxy" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "Les identifiants Galaxy doivent appartenir à une Organisation." -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "" @@ -3548,7 +3592,7 @@ msgstr "" msgid "Git" msgstr "Git" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "GitHub" @@ -3564,12 +3608,12 @@ msgid "GitHub Enterprise" msgstr "GitHub Enterprise" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "Organisation GitHub Enterprise" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "GitHub Enterprise Team" @@ -3583,11 +3627,11 @@ msgstr "Organisation GitHub" msgid "GitHub Team" msgstr "GitHub Team" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "Paramètres de GitHub" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "GitLab" @@ -3601,7 +3645,7 @@ msgstr "" msgid "Globally Available" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "" @@ -3625,16 +3669,16 @@ msgstr "Obtenir la page précédente" msgid "Google Compute Engine" msgstr "Google Compute Engine" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "Paramètres de Google OAuth 2" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "Google OAuth2" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "Grafana" @@ -3642,16 +3686,16 @@ msgstr "Grafana" msgid "Grafana API key" msgstr "Clé API Grafana" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "URL Grafana" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "Supérieur à la comparaison." -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "Supérieur ou égal à la comparaison." @@ -3659,7 +3703,7 @@ msgstr "Supérieur ou égal à la comparaison." msgid "Group" msgstr "Groupe" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "Détails du groupe" @@ -3669,61 +3713,61 @@ msgstr "Type de groupe" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "Groupes" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "En-têtes HTTP" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "Méthode HTTP" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "Aide" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "Masquer" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "HipChat" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "Hôte" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "Clé de configuration de l’hôte" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "Nombre d'hôtes" @@ -3731,16 +3775,16 @@ msgstr "Nombre d'hôtes" msgid "Host Details" msgstr "Détails sur l'hôte" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "Filtre d'hôte" @@ -3748,31 +3792,31 @@ msgstr "Filtre d'hôte" msgid "Host Name" msgstr "Nom d'hôte" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "Informations sur l'hôte" @@ -3785,29 +3829,29 @@ msgstr "Détails sur l'hôte modal" msgid "Host not found." msgstr "Hôte non trouvé." -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 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:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "Hôtes" @@ -3824,7 +3868,7 @@ msgstr "" msgid "Hosts used" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "Heure" @@ -3834,16 +3878,15 @@ msgstr "" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "ID du tableau de bord (facultatif)" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "ID du panneau (facultatif)" @@ -3856,19 +3899,19 @@ msgid "ID of the panel (optional)" msgstr "ID du panneau (facultatif)" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "IRC" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "IRC Nick" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "Adresse du serveur IRC" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "Port du serveur IRC" @@ -3888,15 +3931,15 @@ msgstr "Mot de passe du serveur IRC" msgid "IRC server port" msgstr "Port du serveur IRC" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "Icône URL" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -3910,10 +3953,22 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -3925,7 +3980,7 @@ msgstr "" #~ msgid "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." #~ msgstr "Si cochés, tous les hôtes et groupes qui étaient présent auparavant sur la source externe, mais qui sont maintenant supprimés, seront supprimés de l'inventaire de Tower. Les hôtes et les groupes qui n'étaient pas gérés par la source de l'inventaire seront promus au prochain groupe créé manuellement ou s'il n'y a pas de groupe créé manuellement dans lequel les promouvoir, ils devront rester dans le groupe \"all\" par défaut de cet inventaire." -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." @@ -3935,14 +3990,14 @@ msgstr "" #~ msgid "If enabled, run this playbook as an administrator." #~ msgstr "Si activé, exécuter ce playbook en tant qu'administrateur." -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" @@ -3953,11 +4008,11 @@ msgstr "" #~ msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode." #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." @@ -3967,11 +4022,11 @@ msgstr "" #~ msgid "If enabled, simultaneous runs of this job template will be allowed." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 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.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -3992,12 +4047,12 @@ msgid "" "Red Hat to obtain a trial subscription." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "Si vous souhaitez uniquement supprimer l'accès de cet utilisateur particulier, veuillez le supprimer de l'équipe." -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -4013,15 +4068,15 @@ msgstr "" msgid "Image" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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" @@ -4032,7 +4087,7 @@ msgstr "" #~ msgid "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." #~ msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "" @@ -4051,12 +4106,12 @@ msgid "Initiated by (username)" msgstr "Initié par (nom d'utilisateur)" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "Configuration d'Injector" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "Configuration de l'entrée" @@ -4069,7 +4124,7 @@ msgid "Insights Analytics dashboard" msgstr "" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "Information d’identification d’Insights" @@ -4085,27 +4140,27 @@ msgstr "ID du système Insights" msgid "Instance" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "Filtres de l'instance" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "Groupe d'instance" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "Groupes d'instances" @@ -4114,7 +4169,7 @@ msgid "Instance ID" msgstr "ID d'instance" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "Groupe d'instance" @@ -4122,58 +4177,58 @@ msgstr "Groupe d'instance" msgid "Instance group not found." msgstr "Groupe d'instance non trouvé." -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "Groupes d'instances" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "Instances" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "Entier relatif" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "Adresse électronique invalide" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "Cible de lien invalide. Impossible d'établir un lien avec les dépendants ou les nœuds des ancêtres. Les cycles de graphiques ne sont pas pris en charge." -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 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:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "Inventaires" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "Les inventaires et les sources ne peuvent pas être copiés" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4181,34 +4236,34 @@ msgstr "Les inventaires et les sources ne peuvent pas être copiés" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "Inventaire" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "Inventaire (nom)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "Fichier d'inventaire" @@ -4216,7 +4271,7 @@ msgstr "Fichier d'inventaire" msgid "Inventory ID" msgstr "ID Inventaire" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "" @@ -4224,16 +4279,16 @@ msgstr "" msgid "Inventory Source Sync" msgstr "Sync Source d’inventaire" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "Sources d'inventaire" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4243,7 +4298,7 @@ msgstr "Sync Inventaires" msgid "Inventory Update" msgstr "Mise à jour de l'inventaire" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "Fichier d'inventaire" @@ -4266,19 +4321,19 @@ msgstr "Erreurs de synchronisation des inventaires" #~ msgid "Isolated" #~ msgstr "Isolé" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "Éléments" @@ -4287,16 +4342,17 @@ msgid "Items per page" msgstr "Éléments par page" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "ID JOB :" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "JSON" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "Onglet JSON" @@ -4309,30 +4365,30 @@ msgid "January" msgstr "Janvier" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "Job" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "Erreur d'annulation d'un Job" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "Erreur de suppression d’un Job" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "Découpage de job" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "Découpage de job" @@ -4340,57 +4396,57 @@ msgstr "Découpage de job" msgid "Job Status" msgstr "Statut Job" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "Balises Job" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "Modèle de Job" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "Modèles de Jobs" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes" msgstr "" #: components/JobList/JobList.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "Type de Job" @@ -4410,31 +4466,31 @@ msgstr "Modèles de Jobs" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "Jobs" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "Paramètres Job" @@ -4446,15 +4502,15 @@ msgstr "Juillet" msgid "June" msgstr "Juin" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "Clé" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "Sélection de la clé" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "En-tête de la clé" @@ -4463,35 +4519,35 @@ msgid "Keyword" msgstr "Mot-clé " #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "LDAP" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "LDAP 1" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "LDAP 2" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "LDAP 3" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "LDAP 4" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "LDAP 5" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "Défaut LDAP" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "Paramètres LDAP" @@ -4519,15 +4575,15 @@ msgstr "LDAP5" msgid "Label Name" msgstr "Nom du label" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "Libellés" @@ -4535,55 +4591,58 @@ msgstr "Libellés" msgid "Last" msgstr "Dernier" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "Dernière connexion" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "Dernière modification" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "Nom" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "Dernière exécution" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "Dernière exécution" @@ -4595,52 +4654,57 @@ msgstr "Dernier Job" msgid "Last job run" msgstr "Dernière exécution du Job" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "Dernière modification" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "Lancer" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "Lancer le job de gestion" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "Lacer le modèle." -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "Lancer le Job de gestion" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "Lancer le modèle" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "Lancer le flux de travail" @@ -4656,7 +4720,7 @@ msgstr "Lancé par (Nom d'utilisateur)" msgid "Learn more about Insights Analytics" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "" @@ -4664,11 +4728,11 @@ msgstr "" msgid "Legend" msgstr "Légende" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "Moins que la comparaison." -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "Moins ou égal à la comparaison." @@ -4682,22 +4746,22 @@ msgstr "Moins ou égal à la comparaison." #~ msgid "License settings" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "Limite" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "Lien vers un nœud disponible" @@ -4705,15 +4769,15 @@ msgstr "Lien vers un nœud disponible" msgid "Loading" msgstr "Chargement en cours..." -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "Fuseau horaire local" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "Fuseau horaire local" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "Connexion" @@ -4721,50 +4785,51 @@ msgstr "Connexion" msgid "Log aggregator test sent successfully." msgstr "Envoi réussi du test de l'agrégateur de journalisation." -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "Journalisation" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "Paramètres de journalisation" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "Déconnexion" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "Recherche modale" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "Sélection de la recherche" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "Type de recherche" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "Recherche par type" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "DERNIÈRE SYNCHRONISATION" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "Informations d’identification de la machine" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "Informations d’identification de la machine" @@ -4772,29 +4837,29 @@ msgstr "Informations d’identification de la machine" msgid "Managed by Tower" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "Job de gestion" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "Jobs de gestion" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "Job de gestion" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "Erreur de lancement d'un job de gestion" @@ -4807,13 +4872,13 @@ msgid "Management jobs" msgstr "Jobs de gestion" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "Manuel" @@ -4823,20 +4888,20 @@ msgid "March" msgstr "Mars" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "Mattermost" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "Nombre d'hôtes max." -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "Maximum" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "Longueur maximale" @@ -4845,7 +4910,7 @@ msgid "May" msgstr "Mai" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "Membres" @@ -4865,15 +4930,15 @@ msgstr "" msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "Minimum" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "Longueur minimale" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4883,7 +4948,7 @@ msgstr "" #~ msgid "Minimum number of instances that will be automatically assigned to this group when new instances come online." #~ msgstr "Nombre minimum statique d'instances qui seront automatiquement assignées à ce groupe lors de la mise en ligne de nouvelles instances." -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4893,15 +4958,15 @@ msgstr "" #~ msgid "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." #~ msgstr "Le pourcentage minimum de toutes les instances qui seront automatiquement assignées à ce groupe lorsque de nouvelles instances seront mises en ligne." -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "Minute" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "Système divers" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "Réglages divers du système" @@ -4910,14 +4975,13 @@ msgstr "Réglages divers du système" msgid "Missing" msgstr "Manquant" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -4925,19 +4989,20 @@ msgstr "" msgid "Modified" msgstr "Modifié" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -4951,11 +5016,11 @@ msgstr "Modifié" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -4963,12 +5028,12 @@ msgstr "Modifié" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "Modifié par (nom d'utilisateur)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "Modifié par (nom d'utilisateur)" @@ -4987,52 +5052,54 @@ msgstr "Lun." msgid "Monday" msgstr "Lundi" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "Mois" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "Plus d'informations" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "Plus d'informations pour" +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "Multi-Select" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "Options à choix multiples." -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "Options à choix multiples (sélection multiple)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "Options à choix multiples (une seule sélection)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "Options à choix multiples." -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -5042,15 +5109,15 @@ msgstr "Options à choix multiples." #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -5062,15 +5129,15 @@ msgstr "Options à choix multiples." #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -5085,25 +5152,25 @@ msgstr "Options à choix multiples." #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -5111,76 +5178,81 @@ msgstr "Options à choix multiples." #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5191,15 +5263,22 @@ msgstr "Options à choix multiples." #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "Nom" @@ -5217,8 +5296,8 @@ msgstr "Jamais" msgid "Never Updated" msgstr "Jamais mis à jour" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "N'expire jamais" @@ -5227,19 +5306,20 @@ msgstr "N'expire jamais" msgid "New" msgstr "Nouveau" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "Suivant" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "Exécution suivante" @@ -5247,16 +5327,16 @@ msgstr "Exécution suivante" msgid "No" msgstr "Non" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "Pas de JSON disponible" @@ -5264,15 +5344,15 @@ msgstr "Pas de JSON disponible" msgid "No Jobs" msgstr "Aucun Job" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "Aucune erreur standard disponible" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "Aucune sortie standard disponible" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "Aucune erreurs de synchronisation des inventaires" @@ -5280,26 +5360,26 @@ msgstr "Aucune erreurs de synchronisation des inventaires" msgid "No items found." msgstr "Aucun objet trouvé." -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "Aucun résultat trouvé" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "Aucun résultat trouvé" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "Aucune question d'enquête trouvée." -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "Aucun(e) {pluralizedItemName} trouvé(e)" @@ -5308,7 +5388,7 @@ msgstr "Aucun(e) {pluralizedItemName} trouvé(e)" msgid "Node Type" msgstr "Type de nœud" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "Type de nœud" @@ -5320,12 +5400,12 @@ msgstr "Aucun" msgid "None (Run Once)" msgstr "Aucun (Éxecution unique)" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "Aucune (éxecution unique)" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "Utilisateur normal" @@ -5334,16 +5414,16 @@ msgstr "Utilisateur normal" msgid "Not Found" msgstr "Introuvable" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "Non configuré" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "Non configuré pour la synchronisation de l'inventaire." -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 msgid "" "Note that only hosts directly in this group can\n" "be disassociated. Hosts in sub-groups must be disassociated\n" @@ -5354,7 +5434,8 @@ msgstr "" #~ msgid "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." #~ msgstr "Notez que seuls les hôtes qui sont directement dans ce groupe peuvent être dissociés. Les hôtes qui se trouvent dans les sous-groupes doivent être dissociés directement au niveau du sous-groupe auquel ils appartiennent." -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5363,12 +5444,12 @@ msgid "" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" #: src/screens/Host/HostGroups/HostGroupsList.jsx:212 #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." @@ -5378,11 +5459,11 @@ msgstr "" #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." #~ msgstr "Notez que vous pouvez toujours voir le groupe dans la liste après l'avoir dissocié si l'hôte est également membre des dépendants de ce groupe. Cette liste montre tous les groupes auxquels l'hôte est associé directement et indirectement." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "REMARQUE : ce champ suppose que le nom distant est \"origin\"." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5400,7 +5481,7 @@ msgstr "" #~ msgid "Notifcations" #~ msgstr "Notifcations" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "Couleur des notifications" @@ -5410,15 +5491,15 @@ msgid "Notification Template not found." msgstr "Modèle de notification introuvable." #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "Modèles de notification" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "Type de notification" @@ -5426,31 +5507,31 @@ msgstr "Type de notification" msgid "Notification color" msgstr "Couleur de la notification" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "Type de notification" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "Notifications" @@ -5474,53 +5555,53 @@ msgstr "Occurrences" msgid "October" msgstr "Octobre" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "Désactivé" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "Le" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "En cas d'échec" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "En cas de succès" @@ -5532,7 +5613,7 @@ msgstr "À la date du" msgid "On days" msgstr "Tels jours" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "Grouper seulement par" @@ -5540,12 +5621,12 @@ msgstr "Grouper seulement par" msgid "OpenStack" msgstr "OpenStack" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "Détails de l'option" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 msgid "" "Optional labels that describe this job template,\n" "such as 'dev' or 'test'. Labels can be used to group and filter\n" @@ -5557,26 +5638,26 @@ msgstr "" #~ msgid "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." #~ msgstr "Libellés facultatifs décrivant ce modèle de job, par exemple 'dev' ou 'test'. Les libellés peuvent être utilisés pour regrouper et filtrer les modèles de job et les jobs terminés." -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "En option, sélectionnez les informations d'identification à utiliser pour renvoyer les mises à jour de statut au service webhook." -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "Options" @@ -5584,44 +5665,45 @@ msgstr "Options" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "Organisation" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "Organisation (Nom)" @@ -5634,17 +5716,17 @@ msgid "Organization not found." msgstr "Organisation non trouvée." #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "Organisations" @@ -5657,22 +5739,22 @@ msgid "Out of compliance" msgstr "" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "Sortie" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "Remplacer" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "Remplacer les variables" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "Remplacer les variables" @@ -5685,11 +5767,11 @@ msgid "PUT" msgstr "PLACER" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "Pagerduty" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "Sous-domaine Pagerduty" @@ -5701,44 +5783,52 @@ msgstr "Sous-domaine Pagerduty" msgid "Pagination" msgstr "Pagination" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "Pan En bas" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "Pan Gauche" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "Pan droite" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "Pan En haut" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 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 :" #: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "Mot de passe" @@ -5759,15 +5849,15 @@ msgstr "La semaine dernière" msgid "Pending" msgstr "En attente" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "En attente d'approbation des flux de travail" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "En attente de suppression" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "Effectuez une recherche ci-dessus pour définir un filtre d'hôte" @@ -5779,43 +5869,43 @@ msgstr "Jeton d'accès personnel" msgid "Play" msgstr "Lancer" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "Compte de jeux" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "Playbook" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "Répertoire de playbook" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "Exécution du playbook" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "" @@ -5830,28 +5920,28 @@ msgstr "Nom du playbook" msgid "Playbook run" msgstr "Exécution du playbook" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "Lancements" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "Veuillez ajouter des questions d'enquête." -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "Veuillez ajouter {brandName} pour remplir cette liste" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "Veuillez cliquer sur le bouton de démarrage pour commencer." -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "Veuillez entrer une URL valide" @@ -5859,19 +5949,19 @@ msgstr "Veuillez entrer une URL valide" msgid "Please enter a value." msgstr "Entrez une valeur." -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "Veuillez choisir un numéro de jour entre 1 et 31." -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "Sélectionnez un inventaire ou cochez l’option Me le demander au lancement." -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 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.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 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." @@ -5885,20 +5975,29 @@ msgid "Policy instance minimum" msgstr "Instances de stratégies minimum" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "Pourcentage d'instances de stratégie" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 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.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" @@ -5906,22 +6005,22 @@ msgstr "" #~ msgid "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "Port" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "" #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "Prévisualisation" @@ -5929,7 +6028,7 @@ msgstr "Prévisualisation" msgid "Private key passphrase" msgstr "Phrase de passe pour la clé privée" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "Élévation des privilèges" @@ -5937,26 +6036,26 @@ msgstr "Élévation des privilèges" msgid "Privilege escalation password" msgstr "Mot de passe pour l’élévation des privilèges" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "Projet" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "Chemin de base du projet" @@ -5978,50 +6077,50 @@ msgid "Project sync failures" msgstr "Erreurs de synchronisation du projet" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "Projets" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "Promouvoir les groupes de dépendants et les hôtes" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "Invite" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "Invite Remplacements" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "Me le demander au lancement" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "Valeurs incitatrices" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "Invites" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -6043,11 +6142,11 @@ msgstr "" #~ msgid "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." #~ msgstr "Entrez un modèle d’hôte pour limiter davantage la liste des hôtes qui seront gérés ou attribués par le playbook. Plusieurs modèles sont autorisés. Voir la documentation Ansible pour plus d'informations et pour obtenir des exemples de modèles." -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 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.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." @@ -6057,7 +6156,7 @@ msgstr "" #~ msgid "Provide key/value pairs using either YAML or JSON." #~ msgstr "Fournir les paires clé/valeur en utilisant soit YAML soit JSON." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -6069,39 +6168,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "URL de rappel d’exécution " -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "Détails de rappel d’exécution" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "Rappels d’exécution " #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "Question" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "RADIUS" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "Paramètres RADIUS" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "Lecture" @@ -6113,7 +6216,7 @@ msgstr "Jobs récents" msgid "Recent Jobs list tab" msgstr "Onglet Liste des Jobs récents" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "Modèles récents" @@ -6121,7 +6224,7 @@ msgstr "Modèles récents" msgid "Recent Templates list tab" msgstr "Onglet Liste des modèles récents" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "Liste de destinataires" @@ -6145,19 +6248,19 @@ msgstr "Red Hat Satellite 6" msgid "Red Hat Virtualization" msgstr "Red Hat Virtualization" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "Redirection d'URIs." -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "Redirection d'urs." @@ -6169,7 +6272,7 @@ msgstr "" msgid "Redirecting to subscription detail" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." @@ -6179,7 +6282,7 @@ msgstr "" #~ msgid "Refer to the Ansible documentation for details about the configuration file." #~ msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "Actualiser Jeton" @@ -6188,34 +6291,34 @@ msgstr "Actualiser Jeton" msgid "Refresh Token Expiration" msgstr "Actualiser l’expiration du jeton" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "Régions" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "Expression régulière où seuls les noms d'hôtes correspondants seront importés. Le filtre est appliqué comme une étape de post-traitement après l'application de tout filtre de plugin d'inventaire." -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "Groupes liés" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "Relancer" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "Relancer le Job" @@ -6232,8 +6335,8 @@ msgstr "Relancer les hôtes défaillants" msgid "Relaunch on" msgstr "Relancer sur" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "Relancer en utilisant les paramètres de l'hôte" @@ -6263,31 +6366,31 @@ msgstr "Supprimer le lien" msgid "Remove Node" msgstr "Supprimer le nœud" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "Supprimez toutes les modifications locales avant d’effectuer une mise à jour." -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "Supprimer l’accès {0}" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "Supprimer {0} chip" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "La suppression de ce lien rendra le reste de la branche orphelin et entraînera son exécution dès le lancement." -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "Fréquence de répétition" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "" @@ -6297,7 +6400,7 @@ msgid "Request subscription" msgstr "" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "Obligatoire" @@ -6306,32 +6409,32 @@ msgid "Resource deleted" msgstr "Ressource supprimée" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "Nom de la ressource" +#~ msgid "Resource name" +#~ msgstr "Nom de la ressource" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "Rôle de ressource" +#~ msgid "Resource role" +#~ msgstr "Rôle de ressource" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "Type de ressources" +#~ msgid "Resource type" +#~ msgstr "Type de ressources" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "Ressources" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "Ressources manquantes dans ce modèle." -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "Rétablir la valeur initiale." -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6343,32 +6446,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "Renvoi" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "" -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "Renvoie les résultats qui ont des valeurs autres que celle-ci ainsi que d'autres filtres." -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "Retourne des résultats qui satisfont à ce filtre ainsi qu'à d'autres filtres. Il s'agit du type d'ensemble par défaut si rien n'est sélectionné." -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "Retourne les résultats qui satisfont à ce filtre ou à tout autre filtre." -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "Rétablir" @@ -6376,12 +6479,12 @@ msgstr "Rétablir" msgid "Revert all" msgstr "Tout rétablir" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "Revenir aux valeurs par défaut" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "" @@ -6389,60 +6492,63 @@ msgstr "" msgid "Revert settings" msgstr "Inverser les paramètres" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "Revenir à la valeur usine par défaut." -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "Révision" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "Révision n°" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "Rocket.Chat" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "Rôle" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "Rôles" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "Exécuter" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "Éxecuter Commande" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "Éxecuter Commande" @@ -6450,7 +6556,7 @@ msgstr "Éxecuter Commande" msgid "Run every" msgstr "Exécutez tous les" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "Fréquence d'exécution" @@ -6463,12 +6569,12 @@ msgid "Run type" msgstr "Type d’exécution" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "En cours d'exécution" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "" @@ -6476,16 +6582,16 @@ msgstr "" msgid "Running Jobs" msgstr "Jobs en cours d'exécution" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "Jobs en cours d'exécution" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "SAML" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "Paramètres SAML" @@ -6494,7 +6600,7 @@ msgid "SCM update" msgstr "Mise à jour SCM" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "SOCIAL" @@ -6502,18 +6608,19 @@ msgstr "SOCIAL" msgid "SSH password" msgstr "Mot de passe SSH" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "Connexion SSL" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "DÉMARRER" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "ÉTAT :" @@ -6526,23 +6633,23 @@ msgstr "Sam." msgid "Saturday" msgstr "Samedi" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "Enregistrer" @@ -6551,7 +6658,7 @@ msgstr "Enregistrer" msgid "Save & Exit" msgstr "Sauvegarde & Sortie" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "Enregistrez et activez l'agrégation de journalisation avant de tester l'agrégateur de journalisation." @@ -6563,66 +6670,66 @@ msgstr "Enregistrer les changements de liens" msgid "Save successful!" msgstr "" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "Détails de programmation" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "Détails de programmation" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "Le planning est actif." -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "Le planning est inactif." -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "La programmation manque de règles" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "Programmations" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "Champ d'application" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "Faites défiler d'abord" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "Défilement en dernier" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "Faites défiler la page suivante" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "Faire défiler la page précédente" @@ -6631,11 +6738,11 @@ msgstr "Faire défiler la page précédente" msgid "Search" msgstr "Rechercher" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "Bouton de soumission de recherche" @@ -6648,35 +6755,35 @@ msgstr "Saisie de texte de recherche" msgid "Second" msgstr "Deuxième" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "Secondes" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "Voir les erreurs sur la gauche" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "Sélectionner" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "Sélectionner les groupes" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "Sélectionner les hôtes" @@ -6684,31 +6791,31 @@ msgstr "Sélectionner les hôtes" msgid "Select Input" msgstr "Sélectionnez une entrée" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "Sélectionner les instances" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "Sélectionnez les éléments" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "Sélectionnez les éléments de la liste" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "Sélectionnez les rôles à appliquer" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "Sélectionner des équipes" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "Sélectionnez une clé de compte de service formatée en JSON pour remplir automatiquement les champs suivants." @@ -6716,7 +6823,7 @@ msgstr "Sélectionnez une clé de compte de service formatée en JSON pour rempl msgid "Select a Node Type" msgstr "Sélectionnez un type de nœud" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "Sélectionnez un type de ressource" @@ -6730,15 +6837,15 @@ msgstr "" #~ msgid "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "Sélectionnez une branche pour le flux de travail. Cette branche est appliquée à tous les nœuds de modèle de tâche qui demandent une branche." -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "Sélectionnez une branche pour le flux de travail. Cette branche est appliquée à tous les nœuds de modèle de tâche qui demandent une branche." -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "Sélectionnez un type d’identifiant" @@ -6754,16 +6861,16 @@ msgstr "Sélectionnez un Job à annuler" msgid "Select a metric" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "Sélectionnez un module" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "Choisir un playbook" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "" @@ -6780,15 +6887,15 @@ msgstr "Sélectionnez une ligne à supprimer" msgid "Select a row to deny" msgstr "Sélectionnez une ligne pour refuser" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "Sélectionnez une ligne à dissocier" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "Sélectionnez une date et une heure valables pour ce champ" @@ -6798,10 +6905,10 @@ msgstr "Sélectionnez une date et une heure valables pour ce champ" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -6817,12 +6924,12 @@ msgstr "Sélectionnez une date et une heure valables pour ce champ" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "Sélectionnez une valeur pour ce champ" @@ -6844,28 +6951,37 @@ msgstr "" msgid "Select an instance and a metric to show chart" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "Sélectionnez un inventaire pour le flux de travail. Cet inventaire est appliqué à tous les nœuds de modèle de tâche qui demandent un inventaire." -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" + #: src/screens/Template/shared/JobTemplateForm.jsx:324 #~ msgid "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." #~ msgstr "Sélectionnez les informations d'identification permettant à Tower d'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\" requiert la sélection des informations d'identification de la machine lors de l'exécution. Si vous sélectionnez des informations d'identification ET que vous cochez la case \"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.jsx:89 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -6905,25 +7021,29 @@ msgstr "Sélectionner le chemin d'accès de la source" msgid "Select tags" msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "" + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "Sélectionnez les groupes d'instances sur lesquels exécuter cet inventaire." -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "Sélectionnez les groupes d'instances sur lesquels exécuter cette organisation." -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "Sélectionnez l'application à laquelle ce jeton appartiendra." -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "Sélectionnez les informations d’identification qu’il vous faut utiliser lors de l’accès à des hôtes distants pour exécuter la commande. Choisissez les informations d’identification contenant le nom d’utilisateur et la clé SSH ou le mot de passe dont Ansible aura besoin pour se connecter aux hôtes distants." @@ -6931,24 +7051,24 @@ msgstr "Sélectionnez les informations d’identification qu’il vous faut util #~ msgid "Select the custom Python virtual environment for this inventory source sync to run on." #~ msgstr "Sélectionnez l'environnement virtuel Python personnalisé sur lequel exécuter cette source d'inventaire." -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "" #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -6970,16 +7090,16 @@ msgstr "" #~ msgid "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." #~ msgstr "Sélectionnez le fichier d'inventaire à synchroniser par cette source. Vous pouvez le choisir dans le menu déroulant ou saisir un fichier dans l'entrée." -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "Sélectionnez l'inventaire auquel cet hôte appartiendra." -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "Sélectionnez le playbook qui devra être exécuté par cette tâche." -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." @@ -6989,7 +7109,7 @@ msgstr "" #~ msgid "Select the project containing the playbook you want this job to execute." #~ msgstr "Sélectionnez le projet contenant le playbook que ce job devra exécuter." -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "" @@ -6997,43 +7117,43 @@ msgstr "" msgid "Select {0}" msgstr "Sélectionnez {0}" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "Sélectionné" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "Catégorie sélectionnée" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "Envoyez un message de journal de test à l'agrégateur de journalisation configuré." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "E-mail de l’expéditeur" @@ -7049,16 +7169,16 @@ msgstr "Septembre" msgid "Service account JSON file" msgstr "Fichier JSON Compte de service" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "Définir une valeur pour ce champ" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "Définissez le nombre de jours pendant lesquels les données doivent être conservées." -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "Définissez des préférences pour la collection des données, les logos et logins." @@ -7066,27 +7186,27 @@ msgstr "Définissez des préférences pour la collection des données, les logos msgid "Set source path to" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "Mettez l'instance en ligne ou hors ligne. Si elle est hors ligne, les Jobs ne seront pas attribués à cette instance." -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "Définir sur sur Public ou Confidentiel selon le degré de sécurité du périphérique client." -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "Type d'ensemble" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "Sélection du type d’ensemble" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "En-tête du type d'ensemble" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "Régler le zoom à 100% et centrer le graphique" @@ -7094,32 +7214,32 @@ msgstr "Régler le zoom à 100% et centrer le graphique" msgid "Setting category" msgstr "Catégorie de paramètre" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "Le réglage correspond à la valeur d’usine par défaut." -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "Nom du paramètre" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "Paramètres" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "Afficher" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "Afficher les modifications" @@ -7127,8 +7247,8 @@ msgstr "Afficher les modifications" msgid "Show all groups" msgstr "Afficher tous les groupes" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "Afficher les modifications" @@ -7140,43 +7260,43 @@ msgstr "Afficher moins de détails" msgid "Show only root groups" msgstr "Afficher uniquement les groupes racines" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "Connectez-vous avec Azure AD" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "Connectez-vous à GitHub" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "Connectez-vous à GitHub Enterprise" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "Connectez-vous avec GitHub Enterprise Organizations" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "Connectez-vous avec GitHub Enterprise Teams" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "Connectez-vous avec GitHub Organizations" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "Connectez-vous avec GitHub Teams" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "Connectez-vous avec Google" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "Connectez-vous avec SAML" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "Connectez-vous avec SAML {samlIDP}" @@ -7185,27 +7305,36 @@ msgstr "Connectez-vous avec SAML {samlIDP}" msgid "Simple key select" msgstr "Sélection par simple pression d'une touche" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "Balises de saut" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -7223,14 +7352,14 @@ msgid "Skipped" msgstr "Sauter" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "Slack" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "Inventaire smart" @@ -7239,19 +7368,19 @@ msgid "Smart Inventory not found." msgstr "Inventaire smart non trouvé." #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "Filtre d'hôte smart" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "Inventaire smart" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "Certaines des étapes précédentes comportent des erreurs" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "Quelque chose s'est mal passé avec la demande de tester cet identifiant et ses métadonnées." @@ -7268,55 +7397,55 @@ msgstr "Trier" msgid "Sort question order" msgstr "Trier l'ordre des questions" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "Source" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "Branche Contrôle de la source" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "Branche/ Balise / Commit du Contrôle de la source" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "Identifiant Contrôle de la source" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "Type d’Identifiant du Contrôle de la source" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "Refspec Contrôle de la source" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "Type de Contrôle de la source" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7324,30 +7453,30 @@ msgid "Source Control URL" msgstr "URL Contrôle de la source" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "Mise à jour du Contrôle de la source" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "Numéro de téléphone de la source" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "Variables Source" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "Flux de travail Source" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "Branche Contrôle de la source" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "Détails de la source" @@ -7355,7 +7484,7 @@ msgstr "Détails de la source" msgid "Source phone number" msgstr "Numéro de téléphone de la source" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "Variables sources" @@ -7364,7 +7493,7 @@ msgstr "Variables sources" msgid "Sourced from a project" msgstr "Provenance d'un projet" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "Sources" @@ -7389,52 +7518,52 @@ msgstr "" #~ msgid "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." #~ msgstr "Spécifier une couleur de notification. Les couleurs acceptées sont d'un code de couleur hex (exemple : #3af or #789abc) ." -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "Spécifier le champ d'application du jeton" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 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.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "Erreur standard" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "Standard Out" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "Onglet Erreur standard" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "Onglet Standard Out" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "Démarrer" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "Heure Début" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "Date/Heure Début" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "Message de départ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "Démarrer le corps du message" @@ -7447,30 +7576,32 @@ msgstr "Démarrer le processus de synchronisation" msgid "Start sync source" msgstr "Démarrer la source de synchronisation" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "Démarré" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "État" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "" @@ -7480,7 +7611,7 @@ msgstr "" msgid "Submit" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7490,8 +7621,8 @@ msgid "" "flag to git submodule update." msgstr "" -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7505,15 +7636,15 @@ msgstr "" msgid "Subscription Management" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "" @@ -7521,7 +7652,7 @@ msgstr "" msgid "Subscription type" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "" @@ -7533,18 +7664,18 @@ msgstr "" msgid "Subversion" msgstr "Subversion" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "Réussite" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "Message de réussite" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "Corps du message de réussite" @@ -7555,7 +7686,7 @@ msgstr "Corps du message de réussite" msgid "Successful" msgstr "Réussi" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "Copie réussie dans le presse-papiers !" @@ -7570,16 +7701,16 @@ msgstr "Dimanche" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "Questionnaire" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "Liste des enquêtes" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "Aperçu de l'enquête" @@ -7587,7 +7718,7 @@ msgstr "Aperçu de l'enquête" msgid "Survey Toggle" msgstr "Basculement d'enquête" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "Aperçu de l'enquête modale" @@ -7595,66 +7726,69 @@ msgstr "Aperçu de l'enquête modale" msgid "Survey questions" msgstr "Questions de l'enquête" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "Sync" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "Projet Sync" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "Tout sync" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "Synchroniser toutes les sources" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "Erreur de synchronisation" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "Synchronisation pour la révision" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "Système" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "Administrateur du système" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "Auditeur système" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "Les administrateurs système ont un accès illimité à toutes les ressources." -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "TACACS+" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "Paramètres de la TACACS" @@ -7664,15 +7798,24 @@ msgid "Tabs" msgstr "Onglets" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -7685,7 +7828,7 @@ msgstr "" #~ msgid "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." #~ msgstr "Les balises sont utiles si votre playbook est important et que vous souhaitez faire jouer certaines parties ou exécuter une tâche. Utiliser des virgules pour séparer plusieurs balises. Consulter la documentation Ansible Tower pour obtenir des détails sur l'utilisation des balises." -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "Balises pour l'annotation" @@ -7693,9 +7836,9 @@ msgstr "Balises pour l'annotation" msgid "Tags for the annotation (optional)" msgstr "Balises pour l'annotation (facultatif)" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -7706,24 +7849,24 @@ msgstr "URL cible" msgid "Task" msgstr "Tâche" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "Nombre de tâches" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "Tâches" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "Équipe" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "Rôles d’équipe" @@ -7731,24 +7874,24 @@ msgstr "Rôles d’équipe" msgid "Team not found." msgstr "Équipe non trouvée." +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "Équipes" @@ -7757,59 +7900,59 @@ msgstr "Équipes" msgid "Template not found." msgstr "Mise à jour introuvable" -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "Modèles" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "Test" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "Test des informations d'identification externes" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "Notification test" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "Enregistrement des tests" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "Notification test" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "Test réussi." -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "Texte" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "Zone de texte" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "Zone de texte" @@ -7817,11 +7960,11 @@ msgstr "Zone de texte" msgid "The" msgstr "Le" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "Le type de permission que l'utilisateur doit utiliser pour acquérir des jetons pour cette application." @@ -7836,7 +7979,7 @@ msgstr "" #~ msgid "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." #~ msgstr "Délai (en secondes) avant que la notification par e-mail cesse d'essayer de joindre l'hôte et expire. Compris entre 1 et 120 secondes." -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -7858,7 +8001,7 @@ msgstr "" #~ msgid "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." #~ msgstr "URL de base du serveur Grafana - le point de terminaison /api/annotations sera ajouté automatiquement à l'URL Grafana de base." -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 msgid "" "The first fetches all references. The second\n" "fetches the Github pull request number 62, in this example\n" @@ -7869,7 +8012,7 @@ msgstr "" #~ msgid "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." #~ msgstr "Le premier extrait toutes les références. Le second extrait la requête Github pull numéro 62, dans cet exemple la branche doit être `pull/62/head`." -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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" @@ -7880,7 +8023,7 @@ msgstr "" #~ msgid "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." #~ msgstr "Nombre maximal d'hôtes pouvant être gérés par cette organisation. La valeur par défaut est 0, ce qui signifie aucune limite. Reportez-vous à la documentation Ansible pour plus de détails." -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -7893,7 +8036,7 @@ msgstr "" #~ msgid "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" #~ msgstr "Le nombre de processus parallèles ou simultanés à utiliser lors de l'exécution du playbook. Une valeur vide, ou une valeur inférieure à 1 utilisera la valeur par défaut Ansible qui est généralement 5. Le nombre de fourches par défaut peut être remplacé par un changement vers" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "Nombre de processus parallèles ou simultanés à utiliser lors de l'exécution du playbook. La saisie d'aucune valeur entraînera l'utilisation de la valeur par défaut du fichier de configuration ansible. Vous pourrez trouver plus d’informations." @@ -7902,11 +8045,11 @@ msgstr "Nombre de processus parallèles ou simultanés à utiliser lors de l'ex msgid "The page you requested could not be found." msgstr "La page que vous avez demandée n'a pas été trouvée." -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "Le modèle utilisé pour cibler les hôtes dans l'inventaire. En laissant le champ vide, tous et * cibleront tous les hôtes de l'inventaire. Vous pouvez trouver plus d'informations sur les modèles d'hôtes d'Ansible" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "" @@ -7915,7 +8058,7 @@ msgstr "" msgid "The resource associated with this node has been deleted." msgstr "La ressource associée à ce nœud a été supprimée." -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -7930,7 +8073,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "Le groupe d'instances de Tower ne peut pas être supprimé." -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -7944,19 +8087,19 @@ msgstr "" #~ msgid "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." #~ msgstr "" -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "Il y a eu un problème d'enregistrement. Veuillez réessayer." -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "Il y a eu une erreur lors du chargement de ce contenu. Veuillez recharger la page." -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "Il y a eu une erreur dans l'analyse du fichier. Veuillez vérifier le formatage du fichier et réessayer." -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "Une erreur s'est produite lors de la sauvegarde du flux de travail." @@ -7968,19 +8111,19 @@ msgstr "Une erreur s’est produite lors du test de l'agrégateur de journalisat #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "Ces agréments ne peuvent pas être supprimés en raison d'autorisations insuffisantes ou d'un statut de Job en attente" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "Il s'agit des modules pris en charge par {brandName} pour l'exécution de commandes." -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "Il s'agit des niveaux de verbosité pour les standards hors du cycle de commande qui sont pris en charge." -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "Ces arguments sont utilisés avec le module spécifié." -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 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 {brandName} en cliquant sur" @@ -7988,33 +8131,33 @@ msgstr "Ces arguments sont utilisés avec le module spécifié. Vous pouvez trou msgid "Third" msgstr "Troisième" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "Cette action supprimera les éléments suivants :" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "Cette action permettra de dissocier tous les rôles de cet utilisateur des équipes sélectionnées." -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "Cette action permettra de dissocier le rôle suivant de {brandName} :" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "Cette action dissociera les éléments suivants :" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 msgid "This container group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 msgid "This credential is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 msgid "This credential type is currently being used by some credentials and cannot be deleted" msgstr "" @@ -8032,40 +8175,40 @@ msgid "" "Insights Analytics to Tower subscribers." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "Ce champ ne doit pas être vide" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "Ce champ doit être un numéro" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "Ce champ doit être un nombre et avoir une valeur comprise entre {brandName} et {1}" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "Ce champ doit être un nombre et avoir une valeur comprise entre {brandName} et {max}" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "Ce champ doit être une expression régulière" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "Ce champ doit être un nombre entier" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "Ce champ doit comporter au moins {brandName} caractères" @@ -8077,19 +8220,19 @@ msgstr "Ce champ doit comporter au moins {brandName} caractères" msgid "This field must be greater than 0" msgstr "Ce champ doit être supérieur à 0" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "Ce champ ne doit pas être vide" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "Ce champ ne doit pas contenir d'espaces" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "Ce champ ne doit pas dépasser {brandName} caractères" @@ -8097,64 +8240,68 @@ msgstr "Ce champ ne doit pas dépasser {brandName} caractères" msgid "This field must not exceed {max} characters" msgstr "Ce champ ne doit pas dépasser {brandName} caractères" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 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 l’identifiant spécifié." -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?" msgstr "" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "C'est la seule fois où le secret du client sera révélé." -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 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.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 msgid "This job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 msgid "This organization is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "Ce projet doit être mis à jour" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "Il manque un inventaire dans ce calendrier" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "Ce tableau ne contient pas les valeurs d'enquête requises" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "Cette étape contient des erreurs" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "Cette valeur ne correspond pas au mot de passe que vous avez entré précédemment. Veuillez confirmer ce mot de passe." @@ -8168,11 +8315,11 @@ msgstr "" #~ msgid "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "Ce flux de travail ne comporte aucun nœud configuré." -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" @@ -8192,7 +8339,7 @@ msgstr "Jeudi" msgid "Time" msgstr "Durée" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -8206,7 +8353,7 @@ msgstr "" #~ msgid "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." #~ msgstr "Délai en secondes à prévoir pour qu’un projet soit actualisé. Durant l’exécution des tâches et les rappels, le système de tâches évalue l’horodatage de la dernière mise à jour du projet. Si elle est plus ancienne que le délai d’expiration du cache, elle n’est pas considérée comme actualisée, et une nouvelle mise à jour du projet sera effectuée." -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -8219,16 +8366,16 @@ msgstr "" #~ msgid "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." #~ msgstr "Délai en secondes à prévoir pour qu'une synchronisation d'inventaire soit actualisée. Durant l’exécution du Job et les rappels, le système de tâches évalue l’horodatage de la dernière mise à jour du projet. Si elle est plus ancienne que le délai d’expiration du cache, elle n’est pas considérée comme actualisée, et une nouvelle synchronisation de l'inventaire sera effectuée." -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "Expiré" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "Délai d'attente" @@ -8244,7 +8391,7 @@ msgstr "Délai d’attente (secondes)" msgid "Toggle Legend" msgstr "Basculer la légende" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "Changer de mot de passe" @@ -8252,50 +8399,50 @@ msgstr "Changer de mot de passe" msgid "Toggle Tools" msgstr "Basculer les outils" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "Basculer entre Étendre/Effondrer pour les lignes d'événements" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "Basculer l'hôte" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "Basculer l'instance" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "Basculer la légende" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "Basculer les approbations de notification" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "Échec de la notification de basculement" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "Début de la notification de basculement" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "Succès de la notification de basculement" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "Supprimer la programmation" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "Basculer les outils" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "Jeton" @@ -8315,18 +8462,18 @@ msgstr "Type de jeton" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "Jetons" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "Outils" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "" @@ -8335,35 +8482,35 @@ msgid "Total Jobs" msgstr "Total Jobs" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "Total Nœuds" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "Total Jobs" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "Vrai" @@ -8378,21 +8525,21 @@ msgid "Tuesday" msgstr "Mardi" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "Twilio" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8403,41 +8550,44 @@ msgstr "Twilio" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "Type" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "Détails sur le type" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "Non disponible" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "Annuler" @@ -8446,15 +8596,15 @@ msgid "Unlimited" msgstr "" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "Hôte inaccessible" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "Nombre d'hôtes inaccessibles" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "Hôtes inaccessibles" @@ -8466,39 +8616,39 @@ msgstr "Chaîne du jour non reconnue" msgid "Unsaved changes modal" msgstr "Annuler les modifications non enregistrées" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "Mettre à jour Révision au lancement" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "Mettre à jour au lancement" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "Mettre à jour lorsque le projet est actualisé" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "Mettre à jour au lancement" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "Mettre à jour lorsque le projet est actualisé" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "Mettre à jour les options" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "Mettre à jour les paramètres relatifs aux Jobs dans {brandName}" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "Mettre à jour la clé de webhook" @@ -8506,11 +8656,11 @@ msgstr "Mettre à jour la clé de webhook" msgid "Updating" msgstr "Mise à jour en cours" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "" @@ -8520,17 +8670,17 @@ msgstr "" #~ msgid "Use Default Ansible Environment" #~ msgstr "Utiliser l’environnement Ansible par défaut" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "Utiliser le stockage des faits" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "Utiliser SSL" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "Utiliser TLS" @@ -8548,36 +8698,36 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "Capacité utilisée" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "Utilisateur" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "Détails de l'erreur" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "Interface utilisateur" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "Paramètres de l'interface utilisateur" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "Rôles des utilisateurs" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "Type d’utilisateur" @@ -8591,7 +8741,7 @@ msgstr "" msgid "User and Insights analytics" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "Informations sur l'utilisateur" @@ -8603,42 +8753,42 @@ msgstr "Utilisateur non trouvé." msgid "User tokens" msgstr "Jetons d'utilisateur" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "Nom d'utilisateur" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "Utilisateurs" @@ -8646,56 +8796,56 @@ msgstr "Utilisateurs" msgid "VMware vCenter" msgstr "VMware vCenter" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "Variables" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "Mot de passe Vault" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "Mot de passe Vault | {credId}" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "Verbosité" @@ -8707,16 +8857,16 @@ msgstr "" msgid "View Activity Stream settings" msgstr "Afficher le paramètres des flux d’activité" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "Voir les paramètres Azure AD" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "Afficher les détails des informations d'identification" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "Voir les détails" @@ -8728,21 +8878,21 @@ msgstr "Voir les paramètres de GitHub" msgid "View Google OAuth 2.0 settings" msgstr "Voir les paramètres de Google OAuth 2.0" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "Voir les détails de l'hôte" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "Voir les détails de l'inventaire" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "Voir les groupes d'inventaire" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "Voir les détails de l'hôte de l'inventaire" @@ -8754,7 +8904,7 @@ msgstr "Voir les exemples de JSON sur {brandName}www.json.org" msgid "View Job Details" msgstr "Voir les détails de Job" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "Voir les paramètres des Jobs" @@ -8762,7 +8912,7 @@ msgstr "Voir les paramètres des Jobs" msgid "View LDAP Settings" msgstr "Voir les paramètres LDAP" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "Voir les paramètres d'enregistrement" @@ -8770,7 +8920,7 @@ msgstr "Voir les paramètres d'enregistrement" msgid "View Miscellaneous System settings" msgstr "Voir les paramètres divers du système" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "Voir les détails de l'organisation" @@ -8778,15 +8928,15 @@ msgstr "Voir les détails de l'organisation" msgid "View Project Details" msgstr "Voir les détails du projet" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "Voir les paramètres de RADIUS" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "Voir les paramètres SAML" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "Afficher les programmations" @@ -8799,7 +8949,7 @@ msgstr "" msgid "View Survey" msgstr "Afficher le questionnaire" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "Voir les paramètres TACACS+" @@ -8812,7 +8962,7 @@ msgstr "Voir les détails de l'équipe" msgid "View Template Details" msgstr "Voir les détails du modèle" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "Voir les jetons" @@ -8837,7 +8987,7 @@ msgstr "Voir les exemples YALM sur <0>docs.ansible.com" msgid "View activity stream" msgstr "Afficher le flux d’activité" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "Voir toutes les informations d’identification." @@ -8845,12 +8995,12 @@ msgstr "Voir toutes les informations d’identification." msgid "View all Hosts." msgstr "Voir tous les hôtes." -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "Voir tous les inventaires." -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "Voir tous les hôtes de l'inventaire." @@ -8867,7 +9017,7 @@ msgstr "Voir tous les Jobs." msgid "View all Notification Templates." msgstr "Voir tous les modèles de notification." -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "Voir toutes les organisations." @@ -8892,7 +9042,7 @@ msgstr "Voir tous les utilisateurs." msgid "View all Workflow Approvals." msgstr "Voir toutes les approbations de flux de travail." -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "Voir toutes les applications." @@ -8904,8 +9054,8 @@ msgstr "Voir tous les types d'informations d'identification" msgid "View all execution environments" msgstr "" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "Voir tous les groupes d'instance" @@ -8913,11 +9063,11 @@ msgstr "Voir tous les groupes d'instance" msgid "View all management jobs" msgstr "Voir tous les jobs de gestion" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "Voir tous les paramètres" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "Voir tous les jetons." @@ -8925,7 +9075,7 @@ msgstr "Voir tous les jetons." #~ msgid "View and edit your license information" #~ msgstr "Affichez et modifiez vos informations de licence." -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "" @@ -8942,7 +9092,7 @@ msgstr "Voir les détails de la source de l'inventaire" msgid "View job {0}" msgstr "Voir Job {0}" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "Voir les détails de nœuds" @@ -8950,18 +9100,18 @@ 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:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "Affichages" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "Visualiseur" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "AVERTISSEMENT :" @@ -8971,7 +9121,7 @@ msgid "Waiting" msgstr "En attente" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "Avertissement" @@ -8979,23 +9129,23 @@ msgstr "Avertissement" msgid "Warning: Unsaved Changes" msgstr "Avertissement : modifications non enregistrées" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "" #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "Webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "Informations d'identification du webhook" @@ -9003,41 +9153,41 @@ msgstr "Informations d'identification du webhook" msgid "Webhook Credentials" msgstr "Informations d'identification du webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "Clé du webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "Service webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "URL du webhook" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "Détails de webhook" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "Les services webhook peuvent lancer des tâches avec ce modèle de tâche en effectuant une requête POST à cette URL." -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "Les services webhook peuvent l'utiliser en tant que secret partagé." @@ -9050,7 +9200,7 @@ msgstr "Mer." msgid "Wednesday" msgstr "Mercredi" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "Semaine" @@ -9062,7 +9212,7 @@ msgstr "Jour de la semaine" msgid "Weekend day" msgstr "Jour du week-end" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "Bienvenue à Ansible Tower {brandName}! Veuillez vous connecter." @@ -9072,8 +9222,8 @@ msgid "" "Please complete the steps below to activate your subscription." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" @@ -9085,8 +9235,8 @@ msgstr "" #~ msgid "When not checked, a merge will be performed, combining local variables with those found on the external source." #~ msgstr "Si non coché, une fusion aura lieu, combinant les variables locales à celles qui se trouvent dans la source externe." -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -9110,40 +9260,40 @@ msgstr "Approbation du flux de travail" msgid "Workflow Approval not found." msgstr "Approbation du flux de travail non trouvée." -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "Approbations des flux de travail" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "Job de flux de travail" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "Modèle de Job de flux de travail" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "" @@ -9156,28 +9306,28 @@ msgstr "Lien vers le flux de travail" msgid "Workflow Template" msgstr "Modèle de flux de travail" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "Message de flux de travail approuvé" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "Corps de message de flux de travail approuvé" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "Message de flux de travail refusé" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "Corps de message de flux de travail refusé" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "Afficher la documentation" @@ -9193,27 +9343,27 @@ msgstr "Modal de liaison de flux de travail" msgid "Workflow node view modal" msgstr "Vue modale du nœud de flux de travail" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "Message de flux de travail en attente" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "Corps du message d'exécution de flux de travail" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "Message d'expiration de flux de travail" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "Corps du message d’expiration de flux de travail" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "Écriture" @@ -9221,7 +9371,7 @@ msgstr "Écriture" msgid "YAML:" msgstr "YAML :" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "Année" @@ -9229,19 +9379,19 @@ msgstr "Année" msgid "Yes" msgstr "Oui" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "Vous n'êtes pas en mesure d'agir sur les approbations de flux de travail suivantes : {itemsUnableToApprove}" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "Vous n'êtes pas en mesure d'agir sur les autorisations de flux de travail suivantes : {itemsUnableToDeny}" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "Vous ne pouvez pas sélectionner plusieurs identifiants d’archivage sécurisé (Vault) avec le même identifiant de Vault. Cela désélectionnerait automatiquement les autres identifiants de Vault." -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "Vous n'avez pas la permission de supprimer les groupes suivants : {itemsUnableToDelete}" @@ -9253,7 +9403,7 @@ msgstr "Vous n'avez pas l'autorisation de supprimer : {brandName}: {itemsUnable msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "Vous n'avez pas l'autorisation de supprimer : {brandName}: {itemsUnableToDelete}" -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 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}" @@ -9267,7 +9417,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "Vous serez déconnecté dans {itemsUnableToDisassociate} secondes pour cause d'inactivité." @@ -9275,43 +9425,39 @@ msgstr "Vous serez déconnecté dans {itemsUnableToDisassociate} secondes pour c msgid "Your session is about to expire" msgstr "Votre session est sur le point d'expirer" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "Zoom avant" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "Zoom arrière" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 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.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 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." #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "actions" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "approuvé" @@ -9319,22 +9465,26 @@ msgstr "approuvé" msgid "brand logo" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "annuler supprimer" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "commande" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "confirmer supprimer" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "confirmer dissocier" @@ -9343,37 +9493,37 @@ msgstr "confirmer dissocier" #~ msgid "controller instance" #~ msgstr "instance de contrôleur" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "copie dans le presse-papiers désactivée" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "erreur de suppression" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "refusé" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "dissocier" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "Modifier" @@ -9381,11 +9531,11 @@ msgstr "Modifier" msgid "encrypted" msgstr "crypté" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "expiration" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "" @@ -9397,32 +9547,32 @@ msgstr "" #~ msgid "groups" #~ msgstr "groupes" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "ici" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "ici." -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "hôtes" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "compte des instances" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "la capacité utilisée par le groupe d'instances" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "nom d'hôte de l'instance" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "type d'instance" @@ -9440,11 +9590,11 @@ msgstr "inventaire" msgid "items" msgstr "éléments" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "utilisateur ldap" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "type de connexion" @@ -9461,7 +9611,6 @@ msgid "move up" msgstr "monter" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "nom" @@ -9469,7 +9618,7 @@ msgstr "nom" msgid "of" msgstr "de" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "l'option à la" @@ -9502,7 +9651,7 @@ msgstr "rôle de ressource" msgid "resource type" msgstr "type de ressource" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "champ d'application" @@ -9510,7 +9659,7 @@ msgstr "champ d'application" msgid "sec" msgstr "sec" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "secondes" @@ -9518,11 +9667,11 @@ msgstr "secondes" msgid "select module" msgstr "sélectionner un module" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "choisir la verbosité" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "social login" @@ -9534,35 +9683,39 @@ msgstr "système" msgid "team name" msgstr "nom de l'équipe" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "expiré" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "changements d'affectation" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "nom du jeton" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "type" +#~ msgid "type" +#~ msgstr "type" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "actualisé" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "clé webhook de modèles de tâche flux de travail" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "" @@ -9598,7 +9751,7 @@ msgstr "" msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "" @@ -9630,7 +9783,7 @@ msgstr "" msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "{0}" @@ -9642,11 +9795,11 @@ msgstr "{0} (supprimé)" msgid "{0} more" msgstr "{0} plus" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "{0} des sources avec des défaillances de synchronisation." -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "{0}: {1}" @@ -9658,6 +9811,10 @@ msgstr "" msgid "{dateStr} by <0>{username}" msgstr "{dateStr} par <0>{username}" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "" diff --git a/awx/ui_next/src/locales/ja/messages.po b/awx/ui_next/src/locales/ja/messages.po index 3855338d5e6d..5e40a0d97988 100644 --- a/awx/ui_next/src/locales/ja/messages.po +++ b/awx/ui_next/src/locales/ja/messages.po @@ -16,13 +16,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "(最初の 10 件に制限)" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "(起動プロンプト)" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 msgid "* This field will be retrieved from an external secret management system using the specified credential." msgstr "*このフィールドは、指定された認証情報を使用して外部のシークレット管理システムから取得されます。" @@ -34,77 +34,77 @@ msgstr "- 同時実行ジョブの有効化" msgid "- Enable Webhooks" msgstr "- Webhook の有効化" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "/ (プロジェクト root)" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "0 (正常)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "0 (警告)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "1 (情報)" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "1 (詳細)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "2 (デバッグ)" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "2 (より詳細)" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "3 (デバッグ)" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "4 (接続デバッグ)" @@ -112,7 +112,7 @@ msgstr "4 (接続デバッグ)" msgid "5 (WinRM Debug)" msgstr "5 (WinRM デバッグ)" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" @@ -123,16 +123,16 @@ msgstr "" #~ msgid "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." #~ msgstr "取得する refspec (Ansible git モジュールに渡します)。このパラメーターを使用すると、(パラメーターなしでは利用できない) ブランチのフィールド経由で参照にアクセスできるようになります。" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "API サービス/統合キー" @@ -144,25 +144,25 @@ msgstr "API トークン" msgid "API service/integration key" msgstr "API サービス/統合キー" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "情報" -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "アクセス" @@ -172,7 +172,7 @@ msgstr "アクセス" msgid "Access Token Expiration" msgstr "アクセストークンの有効期限" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "アカウント SID" @@ -181,65 +181,73 @@ msgstr "アカウント SID" msgid "Account token" msgstr "アカウントトークン" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "アクション" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "アクション" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "アクティビティー" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "アクティビティーストリーム" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "アクティビティーストリームの設定" @@ -251,7 +259,7 @@ msgstr "アクティビティーストリームのタイプセレクター" msgid "Actor" msgstr "アクター" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -268,28 +276,28 @@ msgstr "リンクの追加" msgid "Add Node" msgstr "ノードの追加" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "質問の追加" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "ロールの追加" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "チームロールの追加" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "ユーザーロールの追加" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "新規ノードの追加" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "これら 2 つのノードの間に新しいノードを追加します" @@ -297,11 +305,11 @@ msgstr "これら 2 つのノードの間に新しいノードを追加します msgid "Add container group" msgstr "コンテナーグループの追加" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "既存グループの追加" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "既存ホストの追加" @@ -317,11 +325,11 @@ msgstr "インベントリーの追加" msgid "Add job template" msgstr "新規ジョブテンプレートの追加" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "新規グループの追加" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "新規ホストの追加" @@ -333,11 +341,11 @@ msgstr "リソースタイプの追加" msgid "Add smart inventory" msgstr "スマートインベントリーの追加" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "チームパーミッションの追加" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "ユーザー権限の追加" @@ -349,26 +357,26 @@ msgstr "ワークフローテンプレートの追加" #~ msgid "Adminisration" #~ msgstr "管理" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "管理" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "詳細" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "詳細な検索値の入力" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -393,12 +401,12 @@ msgstr "" msgid "Agree to the end user license agreement and click submit." msgstr "" -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "アラートモーダル" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "すべて" @@ -406,9 +414,9 @@ msgstr "すべて" msgid "All job types" msgstr "すべてのジョブタイプ" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "ブランチの上書き許可" @@ -417,7 +425,7 @@ msgstr "ブランチの上書き許可" msgid "Allow Provisioning Callbacks" msgstr "プロビジョニングコールバックの許可" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." @@ -427,14 +435,14 @@ msgstr "" #~ msgid "Allow changing the Source Control branch or revision in a job template that uses this project." #~ msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "許可された URI リスト (スペース区切り)" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "常時" @@ -465,7 +473,6 @@ msgid "Ansible Tower" msgstr "Ansible Tower" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "Ansible Tower ドキュメント。" @@ -481,11 +488,11 @@ msgstr "Ansible Tower ドキュメント。" msgid "Answer type" msgstr "回答タイプ" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "回答の変数名" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "" @@ -496,7 +503,7 @@ msgstr "" msgid "Application" msgstr "アプリケーション" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "アプリケーション名" @@ -504,8 +511,8 @@ msgstr "アプリケーション名" msgid "Application access token" msgstr "アプリケーションのアクセストークン" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "アプリケーション情報" @@ -520,12 +527,12 @@ msgid "Application not found." msgstr "アプリケーションが見つかりません。" #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "アプリケーション" @@ -533,8 +540,8 @@ msgstr "アプリケーション" msgid "Applications & Tokens" msgstr "アプリケーションおよびトークン" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -542,18 +549,18 @@ msgstr "承認" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "承認" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "承認済" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "{0} - {1} により承認済" @@ -573,7 +580,7 @@ msgstr "次を削除してもよろしいですか:" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "変更を保存せずにワークフロークリエーターを終了してもよろしいですか?" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 msgid "Are you sure you want to remove all the nodes in this workflow?" msgstr "このワークフローのすべてのノードを削除してもよろしいですか?" @@ -589,30 +596,30 @@ msgstr "このリンクを削除してもよろしいですか?" msgid "Are you sure you want to remove this node?" msgstr "このノードを削除してもよろしいですか?" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "{1} から {0} のアクセスを削除しますか? これを行うと、チームのすべてのメンバーに影響します。" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "{username} からの {0} のアクセスを削除してもよろしいですか?" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 msgid "Are you sure you want to submit the request to cancel this job?" msgstr "このジョブをキャンセルする要求を送信してよろしいですか?" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "引数" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "アーティファクト" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "関連付け" @@ -620,11 +627,11 @@ msgstr "関連付け" msgid "Associate role error" msgstr "関連付けのロールエラー" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "関連付けモーダル" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "このフィールドには、少なくとも 1 つの値を選択する必要があります。" @@ -641,12 +648,12 @@ msgstr "認証" msgid "Authorization Code Expiration" msgstr "認証コードの有効期限" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "認証付与タイプ" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "自動" @@ -654,15 +661,15 @@ msgstr "自動" msgid "Azure AD" msgstr "Azure AD" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "Azure AD の設定" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -673,12 +680,12 @@ msgstr "戻る" msgid "Back to Credentials" msgstr "認証情報に戻る" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "ダッシュボードに戻る" +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "グループに戻る" @@ -709,7 +716,7 @@ msgstr "組織に戻る" msgid "Back to Projects" msgstr "プロジェクトに戻る" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "スケジュールに戻る" @@ -775,7 +782,7 @@ msgstr "インスタンスグループに戻る" msgid "Back to management jobs" msgstr "管理ジョブに戻る" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -803,93 +810,101 @@ msgstr "" #~ msgid "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." #~ msgstr "" -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "ブランドイメージ" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "" + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." +msgstr "" + +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "キャッシュタイムアウト" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "キャッシュタイムアウト" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "キャッシュのタイムアウト (秒)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "取り消し" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "ジョブの取り消し" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "ジョブの取り消し" @@ -941,11 +956,11 @@ msgstr "同期プロセスの取り消し" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "取り消されました" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." @@ -956,31 +971,31 @@ msgstr "" #~ msgstr "ログアグリゲーターホストとログアグリゲータータイプを指定せずにログアグリゲーターを有効にすることはできません。" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "容量" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "contains で大文字小文字の区別なし。" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "endswith で大文字小文字の区別なし。" -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "exact で大文字小文字の区別なし。" -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "regex で大文字小文字の区別なし。" -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "startswith で大文字小文字の区別なし。" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -994,29 +1009,29 @@ msgstr "" msgid "Changed" msgstr "変更済み" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "変更" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "チャネル" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "チェック" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "特定フィールドもしくは関連オブジェクトが null かどうかをチェック。ブール値を想定。" -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "特定フィールドの値が提供されたリストに存在するかどうかをチェック (項目のコンマ区切りのリストを想定)。" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr ".json ファイルの選択" @@ -1024,11 +1039,11 @@ msgstr ".json ファイルの選択" msgid "Choose a Notification Type" msgstr "通知タイプの選択" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "Playbook ディレクトリーの選択" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "ソースコントロールタイプの選択" @@ -1036,16 +1051,16 @@ msgstr "ソースコントロールタイプの選択" msgid "Choose a Webhook Service" msgstr "Webhook サービスの選択" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "ジョブタイプの選択" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "モジュールの選択" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "ソースの選択" @@ -1053,7 +1068,7 @@ msgstr "ソースの選択" msgid "Choose an HTTP method" msgstr "HTTP メソッドの選択" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1068,38 +1083,38 @@ msgstr "" msgid "Choose an email option" msgstr "メールオプションの選択" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "選択したリソースに適用するロールを選択します。選択したすべてのロールが、選択したすべてのリソースに適用されることに注意してください。" -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "新しいロールを受け取るリソースを選択します。次のステップで適用するロールを選択できます。ここで選択したリソースは、次のステップで選択したすべてのロールを受け取ることに注意してください。" -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "新しいロールを受け取るリソースのタイプを選択します。たとえば、一連のユーザーに新しいロールを追加する場合は、ユーザーを選択して次へをクリックしてください。次のステップで特定のリソースを選択できるようになります。" #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "クリーニング" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "すべてのフィルターの消去" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "使用可能なノードをクリックして、新しいリンクを作成します。キャンセルするには、グラフの外側をクリックしてください。" @@ -1107,11 +1122,11 @@ msgstr "使用可能なノードをクリックして、新しいリンクを作 msgid "Click the Edit button below to reconfigure the node." msgstr "下の編集ボタンをクリックして、ノードを再構成します。" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "このボタンをクリックして、選択した認証情報と指定した入力を使用してシークレット管理システムへの接続を確認します。" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "クリックして、このノードへの新しいリンクを作成します。" @@ -1119,12 +1134,12 @@ msgstr "クリックして、このノードへの新しいリンクを作成し msgid "Click to view job details" msgstr "クリックしてジョブの詳細を表示" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "クライアント ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "クライアント識別子" @@ -1132,25 +1147,25 @@ msgstr "クライアント識別子" msgid "Client identifier" msgstr "クライアント識別子" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "クライアントシークレット" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "クライアントタイプ" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "閉じる" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "クラウド" @@ -1159,9 +1174,9 @@ msgid "Collapse" msgstr "折りたたむ" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "コマンド" @@ -1185,24 +1200,24 @@ msgstr "コマンド" msgid "Compliant" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "同時実行ジョブ" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "削除の確認" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "パスワードの確認" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "削除の確認" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "関連付けの解除の確認" @@ -1222,17 +1237,17 @@ msgstr "すべてのノードの削除の確認" msgid "Confirm revert all" msgstr "すべて元に戻すことを確認" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "コンテナーグループ" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "コンテナーグループ" @@ -1241,7 +1256,7 @@ msgid "Container group not found." msgstr "コンテナーグループが見つかりません。" #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "コンテンツの読み込み" @@ -1259,13 +1274,13 @@ msgstr "" #~ msgid "Control the level of output Ansible will produce for inventory source update jobs." #~ msgstr "インベントリーソースの更新ジョブ用に Ansible が生成する出力のレベルを制御します。" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1285,8 +1300,8 @@ msgstr "" msgid "Convergence" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "" @@ -1306,27 +1321,27 @@ msgstr "コピーエラー" msgid "Copy Execution Environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "インベントリーのコピー" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "通知テンプレートのコピー" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "プロジェクトのコピー" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "テンプレートのコピー" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "完全なリビジョンをクリップボードにコピーします。" -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "" @@ -1334,8 +1349,8 @@ msgstr "" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "Copyright 2019 Red Hat, Inc." -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "作成" @@ -1345,17 +1360,17 @@ msgstr "作成" #~ msgstr "" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "新規アプリケーションの作成" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "新規認証情報の作成" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "新規ホストの作成" @@ -1364,38 +1379,38 @@ msgid "Create New Job Template" msgstr "新規ジョブテンプレートの作成" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "新規通知テンプレートの作成" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "新規組織の作成" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "新規プロジェクトの作成" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "新規スケジュールの作成" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "新規チームの作成" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "新規ユーザーの作成" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "新規ワークフローテンプレートの作成" @@ -1413,12 +1428,12 @@ msgstr "フィルターを適用して新しいスマートインベントリー #~ msgid "Create instance group" #~ msgstr "インスタンスグループの作成" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "新規認証情報タイプの作成" @@ -1427,22 +1442,22 @@ msgid "Create new credential type" msgstr "新規認証情報タイプの作成" #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "新規グループの作成" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "新規ホストの作成" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "" @@ -1454,21 +1469,21 @@ msgstr "新規インベントリーの作成" msgid "Create new smart inventory" msgstr "新規スマートインベントリーの作成" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "新規ソースの作成" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "ユーザートークンの作成" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1477,40 +1492,40 @@ msgstr "ユーザートークンの作成" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "作成済み" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1524,11 +1539,11 @@ msgstr "作成済み" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1536,22 +1551,22 @@ msgstr "作成済み" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "作成者 (ユーザー名)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "作成者 (ユーザー名)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1561,30 +1576,30 @@ msgstr "作成者 (ユーザー名)" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "認証情報" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "認証情報名" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "認証情報タイプ" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "認証情報タイプ" @@ -1600,11 +1615,11 @@ msgstr "認証情報のパスワード" #~ msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." #~ msgstr "Kubernetes または OpenShift での認証に使用する認証情報。\"Kubernetes/OpenShift API ベアラートークン” のタイプでなければなりません。" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "" @@ -1612,29 +1627,29 @@ msgstr "" msgid "Credential type not found." msgstr "認証情報タイプが見つかりません。" -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "認証情報" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "" @@ -1642,19 +1657,19 @@ msgstr "" msgid "Current page" msgstr "現在のページ" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "カスタム Pod 仕様" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 msgid "Custom virtual environment {0} must be replaced by an execution environment." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "" @@ -1662,17 +1677,17 @@ msgstr "" msgid "Customize messages…" msgstr "メッセージのカスタマイズ…" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "Pod 仕様のカスタマイズ" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "削除済み" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "ダッシュボード" @@ -1681,18 +1696,18 @@ msgstr "ダッシュボード" msgid "Dashboard (all activity)" msgstr "ダッシュボード (すべてのアクティビティー)" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "データ保持期間" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "日" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "データの保持日数" @@ -1700,7 +1715,7 @@ msgstr "データの保持日数" msgid "Days remaining" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "" @@ -1713,23 +1728,23 @@ msgstr "12 月" msgid "Default" msgstr "デフォルト" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "デフォルトの応答" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "デフォルトで指定されている選択項目は、一覧から回答する必要があります。" -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "システムレベルの機能および関数の定義" @@ -1739,48 +1754,48 @@ msgstr "システムレベルの機能および関数の定義" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "削除" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "すべてのグループおよびホストの削除" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "認証情報の削除" @@ -1796,8 +1811,8 @@ msgstr "" #~ msgid "Delete Groups?" #~ msgstr "グループを削除しますか?" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "ホストの削除" @@ -1805,17 +1820,17 @@ msgstr "ホストの削除" msgid "Delete Inventory" msgstr "インベントリーの削除" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "ジョブの削除" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "ジョブテンプレートの削除" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "通知の削除" @@ -1823,27 +1838,27 @@ msgstr "通知の削除" msgid "Delete Organization" msgstr "組織の削除" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "プロジェクトの削除" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "質問の削除" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "スケジュールの削除" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "Survey の削除" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "チームの削除" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "ユーザーの削除" @@ -1855,16 +1870,16 @@ msgstr "ユーザートークンの削除" msgid "Delete Workflow Approval" msgstr "ワークフロー承認の削除" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "新規ワークフロージョブテンプレートの削除" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "すべてのノードの削除" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "アプリケーションの削除" @@ -1872,7 +1887,7 @@ msgstr "アプリケーションの削除" msgid "Delete credential type" msgstr "認証情報タイプの削除" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "エラーの削除" @@ -1881,20 +1896,20 @@ msgstr "エラーの削除" msgid "Delete instance group" msgstr "インスタンスグループの削除" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "インベントリーソースの削除" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "更新時のデプロイ" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "スマートインベントリーの削除" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1906,11 +1921,11 @@ msgstr "" #~ msgid "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "このリンクの削除" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "このノードの削除" @@ -1920,7 +1935,7 @@ msgstr "{pluralizedItemName} を削除しますか?" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "削除済み" @@ -1937,100 +1952,104 @@ msgstr "削除エラー" msgid "Deletion error" msgstr "削除エラー" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "拒否済み" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "{0} - {1} により拒否済み" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "拒否" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "説明" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "送信先チャネル" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "送信先チャネルまたはユーザー" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "送信先 SMS 番号" @@ -2050,42 +2069,42 @@ msgstr "送信先チャネルまたはユーザー" #~ msgid "Detail coming soon :)" #~ msgstr "詳細は後日 :)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2100,36 +2119,36 @@ msgstr "送信先チャネルまたはユーザー" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "詳細" @@ -2137,10 +2156,10 @@ msgstr "詳細" msgid "Details tab" msgstr "詳細タブ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "SSL 検証の無効化" @@ -2152,52 +2171,52 @@ msgstr "SSL 検証の無効化" msgid "Disable SSL verification" msgstr "SSL 検証の無効化" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "関連付けの解除" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "グループのホストとの関連付けを解除しますか?" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "ホストのグループとの関連付けを解除しますか?" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "インスタンスグループへのインスタンスの関連付けを解除しますか?" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "関連するグループの関連付けを解除しますか?" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "関連するチームの関連付けを解除しますか?" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "ロールの関連付けの解除" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "ロールの関連付けの解除!" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "関連付けを解除しますか?" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" @@ -2208,15 +2227,19 @@ msgstr "" #~ msgid "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." #~ msgstr "このジョブテンプレートで実施される作業を指定した数のジョブスライスに分割し、それぞれインベントリーの部分に対して同じタスクを実行します。" -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "" + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "出力のダウンロード" @@ -2228,12 +2251,12 @@ msgstr "メール" msgid "E-mail options" msgstr "メールオプション" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "各回答の選択肢は別々の行にある必要があります。" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" @@ -2245,7 +2268,7 @@ msgstr "" #~ msgid "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." #~ msgstr "このインベントリーでジョブを実行する際は常に、選択されたソースのインベントリーを更新してからジョブのタスクを実行します。" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." @@ -2255,28 +2278,29 @@ msgstr "" #~ msgid "Each time a job runs using this project, update the revision of the project prior to starting the job." #~ msgstr "このプロジェクトでジョブを実行する際は常に、ジョブの開始前にプロジェクトのリビジョンを更新します。" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2302,14 +2326,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "編集" @@ -2318,45 +2342,45 @@ msgstr "編集" msgid "Edit Credential" msgstr "認証情報の編集" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "認証情報プラグイン設定の編集" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "詳細の編集" @@ -2366,24 +2390,21 @@ msgid "Edit Execution Environment" msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "グループの編集" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "ホストの編集" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "インベントリーの編集" @@ -2391,75 +2412,75 @@ msgstr "インベントリーの編集" msgid "Edit Link" msgstr "リンクの編集" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "ノードの編集" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "通知テンプレートの編集" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "組織の編集" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "プロジェクトの編集" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "質問の編集" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "スケジュールの編集" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "ソースの編集" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "チームの編集" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "テンプレートの編集" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "ユーザーの編集" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "アプリケーションの編集" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "認証情報タイプの編集" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "詳細の編集" @@ -2467,56 +2488,65 @@ msgstr "詳細の編集" #~ msgid "Edit form coming soon :)" #~ msgstr "フォームは後日 :)" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "インスタンスグループの編集" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "このリンクの編集" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "このノードの編集" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "経過時間" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "経過時間" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "ジョブ実行の経過時間" #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "メール" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "メールオプション" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "同時実行ジョブの有効化" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "ファクトストレージの有効化" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "HTTPS 証明書の検証を有効化" @@ -2525,58 +2555,58 @@ msgstr "HTTPS 証明書の検証を有効化" msgid "Enable Privilege Escalation" msgstr "権限昇格の有効化" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "Webhook の有効化" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "このワークフローのジョブテンプレートの Webhook を有効にします。" -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "Webhook の有効化" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "外部ログの有効化" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "システムトラッキングファクトを個別に有効化" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "権限昇格の有効化" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "{brandName} アプリケーションのログインの簡素化の有効化" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "このテンプレートの Webhook を有効にします。" #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "有効化" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "有効な値" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "有効な変数" -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2584,7 +2614,7 @@ msgid "" "template." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2600,8 +2630,8 @@ msgstr "" #~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template" #~ msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "暗号化" @@ -2625,26 +2655,26 @@ msgstr "終了が期待値と一致しませんでした" msgid "End user license agreement" msgstr "" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "新規スマートインベントリーを作成するために 1 つ以上の検索フィルターを入力してください。" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "JSON または YAML 構文のいずれかを使用してインジェクターを入力します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "JSON または YAML 構文のいずれかを使用して入力を行います。構文のサンプルについては Ansible Tower ドキュメントを参照してください。" -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 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 "" -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "JSON または YAML 構文のいずれかを使用してインベントリー変数を入力します。ラジオボタンを使用して構文で切り替えを行います。構文のサンプルについては Ansible Tower ドキュメントを参照してください。" @@ -2749,106 +2779,107 @@ msgstr "JSON または YAML 構文のいずれかを使用して変数を入力 #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "エラー" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "エラーメッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "エラーメッセージボディー" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2859,13 +2890,13 @@ msgstr "" msgid "Error!" msgstr "エラー!" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "イベント" @@ -2877,7 +2908,7 @@ msgstr "イベント詳細" msgid "Event detail modal" msgstr "イベント詳細モーダル" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "イベントの概要はありません" @@ -2885,69 +2916,73 @@ msgstr "イベントの概要はありません" msgid "Events" msgstr "イベント" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "完全一致 (指定されない場合のデフォルトのルックアップ)" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "GIT ソースコントロールの URL の例は次のとおりです。" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "リモートアーカイブ Source Control のサンプル URL には以下が含まれます:" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "Subversion Source Control のサンプル URL には以下が含まれます:" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "以下に例を示します。" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "親ノードの最終状態に関係なく実行します。" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "親ノードが障害状態になったときに実行します。" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 msgid "Execute when the parent node results in a successful state." msgstr "親ノードが正常な状態になったときに実行します。" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "実行ノード" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "" @@ -2969,27 +3004,27 @@ msgstr "保存せずに終了" msgid "Expand" msgstr "展開" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx: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 つがファイルに存在する必要があります。" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "有効期限" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "有効期限" @@ -3002,35 +3037,36 @@ msgstr "" msgid "Expires on UTC" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "{0} の有効期限" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "説明" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "外部シークレット管理システム" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "追加変数" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "終了日時:" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -3040,15 +3076,15 @@ msgstr "ファクト" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "失敗" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "失敗したホスト数" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "失敗したホスト" @@ -3065,7 +3101,7 @@ msgstr "1 つ以上のワークフロー承認を承認できませんでした msgid "Failed to approve workflow approval." msgstr "ワークフローの承認を承認できませんでした。" -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "" @@ -3074,11 +3110,11 @@ msgid "Failed to associate role" msgstr "ロールの関連付けに失敗しました" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "関連付けに失敗しました。" @@ -3098,49 +3134,49 @@ msgstr "認証情報をコピーできませんでした。" msgid "Failed to copy execution environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "インベントリーをコピーできませんでした。" -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "プロジェクトをコピーできませんでした。" -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "テンプレートをコピーできませんでした。" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "アプリケーションを削除できませんでした。" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "認証情報を削除できませんでした。" -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "グループ {0} を削除できませんでした。" -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "ホストを削除できませんでした。" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "インベントリーソース {name} を削除できませんでした。" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "インベントリーを削除できませんでした。" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "ジョブテンプレートを削除できませんでした。" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "通知を削除できませんでした。" @@ -3160,12 +3196,12 @@ msgstr "1 つ以上の認証情報を削除できませんでした。" msgid "Failed to delete one or more execution environments" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "1 つ以上のグループを削除できませんでした。" #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "1 つ以上のホストを削除できませんでした。" @@ -3177,7 +3213,7 @@ msgstr "1 つ以上のインスタンスグループを削除できませんで msgid "Failed to delete one or more inventories." msgstr "1 つ以上のインベントリーを削除できませんでした。" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "1 つ以上のインベントリーリソースを削除できませんでした。" @@ -3189,7 +3225,7 @@ msgstr "1 つ以上のジョブテンプレートを削除できませんでし msgid "Failed to delete one or more jobs." msgstr "1 つ以上のジョブを削除できませんでした。" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "1 つ以上の通知テンプレートを削除できませんでした。" @@ -3201,7 +3237,7 @@ msgstr "1 つ以上の組織を削除できませんでした。" msgid "Failed to delete one or more projects." msgstr "1 つ以上のプロジェクトを削除できませんでした。" -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "1 つ以上のスケジュールを削除できませんでした。" @@ -3221,7 +3257,7 @@ msgstr "1 つ以上のトークンを削除できませんでした。" msgid "Failed to delete one or more user tokens." msgstr "1 つ以上のユーザートークンを削除できませんでした。" -#: screens/User/UserList/UserList.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "1 人以上のユーザーを削除できませんでした。" @@ -3229,36 +3265,36 @@ msgstr "1 人以上のユーザーを削除できませんでした。" msgid "Failed to delete one or more workflow approval." msgstr "1 つ以上のワークフロー承認を削除できませんでした。" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "組織を削除できませんでした。" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "プロジェクトを削除できませんでした。" -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "ロールを削除できませんでした。" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "ロールを削除できませんでした。" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "スケジュールを削除できませんでした。" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "スマートインベントリーを削除できませんでした。" -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "チームを削除できませんでした。" -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "ユーザーを削除できませんでした。" @@ -3266,7 +3302,7 @@ msgstr "ユーザーを削除できませんでした。" msgid "Failed to delete workflow approval." msgstr "ワークフロー承認を削除できませんでした。" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "ワークフロージョブテンプレートを削除できませんでした。" @@ -3284,28 +3320,28 @@ msgid "Failed to deny workflow approval." msgstr "ワークフローの承認を拒否できませんでした。" #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "1 つ以上のグループの関連付けを解除できませんでした。" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "1 つ以上のホストの関連付けを解除できませんでした。" -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "1 つ以上のインスタンスの関連付けを解除できませんでした。" -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "1 つ以上のチームの関連付けを解除できませんでした。" -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead." msgstr "カスタムログイン構成設定を取得できません。代わりに、システムのデフォルトが表示されます。" -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3315,15 +3351,15 @@ msgstr "ジョブを起動できませんでした。" msgid "Failed to retrieve configuration." msgstr "構成を取得できませんでした。" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "フルノードリソースオブジェクトを取得できませんでした。" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "ノード認証情報を取得できませんでした。" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "" @@ -3331,31 +3367,35 @@ msgstr "" msgid "Failed to sync inventory source." msgstr "インベントリーソースを同期できませんでした。" -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "プロジェクトを同期できませんでした。" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 msgid "Failed to sync some or all inventory sources." msgstr "一部またはすべてのインベントリーソースを同期できませんでした。" -#: components/HostToggle/HostToggle.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "ホストの切り替えに失敗しました。" -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "インスタンスの切り替えに失敗しました。" -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "通知の切り替えに失敗しました。" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "スケジュールの切り替えに失敗しました。" -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "" + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "調査の更新に失敗しました。" @@ -3363,17 +3403,17 @@ msgstr "調査の更新に失敗しました。" msgid "Failed to user token." msgstr "ユーザートークンに失敗しました。" -#: components/NotificationList/NotificationListItem.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "失敗" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "False" @@ -3382,23 +3422,23 @@ msgstr "False" msgid "February" msgstr "2 月" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "値を含むフィールド。" -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "値で終了するフィールド。" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "カスタムの Kubernetes または OpenShift Pod 仕様を渡すためのフィールド。" -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "特定の正規表現に一致するフィールド。" -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "値で開始するフィールド。" @@ -3406,11 +3446,11 @@ msgstr "値で開始するフィールド。" msgid "Fifth" msgstr "第 5" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "ファイルのアップロードが拒否されました。単一の .json ファイルを選択してください。" @@ -3419,11 +3459,11 @@ msgid "File, directory or script" msgstr "ファイル、ディレクトリー、またはスクリプト" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "終了時間" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "終了日時" @@ -3432,36 +3472,40 @@ msgstr "終了日時" msgid "First" msgstr "最初" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "名" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "初回実行日時" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "最初に、キーを選択します" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "グラフを利用可能な画面サイズに合わせます" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "浮動" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3469,7 +3513,7 @@ msgid "" "executing the playbook." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 msgid "" "For job templates, select run to execute the playbook.\n" "Select check to only check playbook syntax, test environment setup,\n" @@ -3481,15 +3525,15 @@ msgstr "" #~ msgid "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." #~ msgstr "ジョブテンプレートについて、Playbook を実行するために実行を選択します。Playbook を実行せずに、Playbook 構文、テスト環境セットアップ、およびレポートの問題のみを検査するチェックを選択します。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "詳しい情報は以下の情報を参照してください:" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "フォーク" @@ -3497,7 +3541,7 @@ msgstr "フォーク" msgid "Fourth" msgstr "第 4" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "頻度の詳細" @@ -3516,23 +3560,23 @@ msgid "Friday" msgstr "金曜" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "Galaxy 認証情報" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "Galaxy 認証情報は組織が所有している必要があります。" -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "" @@ -3544,7 +3588,7 @@ msgstr "" msgid "Git" msgstr "Git" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "GitHub" @@ -3560,12 +3604,12 @@ msgid "GitHub Enterprise" msgstr "GitHub Enterprise" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "GitHub Enterprise 組織" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "GitHub Enterprise チーム" @@ -3579,11 +3623,11 @@ msgstr "GitHub 組織" msgid "GitHub Team" msgstr "GitHub チーム" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "GitHub 設定" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "GitLab" @@ -3597,7 +3641,7 @@ msgstr "" msgid "Globally Available" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "" @@ -3621,16 +3665,16 @@ msgstr "前のページに移動" msgid "Google Compute Engine" msgstr "Google Compute Engine" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "Google OAuth2 の設定" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "Google OAuth2" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "Grafana" @@ -3638,16 +3682,16 @@ msgstr "Grafana" msgid "Grafana API key" msgstr "Grafana API キー" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "Grafana URL" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "Greater than の比較条件" -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "Greater than or equal to の比較条件" @@ -3655,7 +3699,7 @@ msgstr "Greater than or equal to の比較条件" msgid "Group" msgstr "グループ" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "グループの詳細" @@ -3665,61 +3709,61 @@ msgstr "グループタイプ" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "グループ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "HTTP ヘッダー" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "HTTP メソッド" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "ヘルプ" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "非表示" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "Hipchat" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "ホスト" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "ホスト設定キー" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "ホスト数" @@ -3727,16 +3771,16 @@ msgstr "ホスト数" msgid "Host Details" msgstr "ホストの詳細" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "ホストフィルター" @@ -3744,31 +3788,31 @@ msgstr "ホストフィルター" msgid "Host Name" msgstr "ホスト名" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "" @@ -3781,29 +3825,29 @@ msgstr "" msgid "Host not found." msgstr "" -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 msgid "Host status information for this job is unavailable." msgstr "" -#: routeConfig.js:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "" @@ -3820,7 +3864,7 @@ msgstr "" msgid "Hosts used" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "時間" @@ -3830,16 +3874,15 @@ msgstr "" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "ダッシュボード ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "パネル ID" @@ -3852,19 +3895,19 @@ msgid "ID of the panel (optional)" msgstr "パネル ID (オプション)" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "IRC" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "IRC ニック" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "IRC サーバーアドレス" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "IRC サーバーポート" @@ -3884,15 +3927,15 @@ msgstr "IRC サーバーパスワード" msgid "IRC server port" msgstr "IRC サーバーポート" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "アイコン URL" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -3906,10 +3949,22 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -3921,7 +3976,7 @@ msgstr "" #~ msgid "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." #~ msgstr "チェックを付けると、以前は外部ソースにあり、現在は削除されているホストおよびグループが Tower インベントリーから削除されます。インベントリーソースで管理されていなかったホストおよびグループは、次に手動で作成したグループにプロモートされます。プロモート先となる、手動で作成したグループがない場合、ホストおよびグループは、インベントリーの「すべて」のデフォルトグループに残ります。" -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." @@ -3931,14 +3986,14 @@ msgstr "" #~ msgid "If enabled, run this playbook as an administrator." #~ msgstr "有効な場合は、この Playbook を管理者として実行します。" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" @@ -3949,11 +4004,11 @@ msgstr "" #~ msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode." #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." @@ -3963,11 +4018,11 @@ msgstr "" #~ msgid "If enabled, simultaneous runs of this job template will be allowed." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 msgid "If enabled, simultaneous runs of this workflow job template will be allowed." msgstr "有効な場合は、このワークフロージョブテンプレートの同時実行が許可されます。" -#: screens/Template/shared/JobTemplateForm.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -3988,12 +4043,12 @@ msgid "" "Red Hat to obtain a trial subscription." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "この特定のユーザーのアクセスのみを削除する場合は、チームから削除してください。" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -4009,15 +4064,15 @@ msgstr "" msgid "Image" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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" @@ -4028,7 +4083,7 @@ msgstr "" #~ msgid "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." #~ msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "情報" @@ -4047,12 +4102,12 @@ msgid "Initiated by (username)" msgstr "開始者 (ユーザー名)" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "インジェクターの設定" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "入力の設定" @@ -4065,7 +4120,7 @@ msgid "Insights Analytics dashboard" msgstr "" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "Insights 認証情報" @@ -4081,27 +4136,27 @@ msgstr "Insights システム ID" msgid "Instance" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "インスタンスフィルター" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "インスタンスグループ" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "インスタンスグループ" @@ -4110,7 +4165,7 @@ msgid "Instance ID" msgstr "インスタンス ID" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "インスタンスグループ" @@ -4118,58 +4173,58 @@ msgstr "インスタンスグループ" msgid "Instance group not found." msgstr "インスタンスグループが見つかりません。" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "インスタンスグループ" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "インスタンス" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "整数" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "無効なメールアドレス" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "無効なリンクターゲットです。子ノードまたは祖先ノードにリンクできません。グラフサイクルはサポートされていません。" -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 msgid "Invalid username or password. Please try again." msgstr "無効なユーザー名またはパスワードです。やり直してください。" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119 -#: routeConfig.js:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "インベントリー" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "ソースを含むインベントリーはコピーできません。" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4177,34 +4232,34 @@ msgstr "ソースを含むインベントリーはコピーできません。" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "インベントリー" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "インベントリー (名前)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "インベントリーファイル" @@ -4212,7 +4267,7 @@ msgstr "インベントリーファイル" msgid "Inventory ID" msgstr "インベントリー ID" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "" @@ -4220,16 +4275,16 @@ msgstr "" msgid "Inventory Source Sync" msgstr "インベントリーソース同期" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "インベントリーソース" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4239,7 +4294,7 @@ msgstr "インベントリー同期" msgid "Inventory Update" msgstr "インベントリー更新" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "インベントリーファイル" @@ -4262,19 +4317,19 @@ msgstr "インベントリーの同期の失敗" #~ msgid "Isolated" #~ msgstr "分離" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "項目" @@ -4283,16 +4338,17 @@ msgid "Items per page" msgstr "ページ別の項目" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "ジョブ ID:" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "JSON" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "JSON タブ" @@ -4305,30 +4361,30 @@ msgid "January" msgstr "1 月" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "ジョブ" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "ジョブキャンセルエラー" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "ジョブ削除エラー" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "ジョブスライス" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "ジョブスライス" @@ -4336,57 +4392,57 @@ msgstr "ジョブスライス" msgid "Job Status" msgstr "ジョブステータス" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "ジョブタグ" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "ジョブテンプレート" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "ジョブテンプレート" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes" msgstr "" #: components/JobList/JobList.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "ジョブタイプ" @@ -4406,31 +4462,31 @@ msgstr "ジョブテンプレート" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "ジョブ" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "ジョブ設定" @@ -4442,15 +4498,15 @@ msgstr "7 月" msgid "June" msgstr "6 月" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "キー" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "キー選択" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "キー先行入力" @@ -4459,35 +4515,35 @@ msgid "Keyword" msgstr "キーワード" #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "LDAP" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "LDAP 1" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "LDAP 2" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "LDAP 3" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "LDAP 4" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "LDAP 5" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "LDAP のデフォルト" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "LDAP 設定" @@ -4515,15 +4571,15 @@ msgstr "LDAP5" msgid "Label Name" msgstr "ラベル名" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "ラベル" @@ -4531,55 +4587,58 @@ msgstr "ラベル" msgid "Last" msgstr "最終" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "前回のログイン" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "最終更新日" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "姓" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "最終実行日時" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "最終実行" @@ -4591,52 +4650,57 @@ msgstr "最後のジョブ" msgid "Last job run" msgstr "最後のジョブ実行" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "最終更新日" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "起動" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "管理ジョブの起動" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "テンプレートの起動" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "管理ジョブの起動" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "テンプレートの起動" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "ワークフローの起動" @@ -4652,7 +4716,7 @@ msgstr "起動者 (ユーザー名)" msgid "Learn more about Insights Analytics" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "" @@ -4660,11 +4724,11 @@ msgstr "" msgid "Legend" msgstr "凡例" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "Less than の比較条件" -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "Less than or equal to の比較条件" @@ -4678,22 +4742,22 @@ msgstr "Less than or equal to の比較条件" #~ msgid "License settings" #~ msgstr "ライセンス設定" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "制限" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "利用可能なノードへのリンク" @@ -4701,15 +4765,15 @@ msgstr "利用可能なノードへのリンク" msgid "Loading" msgstr "ロード中" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "ローカルタイムゾーン" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "ローカルタイムゾーン" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "ログイン" @@ -4717,50 +4781,51 @@ msgstr "ログイン" msgid "Log aggregator test sent successfully." msgstr "ログアグリゲーターのテストの送信に成功しました。" -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "ロギング" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "ロギング設定" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "ログアウト" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "ルックアップモーダル" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "ルックアップ選択" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "ルックアップタイプ" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "ルックアップの先行入力" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "直近の同期" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "マシンの認証情報" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "マシンの認証情報" @@ -4768,29 +4833,29 @@ msgstr "マシンの認証情報" msgid "Managed by Tower" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "管理ジョブ" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "管理ジョブ" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "管理ジョブ" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "管理ジョブの起動エラー" @@ -4803,13 +4868,13 @@ msgid "Management jobs" msgstr "管理ジョブ" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "手動" @@ -4819,20 +4884,20 @@ msgid "March" msgstr "3 月" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "Mattermost" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "最大ホスト数" -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "最大" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "最大長" @@ -4841,7 +4906,7 @@ msgid "May" msgstr "5 月" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "メンバー" @@ -4861,15 +4926,15 @@ msgstr "" msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "最小" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "最小長" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4879,7 +4944,7 @@ msgstr "" #~ msgid "Minimum number of instances that will be automatically assigned to this group when new instances come online." #~ msgstr "新規インスタンスがオンラインになると、このグループに自動的に最小限割り当てられるインスタンス数" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4889,15 +4954,15 @@ msgstr "" #~ msgid "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." #~ msgstr "新規インスタンスがオンラインになると、このグループに自動的に最小限割り当てられるインスタンスの割合" -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "分" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "その他のシステム" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "その他のシステム設定" @@ -4906,14 +4971,13 @@ msgstr "その他のシステム設定" msgid "Missing" msgstr "不明" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -4921,19 +4985,20 @@ msgstr "" msgid "Modified" msgstr "修正済み" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -4947,11 +5012,11 @@ msgstr "修正済み" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -4959,12 +5024,12 @@ msgstr "修正済み" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "変更者 (ユーザー名)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "変更者 (ユーザー名)" @@ -4983,52 +5048,54 @@ msgstr "月" msgid "Monday" msgstr "月曜" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "月" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "詳細情報" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "詳細情報: " +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "複数選択" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "複数選択" -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "複数の選択 (複数の選択)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "複数の選択 (単一の選択)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "複数の選択オプション" -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -5038,15 +5105,15 @@ msgstr "複数の選択オプション" #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -5058,15 +5125,15 @@ msgstr "複数の選択オプション" #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -5081,25 +5148,25 @@ msgstr "複数の選択オプション" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -5107,76 +5174,81 @@ msgstr "複数の選択オプション" #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5187,15 +5259,22 @@ msgstr "複数の選択オプション" #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "名前" @@ -5213,8 +5292,8 @@ msgstr "なし" msgid "Never Updated" msgstr "未更新" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "期限切れなし" @@ -5223,19 +5302,20 @@ msgstr "期限切れなし" msgid "New" msgstr "新規" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "次へ" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "次回実行日時" @@ -5243,16 +5323,16 @@ msgstr "次回実行日時" msgid "No" msgstr "不可" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "JSON は利用できません" @@ -5260,15 +5340,15 @@ msgstr "JSON は利用できません" msgid "No Jobs" msgstr "ジョブはありません" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "標準エラーは利用できません" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "標準出力は利用できません" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "インベントリー同期の失敗はありません。" @@ -5276,26 +5356,26 @@ msgstr "インベントリー同期の失敗はありません。" msgid "No items found." msgstr "項目は見つかりません。" -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "結果が見つかりません" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "結果が見つかりません" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "Survey の質問は見つかりません。" -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "{pluralizedItemName} は見つかりません" @@ -5304,7 +5384,7 @@ msgstr "{pluralizedItemName} は見つかりません" msgid "Node Type" msgstr "ノードタイプ" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "ノードタイプ" @@ -5316,12 +5396,12 @@ msgstr "なし" msgid "None (Run Once)" msgstr "なし (1回実行)" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "なし (1回実行)" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "標準ユーザー" @@ -5330,16 +5410,16 @@ msgstr "標準ユーザー" msgid "Not Found" msgstr "見つかりません" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "設定されていません" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "インベントリーの同期に設定されていません。" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 msgid "" "Note that only hosts directly in this group can\n" "be disassociated. Hosts in sub-groups must be disassociated\n" @@ -5350,7 +5430,8 @@ msgstr "" #~ msgid "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." #~ msgstr "このグループに直接含まれるホストのみの関連付けを解除できることに注意してください。サブグループのホストの関連付けの解除については、それらのホストが属するサブグループのレベルで直接実行する必要があります。" -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5359,12 +5440,12 @@ msgid "" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" #: src/screens/Host/HostGroups/HostGroupsList.jsx:212 #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." @@ -5374,11 +5455,11 @@ msgstr "" #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." #~ msgstr "ホストがそのグループの子のメンバーでもある場合は、関連付けを解除した後も一覧にグループが表示される場合があることに注意してください。この一覧には、ホストが直接的および間接的に関連付けられているすべてのグループが表示されます。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "注: このフィールドは、リモート名が \"origin\" であることが前提です。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5396,7 +5477,7 @@ msgstr "" #~ msgid "Notifcations" #~ msgstr "通知" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "通知の色" @@ -5406,15 +5487,15 @@ msgid "Notification Template not found." msgstr "通知テンプレートテストは見つかりません。" #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "通知テンプレート" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "通知タイプ" @@ -5422,31 +5503,31 @@ msgstr "通知タイプ" msgid "Notification color" msgstr "通知の色" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "通知タイプ" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "通知" @@ -5470,53 +5551,53 @@ msgstr "実行回数" msgid "October" msgstr "10 月" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "オフ" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "オン" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "障害発生時" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "成功時" @@ -5528,7 +5609,7 @@ msgstr "指定日" msgid "On days" msgstr "曜日" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "グループ化のみ" @@ -5536,12 +5617,12 @@ msgstr "グループ化のみ" msgid "OpenStack" msgstr "OpenStack" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "オプションの詳細" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 msgid "" "Optional labels that describe this job template,\n" "such as 'dev' or 'test'. Labels can be used to group and filter\n" @@ -5553,26 +5634,26 @@ msgstr "" #~ msgid "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." #~ msgstr "「dev」、「test」などのこのジョブテンプレートを説明するオプションラベルです。ラベルを使用し、ジョブテンプレートおよび完了したジョブの分類およびフィルターを実行できます。" -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "必要に応じて、ステータスの更新を Webhook サービスに送信しなおすのに使用する認証情報を選択します。" -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "オプション" @@ -5580,44 +5661,45 @@ msgstr "オプション" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "組織" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "組織 (名前)" @@ -5630,17 +5712,17 @@ msgid "Organization not found." msgstr "組織が見つかりません。" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "組織" @@ -5653,22 +5735,22 @@ msgid "Out of compliance" msgstr "" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "出力" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "上書き" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "変数の上書き" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "変数の上書き" @@ -5681,11 +5763,11 @@ msgid "PUT" msgstr "PUT" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "Pagerduty" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "Pagerduty サブドメイン" @@ -5697,44 +5779,52 @@ msgstr "Pagerduty サブドメイン" msgid "Pagination" msgstr "ページネーション" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "パンダウン" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "パンレフト" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "パンライト" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "パンアップ" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 msgid "Pass extra command line changes. There are two ansible command line parameters:" msgstr "追加のコマンドライン変更を渡します。2 つの Ansible コマンドラインパラメーターがあります。" -#: screens/Template/shared/JobTemplateForm.jsx:393 +#: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "パスワード" @@ -5755,15 +5845,15 @@ msgstr "過去 1 週間" msgid "Pending" msgstr "保留中" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "保留中のワークフロー承認" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "保留中の削除" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "検索を実行して、ホストフィルターを定義します。" @@ -5775,43 +5865,43 @@ msgstr "パーソナルアクセストークン" msgid "Play" msgstr "プレイ" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "再生回数" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "Playbook" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "Playbook ディレクトリー" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "Playbook 実行" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "" @@ -5826,28 +5916,28 @@ msgstr "Playbook 名" msgid "Playbook run" msgstr "Playbook 実行" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "プレイ" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "Survey の質問を追加してください。" -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "{pluralizedItemName} を追加してこのリストに入力してください。" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "開始ボタンをクリックして開始してください。" -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "有効な URL を入力してください。" @@ -5855,19 +5945,19 @@ msgstr "有効な URL を入力してください。" msgid "Please enter a value." msgstr "値を入力してください。" -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "1 から 31 までの日付を選択してください。" -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "インベントリーを選択するか、または起動プロンプトオプションにチェックを付けてください。" -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 msgid "Please select an end date/time that comes after the start date/time." msgstr "開始日時より後の終了日時を選択してください。" -#: components/Lookup/HostFilterLookup.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 msgid "Please select an organization before editing the host filter" msgstr "組織を選択してからホストフィルターを編集します。" @@ -5881,20 +5971,29 @@ msgid "Policy instance minimum" msgstr "ポリシーインスタンスの最小値" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "ポリシーインスタンスの割合" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 msgid "Populate field from an external secret management system" msgstr "外部のシークレット管理システムからフィールドにデータを入力します" #: components/Lookup/HostFilterLookup.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" @@ -5902,22 +6001,22 @@ msgstr "" #~ msgid "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "ポート" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "" #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "プレビュー" @@ -5925,7 +6024,7 @@ msgstr "プレビュー" msgid "Private key passphrase" msgstr "秘密鍵のパスフレーズ" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "権限昇格" @@ -5933,26 +6032,26 @@ msgstr "権限昇格" msgid "Privilege escalation password" msgstr "権限昇格のパスワード" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "プロジェクト" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "プロジェクトのベースパス" @@ -5974,50 +6073,50 @@ msgid "Project sync failures" msgstr "プロジェクトの同期の失敗" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "プロジェクト" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "子グループおよびホストのプロモート" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "プロンプト" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "プロンプトオーバーライド" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "起動プロンプト" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "プロンプト値" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "プロンプト" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -6039,11 +6138,11 @@ msgstr "" #~ msgid "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." #~ msgstr "Playbook によって管理されるか、またはその影響を受けるホストの一覧をさらに制限するためのホストのパターンを指定します。複数のパターンが許可されます。パターンについての詳細およびサンプルについては、Ansible ドキュメントを参照してください。" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 msgid "Provide a value for this field or select the Prompt on launch option." msgstr "このフィールドに値を入力するか、起動プロンプトを表示するオプションを選択します。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." @@ -6053,7 +6152,7 @@ msgstr "" #~ msgid "Provide key/value pairs using either YAML or JSON." #~ msgstr "YAML または JSON のいずれかを使用してキーと値のペアを提供します。" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -6065,39 +6164,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "プロビジョニングコールバック URL" -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "プロビジョニングコールバックの詳細" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "プロビジョニングコールバック" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "質問" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "RADIUS" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "RADIUS 設定" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "読み込み" @@ -6109,7 +6212,7 @@ msgstr "最近のジョブ" msgid "Recent Jobs list tab" msgstr "最近の求人リストタブ" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "最近のテンプレート" @@ -6117,7 +6220,7 @@ msgstr "最近のテンプレート" msgid "Recent Templates list tab" msgstr "最近のテンプレートリストタブ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "受信者リスト" @@ -6141,19 +6244,19 @@ msgstr "Red Hat Satellite 6" msgid "Red Hat Virtualization" msgstr "Red Hat Virtualization" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "リダイレクト URI" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "リダイレクト URI" @@ -6165,7 +6268,7 @@ msgstr "" msgid "Redirecting to subscription detail" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." @@ -6175,7 +6278,7 @@ msgstr "" #~ msgid "Refer to the Ansible documentation for details about the configuration file." #~ msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "トークンの更新" @@ -6184,34 +6287,34 @@ msgstr "トークンの更新" msgid "Refresh Token Expiration" msgstr "トークンの有効期限の更新" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "リージョン" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "一致するホスト名のみがインポートされる正規表現。このフィルターは、インベントリープラグインフィルターが適用された後、後処理ステップとして適用されます。" -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "関連するグループ" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "再起動" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "ジョブの再起動" @@ -6228,8 +6331,8 @@ msgstr "失敗したホストの再起動" msgid "Relaunch on" msgstr "再起動時" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "ホストパラメーターを使用した再起動" @@ -6259,31 +6362,31 @@ msgstr "リンクの削除" msgid "Remove Node" msgstr "ノードの削除" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "更新の実行前にローカルの変更を削除します。" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "{0} のアクセス権の削除" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "{0} チップの削除" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "このリンクを削除すると、ブランチの残りの部分が孤立し、起動直後に実行します。" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "繰り返しの頻度" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "" @@ -6293,7 +6396,7 @@ msgid "Request subscription" msgstr "" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "必須" @@ -6302,32 +6405,32 @@ msgid "Resource deleted" msgstr "リソースが削除されました" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "リソース名" +#~ msgid "Resource name" +#~ msgstr "リソース名" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "リソースのロール" +#~ msgid "Resource role" +#~ msgstr "リソースのロール" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "リソースタイプ" +#~ msgid "Resource type" +#~ msgstr "リソースタイプ" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "リソース" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "リソースがこのテンプレートにありません。" -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "初期値を復元します。" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6339,32 +6442,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "戻る" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "" -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "これ以外の値と他のフィルターが含まれる結果を返します。" -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "このフィルターおよび他のフィルターを満たす結果を返します。何も選択されていない場合は、これがデフォルトのセットタイプです。" -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "この 1 つまたは他のフィルターを満たす結果を返します。" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "戻す" @@ -6372,12 +6475,12 @@ msgstr "戻す" msgid "Revert all" msgstr "すべて元に戻す" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "すべてをデフォルトに戻す" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "" @@ -6385,60 +6488,63 @@ msgstr "" msgid "Revert settings" msgstr "設定を元に戻す" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "工場出荷時のデフォルトに戻します。" -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "リビジョン" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "リビジョン #" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "Rocket.Chat" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "ロール" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "ロール" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "実行" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "コマンドの実行" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "コマンドの実行" @@ -6446,7 +6552,7 @@ msgstr "コマンドの実行" msgid "Run every" msgstr "実行する間隔" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "実行頻度" @@ -6459,12 +6565,12 @@ msgid "Run type" msgstr "実行タイプ" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "実行中" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "" @@ -6472,16 +6578,16 @@ msgstr "" msgid "Running Jobs" msgstr "実行中のジョブ" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "実行中のジョブ" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "SAML" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "SAML 設定" @@ -6490,7 +6596,7 @@ msgid "SCM update" msgstr "SCM 更新" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "ソーシャル" @@ -6498,18 +6604,19 @@ msgstr "ソーシャル" msgid "SSH password" msgstr "SSH パスワード" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "SSL 接続" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "開始" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "ステータス:" @@ -6522,23 +6629,23 @@ msgstr "土" msgid "Saturday" msgstr "土曜" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "保存" @@ -6547,7 +6654,7 @@ msgstr "保存" msgid "Save & Exit" msgstr "保存して終了" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "ログ集計機能をテストする前に、ログ集計を保存して有効にします。" @@ -6559,66 +6666,66 @@ msgstr "リンクの変更の保存" msgid "Save successful!" msgstr "" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "スケジュールの詳細" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "スケジュールの詳細" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "スケジュールはアクティブです" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "スケジュールは非アクティブです" -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "スケジュールにルールがありません" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "スケジュール" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "範囲" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "最初にスクロール" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "最後にスクロール" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "次へスクロール" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "前にスクロール" @@ -6627,11 +6734,11 @@ msgstr "前にスクロール" msgid "Search" msgstr "検索" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "検索送信ボタン" @@ -6644,35 +6751,35 @@ msgstr "テキスト入力の検索" msgid "Second" msgstr "第 2" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "秒" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "左側のエラーを参照してください" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "選択" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "グループの選択" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "ホストの選択" @@ -6680,31 +6787,31 @@ msgstr "ホストの選択" msgid "Select Input" msgstr "入力の選択" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "インスタンスの選択" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "アイテムの選択" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "リストからアイテムの選択" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "適用するロールの選択" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "チームの選択" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "JSON 形式のサービスアカウントキーを選択して、次のフィールドに自動入力します。" @@ -6712,7 +6819,7 @@ msgstr "JSON 形式のサービスアカウントキーを選択して、次の msgid "Select a Node Type" msgstr "ノードタイプの選択" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "リソースタイプの選択" @@ -6726,15 +6833,15 @@ msgstr "" #~ msgid "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "ワークフローにブランチを選択してください。このブランチは、ブランチを求めるジョブテンプレートノードすべてに適用されます。" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "ワークフローにブランチを選択してください。このブランチは、ブランチを求めるジョブテンプレートノードすべてに適用されます。" -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "認証情報タイプの選択" @@ -6750,16 +6857,16 @@ msgstr "取り消すジョブの選択" msgid "Select a metric" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "モジュールの選択" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "Playbook の選択" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "" @@ -6776,15 +6883,15 @@ msgstr "削除する行の選択" msgid "Select a row to deny" msgstr "拒否する行の選択" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "関連付けを解除する行の選択" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "このフィールドに有効な日時を選択" @@ -6794,10 +6901,10 @@ msgstr "このフィールドに有効な日時を選択" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -6813,12 +6920,12 @@ msgstr "このフィールドに有効な日時を選択" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "このフィールドの値の選択" @@ -6840,28 +6947,37 @@ msgstr "" msgid "Select an instance and a metric to show chart" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "ワークフローのインベントリーを選択してください。このインベントリーが、インベントリーをプロンプトするすべてのジョブテンプレートノードに適用されます。" -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" + #: src/screens/Template/shared/JobTemplateForm.jsx:324 #~ msgid "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." #~ msgstr "Tower のこのジョブが実行されるノードへのアクセスを許可する認証情報を選択します。各タイプにつき 1 つの認証情報のみを選択できます。マシン認証情報 (SSH) については、認証情報を選択せずに「起動プロンプト」を選択すると、実行時にマシン認証情報を選択する必要があります。認証情報を選択し、「起動プロンプト」にチェックを付けている場合は、選択した認証情報が実行時に更新できるデフォルトになります。" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -6901,25 +7017,29 @@ msgstr "ソースパスの選択" msgid "Select tags" msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "" + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "このインベントリーが実行されるインスタンスグループを選択します。" -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "この組織が実行されるインスタンスグループを選択します。" -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "このトークンが属するアプリケーションを選択します。" -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "そのコマンドを実行するためにリモートホストへのアクセス時に使用する認証情報を選択します。Ansible がリモートホストにログインするために必要なユーザー名および SSH キーまたはパスワードが含まれる認証情報を選択してください。" @@ -6927,24 +7047,24 @@ msgstr "そのコマンドを実行するためにリモートホストへのア #~ msgid "Select the custom Python virtual environment for this inventory source sync to run on." #~ msgstr "このインベントリーソースの実行に使用するカスタム Python 仮想環境を選択します。" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "" #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -6966,16 +7086,16 @@ msgstr "" #~ msgid "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." #~ msgstr "このソースで同期されるインベントリーファイルを選択します。ドロップダウンから選択するか、入力にファイルを指定できます。" -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "このホストが属するインベントリーを選択します。" -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "このジョブで実行される Playbook を選択してください。" -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." @@ -6985,7 +7105,7 @@ msgstr "" #~ msgid "Select the project containing the playbook you want this job to execute." #~ msgstr "このジョブで実行する Playbook が含まれるプロジェクトを選択してください。" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "" @@ -6993,43 +7113,43 @@ msgstr "" msgid "Select {0}" msgstr "{0} の選択" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "選択済み" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "選択したカテゴリー" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "設定済みのログアグリゲーターにテストログメッセージを送信します。" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "送信者のメール" @@ -7045,16 +7165,16 @@ msgstr "9 月" msgid "Service account JSON file" msgstr "サービスアカウント JSON ファイル" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "このフィールドに値を設定します" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "データの保持日数を設定します。" -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "データ収集、ロゴ、およびログイン情報の設定" @@ -7062,27 +7182,27 @@ msgstr "データ収集、ロゴ、およびログイン情報の設定" msgid "Set source path to" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "インスタンスをオンラインまたはオフラインに設定します。オフラインの場合、ジョブはこのインスタンスに割り当てられません。" -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "クライアントデバイスのセキュリティーレベルに応じて「公開」または「機密」に設定します。" -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "タイプの設定" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "タイプ選択の設定" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "タイプ先行入力の設定" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "ズームを 100% に設定し、グラフを中央に配置" @@ -7090,32 +7210,32 @@ msgstr "ズームを 100% に設定し、グラフを中央に配置" msgid "Setting category" msgstr "カテゴリーの設定" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "設定は工場出荷時のデフォルトと一致します。" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "名前の設定" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "設定" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "表示" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "変更の表示" @@ -7123,8 +7243,8 @@ msgstr "変更の表示" msgid "Show all groups" msgstr "すべてのグループの表示" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "変更の表示" @@ -7136,43 +7256,43 @@ msgstr "簡易表示" msgid "Show only root groups" msgstr "root グループのみを表示" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "Azure AD でサインイン" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "GitHub でサインイン" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "GitHub Enterprise でサインイン" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "GitHub Enterprise 組織でサインイン" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "GitHub Enterprise チームでサインイン" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "GitHub 組織でサインイン" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "GitHub チームでサインイン" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "Google でサインイン" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "SAML でサインイン" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "SAML {samlIDP} でサインイン" @@ -7181,27 +7301,36 @@ msgstr "SAML {samlIDP} でサインイン" msgid "Simple key select" msgstr "簡易キー選択" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "スキップタグ" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -7219,14 +7348,14 @@ msgid "Skipped" msgstr "スキップ済" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "Slack" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "スマートインベントリー" @@ -7235,19 +7364,19 @@ msgid "Smart Inventory not found." msgstr "スマートインベントリーは見つかりません。" #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "スマートホストフィルター" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "スマートインベントリー" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "前のステップのいくつかにエラーがあります" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "この認証情報およびメタデータをテストする要求で問題が発生しました。" @@ -7264,55 +7393,55 @@ msgstr "並び替え" msgid "Sort question order" msgstr "質問の順序の並べ替え" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "ソース" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "ソースコントロールブランチ" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "ソースコントロールブランチ/タグ/コミット" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "ソースコントロール認証情報" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "ソースコントロール認証情報タイプ" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "ソースコントロールの Refspec" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "ソースコントロールのタイプ" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7320,30 +7449,30 @@ msgid "Source Control URL" msgstr "ソースコントロールの URL" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "ソースコントロールの更新" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "発信元の電話番号" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "ソース変数" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "ソースワークフローのジョブ" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "ソースコントロールのブランチ" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "ソース詳細" @@ -7351,7 +7480,7 @@ msgstr "ソース詳細" msgid "Source phone number" msgstr "発信元の電話番号" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "ソース変数" @@ -7360,7 +7489,7 @@ msgstr "ソース変数" msgid "Sourced from a project" msgstr "プロジェクトから取得" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "ソース" @@ -7385,52 +7514,52 @@ msgstr "" #~ msgid "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." #~ msgstr "通知の色を指定します。使用できる色は、16 進数の色コード (例: #3af または #789abc) です。" -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "トークンのアクセスのスコープを指定" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 msgid "Specify the conditions under which this node should be executed" msgstr "このノードを実行する条件を指定" -#: screens/Job/JobOutput/HostEventModal.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "標準エラー" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "標準出力" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "標準エラータブ" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "標準出力タブ" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "開始" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "開始時間" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "開始日時" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "開始メッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "開始メッセージのボディー" @@ -7443,30 +7572,32 @@ msgstr "同期プロセスの開始" msgid "Start sync source" msgstr "同期ソースの開始" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "開始" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "ステータス" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "" @@ -7476,7 +7607,7 @@ msgstr "" msgid "Submit" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7486,8 +7617,8 @@ msgid "" "flag to git submodule update." msgstr "" -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7501,15 +7632,15 @@ msgstr "" msgid "Subscription Management" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "" @@ -7517,7 +7648,7 @@ msgstr "" msgid "Subscription type" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "" @@ -7529,18 +7660,18 @@ msgstr "" msgid "Subversion" msgstr "Subversion" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "成功" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "成功メッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "成功メッセージボディー" @@ -7551,7 +7682,7 @@ msgstr "成功メッセージボディー" msgid "Successful" msgstr "成功" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "クリップボードへのコピーに成功しました!" @@ -7566,16 +7697,16 @@ msgstr "日曜" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "Survey" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "Survey 一覧" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "Survey プレビュー" @@ -7583,7 +7714,7 @@ msgstr "Survey プレビュー" msgid "Survey Toggle" msgstr "Survey の切り替え" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "Survey プレビューモーダル" @@ -7591,66 +7722,69 @@ msgstr "Survey プレビューモーダル" msgid "Survey questions" msgstr "Survey の質問" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "同期" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "プロジェクトの同期" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "すべてを同期" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "すべてのソースの同期" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "同期エラー" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "リビジョンの同期" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "システム" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "システム管理者" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "システム監査者" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "システム管理者は、すべてのリソースに無制限にアクセスできます。" -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "TACACS+" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "TACACS+ 設定" @@ -7660,15 +7794,24 @@ msgid "Tabs" msgstr "タブ" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -7681,7 +7824,7 @@ msgstr "" #~ msgid "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." #~ msgstr "タグは、Playbook のサイズが大きい場合にプレイまたはタスクの特定の部分を実行する必要がある場合に役立ちます。コンマを使用して複数のタグを区切ります。タグの使用方法の詳細については、Ansible Tower ドキュメントを参照してください。" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "アノテーションのタグ" @@ -7689,9 +7832,9 @@ msgstr "アノテーションのタグ" msgid "Tags for the annotation (optional)" msgstr "アノテーションのタグ (オプション)" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -7702,24 +7845,24 @@ msgstr "ターゲット URL" msgid "Task" msgstr "タスク" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "タスク数" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "タスク" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "チーム" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "チームロール" @@ -7727,24 +7870,24 @@ msgstr "チームロール" msgid "Team not found." msgstr "チームが見つかりません。" +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "チーム" @@ -7753,59 +7896,59 @@ msgstr "チーム" msgid "Template not found." msgstr "更新が見つかりません。" -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "テンプレート" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "テスト" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "外部認証情報のテスト" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "テスト通知" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "ロギングのテスト" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "テスト通知" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "テストに成功" -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "テキスト" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "テキストエリア" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "Textarea" @@ -7813,11 +7956,11 @@ msgstr "Textarea" msgid "The" msgstr "The" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "ユーザーがこのアプリケーションのトークンを取得するために使用する必要のある付与タイプです。" @@ -7832,7 +7975,7 @@ msgstr "" #~ msgid "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." #~ msgstr "メール通知が、ホストへの到達を試行するのをやめてタイムアウトするまでの時間 (秒単位)。範囲は 1 から 120 秒です。" -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -7854,7 +7997,7 @@ msgstr "" #~ msgid "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." #~ msgstr "Grafana サーバーのベース URL。/api/annotations エンドポイントは、ベース Grafana URL に自動的に追加されます。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 msgid "" "The first fetches all references. The second\n" "fetches the Github pull request number 62, in this example\n" @@ -7865,7 +8008,7 @@ msgstr "" #~ msgid "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." #~ msgstr "最初は全参照を取得します。2 番目は Github の Pull 要求の 62 番を取得します。この例では、ブランチは \"pull/62/head\" である必要があります。" -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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" @@ -7876,7 +8019,7 @@ msgstr "" #~ msgid "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." #~ msgstr "この組織で管理可能な最大ホスト数。デフォルト値は 0 で、管理可能な数に制限がありません。詳細は、Ansible ドキュメントを参照してください。" -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -7889,7 +8032,7 @@ msgstr "" #~ msgid "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" #~ msgstr "Playbook の実行中に使用する並列または同時プロセスの数。値が空白または 1 未満の場合は、Ansible のデフォルト値 (通常は 5) を使用します。フォークのデフォルトの数は、以下を変更して上書きできます。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "Playbook の実行中に使用する並列または同時プロセスの数。いずれの値も入力しないと、Ansible 設定ファイルのデフォルト値が使用されます。より多くの情報を確認できます。" @@ -7898,11 +8041,11 @@ msgstr "Playbook の実行中に使用する並列または同時プロセスの msgid "The page you requested could not be found." msgstr "要求したページが見つかりませんでした。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "インベントリー内のホストをターゲットにするために使用されるパターン。フィールドを空白のままにすると、all、および * はすべて、インベントリー内のすべてのホストを対象とします。Ansible のホストパターンに関する詳細情報を確認できます。" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "" @@ -7911,7 +8054,7 @@ msgstr "" msgid "The resource associated with this node has been deleted." msgstr "このノードに関連付けられているリソースは削除されました。" -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -7926,7 +8069,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "Tower インスタンスグループは削除できません。" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -7940,19 +8083,19 @@ msgstr "" #~ msgid "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." #~ msgstr "" -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "サインインに問題がありました。もう一度やり直してください。" -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "このコンテンツの読み込み中にエラーが発生しました。ページを再読み込みしてください。" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "ファイルの解析中にエラーが発生しました。ファイルのフォーマットを確認して、再試行してください。" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "ワークフローの保存中にエラーが発生しました。" @@ -7964,19 +8107,19 @@ msgstr "ログアグリゲーターのテスト中にエラーが発生しまし #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "これらの承認は、不十分な権限または保留中のジョブステータスのために削除できません" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "これらは {brandName} がコマンドの実行をサポートするモジュールです。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "これらは、サポートされているコマンド実行の標準の詳細レベルです。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "これらの引数は、指定されたモジュールで使用されます。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 msgid "These arguments are used with the specified module. You can find information about {0} by clicking" msgstr "これらの引数は、指定されたモジュールで使用されます。クリックすると {0} の情報を表示できます。" @@ -7984,33 +8127,33 @@ msgstr "これらの引数は、指定されたモジュールで使用されま msgid "Third" msgstr "第 3" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "このアクションにより、以下が削除されます。" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "このアクションにより、このユーザーのすべてのロールと選択したチームの関連付けが解除されます。" -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "このアクションにより、{0} から次のロールの関連付けが解除されます:" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "このアクションにより、以下の関連付けが解除されます。" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 msgid "This container group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 msgid "This credential is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 msgid "This credential type is currently being used by some credentials and cannot be deleted" msgstr "" @@ -8028,40 +8171,40 @@ msgid "" "Insights Analytics to Tower subscribers." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "このフィールドは空白ではありません" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "このフィールドは数字でなければなりません" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "このフィールドは、{0} から {1} の間の値である必要があります" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "このフィールドは、{min} から {max} の間の値である必要があります" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "このフィールドは正規表現である必要があります" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "このフィールドは整数でなければなりません。" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "このフィールドは、{0} 文字以上にする必要があります" @@ -8073,19 +8216,19 @@ msgstr "このフィールドは、{min} 文字以上にする必要がありま msgid "This field must be greater than 0" msgstr "このフィールドは 0 より大きくなければなりません" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "このフィールドは空白であってはなりません" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "このフィールドにはスペースを含めることはできません" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "このフィールドは、{0} 文字内にする必要があります" @@ -8093,64 +8236,68 @@ msgstr "このフィールドは、{0} 文字内にする必要があります" msgid "This field must not exceed {max} characters" msgstr "このフィールドは、{max} 文字内にする必要があります" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 msgid "This field will be retrieved from an external secret management system using the specified credential." msgstr "このフィールドは、指定された認証情報を使用して外部のシークレット管理システムから取得されます。" -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?" msgstr "" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "クライアントシークレットが表示されるのはこれだけです。" -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 msgid "This is the only time the token value and associated refresh token value will be shown." msgstr "この時だけ唯一、トークンの値と、関連する更新トークンの値が表示されます。" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 msgid "This job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 msgid "This organization is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "このプロジェクトは更新する必要があります" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "このスケジュールにはインベントリーがありません" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "このスケジュールには、必要な Survey 値がありません" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "このステップにはエラーが含まれています" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "この値は、以前に入力されたパスワードと一致しません。パスワードを確認してください。" @@ -8164,11 +8311,11 @@ msgstr "" #~ msgid "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "このワークフローには、ノードが構成されていません。" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" @@ -8188,7 +8335,7 @@ msgstr "木曜" msgid "Time" msgstr "時間" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -8202,7 +8349,7 @@ msgstr "" #~ msgid "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." #~ msgstr "プロジェクトが最新であることを判別するための時間 (秒単位) です。ジョブ実行およびコールバック時に、タスクシステムは最新のプロジェクト更新のタイムスタンプを評価します。これがキャッシュタイムアウトよりも古い場合には、最新とは見なされず、新規のプロジェクト更新が実行されます。" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -8215,16 +8362,16 @@ msgstr "" #~ msgid "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." #~ msgstr "インベントリーの同期が最新の状態であることを判別するために使用される時間 (秒単位) です。ジョブの実行およびコールバック時に、タスクシステムは最新の同期のタイムスタンプを評価します。これがキャッシュタイムアウトよりも古い場合は最新とは見なされず、インベントリーの同期が新たに実行されます。" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "タイムアウト" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "タイムアウト" @@ -8240,7 +8387,7 @@ msgstr "タイムアウトの秒" msgid "Toggle Legend" msgstr "凡例の切り替え" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "パスワードの切り替え" @@ -8248,50 +8395,50 @@ msgstr "パスワードの切り替え" msgid "Toggle Tools" msgstr "ツールの切り替え" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "イベント行の展開/折りたたみを切り替え" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "ホストの切り替え" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "インスタンスの切り替え" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "凡例の切り替え" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "通知承認の切り替え" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "通知失敗の切り替え" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "通知開始の切り替え" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "通知成功の切り替え" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "スケジュールの切り替え" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "ツールの切り替え" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "トークン" @@ -8311,18 +8458,18 @@ msgstr "トークンタイプ" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "トークン" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "ツール" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "" @@ -8331,35 +8478,35 @@ msgid "Total Jobs" msgstr "ジョブの合計" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "ノードの合計" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "ジョブの合計" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "True" @@ -8374,21 +8521,21 @@ msgid "Tuesday" msgstr "火曜" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "Twilio" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8399,41 +8546,44 @@ msgstr "Twilio" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "タイプ" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "タイプの詳細" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "利用不可" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "元に戻す" @@ -8442,15 +8592,15 @@ msgid "Unlimited" msgstr "" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "到達不能" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "到達不能なホスト数" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "到達不能なホスト" @@ -8462,39 +8612,39 @@ msgstr "認識されない日付の文字列" msgid "Unsaved changes modal" msgstr "保存されていない変更モーダル" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "起動時のリビジョン更新" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "起動時の更新" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "プロジェクト更新時の更新" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "起動時の更新" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "プロジェクト更新時の更新" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "オプションの更新" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "{brandName} 内のジョブを含む設定の更新" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "Webhook キーの更新" @@ -8502,11 +8652,11 @@ msgstr "Webhook キーの更新" msgid "Updating" msgstr "更新中" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "" @@ -8516,17 +8666,17 @@ msgstr "" #~ msgid "Use Default Ansible Environment" #~ msgstr "デフォルトの Ansible 環境の使用" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "ファクトストレージの使用" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "SSL の使用" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "TLS の使用" @@ -8544,36 +8694,36 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "使用済み容量" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "ユーザー" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "ユーザーの詳細" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "ユーザーインターフェース" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "ユーザーインターフェースの設定" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "ユーザーロール" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "ユーザータイプ" @@ -8587,7 +8737,7 @@ msgstr "" msgid "User and Insights analytics" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "エラーの詳細" @@ -8599,42 +8749,42 @@ msgstr "ジョブが見つかりません。" msgid "User tokens" msgstr "ユーザートークン" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "ユーザー名" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "ユーザー" @@ -8642,56 +8792,56 @@ msgstr "ユーザー" msgid "VMware vCenter" msgstr "VMware vCenter" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "変数" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "Vault パスワード" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "Vault パスワード | {credId}" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "詳細" @@ -8703,16 +8853,16 @@ msgstr "" msgid "View Activity Stream settings" msgstr "アクティビティーストリーム設定の表示" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "Azure AD 設定の表示" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "認証情報の詳細の表示" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "詳細の表示" @@ -8724,21 +8874,21 @@ msgstr "GitHub 設定の表示" msgid "View Google OAuth 2.0 settings" msgstr "Google OAuth 2.0 設定の表示" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "ホストの詳細の表示" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "インベントリー詳細の表示" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "インベントリーグループの表示" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "インベントリーホストの詳細の表示" @@ -8750,7 +8900,7 @@ msgstr "JSON のサンプルについては、<0>www.json.org を参照し msgid "View Job Details" msgstr "ジョブの詳細の表示" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "ジョブ設定の表示" @@ -8758,7 +8908,7 @@ msgstr "ジョブ設定の表示" msgid "View LDAP Settings" msgstr "LDAP 設定の表示" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "ロギング設定の表示" @@ -8766,7 +8916,7 @@ msgstr "ロギング設定の表示" msgid "View Miscellaneous System settings" msgstr "その他のシステム設定の表示" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "組織の詳細の表示" @@ -8774,15 +8924,15 @@ msgstr "組織の詳細の表示" msgid "View Project Details" msgstr "プロジェクトの詳細の表示" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "RADIUS 設定の表示" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "SAML 設定の表示" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "スケジュールの表示" @@ -8795,7 +8945,7 @@ msgstr "" msgid "View Survey" msgstr "Survey の表示" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "TACACS+ 設定の表示" @@ -8808,7 +8958,7 @@ msgstr "チームの詳細の表示" msgid "View Template Details" msgstr "テンプレートの詳細の表示" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "トークンの表示" @@ -8833,7 +8983,7 @@ msgstr "<0>docs.ansible.com での YAML サンプルの表示" msgid "View activity stream" msgstr "アクティビティーストリームの表示" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "すべての認証情報を表示します。" @@ -8841,12 +8991,12 @@ msgstr "すべての認証情報を表示します。" msgid "View all Hosts." msgstr "すべてのホストを表示します。" -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "すべてのインベントリーを表示します。" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "すべてのインベントリーホストを表示します。" @@ -8863,7 +9013,7 @@ msgstr "すべてのジョブを表示します。" msgid "View all Notification Templates." msgstr "すべての通知テンプレートを表示します。" -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "すべての組織を表示します。" @@ -8888,7 +9038,7 @@ msgstr "すべてのユーザーを表示します。" msgid "View all Workflow Approvals." msgstr "すべてのワークフロー承認を表示します。" -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "すべてのアプリケーションを表示します。" @@ -8900,8 +9050,8 @@ msgstr "すべての認証情報タイプの表示" msgid "View all execution environments" msgstr "" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "すべてのインスタンスグループの表示" @@ -8909,11 +9059,11 @@ msgstr "すべてのインスタンスグループの表示" msgid "View all management jobs" msgstr "すべての管理ジョブの表示" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "すべての設定の表示" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "すべてのトークンを表示します。" @@ -8921,7 +9071,7 @@ msgstr "すべてのトークンを表示します。" #~ msgid "View and edit your license information" #~ msgstr "ライセンス情報の表示および編集" -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "" @@ -8938,7 +9088,7 @@ msgstr "インベントリソース詳細の表示" msgid "View job {0}" msgstr "ジョブ {0} の表示" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "ノードの詳細の表示" @@ -8946,18 +9096,18 @@ msgstr "ノードの詳細の表示" msgid "View smart inventory host details" msgstr "スマートインベントリーホストの詳細の表示" -#: routeConfig.js:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "ビュー" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "ビジュアライザー" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "警告:" @@ -8967,7 +9117,7 @@ msgid "Waiting" msgstr "待機中" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "警告" @@ -8975,23 +9125,23 @@ msgstr "警告" msgid "Warning: Unsaved Changes" msgstr "警告: 変更が保存されていません" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "" #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "Webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "Webhook の認証情報" @@ -8999,41 +9149,41 @@ msgstr "Webhook の認証情報" msgid "Webhook Credentials" msgstr "Webhook の認証情報" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "Webhook キー" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "Webhook サービス" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "Webhook URL" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "Webhook の詳細" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "Webhook サービスは、この URL への POST 要求を作成してこのワークフロージョブテンプレートでジョブを起動できます。" -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "Webhook サービスは、これを共有シークレットとして使用できます。" @@ -9046,7 +9196,7 @@ msgstr "水" msgid "Wednesday" msgstr "水曜" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "週" @@ -9058,7 +9208,7 @@ msgstr "平日" msgid "Weekend day" msgstr "週末" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "Ansible {brandName} へようこそ! サインインしてください。" @@ -9068,8 +9218,8 @@ msgid "" "Please complete the steps below to activate your subscription." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" @@ -9081,8 +9231,8 @@ msgstr "" #~ msgid "When not checked, a merge will be performed, combining local variables with those found on the external source." #~ msgstr "チェックが付けられていない場合は、ローカル変数と外部ソースにあるものを組み合わせるマージが実行されます。" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -9106,40 +9256,40 @@ msgstr "ワークフローの承認" msgid "Workflow Approval not found." msgstr "ワークフローの承認が見つかりません。" -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "ワークフローの承認" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "ワークフロージョブ" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "ワークフロージョブテンプレート" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "" @@ -9152,28 +9302,28 @@ msgstr "ワークフローのリンク" msgid "Workflow Template" msgstr "ワークフローテンプレート" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "ワークフロー承認メッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "ワークフロー承認メッセージのボディー" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "ワークフロー拒否メッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "ワークフロー拒否メッセージのボディー" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "ワークフロードキュメント" @@ -9189,27 +9339,27 @@ msgstr "ワークフローリンクモーダル" msgid "Workflow node view modal" msgstr "ワークフローノード表示モーダル" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "ワークフロー保留メッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "ワークフロー保留メッセージのボディー" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "ワークフローのタイムアウトメッセージ" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "ワークフローのタイムアウトメッセージのボディー" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "書き込み" @@ -9217,7 +9367,7 @@ msgstr "書き込み" msgid "YAML:" msgstr "YAML:" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "年" @@ -9225,19 +9375,19 @@ msgstr "年" msgid "Yes" msgstr "可" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "次のワークフロー承認に基づいて行動することはできません: {itemsUnableToApprove}" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "次のワークフロー承認に基づいて行動することはできません: {itemsUnableToDeny}" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "同じ Vault ID を持つ複数の Vault 認証情報を選択することはできません。これを行うと、同じ Vault ID を持つもう一方の選択が自動的に解除されます。" -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "次のグループを削除する権限がありません: {itemsUnableToDelete}" @@ -9249,7 +9399,7 @@ msgstr "{pluralizedItemName} を削除するパーミッションがありませ msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "{pluralizedItemName} を削除するパーミッションがありません: {itemsUnableToDelete}" -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" msgstr "以下の関連付けを解除する権限がありません: {itemsUnableToDisassociate}" @@ -9263,7 +9413,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "非アクティブのため、{0} 秒でログアウトします。" @@ -9271,43 +9421,39 @@ msgstr "非アクティブのため、{0} 秒でログアウトします。" msgid "Your session is about to expire" msgstr "セッションの有効期限が近づいています" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "ズームイン" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "ズームアウト" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 msgid "a new webhook key will be generated on save." msgstr "新規 Webhook キーは保存時に生成されます。" -#: screens/Template/shared/JobTemplateForm.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 msgid "a new webhook url will be generated on save." msgstr "新規 Webhook URL は保存時に生成されます。" #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "アクション" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "承認" @@ -9315,22 +9461,26 @@ msgstr "承認" msgid "brand logo" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "削除のキャンセル" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "コマンド" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "削除の確認" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "関連付けの解除の確認" @@ -9339,37 +9489,37 @@ msgstr "関連付けの解除の確認" #~ msgid "controller instance" #~ msgstr "コントローラインスタンス" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "クリップボードへのコピーが無効" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "削除エラー" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "拒否" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "関連付けの解除" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "編集" @@ -9377,11 +9527,11 @@ msgstr "編集" msgid "encrypted" msgstr "暗号化" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "有効期限" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "" @@ -9393,32 +9543,32 @@ msgstr "" #~ msgid "groups" #~ msgstr "グループ" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "ここ" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "ここ。" -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "ホスト" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "インスタンス数" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "インスタンスグループの使用容量" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "インスタンスのホスト名" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "インスタンスタイプ" @@ -9436,11 +9586,11 @@ msgstr "インベントリー" msgid "items" msgstr "項目" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "LDAP ユーザー" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "ログインタイプ" @@ -9457,7 +9607,6 @@ msgid "move up" msgstr "上に移動" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "名前" @@ -9465,7 +9614,7 @@ msgstr "名前" msgid "of" msgstr "/" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "オプション" @@ -9498,7 +9647,7 @@ msgstr "リソースロール" msgid "resource type" msgstr "リソースタイプ" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "範囲" @@ -9506,7 +9655,7 @@ msgstr "範囲" msgid "sec" msgstr "秒" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "秒" @@ -9514,11 +9663,11 @@ msgstr "秒" msgid "select module" msgstr "モジュールの選択" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "冗長性の選択" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "ソーシャルログイン" @@ -9530,35 +9679,39 @@ msgstr "システム" msgid "team name" msgstr "チームの名前" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "タイムアウト" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "変更の切り替え" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "トークン名" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "タイプ" +#~ msgid "type" +#~ msgstr "タイプ" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "更新" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "ワークフロージョブテンプレートの Wbhook キー" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "" @@ -9594,7 +9747,7 @@ msgstr "" msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "" @@ -9626,7 +9779,7 @@ msgstr "" msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "{0}" @@ -9638,11 +9791,11 @@ msgstr "{0} (削除済み)" msgid "{0} more" msgstr "{0} 以上" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "{0} ソースが同期に失敗しました。" -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "{0}: {1}" @@ -9654,6 +9807,10 @@ msgstr "" msgid "{dateStr} by <0>{username}" msgstr "{dateStr} (<0>{username} による)" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "" diff --git a/awx/ui_next/src/locales/nl/messages.po b/awx/ui_next/src/locales/nl/messages.po index 944b0e4d6b04..a1d54d7931d2 100644 --- a/awx/ui_next/src/locales/nl/messages.po +++ b/awx/ui_next/src/locales/nl/messages.po @@ -17,13 +17,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 msgid "* This field will be retrieved from an external secret management system using the specified credential." msgstr "" @@ -35,77 +35,77 @@ msgstr "" msgid "- Enable Webhooks" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "" @@ -113,7 +113,7 @@ msgstr "" msgid "5 (WinRM Debug)" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" @@ -124,16 +124,16 @@ msgstr "" #~ msgid "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." #~ msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "" @@ -145,25 +145,25 @@ msgstr "" msgid "API service/integration key" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "" -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "" @@ -173,7 +173,7 @@ msgstr "" msgid "Access Token Expiration" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "" @@ -182,65 +182,73 @@ msgstr "" msgid "Account token" msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "" @@ -252,7 +260,7 @@ msgstr "" msgid "Actor" msgstr "" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -269,28 +277,28 @@ msgstr "" msgid "Add Node" msgstr "" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "" @@ -298,11 +306,11 @@ msgstr "" msgid "Add container group" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "" @@ -318,11 +326,11 @@ msgstr "" msgid "Add job template" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "" @@ -334,11 +342,11 @@ msgstr "" msgid "Add smart inventory" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "" @@ -350,26 +358,26 @@ msgstr "" #~ msgid "Adminisration" #~ msgstr "" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -394,12 +402,12 @@ msgstr "" msgid "Agree to the end user license agreement and click submit." msgstr "" -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "" @@ -407,9 +415,9 @@ msgstr "" msgid "All job types" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "" @@ -418,7 +426,7 @@ msgstr "" msgid "Allow Provisioning Callbacks" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." @@ -428,14 +436,14 @@ msgstr "" #~ msgid "Allow changing the Source Control branch or revision in a job template that uses this project." #~ msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "" @@ -466,7 +474,6 @@ msgid "Ansible Tower" msgstr "" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "" @@ -482,11 +489,11 @@ msgstr "" msgid "Answer type" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "" @@ -497,7 +504,7 @@ msgstr "" msgid "Application" msgstr "" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "" @@ -505,8 +512,8 @@ msgstr "" msgid "Application access token" msgstr "" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "" @@ -521,12 +528,12 @@ msgid "Application not found." msgstr "" #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "" @@ -534,8 +541,8 @@ msgstr "" msgid "Applications & Tokens" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -543,18 +550,18 @@ msgstr "" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "" @@ -574,7 +581,7 @@ msgstr "" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 msgid "Are you sure you want to remove all the nodes in this workflow?" msgstr "" @@ -590,30 +597,30 @@ msgstr "" msgid "Are you sure you want to remove this node?" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 msgid "Are you sure you want to submit the request to cancel this job?" msgstr "" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "" @@ -621,11 +628,11 @@ msgstr "" msgid "Associate role error" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "" @@ -642,12 +649,12 @@ msgstr "" msgid "Authorization Code Expiration" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "" @@ -655,15 +662,15 @@ msgstr "" msgid "Azure AD" msgstr "" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -674,12 +681,12 @@ msgstr "" msgid "Back to Credentials" msgstr "" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "" +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "" @@ -710,7 +717,7 @@ msgstr "" msgid "Back to Projects" msgstr "" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "" @@ -776,7 +783,7 @@ msgstr "" msgid "Back to management jobs" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -804,93 +811,101 @@ msgstr "" #~ msgid "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." #~ msgstr "" -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "" + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" +msgstr "" + +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "" @@ -942,11 +957,11 @@ msgstr "" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." @@ -957,31 +972,31 @@ msgstr "" #~ msgstr "" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "" -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "" -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "" -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -995,29 +1010,29 @@ msgstr "" msgid "Changed" msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "" -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr "" @@ -1025,11 +1040,11 @@ msgstr "" msgid "Choose a Notification Type" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "" @@ -1037,16 +1052,16 @@ msgstr "" msgid "Choose a Webhook Service" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "" @@ -1054,7 +1069,7 @@ msgstr "" msgid "Choose an HTTP method" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1069,38 +1084,38 @@ msgstr "" msgid "Choose an email option" msgstr "" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "" -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "" -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "" #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "" @@ -1108,11 +1123,11 @@ msgstr "" msgid "Click the Edit button below to reconfigure the node." msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "" @@ -1120,12 +1135,12 @@ msgstr "" msgid "Click to view job details" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "" @@ -1133,25 +1148,25 @@ msgstr "" msgid "Client identifier" msgstr "" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "" @@ -1160,9 +1175,9 @@ msgid "Collapse" msgstr "" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "" @@ -1186,24 +1201,24 @@ msgstr "" msgid "Compliant" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "" @@ -1223,17 +1238,17 @@ msgstr "" msgid "Confirm revert all" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "" @@ -1242,7 +1257,7 @@ msgid "Container group not found." msgstr "" #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "" @@ -1260,13 +1275,13 @@ msgstr "" #~ msgid "Control the level of output Ansible will produce for inventory source update jobs." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1286,8 +1301,8 @@ msgstr "" msgid "Convergence" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "" @@ -1307,27 +1322,27 @@ msgstr "" msgid "Copy Execution Environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "" -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "" @@ -1335,8 +1350,8 @@ msgstr "" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "" @@ -1346,17 +1361,17 @@ msgstr "" #~ msgstr "" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "" @@ -1365,38 +1380,38 @@ msgid "Create New Job Template" msgstr "" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "" @@ -1414,12 +1429,12 @@ msgstr "" #~ msgid "Create instance group" #~ msgstr "" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "" @@ -1428,22 +1443,22 @@ msgid "Create new credential type" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "" @@ -1455,21 +1470,21 @@ msgstr "" msgid "Create new smart inventory" msgstr "" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1478,40 +1493,40 @@ msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1525,11 +1540,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1537,22 +1552,22 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1562,30 +1577,30 @@ msgstr "" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "" @@ -1601,11 +1616,11 @@ msgstr "" #~ msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." #~ msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "" @@ -1613,29 +1628,29 @@ msgstr "" msgid "Credential type not found." msgstr "" -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "" @@ -1643,19 +1658,19 @@ msgstr "" msgid "Current page" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 msgid "Custom virtual environment {0} must be replaced by an execution environment." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "" @@ -1663,17 +1678,17 @@ msgstr "" msgid "Customize messages…" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "" @@ -1682,18 +1697,18 @@ msgstr "" msgid "Dashboard (all activity)" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "" @@ -1701,7 +1716,7 @@ msgstr "" msgid "Days remaining" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "" @@ -1714,23 +1729,23 @@ msgstr "" msgid "Default" msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "" -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "" @@ -1740,48 +1755,48 @@ msgstr "" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "" @@ -1797,8 +1812,8 @@ msgstr "" #~ msgid "Delete Groups?" #~ msgstr "" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "" @@ -1806,17 +1821,17 @@ msgstr "" msgid "Delete Inventory" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "" @@ -1824,27 +1839,27 @@ msgstr "" msgid "Delete Organization" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "" @@ -1856,16 +1871,16 @@ msgstr "" msgid "Delete Workflow Approval" msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "" @@ -1873,7 +1888,7 @@ msgstr "" msgid "Delete credential type" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "" @@ -1882,20 +1897,20 @@ msgstr "" msgid "Delete instance group" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1907,11 +1922,11 @@ msgstr "" #~ msgid "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "" @@ -1921,7 +1936,7 @@ msgstr "" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "" @@ -1938,100 +1953,104 @@ msgstr "" msgid "Deletion error" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "" @@ -2051,42 +2070,42 @@ msgstr "" #~ msgid "Detail coming soon :)" #~ msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2101,36 +2120,36 @@ msgstr "" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "" @@ -2138,10 +2157,10 @@ msgstr "" msgid "Details tab" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "" @@ -2153,52 +2172,52 @@ msgstr "" msgid "Disable SSL verification" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" @@ -2209,15 +2228,19 @@ msgstr "" #~ msgid "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." #~ msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "" + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "" @@ -2229,12 +2252,12 @@ msgstr "" msgid "E-mail options" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" @@ -2246,7 +2269,7 @@ msgstr "" #~ msgid "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." @@ -2256,28 +2279,29 @@ msgstr "" #~ msgid "Each time a job runs using this project, update the revision of the project prior to starting the job." #~ msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2303,14 +2327,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "" @@ -2319,45 +2343,45 @@ msgstr "" msgid "Edit Credential" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "" @@ -2367,24 +2391,21 @@ msgid "Edit Execution Environment" msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "" @@ -2392,75 +2413,75 @@ msgstr "" msgid "Edit Link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "" @@ -2468,56 +2489,65 @@ msgstr "" #~ msgid "Edit form coming soon :)" #~ msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "" #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "" @@ -2526,54 +2556,54 @@ msgstr "" msgid "Enable Privilege Escalation" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "" -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "" #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "" @@ -2585,7 +2615,7 @@ msgstr "" #~ "template." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2593,7 +2623,7 @@ msgid "" "template." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2609,8 +2639,8 @@ msgstr "" #~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template" #~ msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "" @@ -2634,26 +2664,26 @@ msgstr "" msgid "End user license agreement" msgstr "" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 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 "" -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "" @@ -2758,106 +2788,107 @@ msgstr "" #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2868,13 +2899,13 @@ msgstr "" msgid "Error!" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "" @@ -2886,7 +2917,7 @@ msgstr "" msgid "Event detail modal" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "" @@ -2894,69 +2925,73 @@ msgstr "" msgid "Events" msgstr "" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 msgid "Execute when the parent node results in a successful state." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "" @@ -2978,27 +3013,27 @@ msgstr "" msgid "Expand" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:46 msgid "Expected at least one of client_email, project_id or private_key to be present in the file." msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "" @@ -3011,35 +3046,36 @@ msgstr "" msgid "Expires on UTC" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -3049,15 +3085,15 @@ msgstr "" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "" @@ -3074,7 +3110,7 @@ msgstr "" msgid "Failed to approve workflow approval." msgstr "" -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "" @@ -3083,11 +3119,11 @@ msgid "Failed to associate role" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "" @@ -3107,49 +3143,49 @@ msgstr "" msgid "Failed to copy execution environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "" -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "" -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "" -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "" @@ -3169,12 +3205,12 @@ msgstr "" msgid "Failed to delete one or more execution environments" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "" #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "" @@ -3186,7 +3222,7 @@ msgstr "" msgid "Failed to delete one or more inventories." msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "" @@ -3198,7 +3234,7 @@ msgstr "" msgid "Failed to delete one or more jobs." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "" @@ -3210,7 +3246,7 @@ msgstr "" msgid "Failed to delete one or more projects." msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "" @@ -3230,7 +3266,7 @@ msgstr "" msgid "Failed to delete one or more user tokens." msgstr "" -#: screens/User/UserList/UserList.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "" @@ -3238,36 +3274,36 @@ msgstr "" msgid "Failed to delete one or more workflow approval." msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "" -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "" -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "" @@ -3275,7 +3311,7 @@ msgstr "" msgid "Failed to delete workflow approval." msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "" @@ -3293,28 +3329,28 @@ msgid "Failed to deny workflow approval." msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "" -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead." msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3324,15 +3360,15 @@ msgstr "" msgid "Failed to retrieve configuration." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "" @@ -3340,31 +3376,35 @@ msgstr "" msgid "Failed to sync inventory source." msgstr "" -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 msgid "Failed to sync some or all inventory sources." msgstr "" -#: components/HostToggle/HostToggle.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "" -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "" -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "" + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "" @@ -3372,17 +3412,17 @@ msgstr "" msgid "Failed to user token." msgstr "" -#: components/NotificationList/NotificationListItem.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "" @@ -3391,23 +3431,23 @@ msgstr "" msgid "February" msgstr "" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "" -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "" -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "" -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "" @@ -3415,11 +3455,11 @@ msgstr "" msgid "Fifth" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "" @@ -3428,11 +3468,11 @@ msgid "File, directory or script" msgstr "" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "" @@ -3441,36 +3481,40 @@ msgstr "" msgid "First" msgstr "" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3478,7 +3522,7 @@ msgid "" "executing the playbook." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 msgid "" "For job templates, select run to execute the playbook.\n" "Select check to only check playbook syntax, test environment setup,\n" @@ -3490,15 +3534,15 @@ msgstr "" #~ msgid "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "" @@ -3506,7 +3550,7 @@ msgstr "" msgid "Fourth" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "" @@ -3525,23 +3569,23 @@ msgid "Friday" msgstr "" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "" @@ -3553,7 +3597,7 @@ msgstr "" msgid "Git" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "" @@ -3569,12 +3613,12 @@ msgid "GitHub Enterprise" msgstr "" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "" @@ -3588,11 +3632,11 @@ msgstr "" msgid "GitHub Team" msgstr "" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "" @@ -3606,7 +3650,7 @@ msgstr "" msgid "Globally Available" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "" @@ -3630,16 +3674,16 @@ msgstr "" msgid "Google Compute Engine" msgstr "" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "" @@ -3647,16 +3691,16 @@ msgstr "" msgid "Grafana API key" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "" -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "" @@ -3664,7 +3708,7 @@ msgstr "" msgid "Group" msgstr "" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "" @@ -3674,61 +3718,61 @@ msgstr "" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "" @@ -3736,16 +3780,16 @@ msgstr "" msgid "Host Details" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "" @@ -3753,31 +3797,31 @@ msgstr "" msgid "Host Name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "" @@ -3790,29 +3834,29 @@ msgstr "" msgid "Host not found." msgstr "" -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 msgid "Host status information for this job is unavailable." msgstr "" -#: routeConfig.js:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "" @@ -3829,7 +3873,7 @@ msgstr "" msgid "Hosts used" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "" @@ -3839,16 +3883,15 @@ msgstr "" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "" @@ -3861,19 +3904,19 @@ msgid "ID of the panel (optional)" msgstr "" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "" @@ -3893,15 +3936,15 @@ msgstr "" msgid "IRC server port" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -3915,10 +3958,22 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -3930,7 +3985,7 @@ msgstr "" #~ msgid "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." @@ -3940,14 +3995,14 @@ msgstr "" #~ msgid "If enabled, run this playbook as an administrator." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" @@ -3958,11 +4013,11 @@ msgstr "" #~ msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode." #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." @@ -3972,11 +4027,11 @@ msgstr "" #~ msgid "If enabled, simultaneous runs of this job template will be allowed." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 msgid "If enabled, simultaneous runs of this workflow job template will be allowed." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -3997,12 +4052,12 @@ msgid "" "Red Hat to obtain a trial subscription." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -4018,15 +4073,15 @@ msgstr "" msgid "Image" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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" @@ -4037,7 +4092,7 @@ msgstr "" #~ msgid "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." #~ msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "" @@ -4056,12 +4111,12 @@ msgid "Initiated by (username)" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "" @@ -4074,7 +4129,7 @@ msgid "Insights Analytics dashboard" msgstr "" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "" @@ -4090,27 +4145,27 @@ msgstr "" msgid "Instance" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "" @@ -4119,7 +4174,7 @@ msgid "Instance ID" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "" @@ -4127,58 +4182,58 @@ msgstr "" msgid "Instance group not found." msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "" -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 msgid "Invalid username or password. Please try again." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119 -#: routeConfig.js:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4186,34 +4241,34 @@ msgstr "" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "" @@ -4221,7 +4276,7 @@ msgstr "" msgid "Inventory ID" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "" @@ -4229,16 +4284,16 @@ msgstr "" msgid "Inventory Source Sync" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4248,7 +4303,7 @@ msgstr "" msgid "Inventory Update" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "" @@ -4271,19 +4326,19 @@ msgstr "" #~ msgid "Isolated" #~ msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "" @@ -4292,16 +4347,17 @@ msgid "Items per page" msgstr "" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "" @@ -4314,30 +4370,30 @@ msgid "January" msgstr "" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "" @@ -4345,57 +4401,57 @@ msgstr "" msgid "Job Status" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes" msgstr "" #: components/JobList/JobList.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "" @@ -4415,31 +4471,31 @@ msgstr "" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "" @@ -4451,15 +4507,15 @@ msgstr "" msgid "June" msgstr "" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "" @@ -4468,35 +4524,35 @@ msgid "Keyword" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "" @@ -4524,15 +4580,15 @@ msgstr "" msgid "Label Name" msgstr "" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "" @@ -4540,55 +4596,58 @@ msgstr "" msgid "Last" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "" @@ -4600,52 +4659,57 @@ msgstr "" msgid "Last job run" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "" @@ -4661,7 +4725,7 @@ msgstr "" msgid "Learn more about Insights Analytics" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "" @@ -4669,11 +4733,11 @@ msgstr "" msgid "Legend" msgstr "" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "" -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "" @@ -4687,22 +4751,22 @@ msgstr "" #~ msgid "License settings" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "" @@ -4710,15 +4774,15 @@ msgstr "" msgid "Loading" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "" @@ -4726,50 +4790,51 @@ msgstr "" msgid "Log aggregator test sent successfully." msgstr "" -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "" @@ -4777,29 +4842,29 @@ msgstr "" msgid "Managed by Tower" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "" @@ -4812,13 +4877,13 @@ msgid "Management jobs" msgstr "" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "" @@ -4828,20 +4893,20 @@ msgid "March" msgstr "" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "" @@ -4850,7 +4915,7 @@ msgid "May" msgstr "" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "" @@ -4870,15 +4935,15 @@ msgstr "" msgid "Microsoft Azure Resource Manager" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4888,7 +4953,7 @@ msgstr "" #~ msgid "Minimum number of instances that will be automatically assigned to this group when new instances come online." #~ msgstr "" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4898,15 +4963,15 @@ msgstr "" #~ msgid "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." #~ msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "" @@ -4915,14 +4980,13 @@ msgstr "" msgid "Missing" msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -4930,19 +4994,20 @@ msgstr "" msgid "Modified" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -4956,11 +5021,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -4968,12 +5033,12 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "" @@ -4992,52 +5057,54 @@ msgstr "" msgid "Monday" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "" +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -5047,15 +5114,15 @@ msgstr "" #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -5067,15 +5134,15 @@ msgstr "" #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -5090,25 +5157,25 @@ msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -5116,76 +5183,81 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5196,15 +5268,22 @@ msgstr "" #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "" @@ -5222,8 +5301,8 @@ msgstr "" msgid "Never Updated" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "" @@ -5232,19 +5311,20 @@ msgstr "" msgid "New" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "" @@ -5252,16 +5332,16 @@ msgstr "" msgid "No" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "" @@ -5269,15 +5349,15 @@ msgstr "" msgid "No Jobs" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "" @@ -5285,26 +5365,26 @@ msgstr "" msgid "No items found." msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "" @@ -5313,7 +5393,7 @@ msgstr "" msgid "Node Type" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "" @@ -5325,12 +5405,12 @@ msgstr "" msgid "None (Run Once)" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "" @@ -5339,16 +5419,16 @@ msgstr "" msgid "Not Found" msgstr "" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 msgid "" "Note that only hosts directly in this group can\n" "be disassociated. Hosts in sub-groups must be disassociated\n" @@ -5359,7 +5439,8 @@ msgstr "" #~ msgid "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." #~ msgstr "" -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5368,12 +5449,12 @@ msgid "" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" #: src/screens/Host/HostGroups/HostGroupsList.jsx:212 #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." @@ -5383,11 +5464,11 @@ msgstr "" #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5405,7 +5486,7 @@ msgstr "" #~ msgid "Notifcations" #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "" @@ -5415,15 +5496,15 @@ msgid "Notification Template not found." msgstr "" #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "" @@ -5431,31 +5512,31 @@ msgstr "" msgid "Notification color" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "" @@ -5479,53 +5560,53 @@ msgstr "" msgid "October" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "" @@ -5537,7 +5618,7 @@ msgstr "" msgid "On days" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "" @@ -5545,12 +5626,12 @@ msgstr "" msgid "OpenStack" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 msgid "" "Optional labels that describe this job template,\n" "such as 'dev' or 'test'. Labels can be used to group and filter\n" @@ -5562,26 +5643,26 @@ msgstr "" #~ msgid "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." #~ msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "" -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "" @@ -5589,44 +5670,45 @@ msgstr "" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "" @@ -5639,17 +5721,17 @@ msgid "Organization not found." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "" @@ -5662,22 +5744,22 @@ msgid "Out of compliance" msgstr "" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "" @@ -5690,11 +5772,11 @@ msgid "PUT" msgstr "" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "" @@ -5706,44 +5788,52 @@ msgstr "" msgid "Pagination" msgstr "" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 msgid "Pass extra command line changes. There are two ansible command line parameters:" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "" @@ -5764,15 +5854,15 @@ msgstr "" msgid "Pending" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "" @@ -5784,43 +5874,43 @@ msgstr "" msgid "Play" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "" @@ -5835,28 +5925,28 @@ msgstr "" msgid "Playbook run" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "" -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "" @@ -5864,19 +5954,19 @@ msgstr "" msgid "Please enter a value." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 msgid "Please select an end date/time that comes after the start date/time." msgstr "" -#: components/Lookup/HostFilterLookup.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 msgid "Please select an organization before editing the host filter" msgstr "" @@ -5890,20 +5980,29 @@ msgid "Policy instance minimum" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 msgid "Populate field from an external secret management system" msgstr "" #: components/Lookup/HostFilterLookup.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" @@ -5911,22 +6010,22 @@ msgstr "" #~ msgid "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "" #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "" @@ -5934,7 +6033,7 @@ msgstr "" msgid "Private key passphrase" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "" @@ -5942,26 +6041,26 @@ msgstr "" msgid "Privilege escalation password" msgstr "" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "" @@ -5983,50 +6082,50 @@ msgid "Project sync failures" msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -6048,11 +6147,11 @@ msgstr "" #~ msgid "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." #~ msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 msgid "Provide a value for this field or select the Prompt on launch option." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." @@ -6062,7 +6161,7 @@ msgstr "" #~ msgid "Provide key/value pairs using either YAML or JSON." #~ msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -6074,39 +6173,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "" @@ -6118,7 +6221,7 @@ msgstr "" msgid "Recent Jobs list tab" msgstr "" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "" @@ -6126,7 +6229,7 @@ msgstr "" msgid "Recent Templates list tab" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "" @@ -6150,19 +6253,19 @@ msgstr "" msgid "Red Hat Virtualization" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "" @@ -6174,7 +6277,7 @@ msgstr "" msgid "Redirecting to subscription detail" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." @@ -6184,7 +6287,7 @@ msgstr "" #~ msgid "Refer to the Ansible documentation for details about the configuration file." #~ msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "" @@ -6193,34 +6296,34 @@ msgstr "" msgid "Refresh Token Expiration" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "" -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "" @@ -6237,8 +6340,8 @@ msgstr "" msgid "Relaunch on" msgstr "" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "" @@ -6268,31 +6371,31 @@ msgstr "" msgid "Remove Node" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "" @@ -6302,7 +6405,7 @@ msgid "Request subscription" msgstr "" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "" @@ -6311,32 +6414,32 @@ msgid "Resource deleted" msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "" +#~ msgid "Resource name" +#~ msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "" +#~ msgid "Resource role" +#~ msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "" +#~ msgid "Resource type" +#~ msgstr "" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "" -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6348,32 +6451,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "" -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "" -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "" -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "" @@ -6381,12 +6484,12 @@ msgstr "" msgid "Revert all" msgstr "" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "" @@ -6394,60 +6497,63 @@ msgstr "" msgid "Revert settings" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "" @@ -6455,7 +6561,7 @@ msgstr "" msgid "Run every" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "" @@ -6468,12 +6574,12 @@ msgid "Run type" msgstr "" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "" @@ -6481,16 +6587,16 @@ msgstr "" msgid "Running Jobs" msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "" @@ -6499,7 +6605,7 @@ msgid "SCM update" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "" @@ -6507,18 +6613,19 @@ msgstr "" msgid "SSH password" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "" @@ -6531,23 +6638,23 @@ msgstr "" msgid "Saturday" msgstr "" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "" @@ -6556,7 +6663,7 @@ msgstr "" msgid "Save & Exit" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "" @@ -6568,66 +6675,66 @@ msgstr "" msgid "Save successful!" msgstr "" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "" @@ -6636,11 +6743,11 @@ msgstr "" msgid "Search" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "" @@ -6653,35 +6760,35 @@ msgstr "" msgid "Second" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "" @@ -6689,31 +6796,31 @@ msgstr "" msgid "Select Input" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "" @@ -6721,7 +6828,7 @@ msgstr "" msgid "Select a Node Type" msgstr "" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "" @@ -6735,15 +6842,15 @@ msgstr "" #~ msgid "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "" @@ -6759,16 +6866,16 @@ msgstr "" msgid "Select a metric" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "" @@ -6785,15 +6892,15 @@ msgstr "" msgid "Select a row to deny" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "" @@ -6803,10 +6910,10 @@ msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -6822,12 +6929,12 @@ msgstr "" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "" @@ -6849,28 +6956,37 @@ msgstr "" msgid "Select an instance and a metric to show chart" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" + #: src/screens/Template/shared/JobTemplateForm.jsx:324 #~ msgid "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -6910,25 +7026,29 @@ msgstr "" msgid "Select tags" msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "" + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "" -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "" @@ -6936,24 +7056,24 @@ msgstr "" #~ msgid "Select the custom Python virtual environment for this inventory source sync to run on." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "" #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -6975,16 +7095,16 @@ msgstr "" #~ msgid "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." #~ msgstr "" -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." @@ -6994,7 +7114,7 @@ msgstr "" #~ msgid "Select the project containing the playbook you want this job to execute." #~ msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "" @@ -7002,43 +7122,43 @@ msgstr "" msgid "Select {0}" msgstr "" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "" @@ -7054,16 +7174,16 @@ msgstr "" msgid "Service account JSON file" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "" -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "" @@ -7071,27 +7191,27 @@ msgstr "" msgid "Set source path to" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "" -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "" @@ -7099,32 +7219,32 @@ msgstr "" msgid "Setting category" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "" @@ -7132,8 +7252,8 @@ msgstr "" msgid "Show all groups" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "" @@ -7145,43 +7265,43 @@ msgstr "" msgid "Show only root groups" msgstr "" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "" @@ -7190,27 +7310,36 @@ msgstr "" msgid "Simple key select" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -7228,14 +7357,14 @@ msgid "Skipped" msgstr "" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "" @@ -7244,19 +7373,19 @@ msgid "Smart Inventory not found." msgstr "" #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "" @@ -7273,55 +7402,55 @@ msgstr "" msgid "Sort question order" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7329,30 +7458,30 @@ msgid "Source Control URL" msgstr "" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "" @@ -7360,7 +7489,7 @@ msgstr "" msgid "Source phone number" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "" @@ -7369,7 +7498,7 @@ msgstr "" msgid "Sourced from a project" msgstr "" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "" @@ -7394,52 +7523,52 @@ msgstr "" #~ msgid "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." #~ msgstr "" -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 msgid "Specify the conditions under which this node should be executed" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "" @@ -7452,30 +7581,32 @@ msgstr "" msgid "Start sync source" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "" @@ -7485,7 +7616,7 @@ msgstr "" msgid "Submit" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7495,8 +7626,8 @@ msgid "" "flag to git submodule update." msgstr "" -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7510,15 +7641,15 @@ msgstr "" msgid "Subscription Management" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "" @@ -7526,7 +7657,7 @@ msgstr "" msgid "Subscription type" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "" @@ -7538,18 +7669,18 @@ msgstr "" msgid "Subversion" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "" @@ -7560,7 +7691,7 @@ msgstr "" msgid "Successful" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "" @@ -7575,16 +7706,16 @@ msgstr "" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "" @@ -7592,7 +7723,7 @@ msgstr "" msgid "Survey Toggle" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "" @@ -7600,66 +7731,69 @@ msgstr "" msgid "Survey questions" msgstr "" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "" -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "" @@ -7669,15 +7803,24 @@ msgid "Tabs" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -7690,7 +7833,7 @@ msgstr "" #~ msgid "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "" @@ -7698,9 +7841,9 @@ msgstr "" msgid "Tags for the annotation (optional)" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -7711,24 +7854,24 @@ msgstr "" msgid "Task" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "" @@ -7736,24 +7879,24 @@ msgstr "" msgid "Team not found." msgstr "" +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "" @@ -7762,59 +7905,59 @@ msgstr "" msgid "Template not found." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "" @@ -7822,11 +7965,11 @@ msgstr "" msgid "The" msgstr "" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "" @@ -7841,7 +7984,7 @@ msgstr "" #~ msgid "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -7863,7 +8006,7 @@ msgstr "" #~ msgid "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." #~ msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 msgid "" "The first fetches all references. The second\n" "fetches the Github pull request number 62, in this example\n" @@ -7874,7 +8017,7 @@ msgstr "" #~ msgid "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." #~ msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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" @@ -7885,7 +8028,7 @@ msgstr "" #~ msgid "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -7898,7 +8041,7 @@ msgstr "" #~ msgid "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "" @@ -7907,11 +8050,11 @@ msgstr "" msgid "The page you requested could not be found." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "" @@ -7920,7 +8063,7 @@ msgstr "" msgid "The resource associated with this node has been deleted." msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -7935,7 +8078,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -7949,19 +8092,19 @@ msgstr "" #~ msgid "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." #~ msgstr "" -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "" -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "" @@ -7973,19 +8116,19 @@ msgstr "" #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 msgid "These arguments are used with the specified module. You can find information about {0} by clicking" msgstr "" @@ -7993,33 +8136,33 @@ msgstr "" msgid "Third" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 msgid "This container group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 msgid "This credential is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 msgid "This credential type is currently being used by some credentials and cannot be deleted" msgstr "" @@ -8037,40 +8180,40 @@ msgid "" "Insights Analytics to Tower subscribers." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "" @@ -8082,19 +8225,19 @@ msgstr "" msgid "This field must be greater than 0" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "" @@ -8102,64 +8245,68 @@ msgstr "" msgid "This field must not exceed {max} characters" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 msgid "This field will be retrieved from an external secret management system using the specified credential." msgstr "" -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?" msgstr "" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 msgid "This is the only time the token value and associated refresh token value will be shown." msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 msgid "This job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 msgid "This organization is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "" @@ -8173,11 +8320,11 @@ msgstr "" #~ msgid "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" @@ -8197,7 +8344,7 @@ msgstr "" msgid "Time" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -8211,7 +8358,7 @@ msgstr "" #~ msgid "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." #~ msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -8224,16 +8371,16 @@ msgstr "" #~ msgid "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." #~ msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "" @@ -8249,7 +8396,7 @@ msgstr "" msgid "Toggle Legend" msgstr "" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "" @@ -8257,50 +8404,50 @@ msgstr "" msgid "Toggle Tools" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "" @@ -8320,18 +8467,18 @@ msgstr "" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "" @@ -8340,35 +8487,35 @@ msgid "Total Jobs" msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "" @@ -8383,21 +8530,21 @@ msgid "Tuesday" msgstr "" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8408,41 +8555,44 @@ msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "" @@ -8451,15 +8601,15 @@ msgid "Unlimited" msgstr "" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "" @@ -8471,39 +8621,39 @@ msgstr "" msgid "Unsaved changes modal" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "" @@ -8511,11 +8661,11 @@ msgstr "" msgid "Updating" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "" @@ -8525,17 +8675,17 @@ msgstr "" #~ msgid "Use Default Ansible Environment" #~ msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "" @@ -8553,36 +8703,36 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "" @@ -8596,7 +8746,7 @@ msgstr "" msgid "User and Insights analytics" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "" @@ -8608,42 +8758,42 @@ msgstr "" msgid "User tokens" msgstr "" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "" @@ -8651,56 +8801,56 @@ msgstr "" msgid "VMware vCenter" msgstr "" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "" @@ -8712,16 +8862,16 @@ msgstr "" msgid "View Activity Stream settings" msgstr "" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "" @@ -8733,21 +8883,21 @@ msgstr "" msgid "View Google OAuth 2.0 settings" msgstr "" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "" @@ -8759,7 +8909,7 @@ msgstr "" msgid "View Job Details" msgstr "" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "" @@ -8767,7 +8917,7 @@ msgstr "" msgid "View LDAP Settings" msgstr "" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "" @@ -8775,7 +8925,7 @@ msgstr "" msgid "View Miscellaneous System settings" msgstr "" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "" @@ -8783,15 +8933,15 @@ msgstr "" msgid "View Project Details" msgstr "" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "" @@ -8804,7 +8954,7 @@ msgstr "" msgid "View Survey" msgstr "" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "" @@ -8817,7 +8967,7 @@ msgstr "" msgid "View Template Details" msgstr "" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "" @@ -8842,7 +8992,7 @@ msgstr "" msgid "View activity stream" msgstr "" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "" @@ -8850,12 +9000,12 @@ msgstr "" msgid "View all Hosts." msgstr "" -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "" @@ -8872,7 +9022,7 @@ msgstr "" msgid "View all Notification Templates." msgstr "" -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "" @@ -8897,7 +9047,7 @@ msgstr "" msgid "View all Workflow Approvals." msgstr "" -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "" @@ -8909,8 +9059,8 @@ msgstr "" msgid "View all execution environments" msgstr "" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "" @@ -8918,11 +9068,11 @@ msgstr "" msgid "View all management jobs" msgstr "" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "" @@ -8930,7 +9080,7 @@ msgstr "" #~ msgid "View and edit your license information" #~ msgstr "" -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "" @@ -8947,7 +9097,7 @@ msgstr "" msgid "View job {0}" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "" @@ -8955,18 +9105,18 @@ msgstr "" msgid "View smart inventory host details" msgstr "" -#: routeConfig.js:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "" @@ -8976,7 +9126,7 @@ msgid "Waiting" msgstr "" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "" @@ -8984,23 +9134,23 @@ msgstr "" msgid "Warning: Unsaved Changes" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "" #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "" @@ -9008,41 +9158,41 @@ msgstr "" msgid "Webhook Credentials" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "" @@ -9055,7 +9205,7 @@ msgstr "" msgid "Wednesday" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "" @@ -9067,7 +9217,7 @@ msgstr "" msgid "Weekend day" msgstr "" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "" @@ -9077,8 +9227,8 @@ msgid "" "Please complete the steps below to activate your subscription." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" @@ -9090,8 +9240,8 @@ msgstr "" #~ msgid "When not checked, a merge will be performed, combining local variables with those found on the external source." #~ msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -9115,40 +9265,40 @@ msgstr "" msgid "Workflow Approval not found." msgstr "" -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "" @@ -9161,28 +9311,28 @@ msgstr "" msgid "Workflow Template" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "" @@ -9198,27 +9348,27 @@ msgstr "" msgid "Workflow node view modal" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "" @@ -9226,7 +9376,7 @@ msgstr "" msgid "YAML:" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "" @@ -9234,19 +9384,19 @@ msgstr "" msgid "Yes" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "" -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "" @@ -9258,7 +9408,7 @@ msgstr "" msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" msgstr "" @@ -9272,7 +9422,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "" @@ -9280,43 +9430,39 @@ msgstr "" msgid "Your session is about to expire" msgstr "" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 msgid "a new webhook key will be generated on save." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 msgid "a new webhook url will be generated on save." msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "" @@ -9324,22 +9470,26 @@ msgstr "" msgid "brand logo" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "" @@ -9348,37 +9498,37 @@ msgstr "" #~ msgid "controller instance" #~ msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "" @@ -9386,7 +9536,7 @@ msgstr "" msgid "encrypted" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "" @@ -9394,7 +9544,7 @@ msgstr "" #~ msgid "for more details." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "" @@ -9406,32 +9556,32 @@ msgstr "" #~ msgid "groups" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "" -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "" @@ -9449,11 +9599,11 @@ msgstr "" msgid "items" msgstr "" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "" @@ -9470,7 +9620,6 @@ msgid "move up" msgstr "" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "" @@ -9478,7 +9627,7 @@ msgstr "" msgid "of" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "" @@ -9515,7 +9664,7 @@ msgstr "" msgid "resource type" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "" @@ -9523,7 +9672,7 @@ msgstr "" msgid "sec" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "" @@ -9531,11 +9680,11 @@ msgstr "" msgid "select module" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "" @@ -9547,35 +9696,39 @@ msgstr "" msgid "team name" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "" +#~ msgid "type" +#~ msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "" @@ -9611,7 +9764,7 @@ msgstr "" msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "" @@ -9643,7 +9796,7 @@ msgstr "" msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "" @@ -9655,11 +9808,11 @@ msgstr "" msgid "{0} more" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "" @@ -9671,6 +9824,10 @@ msgstr "" msgid "{dateStr} by <0>{username}" msgstr "" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "" diff --git a/awx/ui_next/src/locales/zh/messages.po b/awx/ui_next/src/locales/zh/messages.po index 8cc364baaa65..af593512f011 100644 --- a/awx/ui_next/src/locales/zh/messages.po +++ b/awx/ui_next/src/locales/zh/messages.po @@ -16,13 +16,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "(限制为前 10)" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "(启动时提示)" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 msgid "* This field will be retrieved from an external secret management system using the specified credential." msgstr "* 此字段将使用指定的凭证从外部 secret 管理系统检索。" @@ -34,77 +34,77 @@ msgstr "- 启用并发作业" msgid "- Enable Webhooks" msgstr "- 启用 Webhook" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "/ (project root)" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "0(普通)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "0(警告)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "1(信息)" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "1(详细)" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "2(调试)" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "2(更多详细内容)" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "3(调试)" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "4(连接调试)" @@ -112,7 +112,7 @@ msgstr "4(连接调试)" msgid "5 (WinRM Debug)" msgstr "5(WinRM 调试)" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" @@ -123,16 +123,16 @@ msgstr "" #~ msgid "A refspec to fetch (passed to the Ansible git module). This parameter allows access to references via the branch field not otherwise available." #~ msgstr "要获取的 refspec(传递至 Ansible git 模块)。此参数允许通过分支字段访问原本不可用的引用。" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "API 服务/集成密钥" @@ -144,25 +144,25 @@ msgstr "API 令牌" msgid "API service/integration key" msgstr "API 服务/集成密钥" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "关于" -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "访问" @@ -172,7 +172,7 @@ msgstr "访问" msgid "Access Token Expiration" msgstr "访问令牌过期" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "帐户 SID" @@ -181,65 +181,73 @@ msgstr "帐户 SID" msgid "Account token" msgstr "帐户令牌" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "操作" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "操作" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "活动" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "活动流" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "活动流设置" @@ -251,7 +259,7 @@ msgstr "活动流类型选择器" msgid "Actor" msgstr "操作者" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -268,28 +276,28 @@ msgstr "添加链接" msgid "Add Node" msgstr "添加节点" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "添加问题" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "添加角色" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "添加团队角色" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "添加用户角色" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "添加新令牌" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "在这两个节点间添加新节点" @@ -297,11 +305,11 @@ msgstr "在这两个节点间添加新节点" msgid "Add container group" msgstr "添加容器组" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "添加现有组" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "添加现有主机" @@ -317,11 +325,11 @@ msgstr "添加清单" msgid "Add job template" msgstr "添加作业模板" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "添加新组" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "添加新主机" @@ -333,11 +341,11 @@ msgstr "添加资源类型" msgid "Add smart inventory" msgstr "添加智能清单" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "添加团队权限" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "添加用户权限" @@ -349,26 +357,26 @@ msgstr "添加工作流模板" #~ msgid "Adminisration" #~ msgstr "管理" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "管理" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "高级" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "高级搜索值输入" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -393,12 +401,12 @@ msgstr "" msgid "Agree to the end user license agreement and click submit." msgstr "" -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "警报模式" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "所有" @@ -406,9 +414,9 @@ msgstr "所有" msgid "All job types" msgstr "作业作业类型" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "允许分支覆写" @@ -417,7 +425,7 @@ msgstr "允许分支覆写" msgid "Allow Provisioning Callbacks" msgstr "允许置备回调" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." @@ -427,14 +435,14 @@ msgstr "" #~ msgid "Allow changing the Source Control branch or revision in a job template that uses this project." #~ msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "允许的 URI 列表,以空格分开" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "始终" @@ -465,7 +473,6 @@ msgid "Ansible Tower" msgstr "Ansible Tower" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "Ansible Tower 文档" @@ -481,11 +488,11 @@ msgstr "Ansible Tower 文档" msgid "Answer type" msgstr "Answer 类型" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "回答变量名称" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "" @@ -496,7 +503,7 @@ msgstr "" msgid "Application" msgstr "应用程序" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "应用程序名" @@ -504,8 +511,8 @@ msgstr "应用程序名" msgid "Application access token" msgstr "应用程序访问令牌" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "应用程序信息" @@ -520,12 +527,12 @@ msgid "Application not found." msgstr "未找到应用程序。" #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "应用程序" @@ -533,8 +540,8 @@ msgstr "应用程序" msgid "Applications & Tokens" msgstr "应用程序和令牌" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -542,18 +549,18 @@ msgstr "批准" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "批准" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "已批准" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "于 {0} - {1} 批准" @@ -573,7 +580,7 @@ msgstr "您确定要删除:" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "您确定要退出 Workflow Creator 而不保存您的更改吗?" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 msgid "Are you sure you want to remove all the nodes in this workflow?" msgstr "您确定要删除此工作流中的所有节点吗?" @@ -589,30 +596,30 @@ msgstr "您确定要从删除这个链接吗?" msgid "Are you sure you want to remove this node?" msgstr "您确定要从删除这个节点吗?" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "您确定要从 {1} 中删除访问 {0} 吗?这样做会影响团队所有成员。" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "您确定要从 {username} 中删除 {0} 吗?" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 msgid "Are you sure you want to submit the request to cancel this job?" msgstr "您确定要提交取消此作业的请求吗?" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "参数" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "工件" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "关联" @@ -620,11 +627,11 @@ msgstr "关联" msgid "Associate role error" msgstr "关联角色错误" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "关联模态" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "此字段至少选择一个值。" @@ -641,12 +648,12 @@ msgstr "身份验证" msgid "Authorization Code Expiration" msgstr "授权代码过期" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "授权授予类型" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "Auto" @@ -654,15 +661,15 @@ msgstr "Auto" msgid "Azure AD" msgstr "Azure AD" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "Azure AD 设置" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -673,12 +680,12 @@ msgstr "返回" msgid "Back to Credentials" msgstr "返回到凭证" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "返回到仪表板" +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "返回到组" @@ -709,7 +716,7 @@ msgstr "返回到机构" msgid "Back to Projects" msgstr "返回到项目" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "返回到调度" @@ -775,7 +782,7 @@ msgstr "返回到实例组" msgid "Back to management jobs" msgstr "返回到管理作业" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -803,93 +810,101 @@ msgstr "" #~ msgid "Branch to checkout. In addition to branches, you can input tags, commit hashes, and arbitrary refs. Some commit hashes and refs may not be available unless you also provide a custom refspec." #~ msgstr "" -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "品牌图像" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "" + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." +msgstr "" + +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "缓存超时" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "缓存超时" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "缓存超时(秒)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "取消" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "取消作业" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "取消作业" @@ -941,11 +956,11 @@ msgstr "取消同步源" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "已取消" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." @@ -956,31 +971,31 @@ msgstr "" #~ msgstr "" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "容量" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "包含不区分大小写的版本。" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "结尾不区分大小写的版本。" -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "完全相同不区分大小写的版本。" -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "regex 不区分大小写的版本。" -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "开头不区分大小写的版本。" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -994,29 +1009,29 @@ msgstr "" msgid "Changed" msgstr "已更改" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "更改" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "频道" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "检查" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "检查给定字段或相关对象是否为 null;需要布尔值。" -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "检查给定字段的值是否出现在提供的列表中;需要一个以逗号分隔的项目列表。" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr "选择 .json 文件" @@ -1024,11 +1039,11 @@ msgstr "选择 .json 文件" msgid "Choose a Notification Type" msgstr "选择通知类型" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "选择 Playbook 目录" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "选择源控制类型" @@ -1036,16 +1051,16 @@ msgstr "选择源控制类型" msgid "Choose a Webhook Service" msgstr "选择 Webhook 服务" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "选择作业类型" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "选择模块" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "选择一个源" @@ -1053,7 +1068,7 @@ msgstr "选择一个源" msgid "Choose an HTTP method" msgstr "选择 HTTP 方法" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1068,38 +1083,38 @@ msgstr "" msgid "Choose an email option" msgstr "选择电子邮件选项" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "选择应用到所选资源的角色。请注意,所有选择的角色将应用到所有选择的资源。" -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "选择将获得新角色的资源。您可以选择下一步中要应用的角色。请注意,此处选择的资源将接收下一步中选择的所有角色。" -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "选择将获得新角色的资源类型。例如,如果您想为一组用户添加新角色,请选择用户并点击下一步。您可以选择下一步中的具体资源。" #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "清理" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "清除所有过滤器" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "点一个可用的节点来创建新链接。点击图形之外来取消。" @@ -1107,11 +1122,11 @@ msgstr "点一个可用的节点来创建新链接。点击图形之外来取消 msgid "Click the Edit button below to reconfigure the node." msgstr "点击下面的编辑按钮重新配置节点。" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "点击这个按钮使用所选凭证和指定的输入验证到 secret 管理系统的连接。" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "点击以创建到此节点的新链接。" @@ -1119,12 +1134,12 @@ msgstr "点击以创建到此节点的新链接。" msgid "Click to view job details" msgstr "点击以查看作业详情" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "客户端 ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "客户端标识符" @@ -1132,25 +1147,25 @@ msgstr "客户端标识符" msgid "Client identifier" msgstr "客户端标识符" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "客户端 secret" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "客户端类型" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "关闭" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "云" @@ -1159,9 +1174,9 @@ msgid "Collapse" msgstr "折叠" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "命令" @@ -1185,24 +1200,24 @@ msgstr "命令" msgid "Compliant" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "并发作业" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "确认删除" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "确认密码" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "确认删除" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "确认解除关联" @@ -1222,17 +1237,17 @@ msgstr "确认删除所有节点" msgid "Confirm revert all" msgstr "确认全部恢复" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "容器组" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "容器组" @@ -1241,7 +1256,7 @@ msgid "Container group not found." msgstr "未找到容器组。" #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "内容加载" @@ -1259,13 +1274,13 @@ msgstr "" #~ msgid "Control the level of output Ansible will produce for inventory source update jobs." #~ msgstr "控制 Ansible 为清单源更新作业生成的输出级别。" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1285,8 +1300,8 @@ msgstr "" msgid "Convergence" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "" @@ -1306,27 +1321,27 @@ msgstr "复制错误" msgid "Copy Execution Environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "复制清单" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "复制通知模板" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "复制项目" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "复制模板" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "将完整修订复制到剪贴板。" -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "" @@ -1334,8 +1349,8 @@ msgstr "" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "创建" @@ -1345,17 +1360,17 @@ msgstr "创建" #~ msgstr "" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "创建新应用" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "创建新凭证" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "创建新主机" @@ -1364,38 +1379,38 @@ msgid "Create New Job Template" msgstr "创建新作业模板" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "创建新通知模板" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "创建新机构" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "创建新项目" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "创建新调度" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "创建新团队" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "创建新用户" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "创建新工作流模板" @@ -1413,12 +1428,12 @@ msgstr "使用应用的过滤器创建新智能清单" #~ msgid "Create instance group" #~ msgstr "创建实例组" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "创建新凭证类型" @@ -1427,22 +1442,22 @@ msgid "Create new credential type" msgstr "创建新凭证类型" #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "创建新组" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "创建新主机" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "" @@ -1454,21 +1469,21 @@ msgstr "创建新清单" msgid "Create new smart inventory" msgstr "创建新智能清单" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "创建新源" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "创建用户令牌" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1477,40 +1492,40 @@ msgstr "创建用户令牌" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "已创建" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1524,11 +1539,11 @@ msgstr "已创建" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1536,22 +1551,22 @@ msgstr "已创建" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "创建者(用户名)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "创建者(用户名)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1561,30 +1576,30 @@ msgstr "创建者(用户名)" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "凭证" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "凭证名称" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "凭证类型" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "凭证类型" @@ -1600,11 +1615,11 @@ msgstr "凭证密码" #~ msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token”." #~ msgstr "与 Kubernetes 或 OpenShift 进行身份验证的凭证。必须为“Kubernetes/OpenShift API Bearer Token”类型。" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "" @@ -1612,29 +1627,29 @@ msgstr "" msgid "Credential type not found." msgstr "未找到凭证类型。" -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "凭证" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "" @@ -1642,19 +1657,19 @@ msgstr "" msgid "Current page" msgstr "当前页" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "自定义 pod 规格" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 msgid "Custom virtual environment {0} must be replaced by an execution environment." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "" @@ -1662,17 +1677,17 @@ msgstr "" msgid "Customize messages…" msgstr "自定义消息…" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "自定义 Pod 规格" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "已删除" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "仪表板" @@ -1681,18 +1696,18 @@ msgstr "仪表板" msgid "Dashboard (all activity)" msgstr "仪表板(所有活动)" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "数据保留的周期" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "天" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "要保留数据的天数" @@ -1700,7 +1715,7 @@ msgstr "要保留数据的天数" msgid "Days remaining" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "" @@ -1713,23 +1728,23 @@ msgstr "12 月" msgid "Default" msgstr "默认" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "默认回答" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "默认的选择必须从列出的选择中回答。" -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "定义系统级的特性和功能" @@ -1739,48 +1754,48 @@ msgstr "定义系统级的特性和功能" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "删除" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "删除所有组和主机" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "删除凭证" @@ -1796,8 +1811,8 @@ msgstr "" #~ msgid "Delete Groups?" #~ msgstr "删除组?" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "删除主机" @@ -1805,17 +1820,17 @@ msgstr "删除主机" msgid "Delete Inventory" msgstr "删除清单" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "删除作业" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "删除作业模板" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "删除通知" @@ -1823,27 +1838,27 @@ msgstr "删除通知" msgid "Delete Organization" msgstr "删除机构" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "删除项目" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "删除问题" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "删除调度" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "删除问卷调查" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "删除团队" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "删除用户" @@ -1855,16 +1870,16 @@ msgstr "删除用户令牌" msgid "Delete Workflow Approval" msgstr "删除工作流批准" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "删除工作流作业模板" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "删除所有节点" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "创建应用" @@ -1872,7 +1887,7 @@ msgstr "创建应用" msgid "Delete credential type" msgstr "删除凭证类型" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "删除错误" @@ -1881,20 +1896,20 @@ msgstr "删除错误" msgid "Delete instance group" msgstr "删除实例组" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "删除清单源" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "更新时删除" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "删除智能清单" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1906,11 +1921,11 @@ msgstr "" #~ msgid "Delete the local repository in its entirety prior to performing an update. Depending on the size of the repository this may significantly increase the amount of time required to complete an update." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "删除此链接" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "删除此节点" @@ -1920,7 +1935,7 @@ msgstr "删除 {pluralizedItemName}?" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "已删除" @@ -1937,100 +1952,104 @@ msgstr "删除错误" msgid "Deletion error" msgstr "删除错误" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "已拒绝" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "已拒绝 {0} - {1}" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "拒绝" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "描述" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "目标频道" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "目标频道或用户" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "目标 SMS 号码" @@ -2050,42 +2069,42 @@ msgstr "目标频道或用户" #~ msgid "Detail coming soon :)" #~ msgstr "详情即将发布 :)" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2100,36 +2119,36 @@ msgstr "目标频道或用户" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "详情" @@ -2137,10 +2156,10 @@ msgstr "详情" msgid "Details tab" msgstr "详情标签页" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "禁用 SSL 验证" @@ -2152,52 +2171,52 @@ msgstr "禁用 SSL 验证" msgid "Disable SSL verification" msgstr "禁用 SSL 验证" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "解除关联" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "从主机中解除关联组?" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "从组中解除关联主机?" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "从实例组中解除关联实例?" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "解除关联相关的组?" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "解除关联相关的团队?" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "解除关联角色" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "解除关联角色!" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "解除关联?" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" @@ -2208,15 +2227,19 @@ msgstr "" #~ msgid "Divide the work done by this job template into the specified number of job slices, each running the same tasks against a portion of the inventory." #~ msgstr "将此作业模板完成的工作分成指定作业分片数,每一分片都针对清单的一部分运行相同的任务。" -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "" + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "下载输出" @@ -2228,12 +2251,12 @@ msgstr "电子邮件" msgid "E-mail options" msgstr "电子邮件选项" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "每个答案选择都必须在单独的行中。" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" @@ -2245,7 +2268,7 @@ msgstr "" #~ msgid "Each time a job runs using this inventory, refresh the inventory from the selected source before executing job tasks." #~ msgstr "每次使用此清单运行作业时,请在执行作业前从所选源中刷新清单。" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." @@ -2255,28 +2278,29 @@ msgstr "" #~ msgid "Each time a job runs using this project, update the revision of the project prior to starting the job." #~ msgstr "每次使用此项目运行作业时,请在启动该作业前更新项目的修订。" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2302,14 +2326,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "编辑" @@ -2318,45 +2342,45 @@ msgstr "编辑" msgid "Edit Credential" msgstr "编辑凭证" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "编辑凭证插件配置" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "类型详情" @@ -2366,24 +2390,21 @@ msgid "Edit Execution Environment" msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "编辑组" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "编辑主机" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "编辑清单" @@ -2391,75 +2412,75 @@ msgstr "编辑清单" msgid "Edit Link" msgstr "编辑链接" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "编辑节点" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "编辑通知模板" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "编辑机构" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "编辑项目" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "编辑问题" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "编辑调度" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "编辑源" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "编辑团队" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "编辑模板" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "编辑用户" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "编辑应用" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "编辑凭证类型" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "编辑详情" @@ -2467,56 +2488,65 @@ msgstr "编辑详情" #~ msgid "Edit form coming soon :)" #~ msgstr "编辑表单即将发布 :)" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "编辑实例组" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "编辑这个链接" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "编辑此节点" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "已经过" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "过期的时间" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "作业运行所经过的时间" #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "电子邮件" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "电子邮件选项" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "启用并发作业" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "启用事实缓存" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "启用 HTTPS 证书验证" @@ -2525,58 +2555,58 @@ msgstr "启用 HTTPS 证书验证" msgid "Enable Privilege Escalation" msgstr "启用权限升级" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "启用 Webhook" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "为此工作流作业模板启用 Webhook。" -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "启用 Webhook" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "启用外部日志记录" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "单独启用日志系统跟踪事实" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "启用权限升级" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "为您的 {brandName} 应用启用简化的登录" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "为此模板启用 Webhook。" #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "启用" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "启用的值" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "启用的变量" -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2584,7 +2614,7 @@ msgid "" "template." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2600,8 +2630,8 @@ msgstr "" #~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact {brandName} and request a configuration update using this job template" #~ msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "已加密" @@ -2625,26 +2655,26 @@ msgstr "结束与预期值不匹配" msgid "End user license agreement" msgstr "" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "请至少输入一个搜索过滤来创建一个新的智能清单。" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "使用 JSON 或 YAML 语法输入注入程序。示例语法请参阅 Ansible Tower 文档。" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "使用 JSON 或 YAML 语法进行输入。示例语法请参阅 Ansible Tower 文档。" -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 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 "" -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "使用 JSON 或 YAML 语法输入清单变量。使用单选按钮在两者之间切换。示例语法请参阅 Ansible Tower 文档" @@ -2749,106 +2779,107 @@ msgstr "使用 JSON 或 YAML 语法输入变量。使用单选按钮在两者之 #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "错误" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "错误消息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "错误消息正文" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2859,13 +2890,13 @@ msgstr "" msgid "Error!" msgstr "错误!" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "事件" @@ -2877,7 +2908,7 @@ msgstr "查看详情" msgid "Event detail modal" msgstr "事件详情 modal" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "事件摘要不可用" @@ -2885,69 +2916,73 @@ msgstr "事件摘要不可用" msgid "Events" msgstr "事件" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "完全匹配(如果没有指定,则默认查找)。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "GIT 源控制的 URL 示例包括:" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "远程归档源控制的 URL 示例包括:" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "Subversion SCM 源控制 URL 示例包括:" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "示例包括::" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "无论父节点的最后状态如何都执行。" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "当父节点出现故障状态时执行。" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 msgid "Execute when the parent node results in a successful state." msgstr "当父节点具有成功状态时执行。" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "执行节点" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "" @@ -2969,27 +3004,27 @@ msgstr "不保存退出" msgid "Expand" msgstr "展开" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx: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 之一。" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "过期" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "过期" @@ -3002,35 +3037,36 @@ msgstr "" msgid "Expires on UTC" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "过期于 {0}" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "解释" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "外部 Secret 管理系统" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "额外变量" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "完成:" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -3040,15 +3076,15 @@ msgstr "事实" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "失败" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "失败的主机计数" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "失败的主机" @@ -3065,7 +3101,7 @@ msgstr "批准一个或多个工作流批准失败。" msgid "Failed to approve workflow approval." msgstr "批准工作流批准失败。" -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "" @@ -3074,11 +3110,11 @@ msgid "Failed to associate role" msgstr "关联角色失败" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "关联失败。" @@ -3098,49 +3134,49 @@ msgstr "复制凭证失败。" msgid "Failed to copy execution environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "复制清单失败。" -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "复制项目失败。" -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "复制模板失败。" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "删除应用程序失败。" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "删除凭证失败。" -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "删除组 {0} 失败。" -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "删除主机失败。" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "删除清单源 {name} 失败。" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "删除清单失败。" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "删除作业模板失败。" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "删除通知失败。" @@ -3160,12 +3196,12 @@ msgstr "删除一个或多个凭证失败。" msgid "Failed to delete one or more execution environments" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "删除一个或多个组失败。" #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "删除一个或多个主机失败。" @@ -3177,7 +3213,7 @@ msgstr "删除一个或多个实例组失败。" msgid "Failed to delete one or more inventories." msgstr "删除一个或多个清单失败。" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "删除一个或多个清单源失败。" @@ -3189,7 +3225,7 @@ msgstr "删除一个或多个作业模板失败。" msgid "Failed to delete one or more jobs." msgstr "删除一个或多个作业失败。" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "删除一个或多个通知模板失败。" @@ -3201,7 +3237,7 @@ msgstr "删除一个或多个机构失败。" msgid "Failed to delete one or more projects." msgstr "删除一个或多个项目失败。" -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "删除一个或多个调度失败。" @@ -3221,7 +3257,7 @@ msgstr "删除一个或多个令牌失败。" msgid "Failed to delete one or more user tokens." msgstr "删除一个或多个用户令牌失败。" -#: screens/User/UserList/UserList.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "删除一个或多个用户失败。" @@ -3229,36 +3265,36 @@ msgstr "删除一个或多个用户失败。" msgid "Failed to delete one or more workflow approval." msgstr "无法删除一个或多个工作流批准。" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "删除机构失败。" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "删除项目失败。" -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "删除角色失败" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "删除角色失败。" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "删除调度失败。" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "删除智能清单失败。" -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "删除团队失败。" -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "删除用户失败。" @@ -3266,7 +3302,7 @@ msgstr "删除用户失败。" msgid "Failed to delete workflow approval." msgstr "删除工作流批准失败。" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "删除工作流任务模板失败。" @@ -3284,28 +3320,28 @@ msgid "Failed to deny workflow approval." msgstr "拒绝工作流批准失败。" #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "解除关联一个或多个组关联。" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "解除关联一个或多个主机失败。" -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "解除关联一个或多个实例失败。" -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "解除关联一个或多个团队失败。" -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead." msgstr "获取自定义登录配置设置失败。系统默认设置会被显示。" -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3315,15 +3351,15 @@ msgstr "启动作业失败。" msgid "Failed to retrieve configuration." msgstr "获取配置失败。" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "获取完整节点资源对象失败。" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "获取节点凭证失败。" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "" @@ -3331,31 +3367,35 @@ msgstr "" msgid "Failed to sync inventory source." msgstr "同步清单源失败。" -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "同步项目失败。" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 msgid "Failed to sync some or all inventory sources." msgstr "同步部分或所有清单源失败。" -#: components/HostToggle/HostToggle.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "切换主机失败。" -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "切换实例失败。" -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "切换通知失败。" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "切换调度失败。" -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "" + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "更新问卷调查失败。" @@ -3363,17 +3403,17 @@ msgstr "更新问卷调查失败。" msgid "Failed to user token." msgstr "用户令牌失败。" -#: components/NotificationList/NotificationListItem.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "失败" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "false" @@ -3382,23 +3422,23 @@ msgstr "false" msgid "February" msgstr "2 月" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "字段包含值。" -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "字段以值结尾。" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "用于传递自定义 Kubernetes 或 OpenShift Pod 规格的字段。" -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "字段与给出的正则表达式匹配。" -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "字段以值开头。" @@ -3406,11 +3446,11 @@ msgstr "字段以值开头。" msgid "Fifth" msgstr "第五" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "上传文件被拒绝。请选择单个 .json 文件。" @@ -3419,11 +3459,11 @@ msgid "File, directory or script" msgstr "文件、目录或脚本" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "完成时间" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "完成" @@ -3432,36 +3472,40 @@ msgstr "完成" msgid "First" msgstr "第一" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "名" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "首次运行" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "首先,选择一个密钥" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "使图像与可用屏幕大小匹配" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "浮点值" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3469,7 +3513,7 @@ msgid "" "executing the playbook." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 msgid "" "For job templates, select run to execute the playbook.\n" "Select check to only check playbook syntax, test environment setup,\n" @@ -3481,15 +3525,15 @@ msgstr "" #~ msgid "For job templates, select run to execute the playbook. Select check to only check playbook syntax, test environment setup, and report problems without executing the playbook." #~ msgstr "对于作业模板,选择“运行”来执行 playbook。选择“检查”将只检查 playbook 语法、测试环境设置和报告问题,而不执行 playbook。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "有关详情请参阅" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "分叉" @@ -3497,7 +3541,7 @@ msgstr "分叉" msgid "Fourth" msgstr "第六" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "频率详情" @@ -3516,23 +3560,23 @@ msgid "Friday" msgstr "周五" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "Galaxy 凭证" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "Galaxy 凭证必须属于机构。" -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "" @@ -3544,7 +3588,7 @@ msgstr "" msgid "Git" msgstr "Git" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "GitHub" @@ -3560,12 +3604,12 @@ msgid "GitHub Enterprise" msgstr "GitHub Enterprise" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "GitHub Enterprise Organization" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "GitHub Enterprise Team" @@ -3579,11 +3623,11 @@ msgstr "GitHub Organization" msgid "GitHub Team" msgstr "GitHub Team" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "GitHub 设置" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "GitLab" @@ -3597,7 +3641,7 @@ msgstr "" msgid "Globally Available" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "" @@ -3621,16 +3665,16 @@ msgstr "进入上一页" msgid "Google Compute Engine" msgstr "Google Compute Engine" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "Google OAuth2 设置" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "Google OAuth2" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "Grafana" @@ -3638,16 +3682,16 @@ msgstr "Grafana" msgid "Grafana API key" msgstr "Grafana API 密钥" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "Grafana URL" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "大于比较。" -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "大于或等于比较。" @@ -3655,7 +3699,7 @@ msgstr "大于或等于比较。" msgid "Group" msgstr "组" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "组详情" @@ -3665,61 +3709,61 @@ msgstr "组类型" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "组" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "HTTP 标头" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "HTTP 方法" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "帮助" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "隐藏" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "HipChat" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "主机" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "主机配置键" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "主机计数" @@ -3727,16 +3771,16 @@ msgstr "主机计数" msgid "Host Details" msgstr "类型详情" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "主机过滤器" @@ -3744,31 +3788,31 @@ msgstr "主机过滤器" msgid "Host Name" msgstr "主机名" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "主机详情" @@ -3781,29 +3825,29 @@ msgstr "主机详情 modal" msgid "Host not found." msgstr "未找到主机" -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 msgid "Host status information for this job is unavailable." msgstr "此作业的主机状态信息不可用。" -#: routeConfig.js:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "主机" @@ -3820,7 +3864,7 @@ msgstr "" msgid "Hosts used" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "小时" @@ -3830,16 +3874,15 @@ msgstr "" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "仪表板 ID" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "面板 ID" @@ -3852,19 +3895,19 @@ msgid "ID of the panel (optional)" msgstr "面板 ID(可选)" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "IRC" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "IRC Nick" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "IRC 服务器地址" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "IRC 服务器端口" @@ -3884,15 +3927,15 @@ msgstr "IRC 服务器密码" msgid "IRC server port" msgstr "IRC 服务器端口" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "图标 URL" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -3906,10 +3949,22 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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" @@ -3921,7 +3976,7 @@ msgstr "" #~ msgid "If checked, any hosts and groups that were previously present on the external source but are now removed will be removed from the Tower inventory. Hosts and groups that were not managed by the inventory source will be promoted to the next manually created group or if there is no manually created group to promote them into, they will be left in the \"all\" default group for the inventory." #~ msgstr "如果选中,以前存在于外部源上的但现已被删除的任何主机和组都将从 Tower 清单中删除。不由清单源管理的主机和组将提升到下一个手动创建的组,如果没有手动创建组来提升它们,则它们将保留在清单的“all”默认组中。" -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." @@ -3931,14 +3986,14 @@ msgstr "" #~ msgid "If enabled, run this playbook as an administrator." #~ msgstr "如果启用,则以管理员身份运行此 playbook。" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" @@ -3949,11 +4004,11 @@ msgstr "" #~ msgid "If enabled, show the changes made by Ansible tasks, where supported. This is equivalent to Ansible's --diff mode." #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." @@ -3963,11 +4018,11 @@ msgstr "" #~ msgid "If enabled, simultaneous runs of this job template will be allowed." #~ msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 msgid "If enabled, simultaneous runs of this workflow job template will be allowed." msgstr "如果启用,将允许同时运行此工作流作业模板。" -#: screens/Template/shared/JobTemplateForm.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -3988,12 +4043,12 @@ msgid "" "Red Hat to obtain a trial subscription." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "如果您只想删除这个特定用户的访问,请将其从团队中删除。" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -4009,15 +4064,15 @@ msgstr "" msgid "Image" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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" @@ -4028,7 +4083,7 @@ msgstr "" #~ msgid "Indicates if a host is available and should be included in running jobs. For hosts that are part of an external inventory, this may be reset by the inventory sync process." #~ msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "" @@ -4047,12 +4102,12 @@ msgid "Initiated by (username)" msgstr "启动者(用户名)" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "注入程序配置" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "输入配置" @@ -4065,7 +4120,7 @@ msgid "Insights Analytics dashboard" msgstr "" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "Insights 凭证" @@ -4081,27 +4136,27 @@ msgstr "Insights 系统 ID" msgid "Instance" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "实例过滤器" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "实例组" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "实例组" @@ -4110,7 +4165,7 @@ msgid "Instance ID" msgstr "实例 ID" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "实例组" @@ -4118,58 +4173,58 @@ msgstr "实例组" msgid "Instance group not found." msgstr "没有找到实例组" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "实例组" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "实例" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "整数" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "无效的电子邮件地址" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "无效的链路目标。无法连接到子节点或祖先节点。不支持图形周期。" -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 msgid "Invalid username or password. Please try again." msgstr "无效的用户名或密码。请重试。" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119 -#: routeConfig.js:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "清单" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "无法复制含有源的清单" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4177,34 +4232,34 @@ msgstr "无法复制含有源的清单" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "清单" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "清单(名称)" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "清单文件" @@ -4212,7 +4267,7 @@ msgstr "清单文件" msgid "Inventory ID" msgstr "清单 ID" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "" @@ -4220,16 +4275,16 @@ msgstr "" msgid "Inventory Source Sync" msgstr "清单源同步" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "清单源" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4239,7 +4294,7 @@ msgstr "清单同步" msgid "Inventory Update" msgstr "清单更新" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "清单文件" @@ -4262,19 +4317,19 @@ msgstr "清单同步失败" #~ msgid "Isolated" #~ msgstr "已隔离" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "项" @@ -4283,16 +4338,17 @@ msgid "Items per page" msgstr "每页的项" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "作业 ID:" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "JSON" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "JSON 标签页" @@ -4305,30 +4361,30 @@ msgid "January" msgstr "1 月" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "作业" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "作业取消错误" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "作业删除错误" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "作业分片" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "作业分片" @@ -4336,57 +4392,57 @@ msgstr "作业分片" msgid "Job Status" msgstr "作业状态" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "作业标签" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "作业模板" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "作业模板" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes" msgstr "" #: components/JobList/JobList.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "作业类型" @@ -4406,31 +4462,31 @@ msgstr "作业模板" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "作业" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "作业设置" @@ -4442,15 +4498,15 @@ msgstr "7 月" msgid "June" msgstr "6 月" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "密钥" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "键选择" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "键 typeahead" @@ -4459,35 +4515,35 @@ msgid "Keyword" msgstr "关键词" #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "LDAP" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "LDAP 1" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "LDAP 2" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "LDAP 3" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "LDAP 4" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "LDAP 5" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "LDAP 默认" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "LDAP 设置" @@ -4515,15 +4571,15 @@ msgstr "LDAP5" msgid "Label Name" msgstr "标签名称" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "标签" @@ -4531,55 +4587,58 @@ msgstr "标签" msgid "Last" msgstr "最后" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "最近登陆" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "最后修改" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "姓氏" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "最后运行" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "最后运行" @@ -4591,52 +4650,57 @@ msgstr "最后作业" msgid "Last job run" msgstr "最后作业运行" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "最后修改" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "启动" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "启动管理作业" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "启动模板" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "启动管理作业" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "启动模板" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "启动工作流" @@ -4652,7 +4716,7 @@ msgstr "启动者(用户名)" msgid "Learn more about Insights Analytics" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "" @@ -4660,11 +4724,11 @@ msgstr "" msgid "Legend" msgstr "图例" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "小于比较。" -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "小于或等于比较。" @@ -4678,22 +4742,22 @@ msgstr "小于或等于比较。" #~ msgid "License settings" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "限制" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "链接到可用节点" @@ -4701,15 +4765,15 @@ msgstr "链接到可用节点" msgid "Loading" msgstr "正在加载" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "本地时区" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "本地时区" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "登录" @@ -4717,50 +4781,51 @@ msgstr "登录" msgid "Log aggregator test sent successfully." msgstr "日志聚合器测试发送成功。" -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "日志记录" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "日志设置" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "退出" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "查找 modal" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "查找选择" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "查找类型" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "查找 typeahead" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "最新同步" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "机器凭证" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "机器凭证" @@ -4768,29 +4833,29 @@ msgstr "机器凭证" msgid "Managed by Tower" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "管理作业" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "管理作业" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "管理作业" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "管理作业启动错误" @@ -4803,13 +4868,13 @@ msgid "Management jobs" msgstr "管理作业" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "手动" @@ -4819,20 +4884,20 @@ msgid "March" msgstr "3 月" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "Mattermost" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "最大主机数" -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "最大值" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "最大长度" @@ -4841,7 +4906,7 @@ msgid "May" msgstr "5 月" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "成员" @@ -4861,15 +4926,15 @@ msgstr "" msgid "Microsoft Azure Resource Manager" msgstr "Microsoft Azure Resource Manager" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "最小值" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "最小长度" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4879,7 +4944,7 @@ msgstr "" #~ msgid "Minimum number of instances that will be automatically assigned to this group when new instances come online." #~ msgstr "新实例上线时自动分配给此组的最小实例数量。" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." @@ -4889,15 +4954,15 @@ msgstr "" #~ msgid "Minimum percentage of all instances that will be automatically assigned to this group when new instances come online." #~ msgstr "新实例上线时将自动分配给此组的所有实例的最小百分比。" -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "分钟" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "杂项系统" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "杂项系统设置" @@ -4906,14 +4971,13 @@ msgstr "杂项系统设置" msgid "Missing" msgstr "缺少" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -4921,19 +4985,20 @@ msgstr "" msgid "Modified" msgstr "修改" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -4947,11 +5012,11 @@ msgstr "修改" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -4959,12 +5024,12 @@ msgstr "修改" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "修改者(用户名)" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "修改者(用户名)" @@ -4983,52 +5048,54 @@ msgstr "周一" msgid "Monday" msgstr "周一" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "月" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "更多信息" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "更多信息" +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "多选" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "多选" -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "多项选择(多选)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "多项选择(单选)" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "多项选择选项" -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -5038,15 +5105,15 @@ msgstr "多项选择选项" #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -5058,15 +5125,15 @@ msgstr "多项选择选项" #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -5081,25 +5148,25 @@ msgstr "多项选择选项" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -5107,76 +5174,81 @@ msgstr "多项选择选项" #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5187,15 +5259,22 @@ msgstr "多项选择选项" #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "名称" @@ -5213,8 +5292,8 @@ msgstr "永不" msgid "Never Updated" msgstr "永不更新" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "永不过期" @@ -5223,19 +5302,20 @@ msgstr "永不过期" msgid "New" msgstr "新" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "下一" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "下次运行" @@ -5243,16 +5323,16 @@ msgstr "下次运行" msgid "No" msgstr "否" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "没有可用的 JSON" @@ -5260,15 +5340,15 @@ msgstr "没有可用的 JSON" msgid "No Jobs" msgstr "没有作业" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "没有可用的标准错误" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "没有可用的标准输出" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "没有清单同步失败。" @@ -5276,26 +5356,26 @@ msgstr "没有清单同步失败。" msgid "No items found." msgstr "没有找到项。" -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "未找到结果" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "没有找到结果" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "没有找到问卷调查问题" -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "未找到 {pluralizedItemName}。" @@ -5304,7 +5384,7 @@ msgstr "未找到 {pluralizedItemName}。" msgid "Node Type" msgstr "节点类型" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "节点类型" @@ -5316,12 +5396,12 @@ msgstr "无" msgid "None (Run Once)" msgstr "无(运行一次)" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "无(运行一次)" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "普通用户" @@ -5330,16 +5410,16 @@ msgstr "普通用户" msgid "Not Found" msgstr "未找到" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "没有配置" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "没有为清单同步配置。" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 msgid "" "Note that only hosts directly in this group can\n" "be disassociated. Hosts in sub-groups must be disassociated\n" @@ -5350,7 +5430,8 @@ msgstr "" #~ msgid "Note that only hosts directly in this group can be disassociated. Hosts in sub-groups must be disassociated directly from the sub-group level that they belong." #~ msgstr "请注意,只有直接属于此组的主机才能解除关联。子组中的主机必须与其所属的子组级别直接解除关联。" -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5359,12 +5440,12 @@ msgid "" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" #: src/screens/Host/HostGroups/HostGroupsList.jsx:212 #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." @@ -5374,11 +5455,11 @@ msgstr "" #~ msgid "Note that you may still see the group in the list after disassociating if the host is also a member of that group’s children. This list shows all groups the host is associated with directly and indirectly." #~ msgstr "请注意,如果主机也是组子对象的成员,在解除关联后,您可能仍然可以在列表中看到组。这个列表显示了主机与其直接及间接关联的所有组。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "注意:该字段假设远程名称为“origin”。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5396,7 +5477,7 @@ msgstr "" #~ msgid "Notifcations" #~ msgstr "通知" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "通知颜色" @@ -5406,15 +5487,15 @@ msgid "Notification Template not found." msgstr "没有找到通知模板。" #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "通知模板" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "通知类型" @@ -5422,31 +5503,31 @@ msgstr "通知类型" msgid "Notification color" msgstr "通知颜色" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "通知类型" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "通知" @@ -5470,53 +5551,53 @@ msgstr "发生次数" msgid "October" msgstr "10 月" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "关" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "于" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "失败时" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "成功时" @@ -5528,7 +5609,7 @@ msgstr "于日期" msgid "On days" msgstr "于日" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "唯一分组标准" @@ -5536,12 +5617,12 @@ msgstr "唯一分组标准" msgid "OpenStack" msgstr "OpenStack" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "选项详情" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 msgid "" "Optional labels that describe this job template,\n" "such as 'dev' or 'test'. Labels can be used to group and filter\n" @@ -5553,26 +5634,26 @@ msgstr "" #~ msgid "Optional labels that describe this job template, such as 'dev' or 'test'. Labels can be used to group and filter job templates and completed jobs." #~ msgstr "描述此作业模板的可选标签,如 'dev' 或 'test'。标签可用于对作业模板和完成的作业进行分组和过滤。" -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "(可选)选择要用来向 Webhook 服务发回状态更新的凭证。" -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "选项" @@ -5580,44 +5661,45 @@ msgstr "选项" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "机构" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "机构(名称)" @@ -5630,17 +5712,17 @@ msgid "Organization not found." msgstr "未找到机构。" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "机构" @@ -5653,22 +5735,22 @@ msgid "Out of compliance" msgstr "" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "输出" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "覆盖" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "覆盖变量" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "覆盖变量" @@ -5681,11 +5763,11 @@ msgid "PUT" msgstr "PUT" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "Pagerduty" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "Pagerduty 子域" @@ -5697,44 +5779,52 @@ msgstr "Pagerduty 子域" msgid "Pagination" msgstr "分页" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "Pan 下" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "Pan 左" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "Pan 右" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "Pan 上" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 msgid "Pass extra command line changes. There are two ansible command line parameters:" msgstr "传递额外的命令行更改。有两个 ansible 命令行参数:" #: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "密码" @@ -5755,15 +5845,15 @@ msgstr "过去一周" msgid "Pending" msgstr "待处理" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "等待工作流批准" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "等待删除" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "执行搜索以定义主机过滤器" @@ -5775,43 +5865,43 @@ msgstr "个人访问令牌" msgid "Play" msgstr "Play" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "play 数量" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "Playbook" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "Playbook 目录" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "Playbook 运行" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "" @@ -5826,28 +5916,28 @@ msgstr "Playbook 名称" msgid "Playbook run" msgstr "Playbook 运行" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "Play" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "请添加问卷调查问题" -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "请添加 {pluralizedItemName} 来填充此列表" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "请点开始按钮开始。" -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "请输入有效的 URL。" @@ -5855,19 +5945,19 @@ msgstr "请输入有效的 URL。" msgid "Please enter a value." msgstr "请输入一个值。" -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "选择的日数字应介于 1 到 31 之间。" -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "请选择一个清单或者选中“启动时提示”选项。" -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 msgid "Please select an end date/time that comes after the start date/time." msgstr "请选择一个比开始日期/时间晚的结束日期/时间。" -#: components/Lookup/HostFilterLookup.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 msgid "Please select an organization before editing the host filter" msgstr "请在编辑主机过滤器前选择机构" @@ -5881,20 +5971,29 @@ msgid "Policy instance minimum" msgstr "策略实例最小值" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "策略实例百分比" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 msgid "Populate field from an external secret management system" msgstr "从外部 secret 管理系统填充字段" #: components/Lookup/HostFilterLookup.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" @@ -5902,22 +6001,22 @@ msgstr "" #~ msgid "Populate the hosts for this inventory by using a search filter. Example: ansible_facts.ansible_distribution:\"RedHat\". Refer to the Ansible Tower documentation for further syntax and examples." #~ msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "端口" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "" #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "预览" @@ -5925,7 +6024,7 @@ msgstr "预览" msgid "Private key passphrase" msgstr "私钥密码" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "权限升级" @@ -5933,26 +6032,26 @@ msgstr "权限升级" msgid "Privilege escalation password" msgstr "权限升级密码" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "项目" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "项目基本路径" @@ -5974,50 +6073,50 @@ msgid "Project sync failures" msgstr "项目同步失败" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "项目" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "提升子组和主机" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "提示" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "提示覆盖" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "启动时提示" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "提示的值" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "提示" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -6039,11 +6138,11 @@ msgstr "" #~ msgid "Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns." #~ msgstr "提供主机模式以进一步限制受 playbook 管理或影响的主机列表。允许使用多种模式。请参阅 Ansible 文档,以了解更多有关模式的信息和示例。" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 msgid "Provide a value for this field or select the Prompt on launch option." msgstr "为这个字段输入值或者选择「启动时提示」选项。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." @@ -6053,7 +6152,7 @@ msgstr "" #~ msgid "Provide key/value pairs using either YAML or JSON." #~ msgstr "使用 YAML 或 JSON 提供键/值对。" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -6065,39 +6164,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "部署回调 URL" -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "置备回调详情" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "置备回调" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "问题" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "RADIUS" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "RADIUS 设置" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "读取" @@ -6109,7 +6212,7 @@ msgstr "最近的作业" msgid "Recent Jobs list tab" msgstr "最近的任务列表标签页" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "最近模板" @@ -6117,7 +6220,7 @@ msgstr "最近模板" msgid "Recent Templates list tab" msgstr "最近模板列表标签页" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "接收者列表" @@ -6141,19 +6244,19 @@ msgstr "Red Hat Satellite 6" msgid "Red Hat Virtualization" msgstr "Red Hat Virtualization" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "重定向 URI" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "重定向 URI" @@ -6165,7 +6268,7 @@ msgstr "" msgid "Redirecting to subscription detail" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." @@ -6175,7 +6278,7 @@ msgstr "" #~ msgid "Refer to the Ansible documentation for details about the configuration file." #~ msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "刷新令牌" @@ -6184,34 +6287,34 @@ msgstr "刷新令牌" msgid "Refresh Token Expiration" msgstr "刷新令牌过期" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "区域" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "仅导入主机名与这个正则表达式匹配的主机。该过滤器在应用任何清单插件过滤器后作为后步骤使用。" -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "相关组" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "重新启动" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "重新启动作业" @@ -6228,8 +6331,8 @@ msgstr "重新启动失败的主机" msgid "Relaunch on" msgstr "重新启动于" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "使用主机参数重新启动" @@ -6259,31 +6362,31 @@ msgstr "删除链接" msgid "Remove Node" msgstr "删除节点" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "在进行更新前删除任何本地修改。" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "删除 {0} 访问" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "删除 {0} 芯片" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "删除此链接将会孤立分支的剩余部分,并导致它在启动时立即执行。" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "重复频率" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "" @@ -6293,7 +6396,7 @@ msgid "Request subscription" msgstr "" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "必需" @@ -6302,32 +6405,32 @@ msgid "Resource deleted" msgstr "资源已删除" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "资源名称" +#~ msgid "Resource name" +#~ msgstr "资源名称" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "资源角色" +#~ msgid "Resource role" +#~ msgstr "资源角色" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "资源类型" +#~ msgid "Resource type" +#~ msgstr "资源类型" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "资源" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "此模板中缺少资源。" -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "恢复初始值。" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6339,32 +6442,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "返回" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "" -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "返回具有这个以外的值和其他过滤器的结果。" -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "返回满足这个及其他过滤器的结果。如果没有进行选择,这是默认的集合类型。" -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "返回满足这个或任何其他过滤器的结果。" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "恢复" @@ -6372,12 +6475,12 @@ msgstr "恢复" msgid "Revert all" msgstr "恢复所有" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "全部恢复为默认值" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "" @@ -6385,60 +6488,63 @@ msgstr "" msgid "Revert settings" msgstr "恢复设置" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "恢复到工厂默认值。" -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "修订" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "修订号" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "Rocket.Chat" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "角色" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "角色" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "运行" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "运行命令" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "运行命令" @@ -6446,7 +6552,7 @@ msgstr "运行命令" msgid "Run every" msgstr "运行每" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "运行频率" @@ -6459,12 +6565,12 @@ msgid "Run type" msgstr "运行类型" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "运行中" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "" @@ -6472,16 +6578,16 @@ msgstr "" msgid "Running Jobs" msgstr "运行作业" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "运行作业" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "SAML" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "SAML 设置" @@ -6490,7 +6596,7 @@ msgid "SCM update" msgstr "SCM 更新" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "社交" @@ -6498,18 +6604,19 @@ msgstr "社交" msgid "SSH password" msgstr "SSH 密码" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "SSL 连接" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "开始" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "状态:" @@ -6522,23 +6629,23 @@ msgstr "周六" msgid "Saturday" msgstr "周六" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "保存" @@ -6547,7 +6654,7 @@ msgstr "保存" msgid "Save & Exit" msgstr "保存并退出" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "在测试日志聚合器前保存并启用日志聚合。" @@ -6559,66 +6666,66 @@ msgstr "保存链路更改" msgid "Save successful!" msgstr "" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "调度详情" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "调度详情" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "调度处于活跃状态。" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "调度处于非活跃状态。" -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "调度缺少规则" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "调度" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "范围" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "滚动到第一" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "滚动到最后" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "滚动到下一个" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "滚动到前一个" @@ -6627,11 +6734,11 @@ msgstr "滚动到前一个" msgid "Search" msgstr "搜索" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "搜索提交按钮" @@ -6644,35 +6751,35 @@ msgstr "搜索文本输入" msgid "Second" msgstr "秒" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "秒" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "在左侧查看错误" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "选择" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "选择组" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "选择主机" @@ -6680,31 +6787,31 @@ msgstr "选择主机" msgid "Select Input" msgstr "选择输入" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "选择实例" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "选择项" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "从列表中选择项" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "选择要应用的角色" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "选择团队" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "选择一个 JSON 格式的服务帐户密钥来自动填充以下字段。" @@ -6712,7 +6819,7 @@ msgstr "选择一个 JSON 格式的服务帐户密钥来自动填充以下字段 msgid "Select a Node Type" msgstr "选择节点类型" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "选择资源类型" @@ -6726,15 +6833,15 @@ msgstr "" #~ msgid "Select a branch for the job template. This branch is applied to all job template nodes that prompt for a branch." #~ msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "为工作流选择分支。此分支应用于提示分支的所有作业模板节点" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "为工作流选择分支。此分支应用于提示分支的所有作业模板节点。" -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "选择一个凭证类型" @@ -6750,16 +6857,16 @@ msgstr "选择要取消的作业" msgid "Select a metric" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "选择一个模块" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "选择一个 playbook" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "" @@ -6776,15 +6883,15 @@ msgstr "选择要删除的行" msgid "Select a row to deny" msgstr "选择要拒绝的行" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "选择要解除关联的行" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "为此字段选择有效日期和时间" @@ -6794,10 +6901,10 @@ msgstr "为此字段选择有效日期和时间" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -6813,12 +6920,12 @@ msgstr "为此字段选择有效日期和时间" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "为这个字段选择一个值" @@ -6840,28 +6947,37 @@ msgstr "" msgid "Select an instance and a metric to show chart" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "为工作流选择清单。此清单应用于提示清单的所有作业模板节点。" -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" + #: src/screens/Template/shared/JobTemplateForm.jsx:324 #~ msgid "Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking \"Prompt on launch\" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check \"Prompt on launch\", the selected credential(s) become the defaults that can be updated at run time." #~ msgstr "选择允许 Tower 访问将运行此作业的节点的凭证。每种类型您只能选择一个凭证。对于机器凭证 (SSH),如果选中了“启动时提示”但未选择凭证,您需要在运行时选择机器凭证。如果选择了凭证并选中了“启动时提示”,则所选凭证将变为默认设置,可以在运行时更新。" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -6901,25 +7017,29 @@ msgstr "选择源路径" msgid "Select tags" msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "" + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "选择要运行此清单的实例组。" -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "选择要运行此机构的实例组。" -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "选择此令牌所属的应用程序。" -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "选择要在访问远程主机时用来运行命令的凭证。选择包含 Ansbile 登录远程主机所需的用户名和 SSH 密钥或密码的凭证。" @@ -6927,24 +7047,24 @@ msgstr "选择要在访问远程主机时用来运行命令的凭证。选择包 #~ msgid "Select the custom Python virtual environment for this inventory source sync to run on." #~ msgstr "选择要运行此清单源同步的自定义 Python 虚拟环境。" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "" #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -6966,16 +7086,16 @@ msgstr "" #~ msgid "Select the inventory file to be synced by this source. You can select from the dropdown or enter a file within the input." #~ msgstr "选择要由此源同步的清单文件。您可以从下拉列表中选择,或者在输入中输入一个文件。" -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "选择此主机要属于的清单。" -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "选择要由此作业执行的 playbook。" -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." @@ -6985,7 +7105,7 @@ msgstr "" #~ msgid "Select the project containing the playbook you want this job to execute." #~ msgstr "选择包含此作业要执行的 playbook 的项目。" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "" @@ -6993,43 +7113,43 @@ msgstr "" msgid "Select {0}" msgstr "选择 {0}" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "已选择" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "选择的类别" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "将测试日志消息发送到配置的日志聚合器。" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "发件人电子邮件" @@ -7045,16 +7165,16 @@ msgstr "9 月" msgid "Service account JSON file" msgstr "服务账户 JSON 文件" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "为这个字段设置值" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "设置数据应保留的天数。" -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "为数据收集、日志和登录设置偏好" @@ -7062,27 +7182,27 @@ msgstr "为数据收集、日志和登录设置偏好" msgid "Set source path to" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "设置实例在线或离线。如果离线,则不会将作业分配给此实例。" -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "根据客户端设备的安全情况,设置为公共或机密。" -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "设置类型" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "设置类型选项" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "设置类型 typeahead" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "将缩放设置为 100% 和中心图" @@ -7090,32 +7210,32 @@ msgstr "将缩放设置为 100% 和中心图" msgid "Setting category" msgstr "设置类别" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "设置与工厂默认匹配。" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "设置名称" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "设置" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "显示" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "显示更改" @@ -7123,8 +7243,8 @@ msgstr "显示更改" msgid "Show all groups" msgstr "显示所有组" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "显示更改" @@ -7136,43 +7256,43 @@ msgstr "显示更少" msgid "Show only root groups" msgstr "只显示 root 组" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "使用 Azure AD 登陆" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "使用 GitHub 登陆" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "使用 GitHub Enterprise 登录" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "使用 GitHub Enterprise Organizations 登录" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "使用 GitHub Enterprise Teams 登录" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "使用 GitHub Organizations 登录" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "使用 GitHub Teams 登录" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "使用 Google 登录" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "使用 SAML 登陆" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "使用 SAML {samlIDP} 登陆" @@ -7181,27 +7301,36 @@ msgstr "使用 SAML {samlIDP} 登陆" msgid "Simple key select" msgstr "简单键选择" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "跳过标签" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -7219,14 +7348,14 @@ msgid "Skipped" msgstr "跳过" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "Slack" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "智能清单" @@ -7235,19 +7364,19 @@ msgid "Smart Inventory not found." msgstr "未找到智能清单" #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "智能主机过滤器" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "智能清单" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "前面的一些步骤有错误" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "请求测试此凭证和元数据时出错。" @@ -7264,55 +7393,55 @@ msgstr "排序" msgid "Sort question order" msgstr "排序问题顺序" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "源" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "源控制分支" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "源控制分支/标签/提交" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "源控制凭证" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "源控制凭证类型" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "源控制 Refspec" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "源控制类型" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7320,30 +7449,30 @@ msgid "Source Control URL" msgstr "源控制 URL" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "源控制更新" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "源电话号码" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "源变量" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "源工作流作业" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "源控制分支" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "源详情" @@ -7351,7 +7480,7 @@ msgstr "源详情" msgid "Source phone number" msgstr "源电话号码" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "源变量" @@ -7360,7 +7489,7 @@ msgstr "源变量" msgid "Sourced from a project" msgstr "来自项目的源" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "源" @@ -7385,52 +7514,52 @@ msgstr "" #~ msgid "Specify a notification color. Acceptable colors are hex color code (example: #3af or #789abc)." #~ msgstr "指定通知颜色。可接受的颜色为十六进制颜色代码(示例:#3af 或者 #789abc)。" -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "指定令牌访问的范围" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 msgid "Specify the conditions under which this node should be executed" msgstr "指定应该执行此节点的条件" -#: screens/Job/JobOutput/HostEventModal.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "标准错误" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "标准输出" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "标准错误标签页" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "标准输出标签页" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "开始" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "开始时间" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "开始日期/时间" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "开始消息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "开始消息正文" @@ -7443,30 +7572,32 @@ msgstr "启动同步进程" msgid "Start sync source" msgstr "启动同步源" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "已开始" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "状态" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "" @@ -7476,7 +7607,7 @@ msgstr "" msgid "Submit" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7486,8 +7617,8 @@ msgid "" "flag to git submodule update." msgstr "" -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7501,15 +7632,15 @@ msgstr "" msgid "Subscription Management" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "" @@ -7517,7 +7648,7 @@ msgstr "" msgid "Subscription type" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "" @@ -7529,18 +7660,18 @@ msgstr "" msgid "Subversion" msgstr "Subversion" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "成功" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "成功信息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "成功消息正文" @@ -7551,7 +7682,7 @@ msgstr "成功消息正文" msgid "Successful" msgstr "成功" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "成功复制至剪贴板!" @@ -7566,16 +7697,16 @@ msgstr "周日" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "问卷调查" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "问卷调查列表" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "问卷调查预览" @@ -7583,7 +7714,7 @@ msgstr "问卷调查预览" msgid "Survey Toggle" msgstr "问卷调查切换" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "问卷调查预览 modal" @@ -7591,66 +7722,69 @@ msgstr "问卷调查预览 modal" msgid "Survey questions" msgstr "可选的问卷调查问题" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "同步" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "同步项目" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "全部同步" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "同步所有源" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "同步错误" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "修订版本同步" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "系统" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "系统管理员" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "系统审核员" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "系统管理员对所有资源的访问权限是不受限制的。" -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "TACACS+" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "TACACS+ 设置" @@ -7660,15 +7794,24 @@ msgid "Tabs" msgstr "制表符" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -7681,7 +7824,7 @@ msgstr "" #~ msgid "Tags are useful when you have a large playbook, and you want to run a specific part of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags." #~ msgstr "如果有大型一个 playbook,而您想要运行某个 play 或任务的特定部分,则标签很有用。使用逗号分隔多个标签。请参阅 Ansible Tower 文档了解使用标签的详情。" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "注解的标签" @@ -7689,9 +7832,9 @@ msgstr "注解的标签" msgid "Tags for the annotation (optional)" msgstr "注解的标签(可选)" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -7702,24 +7845,24 @@ msgstr "目标 URL" msgid "Task" msgstr "任务" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "任务计数" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "任务" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "团队(team)" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "团队角色" @@ -7727,24 +7870,24 @@ msgstr "团队角色" msgid "Team not found." msgstr "未找到团队" +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "团队" @@ -7753,59 +7896,59 @@ msgstr "团队" msgid "Template not found." msgstr "未找到模板" -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "模板" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "测试" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "测试外部凭证" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "测试通知" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "测试日志" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "测试通知" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "测试通过" -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "文本" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "文本区" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "文本区" @@ -7813,11 +7956,11 @@ msgstr "文本区" msgid "The" msgstr "The" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "用户必须用来获取此应用令牌的授予类型" @@ -7832,7 +7975,7 @@ msgstr "" #~ msgid "The amount of time (in seconds) before the email notification stops trying to reach the host and times out. Ranges from 1 to 120 seconds." #~ msgstr "电子邮件通知停止尝试到达主机并超时之前所经过的时间(以秒为单位)。范围为 1 秒到 120 秒。" -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -7854,7 +7997,7 @@ msgstr "" #~ msgid "The base URL of the Grafana server - the /api/annotations endpoint will be added automatically to the base Grafana URL." #~ msgstr "Grafana 服务器的基本 URL - /api/annotations 端点将自动添加到基本 Grafana URL。" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 msgid "" "The first fetches all references. The second\n" "fetches the Github pull request number 62, in this example\n" @@ -7865,7 +8008,7 @@ msgstr "" #~ msgid "The first fetches all references. The second fetches the Github pull request number 62, in this example the branch needs to be \"pull/62/head\"." #~ msgstr "第一个获取所有引用。第二个获取 Github 拉取请求号 62,在本示例中,分支需要为 \"pull/62/head\"。" -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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" @@ -7876,7 +8019,7 @@ msgstr "" #~ msgid "The maximum number of hosts allowed to be managed by this organization. Value defaults to 0 which means no limit. Refer to the Ansible documentation for more details." #~ msgstr "允许由此机构管理的最大主机数。默认值为 0,表示无限制。请参阅 Ansible 文档以了解更多详情。" -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -7889,7 +8032,7 @@ msgstr "" #~ msgid "The number of parallel or simultaneous processes to use while executing the playbook. An empty value, or a value less than 1 will use the Ansible default which is usually 5. The default number of forks can be overwritten with a change to" #~ msgstr "执行 playbook 时使用的并行或同步进程数量。空值或小于 1 的值将使用 Ansible 默认值,通常为 5。要覆盖默认分叉数,可更改" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "执行 playbook 时使用的并行或同步进程数量。如果不输入值,则将使用 %s 配置文件 %s 中的默认值。您可以找到更多信息" @@ -7898,11 +8041,11 @@ msgstr "执行 playbook 时使用的并行或同步进程数量。如果不输 msgid "The page you requested could not be found." msgstr "您请求的页面无法找到。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "用于将字段保留为清单中的目标主机的模式。留空、所有和 * 将针对清单中的所有主机。您可以找到有关 Ansible 主机模式的更多信息" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "" @@ -7911,7 +8054,7 @@ msgstr "" msgid "The resource associated with this node has been deleted." msgstr "已删除与该节点关联的资源。" -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -7926,7 +8069,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "tower 实例组不能被删除。" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -7940,19 +8083,19 @@ msgstr "" #~ msgid "There are no available playbook directories in {project_base_dir}. Either that directory is empty, or all of the contents are already assigned to other projects. Create a new directory there and make sure the playbook files can be read by the \"awx\" system user, or have {brandName} directly retrieve your playbooks from source control using the Source Control Type option above." #~ msgstr "" -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "登录时有问题。请重试。" -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "加载此内容时出错。请重新加载页面。" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "解析该文件时出错。请检查文件格式然后重试。" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "保存工作流时出错。" @@ -7964,19 +8107,19 @@ msgstr "测试日志聚合器时出错。" #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "由于权限不足或待处理的作业状态,无法删除这些批准" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "这些是 {brandName} 支持运行命令的模块。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "这些是支持的标准运行命令运行的详细程度。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "这些参数与指定的模块一起使用。" -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 msgid "These arguments are used with the specified module. You can find information about {0} by clicking" msgstr "这些参数与指定的模块一起使用。点击可以找到有关 {0} 的信息。" @@ -7984,33 +8127,33 @@ msgstr "这些参数与指定的模块一起使用。点击可以找到有关 {0 msgid "Third" msgstr "第三" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "此操作将删除以下内容:" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "此操作将从所选团队中解除该用户的所有角色。" -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "此操作将从 {0} 中解除以下角色关联:" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "此操作将解除以下关联:" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 msgid "This container group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 msgid "This credential is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 msgid "This credential type is currently being used by some credentials and cannot be deleted" msgstr "" @@ -8028,40 +8171,40 @@ msgid "" "Insights Analytics to Tower subscribers." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "此字段不得为空白" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "此字段必须是数字" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "此字段必须是数字,且值介于 {0} 和 {1}" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "此字段必须是数字,且值介于 {min} 和 {max}" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "此字段必须是正则表达式" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "此字段必须是整数。" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "此字段必须至少为 {0} 个字符" @@ -8073,19 +8216,19 @@ msgstr "此字段必须至少为 {min} 个字符" msgid "This field must be greater than 0" msgstr "此字段必须大于 0" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "此字段不能为空" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "此字段不得包含空格" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "此字段不能超过 {0} 个字符" @@ -8093,64 +8236,68 @@ msgstr "此字段不能超过 {0} 个字符" msgid "This field must not exceed {max} characters" msgstr "此字段不能超过 {max} 个字符" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 msgid "This field will be retrieved from an external secret management system using the specified credential." msgstr "此字段将使用指定的凭证从外部 secret 管理系统检索。" -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?" msgstr "" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "这是唯一显示客户端 secret 的时间。" -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 msgid "This is the only time the token value and associated refresh token value will be shown." msgstr "这是唯一显示令牌值和关联刷新令牌值的时间。" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 msgid "This job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 msgid "This organization is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "此项目需要被更新" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "此调度缺少清单" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "此调度缺少所需的调查值" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "这一步包含错误" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "此值与之前输入的密码不匹配。请确认该密码。" @@ -8164,11 +8311,11 @@ msgstr "" #~ msgid "This will revert all configuration values on this page to their factory defaults. Are you sure you want to proceed?" #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "此工作流没有配置任何节点。" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" @@ -8188,7 +8335,7 @@ msgstr "周四" msgid "Time" msgstr "时间" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -8202,7 +8349,7 @@ msgstr "" #~ msgid "Time in seconds to consider a project to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest project update. If it is older than Cache Timeout, it is not considered current, and a new project update will be performed." #~ msgstr "将项目视为最新的时间(以秒为单位)。在作业运行和回调期间,任务系统将评估最新项目更新的时间戳。如果它比缓存超时旧,则不被视为最新,并且会执行新的项目更新。" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -8215,16 +8362,16 @@ msgstr "" #~ msgid "Time in seconds to consider an inventory sync to be current. During job runs and callbacks the task system will evaluate the timestamp of the latest sync. If it is older than Cache Timeout, it is not considered current, and a new inventory sync will be performed." #~ msgstr "将清单同步视为最新的时间(以秒为单位)。在作业运行和回调期间,任务系统将评估最新同步的时间戳。如果它比缓存超时旧,则不被视为最新,并且会执行新的清单同步。" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "超时" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "超时" @@ -8240,7 +8387,7 @@ msgstr "超时秒" msgid "Toggle Legend" msgstr "切换图例" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "切换密码" @@ -8248,50 +8395,50 @@ msgstr "切换密码" msgid "Toggle Tools" msgstr "切换工具" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "切换展开/折叠事件行" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "切换主机" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "切换实例" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "切换图例" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "切换通知批准" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "切换通知失败" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "切换通知开始" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "切换通知成功" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "删除调度" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "切换工具" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "令牌" @@ -8311,18 +8458,18 @@ msgstr "令牌类型" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "令牌" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "工具" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "" @@ -8331,35 +8478,35 @@ msgid "Total Jobs" msgstr "作业总数" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "节点总数" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "作业总数" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "True" @@ -8374,21 +8521,21 @@ msgid "Tuesday" msgstr "周二" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "Twilio" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8399,41 +8546,44 @@ msgstr "Twilio" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "类型" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "类型详情" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "不可用" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "撤消" @@ -8442,15 +8592,15 @@ msgid "Unlimited" msgstr "" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "无法访问" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "无法访问的主机数" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "无法访问的主机" @@ -8462,39 +8612,39 @@ msgstr "未识别的日字符串" msgid "Unsaved changes modal" msgstr "未保存的修改 modal" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "启动时更新修订" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "启动时更新" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "更新项目更新" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "启动时更新" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "更新项目时更新" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "更新选项" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "更新 {brandName} 中与作业相关的设置" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "轮转 Webhook 密钥" @@ -8502,11 +8652,11 @@ msgstr "轮转 Webhook 密钥" msgid "Updating" msgstr "更新" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "" @@ -8516,17 +8666,17 @@ msgstr "" #~ msgid "Use Default Ansible Environment" #~ msgstr "使用默认 Ansible 环境" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "使用事实存储" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "使用 SSL" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "使用 TLS" @@ -8544,36 +8694,36 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "使用的容量" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "用户" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "用户详情" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "用户界面" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "用户界面设置" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "用户角色" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "用户类型" @@ -8587,7 +8737,7 @@ msgstr "" msgid "User and Insights analytics" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "用户详情" @@ -8599,42 +8749,42 @@ msgstr "未找到用户。" msgid "User tokens" msgstr "用户令牌" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "用户名" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "用户" @@ -8642,56 +8792,56 @@ msgstr "用户" msgid "VMware vCenter" msgstr "VMware vCenter" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "变量" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "Vault 密码" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "Vault 密码 | {credId}" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "详细程度" @@ -8703,16 +8853,16 @@ msgstr "" msgid "View Activity Stream settings" msgstr "查看活动流设置" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "查看 Azure AD 设置" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "查看凭证详情" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "查看详情" @@ -8724,21 +8874,21 @@ msgstr "查看 GitHub 设置" msgid "View Google OAuth 2.0 settings" msgstr "查看 Google OAuth 2.0 设置" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "查看主机详情" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "查看清单脚本" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "查看清单组" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "查看清单主机详情" @@ -8750,7 +8900,7 @@ msgstr "在 <0>www.json.org 查看 JSON 示例" msgid "View Job Details" msgstr "查看作业详情" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "查看作业设置" @@ -8758,7 +8908,7 @@ msgstr "查看作业设置" msgid "View LDAP Settings" msgstr "查看 LDAP 设置" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "查看日志记录设置" @@ -8766,7 +8916,7 @@ msgstr "查看日志记录设置" msgid "View Miscellaneous System settings" msgstr "查看杂项系统设置" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "查看机构详情" @@ -8774,15 +8924,15 @@ msgstr "查看机构详情" msgid "View Project Details" msgstr "查看项目详情" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "查看 RADIUS 设置" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "查看 SAML 设置" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "查看调度" @@ -8795,7 +8945,7 @@ msgstr "" msgid "View Survey" msgstr "查看问卷调查" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "查看 TACACS+ 设置" @@ -8808,7 +8958,7 @@ msgstr "查看团队详情" msgid "View Template Details" msgstr "查看模板详情" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "查看令牌" @@ -8833,7 +8983,7 @@ msgstr "在 <0>docs.ansible.com 查看 YAML 示例" msgid "View activity stream" msgstr "查看活动流" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "查看所有凭证。" @@ -8841,12 +8991,12 @@ msgstr "查看所有凭证。" msgid "View all Hosts." msgstr "查看所有主机。" -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "查看所有清单。" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "查看所有清单主机。" @@ -8863,7 +9013,7 @@ msgstr "查看所有作业" msgid "View all Notification Templates." msgstr "查看所有通知模板。" -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "查看所有机构。" @@ -8888,7 +9038,7 @@ msgstr "查看所有用户。" msgid "View all Workflow Approvals." msgstr "查看所有工作流批准。" -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "查看所有应用程序。" @@ -8900,8 +9050,8 @@ msgstr "查看所有凭证类型" msgid "View all execution environments" msgstr "" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "查看所有实例组" @@ -8909,11 +9059,11 @@ msgstr "查看所有实例组" msgid "View all management jobs" msgstr "查看所有管理作业" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "查看所有设置" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "查看所有令牌。" @@ -8921,7 +9071,7 @@ msgstr "查看所有令牌。" #~ msgid "View and edit your license information" #~ msgstr "查看并编辑您的许可证信息" -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "" @@ -8938,7 +9088,7 @@ msgstr "查看清单源详情" msgid "View job {0}" msgstr "查看作业 {0}" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "查看节点详情" @@ -8946,18 +9096,18 @@ msgstr "查看节点详情" msgid "View smart inventory host details" msgstr "查看智能清单主机详情" -#: routeConfig.js:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "视图" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "Visualizer" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "警告:" @@ -8967,7 +9117,7 @@ msgid "Waiting" msgstr "等待" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "警告" @@ -8975,23 +9125,23 @@ msgstr "警告" msgid "Warning: Unsaved Changes" msgstr "警告:未保存的更改" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "" #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "Webhook" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "Webhook 凭证" @@ -8999,41 +9149,41 @@ msgstr "Webhook 凭证" msgid "Webhook Credentials" msgstr "Webhook 凭证" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "Webhook 密钥" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "Webhook 服务" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "Webhook URL" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "Webhook 详情" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "Webhook 服务可通过向此 URL 发出 POST 请求来使用此工作流作业模板启动作业。" -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "Webhook 服务可以将此用作共享机密。" @@ -9046,7 +9196,7 @@ msgstr "周三" msgid "Wednesday" msgstr "周三" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "周" @@ -9058,7 +9208,7 @@ msgstr "周中日" msgid "Weekend day" msgstr "周末日" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "欢迎使用 Ansible {brandName}!请登录。" @@ -9068,8 +9218,8 @@ msgid "" "Please complete the steps below to activate your subscription." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" @@ -9081,8 +9231,8 @@ msgstr "" #~ msgid "When not checked, a merge will be performed, combining local variables with those found on the external source." #~ msgstr "如果没有选中,就会执行合并,将本地变量与外部源上的变量合并。" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -9106,40 +9256,40 @@ msgstr "工作流已批准" msgid "Workflow Approval not found." msgstr "未找到工作流批准。" -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "工作流批准" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "工作流作业" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "工作流作业模板" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "" @@ -9152,28 +9302,28 @@ msgstr "工作流链接" msgid "Workflow Template" msgstr "工作流模板" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "工作流批准的消息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "工作流批准的消息正文" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "工作流拒绝的消息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "工作流拒绝的消息正文" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "工作流文档" @@ -9189,27 +9339,27 @@ msgstr "工作流链接 modal" msgid "Workflow node view modal" msgstr "工作流节点查看 modal" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "工作流待处理信息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "工作流待处理信息正文" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "工作流超时信息" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "工作流超时信息正文" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "写入" @@ -9217,7 +9367,7 @@ msgstr "写入" msgid "YAML:" msgstr "YAML:" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "年" @@ -9225,19 +9375,19 @@ msgstr "年" msgid "Yes" msgstr "是" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "您无法对以下工作流批准进行操作: {itemsUnableToApprove}" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "您无法对以下工作流批准进行操作: {itemsUnableToDeny}" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "您不能选择具有相同 vault ID 的多个 vault 凭证。这样做会自动取消选择具有相同的 vault ID 的另一个凭证。" -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "您没有权限删除以下组: {itemsUnableToDelete}" @@ -9249,7 +9399,7 @@ msgstr "您没有权限删除 {pluralizedItemName}:{itemsUnableToDelete}" msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "您没有权限删除 {pluralizedItemName}:{itemsUnableToDelete}" -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" msgstr "您没有权限取消关联: {itemsUnableToDisassociate}" @@ -9263,7 +9413,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "因不活跃,您将在 {0} 秒内登出。" @@ -9271,43 +9421,39 @@ msgstr "因不活跃,您将在 {0} 秒内登出。" msgid "Your session is about to expire" msgstr "您的会话即将到期" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "放大" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "缩小" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 msgid "a new webhook key will be generated on save." msgstr "在保存时会生成一个新的 WEBHOOK 密钥" -#: screens/Template/shared/JobTemplateForm.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 msgid "a new webhook url will be generated on save." msgstr "在保存时会生成一个新的 WEBHOOK url" #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "操作" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "批准" @@ -9315,22 +9461,26 @@ msgstr "批准" msgid "brand logo" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "取消删除" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "命令" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "确认删除" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "确认解除关联" @@ -9339,37 +9489,37 @@ msgstr "确认解除关联" #~ msgid "controller instance" #~ msgstr "控制器实例" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "复制到剪贴板被禁用" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "删除错误" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "拒绝" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "解除关联" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "编辑" @@ -9377,11 +9527,11 @@ msgstr "编辑" msgid "encrypted" msgstr "加密" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "过期" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "" @@ -9393,32 +9543,32 @@ msgstr "" #~ msgid "groups" #~ msgstr "组" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "此处" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "此处。" -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "主机" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "实例数" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "实例组使用的容量" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "实例主机名" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "实例类型" @@ -9436,11 +9586,11 @@ msgstr "清单(inventory)" msgid "items" msgstr "项" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "LDAP 用户" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "登录类型" @@ -9457,7 +9607,6 @@ msgid "move up" msgstr "向上移动" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "名称" @@ -9465,7 +9614,7 @@ msgstr "名称" msgid "of" msgstr "的" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "选项" @@ -9498,7 +9647,7 @@ msgstr "资源角色" msgid "resource type" msgstr "资源类型" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "范围" @@ -9506,7 +9655,7 @@ msgstr "范围" msgid "sec" msgstr "秒" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "秒" @@ -9514,11 +9663,11 @@ msgstr "秒" msgid "select module" msgstr "选择模块" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "选择详细程度" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "社交登录" @@ -9530,35 +9679,39 @@ msgstr "系统" msgid "team name" msgstr "团队名称" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "超时" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "切换更改" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "令牌名称" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "类型" +#~ msgid "type" +#~ msgstr "类型" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "已更新" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "工作流作业模板 webhook 密钥" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "" @@ -9594,7 +9747,7 @@ msgstr "" msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "" @@ -9626,7 +9779,7 @@ msgstr "" msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "{0}" @@ -9638,11 +9791,11 @@ msgstr "{0}(已删除)" msgid "{0} more" msgstr "{0} 更多" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "{0} 同步失败的源。" -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "{0}: {1}" @@ -9654,6 +9807,10 @@ msgstr "" msgid "{dateStr} by <0>{username}" msgstr "{dateStr}(按 <0>{username})" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "" diff --git a/awx/ui_next/src/locales/zu/messages.po b/awx/ui_next/src/locales/zu/messages.po index 1c5e76f9e2fd..7d716a9fe688 100644 --- a/awx/ui_next/src/locales/zu/messages.po +++ b/awx/ui_next/src/locales/zu/messages.po @@ -17,13 +17,13 @@ msgstr "" msgid "(Limited to first 10)" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:91 +#: components/TemplateList/TemplateListItem.jsx:90 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:153 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:91 msgid "(Prompt on launch)" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:261 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:259 msgid "* This field will be retrieved from an external secret management system using the specified credential." msgstr "" @@ -35,77 +35,77 @@ msgstr "" msgid "- Enable Webhooks" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:228 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:224 msgid "/ (project root)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:26 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 +#: components/AdHocCommands/AdHocCommands.jsx:25 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:132 #: components/PromptDetail/PromptDetail.jsx:95 #: components/PromptDetail/PromptInventorySourceDetail.jsx:32 #: components/PromptDetail/PromptJobTemplateDetail.jsx:42 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:75 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:106 -#: screens/Template/shared/JobTemplateForm.jsx:181 +#: screens/Template/shared/JobTemplateForm.jsx:186 msgid "0 (Normal)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:102 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:82 msgid "0 (Warning)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:106 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:103 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:83 msgid "1 (Info)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:27 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:26 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:133 #: components/PromptDetail/PromptDetail.jsx:96 #: components/PromptDetail/PromptInventorySourceDetail.jsx:33 #: components/PromptDetail/PromptJobTemplateDetail.jsx:43 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:76 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:107 -#: screens/Template/shared/JobTemplateForm.jsx:182 +#: screens/Template/shared/JobTemplateForm.jsx:187 msgid "1 (Verbose)" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:104 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:84 msgid "2 (Debug)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:28 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:138 +#: components/AdHocCommands/AdHocCommands.jsx:27 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:134 #: components/PromptDetail/PromptDetail.jsx:97 #: components/PromptDetail/PromptInventorySourceDetail.jsx:34 #: components/PromptDetail/PromptJobTemplateDetail.jsx:44 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:77 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:108 -#: screens/Template/shared/JobTemplateForm.jsx:183 +#: screens/Template/shared/JobTemplateForm.jsx:188 msgid "2 (More Verbose)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:29 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:139 +#: components/AdHocCommands/AdHocCommands.jsx:28 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:135 #: components/PromptDetail/PromptDetail.jsx:98 #: components/PromptDetail/PromptInventorySourceDetail.jsx:35 #: components/PromptDetail/PromptJobTemplateDetail.jsx:45 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:78 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:109 -#: screens/Template/shared/JobTemplateForm.jsx:184 +#: screens/Template/shared/JobTemplateForm.jsx:189 msgid "3 (Debug)" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:30 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:29 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:136 #: components/PromptDetail/PromptDetail.jsx:99 #: components/PromptDetail/PromptInventorySourceDetail.jsx:36 #: components/PromptDetail/PromptJobTemplateDetail.jsx:46 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:79 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:110 -#: screens/Template/shared/JobTemplateForm.jsx:185 +#: screens/Template/shared/JobTemplateForm.jsx:190 msgid "4 (Connection Debug)" msgstr "" @@ -113,23 +113,23 @@ msgstr "" msgid "5 (WinRM Debug)" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:56 msgid "" "A refspec to fetch (passed to the Ansible git\n" "module). This parameter allows access to references via\n" "the branch field not otherwise available." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:138 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 msgid "A subscription manifest is an export of a Red Hat Subscription. To generate a subscription manifest, go to <0>access.redhat.com. For more information, see the <1>User Guide." msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:128 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:281 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:276 msgid "ALL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:211 msgid "API Service/Integration Key" msgstr "" @@ -141,25 +141,25 @@ msgstr "" msgid "API service/integration key" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:132 +#: components/AppContainer/PageHeaderToolbar.jsx:125 msgid "About" msgstr "" -#: routeConfig.js:93 +#: routeConfig.jsx:90 #: screens/ActivityStream/ActivityStream.jsx:177 #: screens/Credential/Credential.jsx:60 -#: screens/Credential/Credentials.jsx:29 +#: screens/Credential/Credentials.jsx:28 #: screens/Inventory/Inventories.jsx:58 #: screens/Inventory/Inventory.jsx:63 #: screens/Inventory/SmartInventory.jsx:70 #: screens/Organization/Organization.jsx:124 -#: screens/Organization/Organizations.jsx:32 +#: screens/Organization/Organizations.jsx:31 #: screens/Project/Project.jsx:106 -#: screens/Project/Projects.jsx:30 +#: screens/Project/Projects.jsx:29 #: screens/Team/Team.jsx:56 -#: screens/Team/Teams.jsx:31 +#: screens/Team/Teams.jsx:30 #: screens/Template/Template.jsx:145 -#: screens/Template/Templates.jsx:46 +#: screens/Template/Templates.jsx:44 #: screens/Template/WorkflowJobTemplate.jsx:122 msgid "Access" msgstr "" @@ -169,7 +169,7 @@ msgstr "" msgid "Access Token Expiration" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:275 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:431 msgid "Account SID" msgstr "" @@ -178,65 +178,73 @@ msgstr "" msgid "Account token" msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 msgid "Action" msgstr "" #: components/JobList/JobList.jsx:222 -#: components/JobList/JobListItem.jsx:90 -#: components/Schedule/ScheduleList/ScheduleList.jsx:176 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:112 +#: components/JobList/JobListItem.jsx:85 +#: components/Schedule/ScheduleList/ScheduleList.jsx:172 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:111 #: components/TemplateList/TemplateList.jsx:224 -#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:154 #: screens/ActivityStream/ActivityStream.jsx:260 #: screens/ActivityStream/ActivityStreamListItem.jsx:49 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:47 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:46 #: screens/Application/ApplicationsList/ApplicationsList.jsx:166 #: screens/Credential/CredentialList/CredentialList.jsx:144 #: screens/Credential/CredentialList/CredentialListItem.jsx:63 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:184 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:37 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:36 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:159 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:74 #: screens/Host/HostList/HostList.jsx:170 -#: screens/Host/HostList/HostListItem.jsx:48 +#: screens/Host/HostList/HostListItem.jsx:42 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:241 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:78 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:39 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:144 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:38 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:180 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:38 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:123 #: screens/Inventory/InventoryList/InventoryList.jsx:203 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:220 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:93 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:104 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:199 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:118 #: screens/Organization/OrganizationList/OrganizationList.jsx:160 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 #: screens/Project/ProjectList/ProjectList.jsx:177 -#: screens/Project/ProjectList/ProjectListItem.jsx:167 +#: screens/Project/ProjectList/ProjectListItem.jsx:170 #: screens/Team/TeamList/TeamList.jsx:156 -#: screens/Team/TeamList/TeamListItem.jsx:54 -#: screens/User/UserList/UserList.jsx:172 -#: screens/User/UserList/UserListItem.jsx:79 +#: screens/Team/TeamList/TeamListItem.jsx:47 +#: screens/User/UserList/UserList.jsx:166 +#: screens/User/UserList/UserListItem.jsx:70 msgid "Actions" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:87 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 -#: components/TemplateList/TemplateListItem.jsx:236 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:83 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:49 +#: components/TemplateList/TemplateListItem.jsx:233 #: screens/Host/HostDetail/HostDetail.jsx:77 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:78 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:101 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:100 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:34 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:118 msgid "Activity" msgstr "" -#: routeConfig.js:50 +#: routeConfig.jsx:47 #: screens/ActivityStream/ActivityStream.jsx:119 #: screens/Setting/Settings.jsx:44 msgid "Activity Stream" msgstr "" -#: screens/Setting/SettingList.jsx:114 +#: screens/Setting/SettingList.jsx:110 msgid "Activity Stream settings" msgstr "" @@ -248,7 +256,7 @@ msgstr "" msgid "Actor" msgstr "" -#: components/AddDropDownButton/AddDropDownButton.jsx:39 +#: components/AddDropDownButton/AddDropDownButton.jsx:38 #: components/PaginatedDataList/ToolbarAddButton.jsx:15 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:152 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:155 @@ -265,28 +273,28 @@ msgstr "" msgid "Add Node" msgstr "" -#: screens/Template/Templates.jsx:50 +#: screens/Template/Templates.jsx:48 msgid "Add Question" msgstr "" -#: components/AddRole/AddResourceRole.jsx:185 +#: components/AddRole/AddResourceRole.jsx:184 msgid "Add Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:182 +#: components/AddRole/AddResourceRole.jsx:181 msgid "Add Team Roles" msgstr "" -#: components/AddRole/AddResourceRole.jsx:179 +#: components/AddRole/AddResourceRole.jsx:178 msgid "Add User Roles" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:69 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:195 +#: components/Workflow/WorkflowStartNode.jsx:68 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:192 msgid "Add a new node" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:49 msgid "Add a new node between these two nodes" msgstr "" @@ -294,11 +302,11 @@ msgstr "" msgid "Add container group" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:128 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 msgid "Add existing group" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:146 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 msgid "Add existing host" msgstr "" @@ -314,11 +322,11 @@ msgstr "" msgid "Add job template" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:129 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:130 msgid "Add new group" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:147 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:148 msgid "Add new host" msgstr "" @@ -330,11 +338,11 @@ msgstr "" msgid "Add smart inventory" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:171 +#: screens/Team/TeamRoles/TeamRolesList.jsx:168 msgid "Add team permissions" msgstr "" -#: screens/User/UserRoles/UserRolesList.jsx:182 +#: screens/User/UserRoles/UserRolesList.jsx:184 msgid "Add user permissions" msgstr "" @@ -342,26 +350,26 @@ msgstr "" msgid "Add workflow template" msgstr "" -#: routeConfig.js:114 +#: routeConfig.jsx:111 #: screens/ActivityStream/ActivityStream.jsx:188 msgid "Administration" msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:86 -#: screens/Job/JobOutput/JobOutput.jsx:671 +#: screens/Job/JobOutput/JobOutput.jsx:669 msgid "Advanced" msgstr "" -#: components/Search/AdvancedSearch.jsx:270 +#: components/Search/AdvancedSearch.jsx:254 msgid "Advanced search documentation" msgstr "" -#: components/Search/AdvancedSearch.jsx:250 +#: components/Search/AdvancedSearch.jsx:237 msgid "Advanced search value input" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:175 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:203 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:172 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 msgid "" "After every project update where the SCM revision\n" "changes, refresh the inventory from the selected source\n" @@ -381,12 +389,12 @@ msgstr "" msgid "Agree to the end user license agreement and click submit." msgstr "" -#: components/AlertModal/AlertModal.jsx:77 +#: components/AlertModal/AlertModal.jsx:75 msgid "Alert modal" msgstr "" #: components/LaunchButton/ReLaunchDropDown.jsx:48 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:250 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:248 msgid "All" msgstr "" @@ -394,9 +402,9 @@ msgstr "" msgid "All job types" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:53 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:81 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:113 +#: components/PromptDetail/PromptProjectDetail.jsx:48 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:79 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 msgid "Allow Branch Override" msgstr "" @@ -405,20 +413,20 @@ msgstr "" msgid "Allow Provisioning Callbacks" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:115 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:106 msgid "" "Allow changing the Source Control branch or revision in a job\n" "template that uses this project." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:119 +#: screens/Application/shared/ApplicationForm.jsx:116 msgid "Allowed URIs list, space separated" msgstr "" #: components/Workflow/WorkflowLegend.jsx:126 #: components/Workflow/WorkflowLinkHelp.jsx:24 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:47 msgid "Always" msgstr "" @@ -439,7 +447,6 @@ msgid "Ansible Tower" msgstr "" #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:99 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:91 msgid "Ansible Tower Documentation." msgstr "" @@ -447,11 +454,11 @@ msgstr "" msgid "Answer type" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:130 +#: screens/Template/Survey/SurveyQuestionForm.jsx:125 msgid "Answer variable name" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:247 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:245 msgid "Any" msgstr "" @@ -462,7 +469,7 @@ msgstr "" msgid "Application" msgstr "" -#: screens/User/Users.jsx:38 +#: screens/User/Users.jsx:36 msgid "Application Name" msgstr "" @@ -470,8 +477,8 @@ msgstr "" msgid "Application access token" msgstr "" +#: screens/Application/Applications.jsx:64 #: screens/Application/Applications.jsx:67 -#: screens/Application/Applications.jsx:70 msgid "Application information" msgstr "" @@ -486,12 +493,12 @@ msgid "Application not found." msgstr "" #: components/Lookup/ApplicationLookup.jsx:74 -#: routeConfig.js:138 +#: routeConfig.jsx:135 #: screens/Application/Applications.jsx:25 -#: screens/Application/Applications.jsx:35 +#: screens/Application/Applications.jsx:34 #: screens/Application/ApplicationsList/ApplicationsList.jsx:116 #: screens/Application/ApplicationsList/ApplicationsList.jsx:154 -#: util/getRelatedResourceDeleteDetails.js:216 +#: util/getRelatedResourceDeleteDetails.js:215 msgid "Applications" msgstr "" @@ -499,8 +506,8 @@ msgstr "" msgid "Applications & Tokens" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:40 -#: components/NotificationList/NotificationListItem.jsx:41 +#: components/NotificationList/NotificationListItem.jsx:35 +#: components/NotificationList/NotificationListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:110 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:86 msgid "Approval" @@ -508,18 +515,18 @@ msgstr "" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:196 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:57 msgid "Approve" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:56 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48 msgid "Approved" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42 msgid "Approved by {0} - {1}" msgstr "" @@ -535,7 +542,7 @@ msgstr "" msgid "Are you sure you want to exit the Workflow Creator without saving your changes?" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:40 msgid "Are you sure you want to remove all the nodes in this workflow?" msgstr "" @@ -551,30 +558,30 @@ msgstr "" msgid "Are you sure you want to remove this node?" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:53 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:44 msgid "Are you sure you want to remove {0} access from {1}? Doing so affects all members of the team." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:64 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:51 msgid "Are you sure you want to remove {0} access from {username}?" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:451 -#: screens/Job/JobOutput/JobOutput.jsx:812 +#: screens/Job/JobDetail/JobDetail.jsx:441 +#: screens/Job/JobOutput/JobOutput.jsx:807 msgid "Are you sure you want to submit the request to cancel this job?" msgstr "" +#: components/AdHocCommands/AdHocDetailsStep.jsx:106 #: components/AdHocCommands/AdHocDetailsStep.jsx:108 -#: components/AdHocCommands/AdHocDetailsStep.jsx:110 msgid "Arguments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:366 +#: screens/Job/JobDetail/JobDetail.jsx:357 msgid "Artifacts" msgstr "" #: screens/InstanceGroup/Instances/InstanceList.jsx:181 -#: screens/User/UserTeams/UserTeamList.jsx:204 +#: screens/User/UserTeams/UserTeamList.jsx:213 msgid "Associate" msgstr "" @@ -582,11 +589,11 @@ msgstr "" msgid "Associate role error" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:99 +#: components/AssociateModal/AssociateModal.jsx:98 msgid "Association modal" msgstr "" -#: components/LaunchPrompt/steps/SurveyStep.jsx:138 +#: components/LaunchPrompt/steps/SurveyStep.jsx:135 msgid "At least one value must be selected for this field." msgstr "" @@ -603,12 +610,12 @@ msgstr "" msgid "Authorization Code Expiration" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:84 -#: screens/Application/shared/ApplicationForm.jsx:84 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:83 +#: screens/Application/shared/ApplicationForm.jsx:83 msgid "Authorization grant type" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:89 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 msgid "Auto" msgstr "" @@ -616,15 +623,15 @@ msgstr "" msgid "Azure AD" msgstr "" -#: screens/Setting/SettingList.jsx:62 +#: screens/Setting/SettingList.jsx:60 msgid "Azure AD settings" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:111 -#: components/AddRole/AddResourceRole.jsx:286 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:125 +#: components/AddRole/AddResourceRole.jsx:285 #: components/LaunchPrompt/LaunchPrompt.jsx:118 -#: components/Schedule/shared/SchedulePromptableFields.jsx:122 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:93 +#: components/Schedule/shared/SchedulePromptableFields.jsx:121 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:91 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:73 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:144 @@ -635,12 +642,12 @@ msgstr "" msgid "Back to Credentials" msgstr "" -#: components/ContentError/ContentError.jsx:48 +#: components/ContentError/ContentError.jsx:45 msgid "Back to Dashboard." msgstr "" +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:50 #: screens/Inventory/InventoryGroup/InventoryGroup.jsx:51 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:52 msgid "Back to Groups" msgstr "" @@ -671,7 +678,7 @@ msgstr "" msgid "Back to Projects" msgstr "" -#: components/Schedule/Schedule.jsx:61 +#: components/Schedule/Schedule.jsx:59 msgid "Back to Schedules" msgstr "" @@ -737,7 +744,7 @@ msgstr "" msgid "Back to management jobs" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:69 msgid "" "Base path used for locating playbooks. Directories\n" "found inside this path will be listed in the playbook directory drop-down.\n" @@ -757,93 +764,101 @@ msgid "" "provide a custom refspec." msgstr "" -#: components/About/About.jsx:38 +#: components/About/About.jsx:37 msgid "Brand Image" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:175 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:169 msgid "Browse" msgstr "" #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 -msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgid "By default, Tower collects and transmits analytics data on Tower usage to Red Hat. There are two categories of data collected by Tower. For more information, see <0>this Tower documentation page. Uncheck the following boxes to disable this feature." +#~ msgstr "" + +#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:47 +msgid "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 page. Uncheck the following boxes to disable this feature." msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:104 -#: components/PromptDetail/PromptProjectDetail.jsx:101 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:133 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:133 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:184 +msgid "CPU {0}" +msgstr "" + +#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 +#: components/PromptDetail/PromptProjectDetail.jsx:95 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:165 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:123 msgid "Cache Timeout" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:229 msgid "Cache timeout" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:237 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:231 msgid "Cache timeout (seconds)" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:112 -#: components/AddRole/AddResourceRole.jsx:287 -#: components/AssociateModal/AssociateModal.jsx:115 -#: components/AssociateModal/AssociateModal.jsx:120 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:126 +#: components/AddRole/AddResourceRole.jsx:286 +#: components/AssociateModal/AssociateModal.jsx:114 +#: components/AssociateModal/AssociateModal.jsx:119 #: components/DeleteButton/DeleteButton.jsx:121 #: components/DeleteButton/DeleteButton.jsx:124 +#: components/DisassociateButton/DisassociateButton.jsx:122 #: components/DisassociateButton/DisassociateButton.jsx:125 -#: components/DisassociateButton/DisassociateButton.jsx:128 #: components/FormActionGroup/FormActionGroup.jsx:24 #: components/FormActionGroup/FormActionGroup.jsx:29 #: components/LaunchPrompt/LaunchPrompt.jsx:119 -#: components/Lookup/HostFilterLookup.jsx:329 +#: components/Lookup/HostFilterLookup.jsx:326 #: components/Lookup/Lookup.jsx:150 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:279 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:46 -#: components/Schedule/shared/ScheduleForm.jsx:641 -#: components/Schedule/shared/ScheduleForm.jsx:646 -#: components/Schedule/shared/SchedulePromptableFields.jsx:123 -#: screens/Credential/shared/CredentialForm.jsx:348 -#: screens/Credential/shared/CredentialForm.jsx:353 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:103 -#: screens/Credential/shared/ExternalTestModal.jsx:99 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:109 -#: screens/Job/JobDetail/JobDetail.jsx:401 -#: screens/Job/JobDetail/JobDetail.jsx:406 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:64 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:67 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:281 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 +#: components/Schedule/shared/ScheduleForm.jsx:633 +#: components/Schedule/shared/ScheduleForm.jsx:638 +#: components/Schedule/shared/SchedulePromptableFields.jsx:122 +#: screens/Credential/shared/CredentialForm.jsx:341 +#: screens/Credential/shared/CredentialForm.jsx:346 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:101 +#: screens/Credential/shared/ExternalTestModal.jsx:98 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:107 +#: screens/Job/JobDetail/JobDetail.jsx:392 +#: screens/Job/JobDetail/JobDetail.jsx:397 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:63 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:66 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:93 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:99 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:92 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:98 #: screens/Setting/shared/RevertAllAlert.jsx:32 +#: screens/Setting/shared/RevertFormActionGroup.jsx:32 #: screens/Setting/shared/RevertFormActionGroup.jsx:38 -#: screens/Setting/shared/RevertFormActionGroup.jsx:44 +#: screens/Team/TeamRoles/TeamRolesList.jsx:208 #: screens/Team/TeamRoles/TeamRolesList.jsx:211 -#: screens/Team/TeamRoles/TeamRolesList.jsx:214 -#: screens/Template/Survey/SurveyList.jsx:119 +#: screens/Template/Survey/SurveyList.jsx:116 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/DeleteAllNodesModal.jsx:31 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:39 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:45 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeDeleteModal.jsx:40 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:154 -#: screens/User/UserRoles/UserRolesList.jsx:211 -#: screens/User/UserRoles/UserRolesList.jsx:214 +#: screens/User/UserRoles/UserRolesList.jsx:213 +#: screens/User/UserRoles/UserRolesList.jsx:216 msgid "Cancel" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:426 -#: screens/Job/JobDetail/JobDetail.jsx:427 -#: screens/Job/JobOutput/JobOutput.jsx:787 -#: screens/Job/JobOutput/JobOutput.jsx:788 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:188 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:192 +#: screens/Job/JobDetail/JobDetail.jsx:417 +#: screens/Job/JobDetail/JobDetail.jsx:418 +#: screens/Job/JobOutput/JobOutput.jsx:783 +#: screens/Job/JobOutput/JobOutput.jsx:784 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:187 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:191 msgid "Cancel Job" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:434 -#: screens/Job/JobDetail/JobDetail.jsx:437 -#: screens/Job/JobOutput/JobOutput.jsx:795 -#: screens/Job/JobOutput/JobOutput.jsx:798 +#: screens/Job/JobDetail/JobDetail.jsx:425 +#: screens/Job/JobDetail/JobDetail.jsx:428 +#: screens/Job/JobOutput/JobOutput.jsx:791 +#: screens/Job/JobOutput/JobOutput.jsx:794 msgid "Cancel job" msgstr "" @@ -895,42 +910,42 @@ msgstr "" #: components/JobList/JobList.jsx:207 #: components/Workflow/WorkflowNodeHelp.jsx:95 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:25 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 msgid "Canceled" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:153 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:152 msgid "" "Cannot enable log aggregator without providing\n" "logging aggregator host and logging aggregator type." msgstr "" #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:240 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:77 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 msgid "Capacity" msgstr "" -#: components/Search/AdvancedSearch.jsx:180 +#: components/Search/AdvancedSearch.jsx:171 msgid "Case-insensitive version of contains" msgstr "" -#: components/Search/AdvancedSearch.jsx:200 +#: components/Search/AdvancedSearch.jsx:191 msgid "Case-insensitive version of endswith." msgstr "" -#: components/Search/AdvancedSearch.jsx:170 +#: components/Search/AdvancedSearch.jsx:161 msgid "Case-insensitive version of exact." msgstr "" -#: components/Search/AdvancedSearch.jsx:210 +#: components/Search/AdvancedSearch.jsx:201 msgid "Case-insensitive version of regex." msgstr "" -#: components/Search/AdvancedSearch.jsx:190 +#: components/Search/AdvancedSearch.jsx:181 msgid "Case-insensitive version of startswith." msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:75 msgid "" "Change PROJECTS_ROOT when deploying\n" "{brandName} to change this location." @@ -940,29 +955,29 @@ msgstr "" msgid "Changed" msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:56 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:53 msgid "Changes" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:276 msgid "Channel" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:104 -#: screens/Template/shared/JobTemplateForm.jsx:176 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: screens/Template/shared/JobTemplateForm.jsx:181 msgid "Check" msgstr "" -#: components/Search/AdvancedSearch.jsx:236 +#: components/Search/AdvancedSearch.jsx:226 msgid "Check whether the given field or related object is null; expects a boolean value." msgstr "" -#: components/Search/AdvancedSearch.jsx:243 +#: components/Search/AdvancedSearch.jsx:231 msgid "Check whether the given field's value is present in the list provided; expects a comma-separated list of items." msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:34 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:32 msgid "Choose a .json file" msgstr "" @@ -970,11 +985,11 @@ msgstr "" msgid "Choose a Notification Type" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:29 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:28 msgid "Choose a Playbook Directory" msgstr "" -#: screens/Project/shared/ProjectForm.jsx:224 +#: screens/Project/shared/ProjectForm.jsx:220 msgid "Choose a Source Control Type" msgstr "" @@ -982,16 +997,16 @@ msgstr "" msgid "Choose a Webhook Service" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:97 -#: screens/Template/shared/JobTemplateForm.jsx:169 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:93 +#: screens/Template/shared/JobTemplateForm.jsx:174 msgid "Choose a job type" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:88 +#: components/AdHocCommands/AdHocDetailsStep.jsx:86 msgid "Choose a module" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:144 +#: screens/Inventory/shared/InventorySourceForm.jsx:143 msgid "Choose a source" msgstr "" @@ -999,7 +1014,7 @@ msgstr "" msgid "Choose an HTTP method" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:37 +#: screens/Template/Survey/SurveyQuestionForm.jsx:36 msgid "" "Choose an answer type or format you want as the prompt for the user.\n" "Refer to the Ansible Tower Documentation for more additional\n" @@ -1010,38 +1025,38 @@ msgstr "" msgid "Choose an email option" msgstr "" -#: components/AddRole/SelectRoleStep.jsx:23 +#: components/AddRole/SelectRoleStep.jsx:20 msgid "Choose roles to apply to the selected resources. Note that all selected roles will be applied to all selected resources." msgstr "" -#: components/AddRole/SelectResourceStep.jsx:82 +#: components/AddRole/SelectResourceStep.jsx:79 msgid "Choose the resources that will be receiving new roles. You'll be able to select the roles to apply in the next step. Note that the resources chosen here will receive all roles chosen in the next step." msgstr "" -#: components/AddRole/AddResourceRole.jsx:196 +#: components/AddRole/AddResourceRole.jsx:194 msgid "Choose the type of resource that will be receiving new roles. For example, if you'd like to add new roles to a set of users please choose Users and click Next. You'll be able to select the specific resources in the next step." msgstr "" #: components/PromptDetail/PromptProjectDetail.jsx:40 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:68 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:71 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:71 msgid "Clean" msgstr "" #: components/DataListToolbar/DataListToolbar.jsx:65 -#: screens/Job/JobOutput/JobOutput.jsx:715 +#: screens/Job/JobOutput/JobOutput.jsx:713 msgid "Clear all filters" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:264 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:258 msgid "Clear subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:269 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:263 msgid "Clear subscription selection" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:261 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerGraph.jsx:260 msgid "Click an available node to create a new link. Click outside the graph to cancel." msgstr "" @@ -1049,11 +1064,11 @@ msgstr "" msgid "Click the Edit button below to reconfigure the node." msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:72 msgid "Click this button to verify connection to the secret management system using the selected credential and specified inputs." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:153 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:150 msgid "Click to create a new link to this node." msgstr "" @@ -1061,12 +1076,12 @@ msgstr "" msgid "Click to view job details" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:91 -#: screens/Application/Applications.jsx:89 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:90 +#: screens/Application/Applications.jsx:81 msgid "Client ID" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:228 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:216 msgid "Client Identifier" msgstr "" @@ -1074,25 +1089,25 @@ msgstr "" msgid "Client identifier" msgstr "" -#: screens/Application/Applications.jsx:102 +#: screens/Application/Applications.jsx:94 msgid "Client secret" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:101 -#: screens/Application/shared/ApplicationForm.jsx:128 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:100 +#: screens/Application/shared/ApplicationForm.jsx:125 msgid "Client type" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:104 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:176 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:102 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 msgid "Close" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:116 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:115 msgid "Close subscription modal" msgstr "" -#: components/CredentialChip/CredentialChip.jsx:12 +#: components/CredentialChip/CredentialChip.jsx:11 msgid "Cloud" msgstr "" @@ -1101,9 +1116,9 @@ msgid "Collapse" msgstr "" #: components/JobList/JobList.jsx:187 -#: components/JobList/JobListItem.jsx:35 -#: screens/Job/JobDetail/JobDetail.jsx:99 -#: screens/Job/JobOutput/HostEventModal.jsx:137 +#: components/JobList/JobListItem.jsx:34 +#: screens/Job/JobDetail/JobDetail.jsx:96 +#: screens/Job/JobOutput/HostEventModal.jsx:135 msgid "Command" msgstr "" @@ -1111,24 +1126,24 @@ msgstr "" msgid "Compliant" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:581 +#: screens/Template/shared/JobTemplateForm.jsx:576 msgid "Concurrent Jobs" msgstr "" #: components/DeleteButton/DeleteButton.jsx:108 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:95 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:93 msgid "Confirm Delete" msgstr "" -#: screens/User/shared/UserForm.jsx:96 +#: screens/User/shared/UserForm.jsx:91 msgid "Confirm Password" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:35 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:27 msgid "Confirm delete" msgstr "" -#: screens/User/UserRoles/UserRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:204 msgid "Confirm disassociate" msgstr "" @@ -1148,17 +1163,17 @@ msgstr "" msgid "Confirm revert all" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:83 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:82 msgid "Confirm selection" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:253 +#: screens/Job/JobDetail/JobDetail.jsx:244 msgid "Container Group" msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:51 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:58 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:70 msgid "Container group" msgstr "" @@ -1167,7 +1182,7 @@ msgid "Container group not found." msgstr "" #: components/LaunchPrompt/LaunchPrompt.jsx:113 -#: components/Schedule/shared/SchedulePromptableFields.jsx:117 +#: components/Schedule/shared/SchedulePromptableFields.jsx:116 msgid "Content Loading" msgstr "" @@ -1181,13 +1196,13 @@ msgid "" "will produce for inventory source update jobs." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:152 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:148 msgid "" "Control the level of output ansible\n" "will produce as the playbook executes." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:445 +#: screens/Template/shared/JobTemplateForm.jsx:440 msgid "" "Control the level of output ansible will\n" "produce as the playbook executes." @@ -1202,8 +1217,8 @@ msgstr "" msgid "Convergence" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:241 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:242 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:239 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:240 msgid "Convergence select" msgstr "" @@ -1223,27 +1238,27 @@ msgstr "" msgid "Copy Execution Environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:135 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:131 msgid "Copy Inventory" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:146 msgid "Copy Notification Template" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:190 +#: screens/Project/ProjectList/ProjectListItem.jsx:196 msgid "Copy Project" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:210 +#: components/TemplateList/TemplateListItem.jsx:207 msgid "Copy Template" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:162 +#: screens/Project/ProjectList/ProjectListItem.jsx:165 msgid "Copy full revision to clipboard." msgstr "" -#: components/About/About.jsx:28 +#: components/About/About.jsx:27 msgid "Copyright" msgstr "" @@ -1251,8 +1266,8 @@ msgstr "" #~ msgid "Copyright 2019 Red Hat, Inc." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:384 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:231 +#: screens/Template/shared/JobTemplateForm.jsx:381 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:224 msgid "Create" msgstr "" @@ -1262,17 +1277,17 @@ msgstr "" #~ msgstr "" #: screens/Application/Applications.jsx:26 -#: screens/Application/Applications.jsx:36 +#: screens/Application/Applications.jsx:35 msgid "Create New Application" msgstr "" #: screens/Credential/Credentials.jsx:14 -#: screens/Credential/Credentials.jsx:25 +#: screens/Credential/Credentials.jsx:24 msgid "Create New Credential" msgstr "" #: screens/Host/Hosts.jsx:16 -#: screens/Host/Hosts.jsx:26 +#: screens/Host/Hosts.jsx:25 msgid "Create New Host" msgstr "" @@ -1281,38 +1296,38 @@ msgid "Create New Job Template" msgstr "" #: screens/NotificationTemplate/NotificationTemplates.jsx:14 -#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/NotificationTemplate/NotificationTemplates.jsx:21 msgid "Create New Notification Template" msgstr "" #: screens/Organization/Organizations.jsx:17 -#: screens/Organization/Organizations.jsx:28 +#: screens/Organization/Organizations.jsx:27 msgid "Create New Organization" msgstr "" #: screens/Project/Projects.jsx:15 -#: screens/Project/Projects.jsx:26 +#: screens/Project/Projects.jsx:25 msgid "Create New Project" msgstr "" -#: screens/Inventory/Inventories.jsx:112 -#: screens/ManagementJob/ManagementJobs.jsx:26 -#: screens/Project/Projects.jsx:35 -#: screens/Template/Templates.jsx:53 +#: screens/Inventory/Inventories.jsx:89 +#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/Project/Projects.jsx:34 +#: screens/Template/Templates.jsx:51 msgid "Create New Schedule" msgstr "" #: screens/Team/Teams.jsx:15 -#: screens/Team/Teams.jsx:26 +#: screens/Team/Teams.jsx:25 msgid "Create New Team" msgstr "" #: screens/User/Users.jsx:16 -#: screens/User/Users.jsx:28 +#: screens/User/Users.jsx:27 msgid "Create New User" msgstr "" -#: screens/Template/Templates.jsx:19 +#: screens/Template/Templates.jsx:18 msgid "Create New Workflow Template" msgstr "" @@ -1330,12 +1345,12 @@ msgstr "" #~ msgid "Create instance group" #~ msgstr "" -#: screens/InstanceGroup/InstanceGroups.jsx:19 -#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:18 +#: screens/InstanceGroup/InstanceGroups.jsx:28 msgid "Create new container group" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:24 +#: screens/CredentialType/CredentialTypes.jsx:23 msgid "Create new credential Type" msgstr "" @@ -1344,22 +1359,22 @@ msgid "Create new credential type" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 msgid "Create new execution environment" msgstr "" -#: screens/Inventory/Inventories.jsx:77 -#: screens/Inventory/Inventories.jsx:95 +#: screens/Inventory/Inventories.jsx:73 +#: screens/Inventory/Inventories.jsx:80 msgid "Create new group" msgstr "" #: screens/Inventory/Inventories.jsx:64 -#: screens/Inventory/Inventories.jsx:89 +#: screens/Inventory/Inventories.jsx:78 msgid "Create new host" msgstr "" #: screens/InstanceGroup/InstanceGroups.jsx:17 -#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:27 msgid "Create new instance group" msgstr "" @@ -1371,21 +1386,21 @@ msgstr "" msgid "Create new smart inventory" msgstr "" -#: screens/Inventory/Inventories.jsx:99 +#: screens/Inventory/Inventories.jsx:83 msgid "Create new source" msgstr "" -#: screens/User/Users.jsx:36 +#: screens/User/Users.jsx:35 msgid "Create user token" msgstr "" #: components/Lookup/ApplicationLookup.jsx:93 -#: components/Lookup/HostFilterLookup.jsx:356 -#: components/PromptDetail/PromptDetail.jsx:133 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:273 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: components/Lookup/HostFilterLookup.jsx:353 +#: components/PromptDetail/PromptDetail.jsx:130 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:104 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:127 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:246 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:245 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:90 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:104 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:142 @@ -1394,40 +1409,40 @@ msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:66 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:90 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:109 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:46 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:85 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:128 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:261 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:141 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:343 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:331 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:83 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:135 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Job/JobDetail/JobDetail.jsx:334 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:315 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:105 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:111 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:152 -#: screens/Team/TeamDetail/TeamDetail.jsx:47 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:281 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:181 +#: screens/Team/TeamDetail/TeamDetail.jsx:43 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:263 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:183 -#: screens/User/UserDetail/UserDetail.jsx:82 +#: screens/User/UserDetail/UserDetail.jsx:77 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:63 #: screens/User/UserTokenList/UserTokenList.jsx:134 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:160 msgid "Created" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:96 -#: components/AddRole/AddResourceRole.jsx:159 -#: components/AssociateModal/AssociateModal.jsx:144 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:179 +#: components/AdHocCommands/AdHocCredentialStep.jsx:94 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:113 +#: components/AddRole/AddResourceRole.jsx:158 +#: components/AssociateModal/AssociateModal.jsx:143 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:176 #: components/LaunchPrompt/steps/InventoryStep.jsx:91 #: components/Lookup/CredentialLookup.jsx:153 #: components/Lookup/InventoryLookup.jsx:114 #: components/Lookup/InventoryLookup.jsx:167 -#: components/Lookup/MultiCredentialsLookup.jsx:181 +#: components/Lookup/MultiCredentialsLookup.jsx:184 #: components/Lookup/OrganizationLookup.jsx:111 #: components/Lookup/ProjectLookup.jsx:129 #: components/NotificationList/NotificationList.jsx:206 -#: components/Schedule/ScheduleList/ScheduleList.jsx:201 +#: components/Schedule/ScheduleList/ScheduleList.jsx:197 #: components/TemplateList/TemplateList.jsx:209 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:27 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:58 @@ -1441,11 +1456,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:101 #: screens/Host/HostGroups/HostGroupsList.jsx:163 #: screens/Host/HostList/HostList.jsx:156 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:188 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:191 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:131 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:167 #: screens/Inventory/InventoryList/InventoryList.jsx:181 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:170 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:171 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:93 #: screens/Organization/OrganizationList/OrganizationList.jsx:145 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:125 @@ -1453,22 +1468,22 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:142 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:92 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:105 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 msgid "Created By (Username)" msgstr "" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:72 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:163 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:164 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:71 msgid "Created by (username)" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:110 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:108 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:41 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:94 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:56 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:50 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:243 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/EC2SubForm.jsx:39 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:43 @@ -1478,30 +1493,30 @@ msgstr "" #: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VMwareSubForm.jsx:43 #: screens/Inventory/shared/InventorySourceSubForms/VirtualizationSubForm.jsx:43 -#: util/getRelatedResourceDeleteDetails.js:174 +#: util/getRelatedResourceDeleteDetails.js:173 msgid "Credential" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:81 +#: util/getRelatedResourceDeleteDetails.js:80 msgid "Credential Input Sources" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:96 +#: components/Lookup/InstanceGroupsLookup.jsx:88 msgid "Credential Name" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:229 -#: screens/Credential/shared/CredentialForm.jsx:140 -#: screens/Credential/shared/CredentialForm.jsx:202 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:228 +#: screens/Credential/shared/CredentialForm.jsx:137 +#: screens/Credential/shared/CredentialForm.jsx:199 msgid "Credential Type" msgstr "" -#: routeConfig.js:118 +#: routeConfig.jsx:115 #: screens/ActivityStream/ActivityStream.jsx:190 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:122 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:168 #: screens/CredentialType/CredentialTypes.jsx:13 -#: screens/CredentialType/CredentialTypes.jsx:23 +#: screens/CredentialType/CredentialTypes.jsx:22 msgid "Credential Types" msgstr "" @@ -1513,11 +1528,11 @@ msgstr "" msgid "Credential passwords" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:58 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:57 msgid "Credential to authenticate with Kubernetes or OpenShift. Must be of type \"Kubernetes/OpenShift API Bearer Token\". If left blank, the underlying Pod's service account will be used." msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:158 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:148 msgid "Credential to authenticate with a protected container registry." msgstr "" @@ -1525,29 +1540,29 @@ msgstr "" msgid "Credential type not found." msgstr "" -#: components/JobList/JobListItem.jsx:201 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:196 -#: components/LaunchPrompt/steps/useCredentialsStep.jsx:65 -#: components/Lookup/MultiCredentialsLookup.jsx:126 -#: components/Lookup/MultiCredentialsLookup.jsx:198 -#: components/PromptDetail/PromptDetail.jsx:163 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:184 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:337 -#: components/TemplateList/TemplateListItem.jsx:292 +#: components/JobList/JobListItem.jsx:196 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:193 +#: components/LaunchPrompt/steps/useCredentialsStep.jsx:64 +#: components/Lookup/MultiCredentialsLookup.jsx:131 +#: components/Lookup/MultiCredentialsLookup.jsx:201 +#: components/PromptDetail/PromptDetail.jsx:158 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:171 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 +#: components/TemplateList/TemplateListItem.jsx:289 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 -#: routeConfig.js:71 +#: routeConfig.jsx:68 #: screens/ActivityStream/ActivityStream.jsx:165 #: screens/Credential/CredentialList/CredentialList.jsx:175 #: screens/Credential/Credentials.jsx:13 -#: screens/Credential/Credentials.jsx:24 -#: screens/Job/JobDetail/JobDetail.jsx:281 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:293 -#: screens/Template/shared/JobTemplateForm.jsx:352 -#: util/getRelatedResourceDeleteDetails.js:98 +#: screens/Credential/Credentials.jsx:23 +#: screens/Job/JobDetail/JobDetail.jsx:272 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:275 +#: screens/Template/shared/JobTemplateForm.jsx:349 +#: util/getRelatedResourceDeleteDetails.js:97 msgid "Credentials" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:58 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:54 msgid "Credentials that require passwords on launch are not permitted. Please remove or replace the following credentials with a credential of the same type in order to proceed: {0}" msgstr "" @@ -1555,19 +1570,19 @@ msgstr "" msgid "Current page" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:86 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:79 msgid "Custom pod spec" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:146 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:101 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:56 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:93 -#: screens/Project/ProjectList/ProjectListItem.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:144 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:54 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:130 msgid "Custom virtual environment {0} must be replaced by an execution environment." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:54 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:52 msgid "Custom virtual environment {virtualEnvironment} must be replaced by an execution environment." msgstr "" @@ -1575,17 +1590,17 @@ msgstr "" msgid "Customize messages…" msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:70 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:71 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:66 msgid "Customize pod specification" msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputNode.jsx:154 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:314 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:309 msgid "DELETED" msgstr "" -#: routeConfig.js:35 +#: routeConfig.jsx:32 #: screens/Dashboard/Dashboard.jsx:122 msgid "Dashboard" msgstr "" @@ -1594,18 +1609,18 @@ msgstr "" msgid "Dashboard (all activity)" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:76 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:75 msgid "Data retention period" msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:341 #: components/Schedule/shared/FrequencyDetailSubform.jsx:445 -#: components/Schedule/shared/ScheduleForm.jsx:165 +#: components/Schedule/shared/ScheduleForm.jsx:162 msgid "Day" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:269 -#: components/Schedule/shared/ScheduleForm.jsx:176 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:263 +#: components/Schedule/shared/ScheduleForm.jsx:173 msgid "Days of Data to Keep" msgstr "" @@ -1613,7 +1628,7 @@ msgstr "" msgid "Days remaining" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:663 +#: screens/Job/JobOutput/JobOutput.jsx:661 msgid "Debug" msgstr "" @@ -1626,23 +1641,23 @@ msgstr "" msgid "Default" msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:25 #: components/Lookup/ExecutionEnvironmentLookup.jsx:172 msgid "Default Execution Environment" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:193 +#: screens/Template/Survey/SurveyQuestionForm.jsx:186 +#: screens/Template/Survey/SurveyQuestionForm.jsx:194 #: screens/Template/Survey/SurveyQuestionForm.jsx:201 -#: screens/Template/Survey/SurveyQuestionForm.jsx:208 -#: screens/Template/Survey/SurveyQuestionForm.jsx:234 +#: screens/Template/Survey/SurveyQuestionForm.jsx:225 msgid "Default answer" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:85 +#: screens/Template/Survey/SurveyQuestionForm.jsx:81 msgid "Default choice must be answered from the choices listed." msgstr "" -#: screens/Setting/SettingList.jsx:106 +#: screens/Setting/SettingList.jsx:102 msgid "Define system-level features and functions" msgstr "" @@ -1652,48 +1667,48 @@ msgstr "" #: components/DeleteButton/DeleteButton.jsx:95 #: components/DeleteButton/DeleteButton.jsx:115 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:158 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:234 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:244 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:248 -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:271 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:38 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:411 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:131 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:287 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:126 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:140 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:112 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:126 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:139 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:235 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:246 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:250 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:273 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:30 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:395 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:282 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:124 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:138 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:110 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:124 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:137 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:98 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:66 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:69 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:74 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:78 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:101 -#: screens/Job/JobDetail/JobDetail.jsx:417 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:369 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:170 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:187 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:79 -#: screens/Team/TeamDetail/TeamDetail.jsx:73 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:416 -#: screens/Template/Survey/SurveyList.jsx:107 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:283 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:160 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:64 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:67 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:72 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:76 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:99 +#: screens/Job/JobDetail/JobDetail.jsx:408 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:352 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:168 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:217 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:77 +#: screens/Team/TeamDetail/TeamDetail.jsx:66 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:396 +#: screens/Template/Survey/SurveyList.jsx:104 #: screens/Template/Survey/SurveyToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:255 -#: screens/User/UserDetail/UserDetail.jsx:104 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:249 +#: screens/User/UserDetail/UserDetail.jsx:99 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:82 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:218 msgid "Delete" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:128 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:126 msgid "Delete All Groups and Hosts" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:279 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:276 msgid "Delete Credential" msgstr "" @@ -1701,8 +1716,8 @@ msgstr "" msgid "Delete Execution Environment" msgstr "" -#: screens/Host/HostDetail/HostDetail.jsx:123 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:119 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:105 msgid "Delete Host" msgstr "" @@ -1710,17 +1725,17 @@ msgstr "" msgid "Delete Inventory" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:413 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:203 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:207 +#: screens/Job/JobDetail/JobDetail.jsx:404 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:202 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:206 msgid "Delete Job" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:390 msgid "Delete Job Template" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:365 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:348 msgid "Delete Notification" msgstr "" @@ -1728,27 +1743,27 @@ msgstr "" msgid "Delete Organization" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:179 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:211 msgid "Delete Project" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Questions" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:407 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:391 msgid "Delete Schedule" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:92 +#: screens/Template/Survey/SurveyList.jsx:90 msgid "Delete Survey" msgstr "" -#: screens/Team/TeamDetail/TeamDetail.jsx:69 +#: screens/Team/TeamDetail/TeamDetail.jsx:62 msgid "Delete Team" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:100 +#: screens/User/UserDetail/UserDetail.jsx:95 msgid "Delete User" msgstr "" @@ -1760,16 +1775,16 @@ msgstr "" msgid "Delete Workflow Approval" msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:243 msgid "Delete Workflow Job Template" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:145 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:148 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:138 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:141 msgid "Delete all nodes" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:127 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:123 msgid "Delete application" msgstr "" @@ -1777,7 +1792,7 @@ msgstr "" msgid "Delete credential type" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:255 msgid "Delete error" msgstr "" @@ -1786,20 +1801,20 @@ msgstr "" msgid "Delete instance group" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:287 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 msgid "Delete inventory source" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:42 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:70 +#: components/PromptDetail/PromptProjectDetail.jsx:41 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:72 msgid "Delete on Update" msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:165 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 msgid "Delete smart inventory" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:81 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:78 msgid "" "Delete the local repository in its entirety prior to\n" "performing an update. Depending on the size of the\n" @@ -1807,11 +1822,11 @@ msgid "" "of time required to complete an update." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:89 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:83 msgid "Delete this link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:233 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:228 msgid "Delete this node" msgstr "" @@ -1821,7 +1836,7 @@ msgstr "" #: components/DetailList/DeletedDetail.jsx:15 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:141 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:75 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:72 msgid "Deleted" msgstr "" @@ -1838,100 +1853,104 @@ msgstr "" msgid "Deletion error" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:39 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33 msgid "Denied" msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:32 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27 msgid "Denied by {0} - {1}" msgstr "" #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:200 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:205 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:32 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:47 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:55 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:59 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:30 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:45 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:53 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:57 msgid "Deny" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:665 +#: screens/Job/JobOutput/JobOutput.jsx:663 msgid "Deprecated" msgstr "" -#: components/HostForm/HostForm.jsx:95 +#: components/HostForm/HostForm.jsx:93 #: components/Lookup/ApplicationLookup.jsx:83 #: components/Lookup/ApplicationLookup.jsx:101 #: components/NotificationList/NotificationList.jsx:186 #: components/PromptDetail/PromptDetail.jsx:110 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:256 -#: components/Schedule/ScheduleList/ScheduleList.jsx:197 -#: components/Schedule/shared/ScheduleForm.jsx:110 +#: components/Schedule/ScheduleList/ScheduleList.jsx:193 +#: components/Schedule/shared/ScheduleForm.jsx:107 #: components/TemplateList/TemplateList.jsx:193 -#: components/TemplateList/TemplateListItem.jsx:230 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:68 +#: components/TemplateList/TemplateListItem.jsx:227 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:67 #: screens/Application/ApplicationsList/ApplicationsList.jsx:126 -#: screens/Application/shared/ApplicationForm.jsx:62 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:211 +#: screens/Application/shared/ApplicationForm.jsx:61 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:210 #: screens/Credential/CredentialList/CredentialList.jsx:128 -#: screens/Credential/shared/CredentialForm.jsx:180 +#: screens/Credential/shared/CredentialForm.jsx:177 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:78 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:132 #: screens/CredentialType/shared/CredentialTypeForm.jsx:32 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:133 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126 #: screens/Host/HostDetail/HostDetail.jsx:81 #: screens/Host/HostList/HostList.jsx:152 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:39 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:82 #: screens/Inventory/InventoryList/InventoryList.jsx:177 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:198 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:195 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:104 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:38 #: screens/Inventory/shared/InventoryForm.jsx:55 -#: screens/Inventory/shared/InventoryGroupForm.jsx:49 -#: screens/Inventory/shared/InventorySourceForm.jsx:113 +#: screens/Inventory/shared/InventoryGroupForm.jsx:43 +#: screens/Inventory/shared/InventorySourceForm.jsx:112 #: screens/Inventory/shared/SmartInventoryForm.jsx:61 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:103 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:73 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:53 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:143 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:49 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:144 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:48 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:95 #: screens/Organization/OrganizationList/OrganizationList.jsx:141 -#: screens/Organization/shared/OrganizationForm.jsx:68 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:95 +#: screens/Organization/shared/OrganizationForm.jsx:67 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:131 #: screens/Project/ProjectList/ProjectList.jsx:142 -#: screens/Project/ProjectList/ProjectListItem.jsx:209 +#: screens/Project/ProjectList/ProjectListItem.jsx:215 #: screens/Project/shared/ProjectForm.jsx:176 -#: screens/Team/TeamDetail/TeamDetail.jsx:38 +#: screens/Team/TeamDetail/TeamDetail.jsx:34 #: screens/Team/TeamList/TeamList.jsx:134 #: screens/Team/shared/TeamForm.jsx:43 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:174 -#: screens/Template/Survey/SurveyQuestionForm.jsx:124 +#: screens/Template/Survey/SurveyQuestionForm.jsx:119 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:114 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:166 -#: screens/Template/shared/JobTemplateForm.jsx:216 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:121 +#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:120 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:65 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:15 +#: screens/User/UserTeams/UserTeamList.jsx:184 +#: screens/User/UserTeams/UserTeamListItem.jsx:30 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:48 #: screens/User/UserTokenList/UserTokenList.jsx:116 -#: screens/User/shared/UserTokenForm.jsx:59 +#: screens/User/shared/UserTokenForm.jsx:57 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:91 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:179 msgid "Description" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:251 msgid "Destination Channels" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:171 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 msgid "Destination Channels or Users" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 msgid "Destination SMS Number(s)" msgstr "" @@ -1951,42 +1970,42 @@ msgstr "" #~ msgid "Detail coming soon :)" #~ msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:60 -#: components/AdHocCommands/AdHocCommandsWizard.jsx:70 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:61 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:71 #: components/ErrorDetail/ErrorDetail.jsx:73 -#: components/Schedule/Schedule.jsx:68 +#: components/Schedule/Schedule.jsx:66 #: screens/Application/Application/Application.jsx:77 -#: screens/Application/Applications.jsx:39 +#: screens/Application/Applications.jsx:38 #: screens/Credential/Credential.jsx:58 -#: screens/Credential/Credentials.jsx:28 +#: screens/Credential/Credentials.jsx:27 #: screens/CredentialType/CredentialType.jsx:62 -#: screens/CredentialType/CredentialTypes.jsx:29 +#: screens/CredentialType/CredentialTypes.jsx:26 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:64 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:32 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:26 #: screens/Host/Host.jsx:52 -#: screens/Host/Hosts.jsx:29 +#: screens/Host/Hosts.jsx:28 #: screens/InstanceGroup/ContainerGroup.jsx:63 #: screens/InstanceGroup/InstanceGroup.jsx:64 -#: screens/InstanceGroup/InstanceGroups.jsx:35 -#: screens/InstanceGroup/InstanceGroups.jsx:44 +#: screens/InstanceGroup/InstanceGroups.jsx:30 +#: screens/InstanceGroup/InstanceGroups.jsx:36 #: screens/Inventory/Inventories.jsx:60 -#: screens/Inventory/Inventories.jsx:102 +#: screens/Inventory/Inventories.jsx:85 #: screens/Inventory/Inventory.jsx:62 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:59 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:58 #: screens/Inventory/InventoryHost/InventoryHost.jsx:73 #: screens/Inventory/InventorySource/InventorySource.jsx:88 #: screens/Inventory/SmartInventory.jsx:69 #: screens/Inventory/SmartInventoryHost/SmartInventoryHost.jsx:55 #: screens/Job/Job.jsx:103 #: screens/Job/JobOutput/HostEventModal.jsx:113 -#: screens/Job/Jobs.jsx:29 -#: screens/ManagementJob/ManagementJobs.jsx:29 +#: screens/Job/Jobs.jsx:28 +#: screens/ManagementJob/ManagementJobs.jsx:27 #: screens/NotificationTemplate/NotificationTemplate.jsx:83 -#: screens/NotificationTemplate/NotificationTemplates.jsx:27 +#: screens/NotificationTemplate/NotificationTemplates.jsx:24 #: screens/Organization/Organization.jsx:123 -#: screens/Organization/Organizations.jsx:31 +#: screens/Organization/Organizations.jsx:30 #: screens/Project/Project.jsx:105 -#: screens/Project/Projects.jsx:29 +#: screens/Project/Projects.jsx:28 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46 #: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46 @@ -2001,36 +2020,36 @@ msgstr "" #: screens/Setting/Settings.jsx:55 #: screens/Setting/Settings.jsx:58 #: screens/Setting/Settings.jsx:61 -#: screens/Setting/Settings.jsx:66 -#: screens/Setting/Settings.jsx:69 -#: screens/Setting/Settings.jsx:72 -#: screens/Setting/Settings.jsx:75 +#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:67 +#: screens/Setting/Settings.jsx:70 +#: screens/Setting/Settings.jsx:73 +#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:83 #: screens/Setting/Settings.jsx:84 #: screens/Setting/Settings.jsx:85 #: screens/Setting/Settings.jsx:86 #: screens/Setting/Settings.jsx:87 -#: screens/Setting/Settings.jsx:88 -#: screens/Setting/Settings.jsx:89 -#: screens/Setting/Settings.jsx:97 -#: screens/Setting/Settings.jsx:100 -#: screens/Setting/Settings.jsx:103 -#: screens/Setting/Settings.jsx:106 -#: screens/Setting/Settings.jsx:109 -#: screens/Setting/Settings.jsx:112 -#: screens/Setting/Settings.jsx:115 +#: screens/Setting/Settings.jsx:95 +#: screens/Setting/Settings.jsx:98 +#: screens/Setting/Settings.jsx:101 +#: screens/Setting/Settings.jsx:104 +#: screens/Setting/Settings.jsx:107 +#: screens/Setting/Settings.jsx:110 +#: screens/Setting/Settings.jsx:113 #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:46 #: screens/Setting/UI/UIDetail/UIDetail.jsx:55 #: screens/Team/Team.jsx:55 -#: screens/Team/Teams.jsx:29 +#: screens/Team/Teams.jsx:28 #: screens/Template/Template.jsx:144 -#: screens/Template/Templates.jsx:44 +#: screens/Template/Templates.jsx:42 #: screens/Template/WorkflowJobTemplate.jsx:121 #: screens/User/User.jsx:63 #: screens/User/UserToken/UserToken.jsx:54 -#: screens/User/Users.jsx:31 -#: screens/User/Users.jsx:41 +#: screens/User/Users.jsx:30 +#: screens/User/Users.jsx:37 #: screens/WorkflowApproval/WorkflowApproval.jsx:76 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:24 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:23 msgid "Details" msgstr "" @@ -2038,10 +2057,10 @@ msgstr "" msgid "Details tab" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:143 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:205 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:252 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:308 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:195 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:240 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:294 msgid "Disable SSL Verification" msgstr "" @@ -2053,67 +2072,71 @@ msgstr "" msgid "Disable SSL verification" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:60 -#: components/DisassociateButton/DisassociateButton.jsx:87 -#: components/DisassociateButton/DisassociateButton.jsx:95 -#: components/DisassociateButton/DisassociateButton.jsx:99 -#: components/DisassociateButton/DisassociateButton.jsx:119 -#: screens/Team/TeamRoles/TeamRolesList.jsx:205 -#: screens/User/UserRoles/UserRolesList.jsx:205 +#: components/DisassociateButton/DisassociateButton.jsx:57 +#: components/DisassociateButton/DisassociateButton.jsx:84 +#: components/DisassociateButton/DisassociateButton.jsx:92 +#: components/DisassociateButton/DisassociateButton.jsx:96 +#: components/DisassociateButton/DisassociateButton.jsx:116 +#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: screens/User/UserRoles/UserRolesList.jsx:207 msgid "Disassociate" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:211 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:213 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:220 msgid "Disassociate group from host?" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:223 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:227 msgid "Disassociate host from group?" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:191 +#: screens/InstanceGroup/Instances/InstanceList.jsx:190 msgid "Disassociate instance from instance group?" msgstr "" -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:205 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:207 msgid "Disassociate related group(s)?" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:212 +#: screens/User/UserTeams/UserTeamList.jsx:221 msgid "Disassociate related team(s)?" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:192 -#: screens/User/UserRoles/UserRolesList.jsx:192 +#: screens/Team/TeamRoles/TeamRolesList.jsx:189 +#: screens/User/UserRoles/UserRolesList.jsx:194 msgid "Disassociate role" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:195 -#: screens/User/UserRoles/UserRolesList.jsx:195 +#: screens/Team/TeamRoles/TeamRolesList.jsx:192 +#: screens/User/UserRoles/UserRolesList.jsx:197 msgid "Disassociate role!" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:19 +#: components/DisassociateButton/DisassociateButton.jsx:18 msgid "Disassociate?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:460 +#: screens/Template/shared/JobTemplateForm.jsx:455 msgid "" "Divide the work done by this job template\n" "into the specified number of job slices, each running the\n" "same tasks against a portion of the inventory." msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:121 -#: components/CodeEditor/VariablesDetail.jsx:127 -#: components/CodeEditor/VariablesField.jsx:135 -#: components/CodeEditor/VariablesField.jsx:141 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:86 +msgid "Documentation." +msgstr "" + +#: components/CodeEditor/VariablesDetail.jsx:112 +#: components/CodeEditor/VariablesDetail.jsx:118 +#: components/CodeEditor/VariablesField.jsx:126 +#: components/CodeEditor/VariablesField.jsx:132 msgid "Done" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:174 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:179 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:173 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:178 msgid "Download Output" msgstr "" @@ -2125,46 +2148,47 @@ msgstr "" msgid "E-mail options" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:220 +#: screens/Template/Survey/SurveyQuestionForm.jsx:212 msgid "Each answer choice must be on a separate line." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:165 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:175 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:162 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 msgid "" "Each time a job runs using this inventory,\n" "refresh the inventory from the selected source before\n" "executing job tasks." msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:105 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:98 msgid "" "Each time a job runs using this project, update the\n" "revision of the project prior to starting the job." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:397 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:401 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:118 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:120 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:272 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:381 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:385 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:114 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:116 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:269 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:109 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:125 -#: screens/Host/HostDetail/HostDetail.jsx:117 +#: screens/Host/HostDetail/HostDetail.jsx:113 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:97 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:110 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:126 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:61 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:68 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:107 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:278 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:159 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:356 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:358 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:133 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:53 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:60 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:99 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:269 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:102 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:339 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:341 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:132 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:151 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:155 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:170 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:88 #: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:92 #: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:80 @@ -2190,14 +2214,14 @@ msgstr "" #: screens/Setting/TACACS/TACACSDetail/TACACSDetail.jsx:84 #: screens/Setting/UI/UIDetail/UIDetail.jsx:94 #: screens/Setting/UI/UIDetail/UIDetail.jsx:99 -#: screens/Team/TeamDetail/TeamDetail.jsx:58 -#: screens/Team/TeamDetail/TeamDetail.jsx:62 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:383 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:385 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:223 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Team/TeamDetail/TeamDetail.jsx:51 +#: screens/Team/TeamDetail/TeamDetail.jsx:55 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:365 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:367 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:219 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:221 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:208 -#: screens/User/UserDetail/UserDetail.jsx:93 +#: screens/User/UserDetail/UserDetail.jsx:88 msgid "Edit" msgstr "" @@ -2206,45 +2230,45 @@ msgstr "" msgid "Edit Credential" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:38 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:37 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:42 msgid "Edit Credential Plugin Configuration" msgstr "" -#: screens/Application/Applications.jsx:38 -#: screens/Credential/Credentials.jsx:27 -#: screens/Host/Hosts.jsx:28 -#: screens/ManagementJob/ManagementJobs.jsx:32 -#: screens/NotificationTemplate/NotificationTemplates.jsx:26 -#: screens/Organization/Organizations.jsx:30 -#: screens/Project/Projects.jsx:28 -#: screens/Project/Projects.jsx:40 +#: screens/Application/Applications.jsx:37 +#: screens/Credential/Credentials.jsx:26 +#: screens/Host/Hosts.jsx:27 +#: screens/ManagementJob/ManagementJobs.jsx:28 +#: screens/NotificationTemplate/NotificationTemplates.jsx:23 +#: screens/Organization/Organizations.jsx:29 +#: screens/Project/Projects.jsx:27 +#: screens/Project/Projects.jsx:37 #: screens/Setting/Settings.jsx:46 #: screens/Setting/Settings.jsx:49 #: screens/Setting/Settings.jsx:53 #: screens/Setting/Settings.jsx:56 #: screens/Setting/Settings.jsx:59 #: screens/Setting/Settings.jsx:62 -#: screens/Setting/Settings.jsx:67 -#: screens/Setting/Settings.jsx:70 -#: screens/Setting/Settings.jsx:73 -#: screens/Setting/Settings.jsx:76 +#: screens/Setting/Settings.jsx:65 +#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:74 +#: screens/Setting/Settings.jsx:88 +#: screens/Setting/Settings.jsx:89 #: screens/Setting/Settings.jsx:90 #: screens/Setting/Settings.jsx:91 #: screens/Setting/Settings.jsx:92 #: screens/Setting/Settings.jsx:93 -#: screens/Setting/Settings.jsx:94 -#: screens/Setting/Settings.jsx:95 -#: screens/Setting/Settings.jsx:98 -#: screens/Setting/Settings.jsx:101 -#: screens/Setting/Settings.jsx:104 -#: screens/Setting/Settings.jsx:107 -#: screens/Setting/Settings.jsx:110 -#: screens/Setting/Settings.jsx:113 -#: screens/Setting/Settings.jsx:116 -#: screens/Team/Teams.jsx:28 -#: screens/Template/Templates.jsx:45 -#: screens/User/Users.jsx:30 +#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:108 +#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:114 +#: screens/Team/Teams.jsx:27 +#: screens/Template/Templates.jsx:43 +#: screens/User/Users.jsx:29 msgid "Edit Details" msgstr "" @@ -2254,24 +2278,21 @@ msgid "Edit Execution Environment" msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:50 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:56 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:59 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:56 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:67 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:46 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:66 msgid "Edit Group" msgstr "" -#: screens/Host/HostList/HostListItem.jsx:52 -#: screens/Host/HostList/HostListItem.jsx:56 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:75 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:78 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:68 +#: screens/Host/HostList/HostListItem.jsx:46 +#: screens/Host/HostList/HostListItem.jsx:50 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:74 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:77 msgid "Edit Host" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:115 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:120 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:111 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:116 msgid "Edit Inventory" msgstr "" @@ -2279,75 +2300,75 @@ msgstr "" msgid "Edit Link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:59 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeEditModal.jsx:56 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:205 msgid "Edit Node" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:137 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:136 msgid "Edit Notification Template" msgstr "" -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:74 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:78 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:71 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:75 msgid "Edit Organization" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:181 +#: screens/Project/ProjectList/ProjectListItem.jsx:182 +#: screens/Project/ProjectList/ProjectListItem.jsx:187 msgid "Edit Project" msgstr "" -#: screens/Template/Templates.jsx:51 +#: screens/Template/Templates.jsx:49 msgid "Edit Question" msgstr "" -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:116 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:120 -#: screens/Template/Templates.jsx:58 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:115 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:119 +#: screens/Template/Templates.jsx:54 msgid "Edit Schedule" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:126 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:106 msgid "Edit Source" msgstr "" #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:40 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:43 -#: screens/Team/TeamList/TeamListItem.jsx:57 -#: screens/Team/TeamList/TeamListItem.jsx:61 +#: screens/Team/TeamList/TeamListItem.jsx:50 +#: screens/Team/TeamList/TeamListItem.jsx:54 msgid "Edit Team" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:195 -#: components/TemplateList/TemplateListItem.jsx:201 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:134 +#: components/TemplateList/TemplateListItem.jsx:192 +#: components/TemplateList/TemplateListItem.jsx:198 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:129 msgid "Edit Template" msgstr "" -#: screens/User/UserList/UserListItem.jsx:82 -#: screens/User/UserList/UserListItem.jsx:86 +#: screens/User/UserList/UserListItem.jsx:73 +#: screens/User/UserList/UserListItem.jsx:77 msgid "Edit User" msgstr "" -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:50 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:54 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:49 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:53 msgid "Edit application" msgstr "" -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:40 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:44 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:39 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:43 msgid "Edit credential type" msgstr "" -#: screens/CredentialType/CredentialTypes.jsx:27 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:29 -#: screens/InstanceGroup/InstanceGroups.jsx:40 -#: screens/InstanceGroup/InstanceGroups.jsx:50 +#: screens/CredentialType/CredentialTypes.jsx:25 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:25 +#: screens/InstanceGroup/InstanceGroups.jsx:33 +#: screens/InstanceGroup/InstanceGroups.jsx:38 #: screens/Inventory/Inventories.jsx:61 -#: screens/Inventory/Inventories.jsx:67 -#: screens/Inventory/Inventories.jsx:80 -#: screens/Inventory/Inventories.jsx:105 +#: screens/Inventory/Inventories.jsx:66 +#: screens/Inventory/Inventories.jsx:75 +#: screens/Inventory/Inventories.jsx:86 msgid "Edit details" msgstr "" @@ -2355,56 +2376,65 @@ msgstr "" #~ msgid "Edit form coming soon :)" #~ msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:81 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:85 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:42 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:41 +msgid "Edit group" +msgstr "" + +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:42 +msgid "Edit host" +msgstr "" + +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:80 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:84 msgid "Edit instance group" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:76 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerLink.jsx:70 msgid "Edit this link" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:205 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:202 msgid "Edit this node" msgstr "" #: components/Workflow/WorkflowNodeHelp.jsx:146 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:181 msgid "Elapsed" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:129 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:128 msgid "Elapsed Time" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:131 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:130 msgid "Elapsed time that the job ran" msgstr "" #: components/NotificationList/NotificationList.jsx:193 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:150 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 #: screens/User/UserDetail/UserDetail.jsx:64 -#: screens/User/shared/UserForm.jsx:77 +#: screens/User/shared/UserForm.jsx:75 msgid "Email" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:112 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:108 msgid "Email Options" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:64 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:30 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:134 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:273 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:260 msgid "Enable Concurrent Jobs" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:588 +#: screens/Template/shared/JobTemplateForm.jsx:583 msgid "Enable Fact Storage" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:220 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:215 msgid "Enable HTTPS certificate verification" msgstr "" @@ -2413,54 +2443,54 @@ msgstr "" msgid "Enable Privilege Escalation" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:562 -#: screens/Template/shared/JobTemplateForm.jsx:565 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:249 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:252 +#: screens/Template/shared/JobTemplateForm.jsx:557 +#: screens/Template/shared/JobTemplateForm.jsx:560 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:240 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:243 msgid "Enable Webhook" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:256 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 msgid "Enable Webhook for this workflow job template." msgstr "" -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:33 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:31 msgid "Enable Webhooks" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:161 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:159 msgid "Enable external logging" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:194 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:191 msgid "Enable log system tracking facts individually" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:236 -#: components/AdHocCommands/AdHocDetailsStep.jsx:239 +#: components/AdHocCommands/AdHocDetailsStep.jsx:224 +#: components/AdHocCommands/AdHocDetailsStep.jsx:227 msgid "Enable privilege escalation" msgstr "" -#: screens/Setting/SettingList.jsx:57 +#: screens/Setting/SettingList.jsx:56 msgid "Enable simplified login for your {brandName} applications" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:568 +#: screens/Template/shared/JobTemplateForm.jsx:563 msgid "Enable webhook for this template." msgstr "" #: components/Lookup/HostFilterLookup.jsx:94 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:48 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 msgid "Enabled" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:239 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:267 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:234 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:260 msgid "Enabled Value" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:238 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:233 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:247 msgid "Enabled Variable" msgstr "" @@ -2472,7 +2502,7 @@ msgstr "" #~ "template." #~ msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:548 +#: screens/Template/shared/JobTemplateForm.jsx:543 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {BrandName}\n" @@ -2480,7 +2510,7 @@ msgid "" "template." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:244 +#: components/AdHocCommands/AdHocDetailsStep.jsx:232 msgid "" "Enables creation of a provisioning\n" "callback URL. Using the URL a host can contact {brandName}\n" @@ -2488,8 +2518,8 @@ msgid "" "template" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:154 -#: screens/Setting/shared/SettingDetail.jsx:75 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:153 +#: screens/Setting/shared/SettingDetail.jsx:74 msgid "Encrypted" msgstr "" @@ -2513,26 +2543,26 @@ msgstr "" msgid "End user license agreement" msgstr "" -#: screens/Host/HostList/SmartInventoryButton.jsx:31 +#: screens/Host/HostList/SmartInventoryButton.jsx:30 msgid "Enter at least one search filter to create a new Smart Inventory" msgstr "" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:46 msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "" -#: screens/CredentialType/shared/CredentialTypeForm.jsx:39 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:38 msgid "Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax." msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:100 +#: screens/Inventory/shared/SmartInventoryForm.jsx:97 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 "" -#: screens/Inventory/shared/InventoryForm.jsx:85 +#: screens/Inventory/shared/InventoryForm.jsx:84 msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Tower documentation for example syntax" msgstr "" @@ -2609,106 +2639,107 @@ msgstr "" #: components/JobList/JobList.jsx:206 #: components/Workflow/WorkflowNodeHelp.jsx:92 -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:135 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:133 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:210 -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:148 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:222 -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:120 -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:134 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:118 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:132 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:263 -#: screens/Job/JobOutput/JobOutput.jsx:668 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Error" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:432 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:415 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:144 msgid "Error message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:441 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:424 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:153 msgid "Error message body" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:596 -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:598 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:595 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:597 msgid "Error saving the workflow!" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:98 +#: components/AdHocCommands/AdHocCommands.jsx:105 #: components/CopyButton/CopyButton.jsx:51 #: components/DeleteButton/DeleteButton.jsx:57 -#: components/HostToggle/HostToggle.jsx:73 -#: components/InstanceToggle/InstanceToggle.jsx:69 +#: components/HostToggle/HostToggle.jsx:70 +#: components/InstanceToggle/InstanceToggle.jsx:61 #: components/JobList/JobList.jsx:276 #: components/JobList/JobList.jsx:287 #: components/LaunchButton/LaunchButton.jsx:171 #: components/LaunchPrompt/LaunchPrompt.jsx:73 -#: components/NotificationList/NotificationList.jsx:248 +#: components/NotificationList/NotificationList.jsx:246 #: components/PaginatedDataList/ToolbarDeleteButton.jsx:205 -#: components/ResourceAccessList/ResourceAccessList.jsx:236 -#: components/ResourceAccessList/ResourceAccessList.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:419 -#: components/Schedule/ScheduleList/ScheduleList.jsx:241 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:69 -#: components/Schedule/shared/SchedulePromptableFields.jsx:77 +#: components/ResourceAccessList/ResourceAccessList.jsx:230 +#: components/ResourceAccessList/ResourceAccessList.jsx:242 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:403 +#: components/Schedule/ScheduleList/ScheduleList.jsx:237 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:67 +#: components/Schedule/shared/SchedulePromptableFields.jsx:76 #: components/TemplateList/TemplateList.jsx:272 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:137 #: contexts/Config.jsx:74 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:139 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:135 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:170 #: screens/Application/ApplicationsList/ApplicationsList.jsx:191 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:295 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:290 #: screens/Credential/CredentialList/CredentialList.jsx:194 #: screens/Host/HostDetail/HostDetail.jsx:60 -#: screens/Host/HostDetail/HostDetail.jsx:132 +#: screens/Host/HostDetail/HostDetail.jsx:128 #: screens/Host/HostGroups/HostGroupsList.jsx:243 #: screens/Host/HostList/HostList.jsx:222 -#: screens/InstanceGroup/Instances/InstanceList.jsx:232 -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:148 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:84 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:260 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:271 +#: screens/InstanceGroup/Instances/InstanceList.jsx:230 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:229 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:146 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:76 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:264 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:275 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:60 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:122 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:188 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:114 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:252 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:180 #: screens/Inventory/InventoryList/InventoryList.jsx:262 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:237 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:301 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:235 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:178 -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:148 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:239 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:290 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:245 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:258 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:169 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:146 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:86 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:97 -#: screens/Login/Login.jsx:184 +#: screens/Login/Login.jsx:192 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:127 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:377 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:224 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:164 -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:179 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:360 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:223 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:163 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:177 #: screens/Organization/OrganizationList/OrganizationList.jsx:210 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:196 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:226 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:197 #: screens/Project/ProjectList/ProjectList.jsx:236 -#: screens/Project/shared/ProjectSyncButton.jsx:41 -#: screens/Team/TeamDetail/TeamDetail.jsx:81 +#: screens/Project/shared/ProjectSyncButton.jsx:62 +#: screens/Team/TeamDetail/TeamDetail.jsx:74 #: screens/Team/TeamList/TeamList.jsx:205 -#: screens/Team/TeamRoles/TeamRolesList.jsx:231 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:425 -#: screens/Template/TemplateSurvey.jsx:126 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:263 +#: screens/Team/TeamRoles/TeamRolesList.jsx:226 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:405 +#: screens/Template/TemplateSurvey.jsx:130 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:257 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:167 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:182 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:307 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:331 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:342 -#: screens/User/UserDetail/UserDetail.jsx:112 -#: screens/User/UserList/UserList.jsx:197 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:326 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:337 +#: screens/User/UserDetail/UserDetail.jsx:107 +#: screens/User/UserList/UserList.jsx:191 #: screens/User/UserRoles/UserRolesList.jsx:231 -#: screens/User/UserTeams/UserTeamList.jsx:257 +#: screens/User/UserTeams/UserTeamList.jsx:264 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:89 #: screens/User/UserTokenList/UserTokenList.jsx:191 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:226 @@ -2719,13 +2750,13 @@ msgstr "" msgid "Error!" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:110 +#: components/CodeEditor/VariablesDetail.jsx:101 msgid "Error:" msgstr "" #: screens/ActivityStream/ActivityStream.jsx:259 #: screens/ActivityStream/ActivityStreamListItem.jsx:46 -#: screens/Job/JobOutput/JobOutput.jsx:635 +#: screens/Job/JobOutput/JobOutput.jsx:633 msgid "Event" msgstr "" @@ -2737,7 +2768,7 @@ msgstr "" msgid "Event detail modal" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:564 +#: screens/ActivityStream/ActivityStreamDescription.jsx:563 msgid "Event summary not available" msgstr "" @@ -2745,69 +2776,73 @@ msgstr "" msgid "Events" msgstr "" -#: components/Search/AdvancedSearch.jsx:164 +#: components/Search/AdvancedSearch.jsx:156 msgid "Exact match (default lookup if not specified)." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:28 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:26 msgid "Example URLs for GIT Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:22 +#: screens/Project/shared/ProjectSubForms/ArchiveSubForm.jsx:20 msgid "Example URLs for Remote Archive Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:23 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:21 msgid "Example URLs for Subversion Source Control include:" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:69 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:64 msgid "Examples include:" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:55 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48 msgid "Execute regardless of the parent node's final state." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:46 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:41 msgid "Execute when the parent node results in a failure state." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:37 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:34 msgid "Execute when the parent node results in a successful state." msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:27 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:85 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:26 #: components/Lookup/ExecutionEnvironmentLookup.jsx:152 #: components/Lookup/ExecutionEnvironmentLookup.jsx:174 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:135 msgid "Execution Environment" msgstr "" +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:92 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:104 #: components/Lookup/ExecutionEnvironmentLookup.jsx:124 -#: routeConfig.js:143 +#: routeConfig.jsx:140 #: screens/ActivityStream/ActivityStream.jsx:211 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:120 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:184 #: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13 -#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23 +#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:22 #: screens/Organization/Organization.jsx:127 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:77 -#: screens/Organization/Organizations.jsx:38 -#: util/getRelatedResourceDeleteDetails.js:88 -#: util/getRelatedResourceDeleteDetails.js:195 +#: screens/Organization/Organizations.jsx:34 +#: util/getRelatedResourceDeleteDetails.js:87 +#: util/getRelatedResourceDeleteDetails.js:194 msgid "Execution Environments" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:244 +#: screens/Job/JobDetail/JobDetail.jsx:235 msgid "Execution Node" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:41 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:34 msgid "Execution environment image" msgstr "" -#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:33 +#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvListItem.jsx:27 msgid "Execution environment name" msgstr "" @@ -2829,27 +2864,27 @@ msgstr "" msgid "Expand" msgstr "" -#: components/CodeEditor/VariablesDetail.jsx:214 -#: components/CodeEditor/VariablesField.jsx:237 +#: components/CodeEditor/VariablesDetail.jsx:195 +#: components/CodeEditor/VariablesField.jsx:226 msgid "Expand input" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:49 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:46 msgid "Expected at least one of client_email, project_id or private_key to be present in the file." msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:123 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:52 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:46 #: screens/User/UserTokenList/UserTokenListItem.jsx:65 msgid "Expiration" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:147 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:170 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:141 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:162 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:58 #: screens/User/UserTokenList/UserTokenList.jsx:130 #: screens/User/UserTokenList/UserTokenListItem.jsx:66 -#: screens/User/UserTokens/UserTokens.jsx:90 +#: screens/User/UserTokens/UserTokens.jsx:88 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:97 msgid "Expires" msgstr "" @@ -2862,35 +2897,36 @@ msgstr "" msgid "Expires on UTC" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:36 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12 msgid "Expires on {0}" msgstr "" -#: components/JobList/JobListItem.jsx:229 +#: components/JobList/JobListItem.jsx:224 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:129 msgid "Explanation" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:116 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:114 msgid "External Secret Management System" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:309 -#: components/AdHocCommands/AdHocDetailsStep.jsx:310 +#: components/AdHocCommands/AdHocDetailsStep.jsx:295 +#: components/AdHocCommands/AdHocDetailsStep.jsx:296 msgid "Extra variables" msgstr "" #: components/Sparkline/Sparkline.jsx:35 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:49 -#: screens/Project/ProjectList/ProjectListItem.jsx:76 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:96 +#: screens/Project/ProjectList/ProjectListItem.jsx:75 msgid "FINISHED:" msgstr "" #: screens/Host/Host.jsx:57 #: screens/Host/HostFacts/HostFacts.jsx:39 -#: screens/Host/Hosts.jsx:30 -#: screens/Inventory/Inventories.jsx:73 +#: screens/Host/Hosts.jsx:29 +#: screens/Inventory/Inventories.jsx:69 #: screens/Inventory/InventoryHost/InventoryHost.jsx:78 #: screens/Inventory/InventoryHostFacts/InventoryHostFacts.jsx:38 msgid "Facts" @@ -2900,15 +2936,15 @@ msgstr "" #: components/Workflow/WorkflowNodeHelp.jsx:89 #: screens/Dashboard/shared/ChartTooltip.jsx:66 #: screens/Job/JobOutput/shared/HostStatusBar.jsx:47 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 msgid "Failed" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:117 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:116 msgid "Failed Host Count" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:119 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:118 msgid "Failed Hosts" msgstr "" @@ -2925,7 +2961,7 @@ msgstr "" msgid "Failed to approve workflow approval." msgstr "" -#: components/ResourceAccessList/ResourceAccessList.jsx:240 +#: components/ResourceAccessList/ResourceAccessList.jsx:234 msgid "Failed to assign roles properly" msgstr "" @@ -2934,11 +2970,11 @@ msgid "Failed to associate role" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:247 -#: screens/InstanceGroup/Instances/InstanceList.jsx:236 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:263 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:249 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:241 -#: screens/User/UserTeams/UserTeamList.jsx:261 +#: screens/InstanceGroup/Instances/InstanceList.jsx:234 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:267 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:256 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:243 +#: screens/User/UserTeams/UserTeamList.jsx:268 msgid "Failed to associate." msgstr "" @@ -2958,49 +2994,49 @@ msgstr "" msgid "Failed to copy execution environment" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:143 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:139 msgid "Failed to copy inventory." msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:198 +#: screens/Project/ProjectList/ProjectListItem.jsx:204 msgid "Failed to copy project." msgstr "" -#: components/TemplateList/TemplateListItem.jsx:215 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:212 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:154 msgid "Failed to copy template." msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:142 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:138 msgid "Failed to delete application." msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:298 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:293 msgid "Failed to delete credential." msgstr "" -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:88 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:80 msgid "Failed to delete group {0}." msgstr "" -#: screens/Host/HostDetail/HostDetail.jsx:135 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:125 +#: screens/Host/HostDetail/HostDetail.jsx:131 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:117 msgid "Failed to delete host." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:305 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:294 msgid "Failed to delete inventory source {name}." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:151 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:149 msgid "Failed to delete inventory." msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:428 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:408 msgid "Failed to delete job template." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:380 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:363 msgid "Failed to delete notification." msgstr "" @@ -3020,12 +3056,12 @@ msgstr "" msgid "Failed to delete one or more execution environments" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:151 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:149 msgid "Failed to delete one or more groups." msgstr "" #: screens/Host/HostList/HostList.jsx:225 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:191 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:183 msgid "Failed to delete one or more hosts." msgstr "" @@ -3037,7 +3073,7 @@ msgstr "" msgid "Failed to delete one or more inventories." msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:251 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:261 msgid "Failed to delete one or more inventory sources." msgstr "" @@ -3049,7 +3085,7 @@ msgstr "" msgid "Failed to delete one or more jobs." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:227 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:226 msgid "Failed to delete one or more notification template." msgstr "" @@ -3061,7 +3097,7 @@ msgstr "" msgid "Failed to delete one or more projects." msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:244 +#: components/Schedule/ScheduleList/ScheduleList.jsx:240 msgid "Failed to delete one or more schedules." msgstr "" @@ -3081,7 +3117,7 @@ msgstr "" msgid "Failed to delete one or more user tokens." msgstr "" -#: screens/User/UserList/UserList.jsx:200 +#: screens/User/UserList/UserList.jsx:194 msgid "Failed to delete one or more users." msgstr "" @@ -3089,36 +3125,36 @@ msgstr "" msgid "Failed to delete one or more workflow approval." msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:182 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:180 msgid "Failed to delete organization." msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:199 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:229 msgid "Failed to delete project." msgstr "" -#: components/ResourceAccessList/ResourceAccessList.jsx:251 +#: components/ResourceAccessList/ResourceAccessList.jsx:245 msgid "Failed to delete role" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:234 +#: screens/Team/TeamRoles/TeamRolesList.jsx:229 #: screens/User/UserRoles/UserRolesList.jsx:234 msgid "Failed to delete role." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:422 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:406 msgid "Failed to delete schedule." msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:181 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:172 msgid "Failed to delete smart inventory." msgstr "" -#: screens/Team/TeamDetail/TeamDetail.jsx:84 +#: screens/Team/TeamDetail/TeamDetail.jsx:77 msgid "Failed to delete team." msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:115 +#: screens/User/UserDetail/UserDetail.jsx:110 msgid "Failed to delete user." msgstr "" @@ -3126,7 +3162,7 @@ msgstr "" msgid "Failed to delete workflow approval." msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:266 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:260 msgid "Failed to delete workflow job template." msgstr "" @@ -3144,28 +3180,28 @@ msgid "Failed to deny workflow approval." msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:248 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:250 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:242 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:257 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:244 msgid "Failed to disassociate one or more groups." msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:274 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:278 msgid "Failed to disassociate one or more hosts." msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:237 +#: screens/InstanceGroup/Instances/InstanceList.jsx:235 msgid "Failed to disassociate one or more instances." msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:262 +#: screens/User/UserTeams/UserTeamList.jsx:269 msgid "Failed to disassociate one or more teams." msgstr "" -#: screens/Login/Login.jsx:189 +#: screens/Login/Login.jsx:196 msgid "Failed to fetch custom login configuration settings. System defaults will be shown instead." msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:106 +#: components/AdHocCommands/AdHocCommands.jsx:113 #: components/LaunchButton/LaunchButton.jsx:174 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130 msgid "Failed to launch job." @@ -3175,15 +3211,15 @@ msgstr "" msgid "Failed to retrieve configuration." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:334 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:329 msgid "Failed to retrieve full node resource object." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:345 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:340 msgid "Failed to retrieve node credentials." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:166 msgid "Failed to send test notification." msgstr "" @@ -3191,31 +3227,35 @@ msgstr "" msgid "Failed to sync inventory source." msgstr "" -#: screens/Project/shared/ProjectSyncButton.jsx:44 +#: screens/Project/shared/ProjectSyncButton.jsx:65 msgid "Failed to sync project." msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:238 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:248 msgid "Failed to sync some or all inventory sources." msgstr "" -#: components/HostToggle/HostToggle.jsx:77 +#: components/HostToggle/HostToggle.jsx:74 msgid "Failed to toggle host." msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:73 +#: components/InstanceToggle/InstanceToggle.jsx:65 msgid "Failed to toggle instance." msgstr "" -#: components/NotificationList/NotificationList.jsx:252 +#: components/NotificationList/NotificationList.jsx:250 msgid "Failed to toggle notification." msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:73 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:71 msgid "Failed to toggle schedule." msgstr "" -#: screens/Template/TemplateSurvey.jsx:129 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:233 +msgid "Failed to update capacity adjustment." +msgstr "" + +#: screens/Template/TemplateSurvey.jsx:133 msgid "Failed to update survey." msgstr "" @@ -3223,17 +3263,17 @@ msgstr "" msgid "Failed to user token." msgstr "" -#: components/NotificationList/NotificationListItem.jsx:83 -#: components/NotificationList/NotificationListItem.jsx:84 +#: components/NotificationList/NotificationListItem.jsx:78 +#: components/NotificationList/NotificationListItem.jsx:79 msgid "Failure" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:147 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:209 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:312 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "False" msgstr "" @@ -3242,23 +3282,23 @@ msgstr "" msgid "February" msgstr "" -#: components/Search/AdvancedSearch.jsx:175 +#: components/Search/AdvancedSearch.jsx:166 msgid "Field contains value." msgstr "" -#: components/Search/AdvancedSearch.jsx:195 +#: components/Search/AdvancedSearch.jsx:186 msgid "Field ends with value." msgstr "" -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:82 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:76 msgid "Field for passing a custom Kubernetes or OpenShift Pod specification." msgstr "" -#: components/Search/AdvancedSearch.jsx:205 +#: components/Search/AdvancedSearch.jsx:196 msgid "Field matches the given regular expression." msgstr "" -#: components/Search/AdvancedSearch.jsx:185 +#: components/Search/AdvancedSearch.jsx:176 msgid "Field starts with value." msgstr "" @@ -3266,11 +3306,11 @@ msgstr "" msgid "Fifth" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:652 +#: screens/Job/JobOutput/JobOutput.jsx:650 msgid "File Difference" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:79 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:72 msgid "File upload rejected. Please select a single .json file." msgstr "" @@ -3279,11 +3319,11 @@ msgid "File, directory or script" msgstr "" #: components/JobList/JobList.jsx:221 -#: components/JobList/JobListItem.jsx:87 +#: components/JobList/JobListItem.jsx:82 msgid "Finish Time" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:145 +#: screens/Job/JobDetail/JobDetail.jsx:138 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:171 msgid "Finished" msgstr "" @@ -3292,36 +3332,40 @@ msgstr "" msgid "First" msgstr "" -#: components/AddRole/AddResourceRole.jsx:130 -#: components/AddRole/AddResourceRole.jsx:144 +#: components/AddRole/AddResourceRole.jsx:129 +#: components/AddRole/AddResourceRole.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:132 -#: components/ResourceAccessList/ResourceAccessList.jsx:165 #: screens/User/UserDetail/UserDetail.jsx:65 #: screens/User/UserList/UserList.jsx:123 -#: screens/User/UserList/UserList.jsx:166 -#: screens/User/UserList/UserListItem.jsx:62 -#: screens/User/UserList/UserListItem.jsx:65 -#: screens/User/shared/UserForm.jsx:109 +#: screens/User/UserList/UserList.jsx:163 +#: screens/User/UserList/UserListItem.jsx:53 +#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/shared/UserForm.jsx:104 msgid "First Name" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:257 msgid "First Run" msgstr "" -#: components/Search/AdvancedSearch.jsx:253 +#: components/ResourceAccessList/ResourceAccessList.jsx:180 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:66 +msgid "First name" +msgstr "" + +#: components/Search/AdvancedSearch.jsx:239 msgid "First, select a key" msgstr "" -#: components/Workflow/WorkflowTools.jsx:89 +#: components/Workflow/WorkflowTools.jsx:88 msgid "Fit the graph to the available screen size" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:64 +#: screens/Template/Survey/SurveyQuestionForm.jsx:62 msgid "Float" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:229 msgid "" "For job templates, select run to execute\n" "the playbook. Select check to only check playbook syntax,\n" @@ -3329,22 +3373,22 @@ msgid "" "executing the playbook." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:115 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:111 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 "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:83 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 msgid "For more information, refer to the" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:192 -#: components/AdHocCommands/AdHocDetailsStep.jsx:193 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 -#: screens/Template/shared/JobTemplateForm.jsx:405 +#: components/AdHocCommands/AdHocDetailsStep.jsx:184 +#: components/AdHocCommands/AdHocDetailsStep.jsx:185 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:132 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:219 +#: screens/Template/shared/JobTemplateForm.jsx:400 msgid "Forks" msgstr "" @@ -3352,7 +3396,7 @@ msgstr "" msgid "Fourth" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:186 +#: components/Schedule/shared/ScheduleForm.jsx:183 msgid "Frequency Details" msgstr "" @@ -3371,23 +3415,23 @@ msgid "Friday" msgstr "" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:132 -#: screens/Organization/shared/OrganizationForm.jsx:110 +#: screens/Organization/shared/OrganizationForm.jsx:103 msgid "Galaxy Credentials" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:60 +#: screens/Credential/shared/CredentialForm.jsx:59 msgid "Galaxy credentials must be owned by an Organization." msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:660 +#: screens/Job/JobOutput/JobOutput.jsx:658 msgid "Gathering Facts" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:239 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 msgid "Get subscription" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:233 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:227 msgid "Get subscriptions" msgstr "" @@ -3399,7 +3443,7 @@ msgstr "" msgid "Git" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:253 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:108 msgid "GitHub" msgstr "" @@ -3415,12 +3459,12 @@ msgid "GitHub Enterprise" msgstr "" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:100 -#: screens/Setting/Settings.jsx:64 +#: screens/Setting/Settings.jsx:63 msgid "GitHub Enterprise Organization" msgstr "" #: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:105 -#: screens/Setting/Settings.jsx:68 +#: screens/Setting/Settings.jsx:66 msgid "GitHub Enterprise Team" msgstr "" @@ -3434,11 +3478,11 @@ msgstr "" msgid "GitHub Team" msgstr "" -#: screens/Setting/SettingList.jsx:66 +#: screens/Setting/SettingList.jsx:64 msgid "GitHub settings" msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:254 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:237 #: screens/Template/shared/WebhookSubForm.jsx:114 msgid "GitLab" msgstr "" @@ -3452,7 +3496,7 @@ msgstr "" msgid "Globally Available" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:140 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132 msgid "Globally available execution environment can not be reassigned to a specific Organization" msgstr "" @@ -3476,16 +3520,16 @@ msgstr "" msgid "Google Compute Engine" msgstr "" -#: screens/Setting/SettingList.jsx:70 +#: screens/Setting/SettingList.jsx:68 msgid "Google OAuth 2 settings" msgstr "" -#: screens/Setting/Settings.jsx:71 +#: screens/Setting/Settings.jsx:69 msgid "Google OAuth2" msgstr "" #: components/NotificationList/NotificationList.jsx:194 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:151 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 msgid "Grafana" msgstr "" @@ -3493,16 +3537,16 @@ msgstr "" msgid "Grafana API key" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:117 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:159 msgid "Grafana URL" msgstr "" -#: components/Search/AdvancedSearch.jsx:215 +#: components/Search/AdvancedSearch.jsx:206 msgid "Greater than comparison." msgstr "" -#: components/Search/AdvancedSearch.jsx:220 +#: components/Search/AdvancedSearch.jsx:211 msgid "Greater than or equal to comparison." msgstr "" @@ -3510,7 +3554,7 @@ msgstr "" msgid "Group" msgstr "" -#: screens/Inventory/Inventories.jsx:83 +#: screens/Inventory/Inventories.jsx:76 msgid "Group details" msgstr "" @@ -3520,61 +3564,61 @@ msgstr "" #: screens/Host/Host.jsx:62 #: screens/Host/HostGroups/HostGroupsList.jsx:230 -#: screens/Host/Hosts.jsx:31 -#: screens/Inventory/Inventories.jsx:74 -#: screens/Inventory/Inventories.jsx:76 +#: screens/Host/Hosts.jsx:30 +#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:72 #: screens/Inventory/Inventory.jsx:64 #: screens/Inventory/InventoryHost/InventoryHost.jsx:83 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:232 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:108 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:224 -#: util/getRelatedResourceDeleteDetails.js:126 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:239 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:104 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:226 +#: util/getRelatedResourceDeleteDetails.js:125 msgid "Groups" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:322 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:306 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:476 msgid "HTTP Headers" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:317 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:301 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:490 msgid "HTTP Method" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:124 +#: components/AppContainer/PageHeaderToolbar.jsx:117 msgid "Help" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Hide" msgstr "" #: components/NotificationList/NotificationList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:152 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 msgid "Hipchat" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:87 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:78 msgid "Host" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:647 +#: screens/Job/JobOutput/JobOutput.jsx:645 msgid "Host Async Failure" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:646 +#: screens/Job/JobOutput/JobOutput.jsx:644 msgid "Host Async OK" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:239 -#: screens/Template/shared/JobTemplateForm.jsx:623 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:139 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 +#: screens/Template/shared/JobTemplateForm.jsx:616 msgid "Host Config Key" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:100 msgid "Host Count" msgstr "" @@ -3582,16 +3626,16 @@ msgstr "" msgid "Host Details" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:638 +#: screens/Job/JobOutput/JobOutput.jsx:636 msgid "Host Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:641 +#: screens/Job/JobOutput/JobOutput.jsx:639 msgid "Host Failure" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:237 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:281 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:272 msgid "Host Filter" msgstr "" @@ -3599,31 +3643,31 @@ msgstr "" msgid "Host Name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:640 +#: screens/Job/JobOutput/JobOutput.jsx:638 msgid "Host OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:645 +#: screens/Job/JobOutput/JobOutput.jsx:643 msgid "Host Polling" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:651 +#: screens/Job/JobOutput/JobOutput.jsx:649 msgid "Host Retry" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:640 msgid "Host Skipped" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:639 +#: screens/Job/JobOutput/JobOutput.jsx:637 msgid "Host Started" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:643 +#: screens/Job/JobOutput/JobOutput.jsx:641 msgid "Host Unreachable" msgstr "" -#: screens/Inventory/Inventories.jsx:70 +#: screens/Inventory/Inventories.jsx:67 msgid "Host details" msgstr "" @@ -3636,29 +3680,29 @@ msgstr "" msgid "Host not found." msgstr "" -#: screens/Job/JobOutput/shared/HostStatusBar.jsx:77 +#: screens/Job/JobOutput/shared/HostStatusBar.jsx:76 msgid "Host status information for this job is unavailable." msgstr "" -#: routeConfig.js:86 +#: routeConfig.jsx:83 #: screens/ActivityStream/ActivityStream.jsx:174 #: screens/Dashboard/Dashboard.jsx:129 #: screens/Host/HostList/HostList.jsx:142 #: screens/Host/HostList/HostList.jsx:188 #: screens/Host/Hosts.jsx:15 -#: screens/Host/Hosts.jsx:25 +#: screens/Host/Hosts.jsx:24 #: screens/Inventory/Inventories.jsx:63 -#: screens/Inventory/Inventories.jsx:86 +#: screens/Inventory/Inventories.jsx:77 #: screens/Inventory/Inventory.jsx:65 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:69 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:178 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:247 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:112 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:160 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:68 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:181 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:251 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:151 #: screens/Inventory/SmartInventory.jsx:71 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:62 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:102 -#: util/getRelatedResourceDeleteDetails.js:130 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:101 +#: util/getRelatedResourceDeleteDetails.js:129 msgid "Hosts" msgstr "" @@ -3675,7 +3719,7 @@ msgstr "" msgid "Hosts used" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:164 +#: components/Schedule/shared/ScheduleForm.jsx:161 msgid "Hour" msgstr "" @@ -3685,16 +3729,15 @@ msgstr "" #: components/JobList/JobList.jsx:173 #: components/Lookup/HostFilterLookup.jsx:82 -#: screens/Team/TeamRoles/TeamRolesList.jsx:155 -#: screens/User/UserRoles/UserRolesList.jsx:152 +#: screens/Team/TeamRoles/TeamRolesList.jsx:152 msgid "ID" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:128 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:122 msgid "ID of the Dashboard" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:133 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:127 msgid "ID of the Panel" msgstr "" @@ -3707,19 +3750,19 @@ msgid "ID of the panel (optional)" msgstr "" #: components/NotificationList/NotificationList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:153 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 msgid "IRC" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 msgid "IRC Nick" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:161 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:151 msgid "IRC Server Address" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 msgid "IRC Server Port" msgstr "" @@ -3739,15 +3782,15 @@ msgstr "" msgid "IRC server port" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:247 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:235 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:282 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:353 msgid "Icon URL" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:148 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:156 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:145 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:152 msgid "" "If checked, all variables for child groups\n" "and hosts will be removed and replaced by those found\n" @@ -3756,51 +3799,63 @@ msgstr "" #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135 +#~ msgid "" +#~ "If checked, any hosts and groups that were\n" +#~ "previously present on the external source but are now removed\n" +#~ "will be removed from the Tower inventory. Hosts and groups\n" +#~ "that were not managed by the inventory source will be promoted\n" +#~ "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 "" + +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:122 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:131 msgid "" "If checked, any hosts and groups that were\n" "previously present on the external source but are now removed\n" -"will be removed from the Tower inventory. Hosts and groups\n" +"will be removed from the inventory. Hosts and groups\n" "that were not managed by the inventory source will be promoted\n" "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 "" -#: screens/Template/shared/JobTemplateForm.jsx:538 +#: screens/Template/shared/JobTemplateForm.jsx:533 msgid "" "If enabled, run this playbook as an\n" "administrator." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:177 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:173 msgid "" "If enabled, show the changes made\n" "by Ansible tasks, where supported. This is equivalent to Ansible’s\n" "--diff mode." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:479 +#: screens/Template/shared/JobTemplateForm.jsx:474 msgid "" "If enabled, show the changes made by\n" "Ansible tasks, where supported. This is equivalent\n" "to Ansible's --diff mode." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:216 +#: components/AdHocCommands/AdHocDetailsStep.jsx:205 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.jsx:582 +#: screens/Template/shared/JobTemplateForm.jsx:577 msgid "" "If enabled, simultaneous runs of this job\n" "template will be allowed." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:271 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:259 msgid "If enabled, simultaneous runs of this workflow job template will be allowed." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:590 +#: screens/Template/shared/JobTemplateForm.jsx:584 msgid "" "If enabled, this will store gathered facts so they can\n" "be viewed at the host level. Facts are persisted and\n" @@ -3817,12 +3872,12 @@ msgid "" "Red Hat to obtain a trial subscription." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:58 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:47 msgid "If you only want to remove access for this particular user, please remove them from the team." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:182 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:211 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:178 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:207 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" @@ -3838,22 +3893,22 @@ msgstr "" msgid "Image" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98 msgid "Image name" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:655 +#: screens/Job/JobOutput/JobOutput.jsx:653 msgid "Including File" msgstr "" -#: components/HostToggle/HostToggle.jsx:18 +#: components/HostToggle/HostToggle.jsx:16 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 "" -#: components/AppContainer/PageHeaderToolbar.jsx:113 +#: components/AppContainer/PageHeaderToolbar.jsx:107 msgid "Info" msgstr "" @@ -3872,12 +3927,12 @@ msgid "Initiated by (username)" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:85 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:53 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:49 msgid "Injector configuration" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:80 -#: screens/CredentialType/shared/CredentialTypeForm.jsx:43 +#: screens/CredentialType/shared/CredentialTypeForm.jsx:41 msgid "Input configuration" msgstr "" @@ -3890,7 +3945,7 @@ msgid "Insights Analytics dashboard" msgstr "" #: screens/Inventory/shared/InventoryForm.jsx:71 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:34 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:33 msgid "Insights Credential" msgstr "" @@ -3906,27 +3961,27 @@ msgstr "" msgid "Instance" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:137 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:135 msgid "Instance Filters" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:247 +#: screens/Job/JobDetail/JobDetail.jsx:238 msgid "Instance Group" msgstr "" -#: components/Lookup/InstanceGroupsLookup.jsx:71 -#: components/Lookup/InstanceGroupsLookup.jsx:77 -#: components/Lookup/InstanceGroupsLookup.jsx:109 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:218 -#: routeConfig.js:133 +#: components/Lookup/InstanceGroupsLookup.jsx:63 +#: components/Lookup/InstanceGroupsLookup.jsx:69 +#: components/Lookup/InstanceGroupsLookup.jsx:101 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:205 +#: routeConfig.jsx:130 #: screens/ActivityStream/ActivityStream.jsx:199 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:130 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:219 #: screens/InstanceGroup/InstanceGroups.jsx:16 -#: screens/InstanceGroup/InstanceGroups.jsx:29 +#: screens/InstanceGroup/InstanceGroups.jsx:26 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:91 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:117 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:327 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 msgid "Instance Groups" msgstr "" @@ -3935,7 +3990,7 @@ msgid "Instance ID" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:59 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:72 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:71 msgid "Instance group" msgstr "" @@ -3943,58 +3998,58 @@ msgstr "" msgid "Instance group not found." msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:123 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:122 msgid "Instance groups" msgstr "" #: screens/InstanceGroup/InstanceGroup.jsx:69 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:239 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:76 -#: screens/InstanceGroup/InstanceGroups.jsx:37 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 +#: screens/InstanceGroup/InstanceGroups.jsx:31 #: screens/InstanceGroup/Instances/InstanceList.jsx:148 -#: screens/InstanceGroup/Instances/InstanceList.jsx:218 +#: screens/InstanceGroup/Instances/InstanceList.jsx:216 msgid "Instances" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:63 +#: screens/Template/Survey/SurveyQuestionForm.jsx:61 msgid "Integer" msgstr "" -#: util/validators.jsx:69 +#: util/validators.jsx:67 msgid "Invalid email address" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:130 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:125 msgid "Invalid file format. Please upload a valid Red Hat Subscription Manifest." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:151 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:149 msgid "Invalid link target. Unable to link to children or ancestor nodes. Graph cycles are not supported." msgstr "" -#: screens/Login/Login.jsx:118 +#: screens/Login/Login.jsx:128 msgid "Invalid username or password. Please try again." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:119 -#: routeConfig.js:81 +#: routeConfig.jsx:78 #: screens/ActivityStream/ActivityStream.jsx:171 #: screens/Dashboard/Dashboard.jsx:140 #: screens/Inventory/Inventories.jsx:16 #: screens/Inventory/InventoryList/InventoryList.jsx:168 #: screens/Inventory/InventoryList/InventoryList.jsx:219 -#: util/getRelatedResourceDeleteDetails.js:67 -#: util/getRelatedResourceDeleteDetails.js:209 -#: util/getRelatedResourceDeleteDetails.js:277 +#: util/getRelatedResourceDeleteDetails.js:66 +#: util/getRelatedResourceDeleteDetails.js:208 +#: util/getRelatedResourceDeleteDetails.js:276 msgid "Inventories" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:134 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:130 msgid "Inventories with sources cannot be copied" msgstr "" #: components/HostForm/HostForm.jsx:28 -#: components/JobList/JobListItem.jsx:169 +#: components/JobList/JobListItem.jsx:164 #: components/LaunchPrompt/steps/InventoryStep.jsx:107 #: components/LaunchPrompt/steps/useInventoryStep.jsx:53 #: components/Lookup/InventoryLookup.jsx:85 @@ -4002,34 +4057,34 @@ msgstr "" #: components/Lookup/InventoryLookup.jsx:131 #: components/Lookup/InventoryLookup.jsx:147 #: components/Lookup/InventoryLookup.jsx:184 -#: components/PromptDetail/PromptDetail.jsx:183 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:78 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:107 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:118 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:70 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:295 -#: components/TemplateList/TemplateListItem.jsx:256 -#: components/TemplateList/TemplateListItem.jsx:266 +#: components/PromptDetail/PromptDetail.jsx:177 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:76 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:102 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:112 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:65 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:287 +#: components/TemplateList/TemplateListItem.jsx:253 +#: components/TemplateList/TemplateListItem.jsx:263 #: screens/Host/HostDetail/HostDetail.jsx:83 #: screens/Host/HostList/HostList.jsx:169 -#: screens/Host/HostList/HostListItem.jsx:39 +#: screens/Host/HostList/HostListItem.jsx:33 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:40 -#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:53 -#: screens/Job/JobDetail/JobDetail.jsx:184 +#: screens/Inventory/SmartInventoryHosts/SmartInventoryHostListItem.jsx:47 +#: screens/Job/JobDetail/JobDetail.jsx:175 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:135 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:192 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:200 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:199 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:148 msgid "Inventory" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:101 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 msgid "Inventory (Name)" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:101 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:99 msgid "Inventory File" msgstr "" @@ -4037,7 +4092,7 @@ msgstr "" msgid "Inventory ID" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:200 +#: screens/Job/JobDetail/JobDetail.jsx:191 msgid "Inventory Source" msgstr "" @@ -4045,16 +4100,16 @@ msgstr "" msgid "Inventory Source Sync" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:161 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:180 -#: util/getRelatedResourceDeleteDetails.js:74 -#: util/getRelatedResourceDeleteDetails.js:154 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:165 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:184 +#: util/getRelatedResourceDeleteDetails.js:73 +#: util/getRelatedResourceDeleteDetails.js:153 msgid "Inventory Sources" msgstr "" #: components/JobList/JobList.jsx:185 -#: components/JobList/JobListItem.jsx:33 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: components/JobList/JobListItem.jsx:32 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:36 #: components/Workflow/WorkflowLegend.jsx:100 #: screens/Job/JobDetail/JobDetail.jsx:94 msgid "Inventory Sync" @@ -4064,7 +4119,7 @@ msgstr "" msgid "Inventory Update" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:226 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:223 #: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:102 msgid "Inventory file" msgstr "" @@ -4087,19 +4142,19 @@ msgstr "" #~ msgid "Isolated" #~ msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:649 +#: screens/Job/JobOutput/JobOutput.jsx:647 msgid "Item Failed" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:648 +#: screens/Job/JobOutput/JobOutput.jsx:646 msgid "Item OK" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:650 +#: screens/Job/JobOutput/JobOutput.jsx:648 msgid "Item Skipped" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:21 +#: components/AssociateModal/AssociateModal.jsx:20 msgid "Items" msgstr "" @@ -4108,16 +4163,17 @@ msgid "Items per page" msgstr "" #: components/Sparkline/Sparkline.jsx:28 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:42 -#: screens/Project/ProjectList/ProjectListItem.jsx:69 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:35 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:89 +#: screens/Project/ProjectList/ProjectListItem.jsx:68 msgid "JOB ID:" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:144 +#: screens/Job/JobOutput/HostEventModal.jsx:142 msgid "JSON" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:145 +#: screens/Job/JobOutput/HostEventModal.jsx:143 msgid "JSON tab" msgstr "" @@ -4130,30 +4186,30 @@ msgid "January" msgstr "" #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:228 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:69 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:66 msgid "Job" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:460 -#: screens/Job/JobDetail/JobDetail.jsx:461 -#: screens/Job/JobOutput/JobOutput.jsx:832 -#: screens/Job/JobOutput/JobOutput.jsx:833 +#: screens/Job/JobDetail/JobDetail.jsx:449 +#: screens/Job/JobDetail/JobDetail.jsx:450 +#: screens/Job/JobOutput/JobOutput.jsx:826 +#: screens/Job/JobOutput/JobOutput.jsx:827 msgid "Job Cancel Error" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:471 -#: screens/Job/JobOutput/JobOutput.jsx:821 -#: screens/Job/JobOutput/JobOutput.jsx:822 +#: screens/Job/JobDetail/JobDetail.jsx:460 +#: screens/Job/JobOutput/JobOutput.jsx:815 +#: screens/Job/JobOutput/JobOutput.jsx:816 msgid "Job Delete Error" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:260 +#: screens/Job/JobDetail/JobDetail.jsx:251 msgid "Job Slice" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:148 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:235 -#: screens/Template/shared/JobTemplateForm.jsx:459 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:224 +#: screens/Template/shared/JobTemplateForm.jsx:454 msgid "Job Slicing" msgstr "" @@ -4161,57 +4217,57 @@ msgstr "" msgid "Job Status" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:60 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:61 -#: components/PromptDetail/PromptDetail.jsx:206 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:233 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:350 -#: screens/Job/JobDetail/JobDetail.jsx:309 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:342 -#: screens/Template/shared/JobTemplateForm.jsx:499 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:56 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:57 +#: components/PromptDetail/PromptDetail.jsx:198 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:220 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:334 +#: screens/Job/JobDetail/JobDetail.jsx:300 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:324 +#: screens/Template/shared/JobTemplateForm.jsx:494 msgid "Job Tags" msgstr "" -#: components/JobList/JobListItem.jsx:137 +#: components/JobList/JobListItem.jsx:132 #: components/TemplateList/TemplateList.jsx:200 #: components/Workflow/WorkflowLegend.jsx:92 #: components/Workflow/WorkflowNodeHelp.jsx:47 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:96 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:33 -#: screens/Job/JobDetail/JobDetail.jsx:150 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:29 +#: screens/Job/JobDetail/JobDetail.jsx:141 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:98 msgid "Job Template" msgstr "" -#: components/LaunchPrompt/steps/credentialsValidator.jsx:42 +#: components/LaunchPrompt/steps/credentialsValidator.jsx:40 msgid "Job Template default credentials must be replaced with one of the same type. Please select a credential for the following types in order to proceed: {0}" msgstr "" #: screens/Project/Project.jsx:117 -#: screens/Project/Projects.jsx:32 -#: util/getRelatedResourceDeleteDetails.js:56 -#: util/getRelatedResourceDeleteDetails.js:108 -#: util/getRelatedResourceDeleteDetails.js:140 +#: screens/Project/Projects.jsx:31 +#: util/getRelatedResourceDeleteDetails.js:55 +#: util/getRelatedResourceDeleteDetails.js:107 +#: util/getRelatedResourceDeleteDetails.js:139 msgid "Job Templates" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:24 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:23 msgid "Job Templates with a missing inventory or project cannot be selected when creating or editing nodes. Select another template or fix the missing fields to proceed." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:267 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/useWorkflowNodeSteps.js:261 msgid "Job Templates with credentials that prompt for passwords cannot be selected when creating or editing nodes" msgstr "" #: components/JobList/JobList.jsx:181 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:112 -#: components/PromptDetail/PromptDetail.jsx:156 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:90 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:291 -#: screens/Job/JobDetail/JobDetail.jsx:180 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:108 +#: components/PromptDetail/PromptDetail.jsx:151 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:85 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:283 +#: screens/Job/JobDetail/JobDetail.jsx:171 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:175 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:145 -#: screens/Template/shared/JobTemplateForm.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:226 msgid "Job Type" msgstr "" @@ -4231,31 +4287,31 @@ msgstr "" #: components/JobList/JobList.jsx:164 #: components/JobList/JobList.jsx:239 -#: routeConfig.js:40 +#: routeConfig.jsx:37 #: screens/ActivityStream/ActivityStream.jsx:148 #: screens/Dashboard/shared/LineChart.jsx:69 #: screens/Host/Host.jsx:67 -#: screens/Host/Hosts.jsx:32 +#: screens/Host/Hosts.jsx:31 #: screens/InstanceGroup/ContainerGroup.jsx:68 #: screens/InstanceGroup/InstanceGroup.jsx:74 -#: screens/InstanceGroup/InstanceGroups.jsx:39 -#: screens/InstanceGroup/InstanceGroups.jsx:47 +#: screens/InstanceGroup/InstanceGroups.jsx:32 +#: screens/InstanceGroup/InstanceGroups.jsx:37 #: screens/Inventory/Inventories.jsx:59 -#: screens/Inventory/Inventories.jsx:72 +#: screens/Inventory/Inventories.jsx:68 #: screens/Inventory/Inventory.jsx:68 #: screens/Inventory/InventoryHost/InventoryHost.jsx:88 #: screens/Inventory/SmartInventory.jsx:73 #: screens/Job/Jobs.jsx:15 -#: screens/Job/Jobs.jsx:26 -#: screens/Setting/SettingList.jsx:92 -#: screens/Setting/Settings.jsx:74 +#: screens/Job/Jobs.jsx:25 +#: screens/Setting/SettingList.jsx:90 +#: screens/Setting/Settings.jsx:72 #: screens/Template/Template.jsx:164 -#: screens/Template/Templates.jsx:48 +#: screens/Template/Templates.jsx:46 #: screens/Template/WorkflowJobTemplate.jsx:145 msgid "Jobs" msgstr "" -#: screens/Setting/SettingList.jsx:99 +#: screens/Setting/SettingList.jsx:95 msgid "Jobs settings" msgstr "" @@ -4267,15 +4323,15 @@ msgstr "" msgid "June" msgstr "" -#: components/Search/AdvancedSearch.jsx:134 +#: components/Search/AdvancedSearch.jsx:127 msgid "Key" msgstr "" -#: components/Search/AdvancedSearch.jsx:125 +#: components/Search/AdvancedSearch.jsx:118 msgid "Key select" msgstr "" -#: components/Search/AdvancedSearch.jsx:128 +#: components/Search/AdvancedSearch.jsx:121 msgid "Key typeahead" msgstr "" @@ -4284,35 +4340,35 @@ msgid "Keyword" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:51 -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "LDAP" msgstr "" -#: screens/Setting/Settings.jsx:79 +#: screens/Setting/Settings.jsx:77 msgid "LDAP 1" msgstr "" -#: screens/Setting/Settings.jsx:80 +#: screens/Setting/Settings.jsx:78 msgid "LDAP 2" msgstr "" -#: screens/Setting/Settings.jsx:81 +#: screens/Setting/Settings.jsx:79 msgid "LDAP 3" msgstr "" -#: screens/Setting/Settings.jsx:82 +#: screens/Setting/Settings.jsx:80 msgid "LDAP 4" msgstr "" -#: screens/Setting/Settings.jsx:83 +#: screens/Setting/Settings.jsx:81 msgid "LDAP 5" msgstr "" -#: screens/Setting/Settings.jsx:78 +#: screens/Setting/Settings.jsx:76 msgid "LDAP Default" msgstr "" -#: screens/Setting/SettingList.jsx:74 +#: screens/Setting/SettingList.jsx:72 msgid "LDAP settings" msgstr "" @@ -4340,15 +4396,15 @@ msgstr "" msgid "Label Name" msgstr "" -#: components/JobList/JobListItem.jsx:214 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:200 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:110 -#: components/TemplateList/TemplateListItem.jsx:309 -#: screens/Job/JobDetail/JobDetail.jsx:294 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:309 +#: components/JobList/JobListItem.jsx:209 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:187 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:102 +#: components/TemplateList/TemplateListItem.jsx:306 +#: screens/Job/JobDetail/JobDetail.jsx:285 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:291 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:195 -#: screens/Template/shared/JobTemplateForm.jsx:370 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:367 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:210 msgid "Labels" msgstr "" @@ -4356,55 +4412,58 @@ msgstr "" msgid "Last" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:78 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 +msgid "Last Job Status" +msgstr "" + +#: screens/User/UserDetail/UserDetail.jsx:75 msgid "Last Login" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:140 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:278 -#: components/TemplateList/TemplateListItem.jsx:285 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:107 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:44 +#: components/PromptDetail/PromptDetail.jsx:137 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:272 +#: components/TemplateList/TemplateListItem.jsx:282 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:105 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:43 #: screens/Application/ApplicationsList/ApplicationsList.jsx:165 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:253 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:252 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:95 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:110 #: screens/Host/HostDetail/HostDetail.jsx:99 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:71 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:95 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:114 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:51 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:347 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:336 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:43 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:86 +#: screens/Job/JobDetail/JobDetail.jsx:338 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:320 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:110 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:157 -#: screens/Team/TeamDetail/TeamDetail.jsx:49 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:286 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:186 +#: screens/Team/TeamDetail/TeamDetail.jsx:44 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:268 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:69 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:166 msgid "Last Modified" msgstr "" -#: components/AddRole/AddResourceRole.jsx:134 -#: components/AddRole/AddResourceRole.jsx:148 +#: components/AddRole/AddResourceRole.jsx:133 +#: components/AddRole/AddResourceRole.jsx:147 #: components/ResourceAccessList/ResourceAccessList.jsx:136 -#: components/ResourceAccessList/ResourceAccessList.jsx:169 #: screens/User/UserDetail/UserDetail.jsx:66 #: screens/User/UserList/UserList.jsx:127 -#: screens/User/UserList/UserList.jsx:169 -#: screens/User/UserList/UserListItem.jsx:70 -#: screens/User/UserList/UserListItem.jsx:73 -#: screens/User/shared/UserForm.jsx:115 +#: screens/User/UserList/UserList.jsx:164 +#: screens/User/UserList/UserListItem.jsx:61 +#: screens/User/UserList/UserListItem.jsx:64 +#: screens/User/shared/UserForm.jsx:110 msgid "Last Name" msgstr "" #: components/TemplateList/TemplateList.jsx:223 -#: components/TemplateList/TemplateListItem.jsx:156 +#: components/TemplateList/TemplateListItem.jsx:153 msgid "Last Ran" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:265 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:259 msgid "Last Run" msgstr "" @@ -4416,52 +4475,57 @@ msgstr "" msgid "Last job run" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:146 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:58 -#: screens/Project/ProjectList/ProjectListItem.jsx:236 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:257 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:137 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:51 +#: screens/Project/ProjectList/ProjectListItem.jsx:242 msgid "Last modified" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:241 +#: components/ResourceAccessList/ResourceAccessList.jsx:181 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:67 +msgid "Last name" +msgstr "" + +#: screens/Project/ProjectList/ProjectListItem.jsx:247 msgid "Last used" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:106 #: components/LaunchPrompt/steps/usePreviewStep.jsx:35 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:55 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:58 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:389 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:398 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:229 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:238 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:54 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:57 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:371 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:380 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:225 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:234 msgid "Launch" msgstr "" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:77 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:74 msgid "Launch Management Job" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:176 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:117 +#: components/TemplateList/TemplateListItem.jsx:173 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 msgid "Launch Template" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:33 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:35 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:32 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:34 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:46 #: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:47 -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:48 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:94 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:99 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:89 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:92 msgid "Launch management job" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:184 +#: components/TemplateList/TemplateListItem.jsx:181 msgid "Launch template" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:123 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:126 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:119 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:120 msgid "Launch workflow" msgstr "" @@ -4477,7 +4541,7 @@ msgstr "" msgid "Learn more about Insights Analytics" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:81 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:77 msgid "Leave this field blank to make the execution environment globally available." msgstr "" @@ -4485,11 +4549,11 @@ msgstr "" msgid "Legend" msgstr "" -#: components/Search/AdvancedSearch.jsx:225 +#: components/Search/AdvancedSearch.jsx:216 msgid "Less than comparison." msgstr "" -#: components/Search/AdvancedSearch.jsx:230 +#: components/Search/AdvancedSearch.jsx:221 msgid "Less than or equal to comparison." msgstr "" @@ -4503,22 +4567,22 @@ msgstr "" #~ msgid "License settings" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:170 -#: components/AdHocCommands/AdHocDetailsStep.jsx:171 +#: components/AdHocCommands/AdHocDetailsStep.jsx:164 +#: components/AdHocCommands/AdHocDetailsStep.jsx:165 #: components/JobList/JobList.jsx:211 #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:35 -#: components/PromptDetail/PromptDetail.jsx:194 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:140 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:326 -#: screens/Job/JobDetail/JobDetail.jsx:238 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:225 -#: screens/Template/shared/JobTemplateForm.jsx:421 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 +#: components/PromptDetail/PromptDetail.jsx:186 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:133 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:76 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:311 +#: screens/Job/JobDetail/JobDetail.jsx:229 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:416 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:160 msgid "Limit" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:219 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:215 msgid "Link to an available node" msgstr "" @@ -4526,15 +4590,15 @@ msgstr "" msgid "Loading" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:266 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:260 msgid "Local Time Zone" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:141 +#: components/Schedule/shared/ScheduleForm.jsx:138 msgid "Local time zone" msgstr "" -#: screens/Login/Login.jsx:162 +#: screens/Login/Login.jsx:170 msgid "Log In" msgstr "" @@ -4542,50 +4606,51 @@ msgstr "" msgid "Log aggregator test sent successfully." msgstr "" -#: screens/Setting/Settings.jsx:96 +#: screens/Setting/Settings.jsx:94 msgid "Logging" msgstr "" -#: screens/Setting/SettingList.jsx:118 +#: screens/Setting/SettingList.jsx:114 msgid "Logging settings" msgstr "" #: components/AppContainer/AppContainer.jsx:168 #: components/AppContainer/AppContainer.jsx:233 -#: components/AppContainer/PageHeaderToolbar.jsx:173 +#: components/AppContainer/PageHeaderToolbar.jsx:166 msgid "Logout" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:308 +#: components/Lookup/HostFilterLookup.jsx:305 #: components/Lookup/Lookup.jsx:130 msgid "Lookup modal" msgstr "" -#: components/Search/AdvancedSearch.jsx:147 +#: components/Search/AdvancedSearch.jsx:140 msgid "Lookup select" msgstr "" -#: components/Search/AdvancedSearch.jsx:156 +#: components/Search/AdvancedSearch.jsx:149 msgid "Lookup type" msgstr "" -#: components/Search/AdvancedSearch.jsx:150 +#: components/Search/AdvancedSearch.jsx:143 msgid "Lookup typeahead" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:40 -#: screens/Project/ProjectList/ProjectListItem.jsx:67 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:33 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:87 +#: screens/Project/ProjectList/ProjectListItem.jsx:66 msgid "MOST RECENT SYNC" msgstr "" #: components/AdHocCommands/AdHocCredentialStep.jsx:67 #: components/AdHocCommands/AdHocCredentialStep.jsx:68 -#: components/AdHocCommands/AdHocCredentialStep.jsx:86 -#: screens/Job/JobDetail/JobDetail.jsx:266 +#: components/AdHocCommands/AdHocCredentialStep.jsx:84 +#: screens/Job/JobDetail/JobDetail.jsx:257 msgid "Machine Credential" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:84 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:98 msgid "Machine credential" msgstr "" @@ -4593,29 +4658,29 @@ msgstr "" msgid "Managed by Tower" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:146 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:167 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:159 msgid "Managed nodes" msgstr "" #: components/JobList/JobList.jsx:188 -#: components/JobList/JobListItem.jsx:36 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 -#: screens/Job/JobDetail/JobDetail.jsx:100 +#: components/JobList/JobListItem.jsx:35 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: screens/Job/JobDetail/JobDetail.jsx:97 msgid "Management Job" msgstr "" -#: routeConfig.js:128 +#: routeConfig.jsx:125 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:82 msgid "Management Jobs" msgstr "" -#: screens/ManagementJob/ManagementJobs.jsx:22 +#: screens/ManagementJob/ManagementJobs.jsx:21 msgid "Management job" msgstr "" -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:118 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:119 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:111 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:112 msgid "Management job launch error" msgstr "" @@ -4628,13 +4693,13 @@ msgid "Management jobs" msgstr "" #: components/Lookup/ProjectLookup.jsx:113 -#: components/PromptDetail/PromptProjectDetail.jsx:82 +#: components/PromptDetail/PromptProjectDetail.jsx:76 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:88 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:157 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:90 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:111 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:161 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:149 -#: screens/Project/ProjectList/ProjectListItem.jsx:149 +#: screens/Project/ProjectList/ProjectListItem.jsx:153 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:89 msgid "Manual" msgstr "" @@ -4644,20 +4709,20 @@ msgid "March" msgstr "" #: components/NotificationList/NotificationList.jsx:197 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:154 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 msgid "Mattermost" msgstr "" #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:97 -#: screens/Organization/shared/OrganizationForm.jsx:75 +#: screens/Organization/shared/OrganizationForm.jsx:74 msgid "Max Hosts" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:175 +#: screens/Template/Survey/SurveyQuestionForm.jsx:168 msgid "Maximum" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:159 +#: screens/Template/Survey/SurveyQuestionForm.jsx:152 msgid "Maximum length" msgstr "" @@ -4666,7 +4731,7 @@ msgid "May" msgstr "" #: screens/Organization/OrganizationList/OrganizationList.jsx:158 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:62 msgid "Members" msgstr "" @@ -4686,35 +4751,35 @@ msgstr "" msgid "Microsoft Azure Resource Manager" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:169 +#: screens/Template/Survey/SurveyQuestionForm.jsx:162 msgid "Minimum" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:153 +#: screens/Template/Survey/SurveyQuestionForm.jsx:146 msgid "Minimum length" msgstr "" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:34 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:33 msgid "" "Minimum number of instances that will be automatically\n" "assigned to this group when new instances come online." msgstr "" -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:46 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:43 msgid "" "Minimum percentage of all instances that will be automatically\n" "assigned to this group when new instances come online." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:163 +#: components/Schedule/shared/ScheduleForm.jsx:160 msgid "Minute" msgstr "" -#: screens/Setting/Settings.jsx:99 +#: screens/Setting/Settings.jsx:97 msgid "Miscellaneous System" msgstr "" -#: screens/Setting/SettingList.jsx:110 +#: screens/Setting/SettingList.jsx:106 msgid "Miscellaneous System settings" msgstr "" @@ -4723,14 +4788,13 @@ msgstr "" msgid "Missing" msgstr "" -#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:50 +#: components/ExecutionEnvironmentDetail/ExecutionEnvironmentDetail.jsx:49 msgid "Missing resource" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:360 +#: components/Lookup/HostFilterLookup.jsx:357 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:131 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:119 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:115 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:143 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:188 @@ -4738,19 +4802,20 @@ msgstr "" msgid "Modified" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:100 -#: components/AddRole/AddResourceRole.jsx:163 -#: components/AssociateModal/AssociateModal.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:183 +#: components/AdHocCommands/AdHocCredentialStep.jsx:98 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:117 +#: components/AddRole/AddResourceRole.jsx:162 +#: components/AssociateModal/AssociateModal.jsx:147 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:180 #: components/LaunchPrompt/steps/InventoryStep.jsx:95 #: components/Lookup/CredentialLookup.jsx:157 #: components/Lookup/InventoryLookup.jsx:118 #: components/Lookup/InventoryLookup.jsx:171 -#: components/Lookup/MultiCredentialsLookup.jsx:185 +#: components/Lookup/MultiCredentialsLookup.jsx:188 #: components/Lookup/OrganizationLookup.jsx:115 #: components/Lookup/ProjectLookup.jsx:125 #: components/NotificationList/NotificationList.jsx:210 -#: components/Schedule/ScheduleList/ScheduleList.jsx:205 +#: components/Schedule/ScheduleList/ScheduleList.jsx:201 #: components/TemplateList/TemplateList.jsx:213 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:31 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:62 @@ -4764,11 +4829,11 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:105 #: screens/Host/HostGroups/HostGroupsList.jsx:167 #: screens/Host/HostList/HostList.jsx:160 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:192 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:195 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:135 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:166 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:171 #: screens/Inventory/InventoryList/InventoryList.jsx:185 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:174 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:175 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:97 #: screens/Organization/OrganizationList/OrganizationList.jsx:149 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:129 @@ -4776,12 +4841,12 @@ msgstr "" #: screens/Team/TeamList/TeamList.jsx:146 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/JobTemplatesList.jsx:96 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:101 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:109 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:105 msgid "Modified By (Username)" msgstr "" #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:76 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:168 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:75 msgid "Modified by (username)" msgstr "" @@ -4800,52 +4865,54 @@ msgstr "" msgid "Monday" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:167 +#: components/Schedule/shared/ScheduleForm.jsx:164 msgid "Month" msgstr "" -#: components/Popover/Popover.jsx:39 +#: components/Popover/Popover.jsx:30 msgid "More information" msgstr "" -#: screens/Setting/shared/SharedFields.jsx:63 +#: screens/Setting/shared/SharedFields.jsx:61 msgid "More information for" msgstr "" +#: screens/Template/Survey/SurveyPreviewModal.jsx:111 #: screens/Template/Survey/SurveyPreviewModal.jsx:112 -#: screens/Template/Survey/SurveyPreviewModal.jsx:113 msgid "Multi-Select" msgstr "" +#: screens/Template/Survey/SurveyPreviewModal.jsx:89 #: screens/Template/Survey/SurveyPreviewModal.jsx:90 -#: screens/Template/Survey/SurveyPreviewModal.jsx:91 msgid "Multiple Choice" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:61 +#: screens/Template/Survey/SurveyQuestionForm.jsx:59 msgid "Multiple Choice (multiple select)" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:56 +#: screens/Template/Survey/SurveyQuestionForm.jsx:54 msgid "Multiple Choice (single select)" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:217 +#: screens/Template/Survey/SurveyQuestionForm.jsx:210 msgid "Multiple Choice Options" msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:91 -#: components/AdHocCommands/AdHocCredentialStep.jsx:106 -#: components/AddRole/AddResourceRole.jsx:154 -#: components/AddRole/AddResourceRole.jsx:170 -#: components/AssociateModal/AssociateModal.jsx:139 -#: components/AssociateModal/AssociateModal.jsx:154 -#: components/HostForm/HostForm.jsx:87 +#: components/AdHocCommands/AdHocCredentialStep.jsx:89 +#: components/AdHocCommands/AdHocCredentialStep.jsx:104 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:108 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:123 +#: components/AddRole/AddResourceRole.jsx:153 +#: components/AddRole/AddResourceRole.jsx:169 +#: components/AssociateModal/AssociateModal.jsx:138 +#: components/AssociateModal/AssociateModal.jsx:153 +#: components/HostForm/HostForm.jsx:85 #: components/JobList/JobList.jsx:168 #: components/JobList/JobList.jsx:217 -#: components/JobList/JobListItem.jsx:69 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:174 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:189 +#: components/JobList/JobListItem.jsx:68 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:171 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:186 #: components/LaunchPrompt/steps/InventoryStep.jsx:86 #: components/LaunchPrompt/steps/InventoryStep.jsx:101 #: components/Lookup/ApplicationLookup.jsx:78 @@ -4855,15 +4922,15 @@ msgstr "" #: components/Lookup/ExecutionEnvironmentLookup.jsx:138 #: components/Lookup/ExecutionEnvironmentLookup.jsx:145 #: components/Lookup/HostFilterLookup.jsx:77 -#: components/Lookup/HostFilterLookup.jsx:352 -#: components/Lookup/InstanceGroupsLookup.jsx:91 -#: components/Lookup/InstanceGroupsLookup.jsx:102 +#: components/Lookup/HostFilterLookup.jsx:349 +#: components/Lookup/InstanceGroupsLookup.jsx:83 +#: components/Lookup/InstanceGroupsLookup.jsx:94 #: components/Lookup/InventoryLookup.jsx:109 #: components/Lookup/InventoryLookup.jsx:124 #: components/Lookup/InventoryLookup.jsx:162 #: components/Lookup/InventoryLookup.jsx:177 -#: components/Lookup/MultiCredentialsLookup.jsx:176 -#: components/Lookup/MultiCredentialsLookup.jsx:191 +#: components/Lookup/MultiCredentialsLookup.jsx:179 +#: components/Lookup/MultiCredentialsLookup.jsx:194 #: components/Lookup/OrganizationLookup.jsx:106 #: components/Lookup/OrganizationLookup.jsx:121 #: components/Lookup/ProjectLookup.jsx:105 @@ -4875,15 +4942,15 @@ msgstr "" #: components/PaginatedDataList/PaginatedDataList.jsx:86 #: components/PaginatedTable/PaginatedTable.jsx:70 #: components/PromptDetail/PromptDetail.jsx:109 -#: components/ResourceAccessList/ResourceAccessListItem.jsx:100 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:57 #: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:255 -#: components/Schedule/ScheduleList/ScheduleList.jsx:173 -#: components/Schedule/ScheduleList/ScheduleList.jsx:192 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:78 -#: components/Schedule/shared/ScheduleForm.jsx:102 +#: components/Schedule/ScheduleList/ScheduleList.jsx:169 +#: components/Schedule/ScheduleList/ScheduleList.jsx:188 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:77 +#: components/Schedule/shared/ScheduleForm.jsx:99 #: components/TemplateList/TemplateList.jsx:188 #: components/TemplateList/TemplateList.jsx:221 -#: components/TemplateList/TemplateListItem.jsx:127 +#: components/TemplateList/TemplateListItem.jsx:126 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:18 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:37 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:49 @@ -4898,25 +4965,25 @@ msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:206 #: components/Workflow/WorkflowNodeHelp.jsx:132 #: components/Workflow/WorkflowNodeHelp.jsx:158 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:63 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:62 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:108 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:115 -#: screens/Application/Applications.jsx:84 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:32 +#: screens/Application/Applications.jsx:78 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:31 #: screens/Application/ApplicationsList/ApplicationsList.jsx:121 #: screens/Application/ApplicationsList/ApplicationsList.jsx:161 -#: screens/Application/shared/ApplicationForm.jsx:54 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:205 +#: screens/Application/shared/ApplicationForm.jsx:53 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:204 #: screens/Credential/CredentialList/CredentialList.jsx:123 #: screens/Credential/CredentialList/CredentialList.jsx:142 #: screens/Credential/CredentialList/CredentialListItem.jsx:55 -#: screens/Credential/shared/CredentialForm.jsx:172 +#: screens/Credential/shared/CredentialForm.jsx:169 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:85 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialsStep.jsx:100 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:74 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:127 #: screens/CredentialType/CredentialTypeList/CredentialTypeList.jsx:183 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:32 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:31 #: screens/CredentialType/shared/CredentialTypeForm.jsx:24 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:52 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:127 @@ -4924,76 +4991,81 @@ msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:57 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:88 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:111 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:23 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:95 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:22 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:90 #: screens/Host/HostDetail/HostDetail.jsx:74 #: screens/Host/HostGroups/HostGroupsList.jsx:158 #: screens/Host/HostGroups/HostGroupsList.jsx:173 #: screens/Host/HostList/HostList.jsx:147 #: screens/Host/HostList/HostList.jsx:168 -#: screens/Host/HostList/HostListItem.jsx:34 +#: screens/Host/HostList/HostListItem.jsx:28 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:45 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:235 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:64 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:63 #: screens/InstanceGroup/Instances/InstanceList.jsx:155 #: screens/InstanceGroup/Instances/InstanceList.jsx:162 #: screens/InstanceGroup/shared/ContainerGroupForm.jsx:44 #: screens/InstanceGroup/shared/InstanceGroupForm.jsx:20 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:74 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:35 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:183 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:198 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:186 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:201 +#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:34 #: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:117 -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:141 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:143 #: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:75 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:157 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:172 -#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:116 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:33 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:162 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:179 +#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:33 +#: screens/Inventory/InventoryHosts/InventoryHostList.jsx:122 #: screens/Inventory/InventoryList/InventoryList.jsx:172 #: screens/Inventory/InventoryList/InventoryList.jsx:191 #: screens/Inventory/InventoryList/InventoryList.jsx:199 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:81 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:165 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:180 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:197 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:98 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:166 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:181 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:217 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:63 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:97 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:31 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:67 #: screens/Inventory/SmartInventoryHosts/SmartInventoryHostList.jsx:82 #: screens/Inventory/shared/InventoryForm.jsx:47 -#: screens/Inventory/shared/InventoryGroupForm.jsx:41 -#: screens/Inventory/shared/InventorySourceForm.jsx:105 +#: screens/Inventory/shared/InventoryGroupForm.jsx:35 +#: screens/Inventory/shared/InventorySourceForm.jsx:104 #: screens/Inventory/shared/SmartInventoryForm.jsx:53 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:88 #: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:102 -#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:48 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:138 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:195 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:107 +#: screens/ManagementJob/ManagementJobList/ManagementJobListItem.jsx:67 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:47 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:139 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:106 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:40 #: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:91 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:83 #: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:103 #: screens/Organization/OrganizationList/OrganizationList.jsx:136 #: screens/Organization/OrganizationList/OrganizationList.jsx:157 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:45 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:44 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:66 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:81 -#: screens/Organization/shared/OrganizationForm.jsx:60 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:91 +#: screens/Organization/shared/OrganizationForm.jsx:59 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:120 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:147 #: screens/Project/ProjectList/ProjectList.jsx:137 #: screens/Project/ProjectList/ProjectList.jsx:173 -#: screens/Project/ProjectList/ProjectListItem.jsx:114 +#: screens/Project/ProjectList/ProjectListItem.jsx:121 #: screens/Project/shared/ProjectForm.jsx:168 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:145 -#: screens/Team/TeamDetail/TeamDetail.jsx:34 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:139 +#: screens/Team/TeamDetail/TeamDetail.jsx:33 #: screens/Team/TeamList/TeamList.jsx:129 #: screens/Team/TeamList/TeamList.jsx:154 -#: screens/Team/TeamList/TeamListItem.jsx:40 +#: screens/Team/TeamList/TeamListItem.jsx:33 #: screens/Team/shared/TeamForm.jsx:35 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:173 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:113 @@ -5004,15 +5076,22 @@ msgstr "" #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:161 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:81 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:111 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:92 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:115 -#: screens/Template/shared/JobTemplateForm.jsx:208 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:113 -#: screens/User/UserTeams/UserTeamList.jsx:230 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:88 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:111 +#: screens/Template/shared/JobTemplateForm.jsx:213 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:112 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:60 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:64 +#: screens/User/UserOrganizations/UserOrganizationListItem.jsx:10 +#: screens/User/UserRoles/UserRolesList.jsx:154 +#: screens/User/UserRoles/UserRolesListItem.jsx:12 +#: screens/User/UserTeams/UserTeamList.jsx:182 +#: screens/User/UserTeams/UserTeamList.jsx:237 +#: screens/User/UserTeams/UserTeamListItem.jsx:18 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:86 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:174 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:227 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:62 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:59 msgid "Name" msgstr "" @@ -5030,8 +5109,8 @@ msgstr "" msgid "Never Updated" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:47 -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13 msgid "Never expires" msgstr "" @@ -5040,19 +5119,20 @@ msgstr "" msgid "New" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:79 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:80 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:92 #: components/LaunchPrompt/LaunchPrompt.jsx:120 -#: components/Schedule/shared/SchedulePromptableFields.jsx:124 +#: components/Schedule/shared/SchedulePromptableFields.jsx:123 #: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:67 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:62 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:120 msgid "Next" msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:262 -#: components/Schedule/ScheduleList/ScheduleList.jsx:175 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:102 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:106 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:258 +#: components/Schedule/ScheduleList/ScheduleList.jsx:171 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:101 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:105 msgid "Next Run" msgstr "" @@ -5060,16 +5140,16 @@ msgstr "" msgid "No" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:656 +#: screens/Job/JobOutput/JobOutput.jsx:654 msgid "No Hosts Matched" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:644 -#: screens/Job/JobOutput/JobOutput.jsx:657 +#: screens/Job/JobOutput/JobOutput.jsx:642 +#: screens/Job/JobOutput/JobOutput.jsx:655 msgid "No Hosts Remaining" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:157 +#: screens/Job/JobOutput/HostEventModal.jsx:155 msgid "No JSON Available" msgstr "" @@ -5077,15 +5157,15 @@ msgstr "" msgid "No Jobs" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:193 +#: screens/Job/JobOutput/HostEventModal.jsx:191 msgid "No Standard Error Available" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:175 +#: screens/Job/JobOutput/HostEventModal.jsx:173 msgid "No Standard Out Available" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:65 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:63 msgid "No inventory sync failures." msgstr "" @@ -5093,26 +5173,26 @@ msgstr "" msgid "No items found." msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:133 +#: screens/Job/JobOutput/HostEventModal.jsx:132 msgid "No result found" msgstr "" -#: components/Search/AdvancedSearch.jsx:100 -#: components/Search/AdvancedSearch.jsx:138 -#: components/Search/AdvancedSearch.jsx:158 +#: components/Search/AdvancedSearch.jsx:99 +#: components/Search/AdvancedSearch.jsx:131 +#: components/Search/AdvancedSearch.jsx:151 msgid "No results found" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:109 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:108 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:130 msgid "No subscriptions found" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:176 +#: screens/Template/Survey/SurveyList.jsx:173 msgid "No survey questions found." msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:96 +#: components/PaginatedDataList/PaginatedDataList.jsx:94 #: components/PaginatedTable/PaginatedTable.jsx:78 msgid "No {pluralizedItemName} Found" msgstr "" @@ -5121,7 +5201,7 @@ msgstr "" msgid "Node Type" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:74 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/useNodeTypeStep.jsx:70 msgid "Node type" msgstr "" @@ -5133,12 +5213,12 @@ msgstr "" msgid "None (Run Once)" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:162 +#: components/Schedule/shared/ScheduleForm.jsx:159 msgid "None (run once)" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:46 -#: screens/User/UserList/UserListItem.jsx:30 +#: screens/User/UserList/UserListItem.jsx:23 #: screens/User/shared/UserForm.jsx:29 msgid "Normal User" msgstr "" @@ -5147,23 +5227,24 @@ msgstr "" msgid "Not Found" msgstr "" -#: screens/Setting/shared/SettingDetail.jsx:59 -#: screens/Setting/shared/SettingDetail.jsx:100 +#: screens/Setting/shared/SettingDetail.jsx:58 +#: screens/Setting/shared/SettingDetail.jsx:99 msgid "Not configured" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:68 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:66 msgid "Not configured for inventory sync." msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:224 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:228 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 "" -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:214 +#: screens/Host/HostGroups/HostGroupsList.jsx:212 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:221 msgid "" "Note that you may still see the group in the list after\n" "disassociating if the host is also a member of that group’s\n" @@ -5172,18 +5253,18 @@ msgid "" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:212 -msgid "" -"Note that you may still see the group in the list after\n" -"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 "" +#~ msgid "" +#~ "Note that you may still see the group in the list after\n" +#~ "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 "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:66 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:61 msgid "Note: This field assumes the remote name is \"origin\"." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:40 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:38 msgid "" "Note: When using SSH protocol for GitHub or\n" "Bitbucket, enter an SSH key only, do not enter a username\n" @@ -5193,7 +5274,7 @@ msgid "" "password information." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:270 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:256 msgid "Notification Color" msgstr "" @@ -5203,15 +5284,15 @@ msgid "Notification Template not found." msgstr "" #: screens/ActivityStream/ActivityStream.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:133 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:188 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:134 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:189 #: screens/NotificationTemplate/NotificationTemplates.jsx:13 -#: screens/NotificationTemplate/NotificationTemplates.jsx:21 -#: util/getRelatedResourceDeleteDetails.js:188 +#: screens/NotificationTemplate/NotificationTemplates.jsx:20 +#: util/getRelatedResourceDeleteDetails.js:187 msgid "Notification Templates" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:72 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:68 msgid "Notification Type" msgstr "" @@ -5219,31 +5300,31 @@ msgstr "" msgid "Notification color" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:249 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:248 msgid "Notification sent successfully" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:253 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:252 msgid "Notification timed out" msgstr "" #: components/NotificationList/NotificationList.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:147 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:148 msgid "Notification type" msgstr "" #: components/NotificationList/NotificationList.jsx:177 -#: routeConfig.js:123 -#: screens/Inventory/Inventories.jsx:118 +#: routeConfig.jsx:120 +#: screens/Inventory/Inventories.jsx:91 #: screens/Inventory/InventorySource/InventorySource.jsx:104 #: screens/ManagementJob/ManagementJob.jsx:115 -#: screens/ManagementJob/ManagementJobs.jsx:24 +#: screens/ManagementJob/ManagementJobs.jsx:23 #: screens/Organization/Organization.jsx:135 -#: screens/Organization/Organizations.jsx:35 +#: screens/Organization/Organizations.jsx:33 #: screens/Project/Project.jsx:111 -#: screens/Project/Projects.jsx:31 +#: screens/Project/Projects.jsx:30 #: screens/Template/Template.jsx:150 -#: screens/Template/Templates.jsx:47 +#: screens/Template/Templates.jsx:45 #: screens/Template/WorkflowJobTemplate.jsx:127 msgid "Notifications" msgstr "" @@ -5267,53 +5348,53 @@ msgstr "" msgid "October" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:225 -#: components/HostToggle/HostToggle.jsx:59 -#: components/InstanceToggle/InstanceToggle.jsx:59 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:188 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:55 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:213 +#: components/HostToggle/HostToggle.jsx:56 +#: components/InstanceToggle/InstanceToggle.jsx:51 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:184 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:53 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:94 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:53 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "Off" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:224 -#: components/HostToggle/HostToggle.jsx:58 -#: components/InstanceToggle/InstanceToggle.jsx:58 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:185 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:187 -#: components/PromptDetail/PromptDetail.jsx:253 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:145 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:331 -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:54 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:49 -#: screens/Setting/shared/SettingDetail.jsx:86 -#: screens/Setting/shared/SharedFields.jsx:96 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:233 +#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/HostToggle/HostToggle.jsx:55 +#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:181 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:183 +#: components/PromptDetail/PromptDetail.jsx:244 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:52 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:47 +#: screens/Setting/shared/SettingDetail.jsx:85 +#: screens/Setting/shared/SharedFields.jsx:93 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 #: screens/Template/Survey/SurveyToolbar.jsx:52 -#: screens/Template/shared/JobTemplateForm.jsx:485 +#: screens/Template/shared/JobTemplateForm.jsx:480 msgid "On" msgstr "" #: components/Workflow/WorkflowLegend.jsx:122 #: components/Workflow/WorkflowLinkHelp.jsx:30 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:68 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:44 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:40 msgid "On Failure" msgstr "" #: components/Workflow/WorkflowLegend.jsx:118 #: components/Workflow/WorkflowLinkHelp.jsx:27 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:63 -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:35 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:33 msgid "On Success" msgstr "" @@ -5325,7 +5406,7 @@ msgstr "" msgid "On days" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:155 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:153 msgid "Only Group By" msgstr "" @@ -5333,38 +5414,38 @@ msgstr "" msgid "OpenStack" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:126 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:116 msgid "Option Details" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:373 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:220 +#: screens/Template/shared/JobTemplateForm.jsx:370 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:213 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 "" -#: screens/Template/shared/WebhookSubForm.jsx:219 +#: screens/Template/shared/WebhookSubForm.jsx:210 msgid "Optionally select the credential to use to send status updates back to the webhook service." msgstr "" -#: components/NotificationList/NotificationList.jsx:222 -#: components/NotificationList/NotificationListItem.jsx:34 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:167 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:180 -#: components/PromptDetail/PromptProjectDetail.jsx:99 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:93 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:141 -#: screens/Credential/shared/TypeInputsSubForm.jsx:49 -#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:65 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:250 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:130 +#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationListItem.jsx:31 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:165 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:167 +#: components/PromptDetail/PromptProjectDetail.jsx:93 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:85 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:140 +#: screens/Credential/shared/TypeInputsSubForm.jsx:47 +#: screens/InstanceGroup/shared/ContainerGroupForm.jsx:61 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:245 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:163 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:66 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:278 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:180 -#: screens/Template/shared/JobTemplateForm.jsx:531 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:246 +#: screens/Template/shared/JobTemplateForm.jsx:526 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:237 msgid "Options" msgstr "" @@ -5372,44 +5453,45 @@ msgstr "" #: components/Lookup/OrganizationLookup.jsx:82 #: components/Lookup/OrganizationLookup.jsx:88 #: components/Lookup/OrganizationLookup.jsx:101 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:64 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:74 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:93 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:103 -#: components/PromptDetail/PromptProjectDetail.jsx:63 -#: components/PromptDetail/PromptProjectDetail.jsx:73 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:58 -#: components/TemplateList/TemplateListItem.jsx:243 -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:73 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:37 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:62 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:72 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:88 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:98 +#: components/PromptDetail/PromptProjectDetail.jsx:57 +#: components/PromptDetail/PromptProjectDetail.jsx:67 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:53 +#: components/TemplateList/TemplateListItem.jsx:240 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:72 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:36 #: screens/Application/ApplicationsList/ApplicationsList.jsx:163 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:218 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:217 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:72 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:146 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:158 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:63 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:81 #: screens/Inventory/InventoryList/InventoryList.jsx:202 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:100 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:202 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:108 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:59 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:69 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:98 -#: screens/Project/ProjectList/ProjectListItem.jsx:215 -#: screens/Project/ProjectList/ProjectListItem.jsx:226 -#: screens/Team/TeamDetail/TeamDetail.jsx:40 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:96 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:107 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:55 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:65 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:221 +#: screens/Project/ProjectList/ProjectListItem.jsx:232 +#: screens/Team/TeamDetail/TeamDetail.jsx:36 #: screens/Team/TeamList/TeamList.jsx:155 -#: screens/Team/TeamList/TeamListItem.jsx:45 +#: screens/Team/TeamList/TeamListItem.jsx:38 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:178 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:188 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:123 -#: screens/User/UserTeams/UserTeamList.jsx:235 -#: screens/User/UserTeams/UserTeamListItem.jsx:42 +#: screens/User/UserTeams/UserTeamList.jsx:183 +#: screens/User/UserTeams/UserTeamList.jsx:242 +#: screens/User/UserTeams/UserTeamListItem.jsx:21 msgid "Organization" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:97 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx:93 msgid "Organization (Name)" msgstr "" @@ -5422,17 +5504,17 @@ msgid "Organization not found." msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:188 -#: routeConfig.js:97 +#: routeConfig.jsx:94 #: screens/ActivityStream/ActivityStream.jsx:179 #: screens/Organization/OrganizationList/OrganizationList.jsx:132 #: screens/Organization/OrganizationList/OrganizationList.jsx:178 #: screens/Organization/Organizations.jsx:16 -#: screens/Organization/Organizations.jsx:27 +#: screens/Organization/Organizations.jsx:26 #: screens/User/User.jsx:65 -#: screens/User/UserOrganizations/UserOrganizationsList.jsx:55 -#: screens/User/Users.jsx:34 -#: util/getRelatedResourceDeleteDetails.js:239 -#: util/getRelatedResourceDeleteDetails.js:273 +#: screens/User/UserOrganizations/UserOrganizationList.jsx:57 +#: screens/User/Users.jsx:33 +#: util/getRelatedResourceDeleteDetails.js:238 +#: util/getRelatedResourceDeleteDetails.js:272 msgid "Organizations" msgstr "" @@ -5445,22 +5527,22 @@ msgid "Out of compliance" msgstr "" #: screens/Job/Job.jsx:104 -#: screens/Job/Jobs.jsx:28 +#: screens/Job/Jobs.jsx:27 msgid "Output" msgstr "" #: components/PromptDetail/PromptInventorySourceDetail.jsx:48 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:121 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:132 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:118 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:128 msgid "Overwrite" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:49 msgid "Overwrite Variables" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:144 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:153 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:141 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:149 msgid "Overwrite variables" msgstr "" @@ -5473,11 +5555,11 @@ msgid "PUT" msgstr "" #: components/NotificationList/NotificationList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:155 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 msgid "Pagerduty" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:218 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:206 msgid "Pagerduty Subdomain" msgstr "" @@ -5489,44 +5571,52 @@ msgstr "" msgid "Pagination" msgstr "" -#: components/Workflow/WorkflowTools.jsx:166 +#: components/Workflow/WorkflowTools.jsx:165 msgid "Pan Down" msgstr "" -#: components/Workflow/WorkflowTools.jsx:133 +#: components/Workflow/WorkflowTools.jsx:132 msgid "Pan Left" msgstr "" -#: components/Workflow/WorkflowTools.jsx:177 +#: components/Workflow/WorkflowTools.jsx:176 msgid "Pan Right" msgstr "" -#: components/Workflow/WorkflowTools.jsx:144 +#: components/Workflow/WorkflowTools.jsx:143 msgid "Pan Up" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:279 +#: components/AdHocCommands/AdHocDetailsStep.jsx:266 msgid "Pass extra command line changes. There are two ansible command line parameters:" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:393 +#~ msgid "" +#~ "Pass extra command line variables to the playbook. This is the\n" +#~ "-e or --extra-vars command line parameter for ansible-playbook.\n" +#~ "Provide key/value pairs using either YAML or JSON. Refer to the\n" +#~ "Ansible Tower documentation for example syntax." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:389 msgid "" "Pass extra command line variables to the playbook. This is the\n" "-e or --extra-vars command line parameter for ansible-playbook.\n" "Provide key/value pairs using either YAML or JSON. Refer to the\n" -"Ansible Tower documentation for example syntax." +"documentation for example syntax." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:234 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.jsx:172 +#: screens/Login/Login.jsx:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:229 -#: screens/Template/Survey/SurveyQuestionForm.jsx:52 -#: screens/User/shared/UserForm.jsx:85 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:223 +#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/User/shared/UserForm.jsx:80 msgid "Password" msgstr "" @@ -5547,15 +5637,15 @@ msgstr "" msgid "Pending" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:88 +#: components/AppContainer/PageHeaderToolbar.jsx:85 msgid "Pending Workflow Approvals" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:109 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:105 msgid "Pending delete" msgstr "" -#: components/Lookup/HostFilterLookup.jsx:311 +#: components/Lookup/HostFilterLookup.jsx:308 msgid "Perform a search to define a host filter" msgstr "" @@ -5567,43 +5657,43 @@ msgstr "" msgid "Play" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:88 msgid "Play Count" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:661 +#: screens/Job/JobOutput/JobOutput.jsx:659 msgid "Play Started" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:138 -#: screens/Job/JobDetail/JobDetail.jsx:237 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 -#: screens/Template/shared/JobTemplateForm.jsx:331 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 +#: screens/Job/JobDetail/JobDetail.jsx:228 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:218 +#: screens/Template/shared/JobTemplateForm.jsx:330 msgid "Playbook" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:97 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Check" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:662 +#: screens/Job/JobOutput/JobOutput.jsx:660 msgid "Playbook Complete" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:112 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:86 +#: components/PromptDetail/PromptProjectDetail.jsx:103 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:178 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:85 msgid "Playbook Directory" msgstr "" #: components/JobList/JobList.jsx:186 -#: components/JobList/JobListItem.jsx:34 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 -#: screens/Job/JobDetail/JobDetail.jsx:98 +#: components/JobList/JobListItem.jsx:33 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:37 +#: screens/Job/JobDetail/JobDetail.jsx:95 msgid "Playbook Run" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:653 +#: screens/Job/JobOutput/JobOutput.jsx:651 msgid "Playbook Started" msgstr "" @@ -5618,28 +5708,28 @@ msgstr "" msgid "Playbook run" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:90 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:89 msgid "Plays" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:179 +#: screens/Template/Survey/SurveyList.jsx:175 msgid "Please add survey questions." msgstr "" -#: components/PaginatedDataList/PaginatedDataList.jsx:94 +#: components/PaginatedDataList/PaginatedDataList.jsx:93 #: components/PaginatedTable/PaginatedTable.jsx:91 msgid "Please add {pluralizedItemName} to populate this list" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:45 +#: screens/Setting/Subscription/SubscriptionEdit/EulaStep.jsx:44 msgid "Please agree to End User License Agreement before proceeding." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:45 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:43 msgid "Please click the Start button to begin." msgstr "" -#: util/validators.jsx:118 +#: util/validators.jsx:116 msgid "Please enter a valid URL" msgstr "" @@ -5647,19 +5737,19 @@ msgstr "" msgid "Please enter a value." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:581 +#: components/Schedule/shared/ScheduleForm.jsx:575 msgid "Please select a day number between 1 and 31." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:756 +#: screens/Template/shared/JobTemplateForm.jsx:746 msgid "Please select an Inventory or check the Prompt on Launch option." msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:571 +#: components/Schedule/shared/ScheduleForm.jsx:567 msgid "Please select an end date/time that comes after the start date/time." msgstr "" -#: components/Lookup/HostFilterLookup.jsx:299 +#: components/Lookup/HostFilterLookup.jsx:297 msgid "Please select an organization before editing the host filter" msgstr "" @@ -5673,39 +5763,48 @@ msgid "Policy instance minimum" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:69 -#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:40 +#: screens/InstanceGroup/shared/InstanceGroupForm.jsx:38 msgid "Policy instance percentage" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:65 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:73 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:64 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginField.jsx:70 msgid "Populate field from an external secret management system" msgstr "" #: components/Lookup/HostFilterLookup.jsx:288 +#~ msgid "" +#~ "Populate the hosts for this inventory by using a search\n" +#~ "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" +#~ "Refer to the Ansible Tower documentation for further syntax and\n" +#~ "examples." +#~ msgstr "" + +#: components/Lookup/HostFilterLookup.jsx:287 msgid "" "Populate the hosts for this inventory by using a search\n" "filter. Example: ansible_facts.ansible_distribution:\"RedHat\".\n" -"Refer to the Ansible Tower documentation for further syntax and\n" +"Refer to the documentation for further syntax and\n" +"examples. Refer to the Ansible Tower documentation for further syntax and\n" "examples." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:102 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:98 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:105 msgid "Port" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:215 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:214 msgid "Preconditions for running this node when there are multiple parents. Refer to the" msgstr "" -#: components/CodeEditor/CodeEditor.jsx:188 +#: components/CodeEditor/CodeEditor.jsx:187 msgid "Press Enter to edit. Press ESC to stop editing." msgstr "" #: components/LaunchPrompt/steps/usePreviewStep.jsx:23 -#: screens/Template/Survey/SurveyList.jsx:163 -#: screens/Template/Survey/SurveyList.jsx:165 +#: screens/Template/Survey/SurveyList.jsx:160 +#: screens/Template/Survey/SurveyList.jsx:162 msgid "Preview" msgstr "" @@ -5713,7 +5812,7 @@ msgstr "" msgid "Private key passphrase" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:532 msgid "Privilege Escalation" msgstr "" @@ -5721,26 +5820,26 @@ msgstr "" msgid "Privilege escalation password" msgstr "" -#: components/JobList/JobListItem.jsx:185 +#: components/JobList/JobListItem.jsx:180 #: components/Lookup/ProjectLookup.jsx:86 #: components/Lookup/ProjectLookup.jsx:91 #: components/Lookup/ProjectLookup.jsx:144 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:89 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:123 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:131 -#: components/TemplateList/TemplateListItem.jsx:271 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:216 -#: screens/Job/JobDetail/JobDetail.jsx:212 -#: screens/Job/JobDetail/JobDetail.jsx:227 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:87 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:116 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:124 +#: components/TemplateList/TemplateListItem.jsx:268 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:213 +#: screens/Job/JobDetail/JobDetail.jsx:203 +#: screens/Job/JobDetail/JobDetail.jsx:218 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:151 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:205 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:213 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:203 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:211 msgid "Project" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:107 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:144 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:64 +#: components/PromptDetail/PromptProjectDetail.jsx:100 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:175 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:63 msgid "Project Base Path" msgstr "" @@ -5762,50 +5861,50 @@ msgid "Project sync failures" msgstr "" #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:146 -#: routeConfig.js:76 +#: routeConfig.jsx:73 #: screens/ActivityStream/ActivityStream.jsx:168 #: screens/Dashboard/Dashboard.jsx:151 #: screens/Project/ProjectList/ProjectList.jsx:132 #: screens/Project/ProjectList/ProjectList.jsx:200 #: screens/Project/Projects.jsx:14 -#: screens/Project/Projects.jsx:25 -#: util/getRelatedResourceDeleteDetails.js:60 -#: util/getRelatedResourceDeleteDetails.js:202 -#: util/getRelatedResourceDeleteDetails.js:232 +#: screens/Project/Projects.jsx:24 +#: util/getRelatedResourceDeleteDetails.js:59 +#: util/getRelatedResourceDeleteDetails.js:201 +#: util/getRelatedResourceDeleteDetails.js:231 msgid "Projects" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:136 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:134 msgid "Promote Child Groups and Hosts" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:633 -#: components/Schedule/shared/ScheduleForm.jsx:636 +#: components/Schedule/shared/ScheduleForm.jsx:625 +#: components/Schedule/shared/ScheduleForm.jsx:628 msgid "Prompt" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:153 +#: components/PromptDetail/PromptDetail.jsx:148 msgid "Prompt Overrides" msgstr "" -#: components/CodeEditor/VariablesField.jsx:230 +#: components/CodeEditor/VariablesField.jsx:219 #: components/FieldWithPrompt/FieldWithPrompt.jsx:47 -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:167 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:166 msgid "Prompt on launch" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:150 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:286 +#: components/PromptDetail/PromptDetail.jsx:146 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:279 msgid "Prompted Values" msgstr "" #: components/LaunchPrompt/LaunchPrompt.jsx:107 -#: components/Schedule/shared/SchedulePromptableFields.jsx:111 +#: components/Schedule/shared/SchedulePromptableFields.jsx:110 msgid "Prompts" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:424 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:166 +#: screens/Template/shared/JobTemplateForm.jsx:419 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:163 msgid "" "Provide a host pattern to further constrain\n" "the list of hosts that will be managed or affected by the\n" @@ -5821,17 +5920,17 @@ msgid "" "information and examples on patterns." msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:164 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:159 msgid "Provide a value for this field or select the Prompt on launch option." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:284 +#: components/AdHocCommands/AdHocDetailsStep.jsx:270 msgid "" "Provide key/value pairs using either\n" "YAML or JSON." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:208 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:202 msgid "" "Provide your Red Hat or Red Hat Satellite credentials\n" "below and you can choose from a list of your available subscriptions.\n" @@ -5843,39 +5942,43 @@ msgstr "" msgid "Provide your Red Hat or Red Hat Satellite credentials to enable Insights Analytics." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:152 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:243 -#: screens/Template/shared/JobTemplateForm.jsx:610 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:142 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:229 +#: screens/Template/shared/JobTemplateForm.jsx:603 msgid "Provisioning Callback URL" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:605 +#: screens/Template/shared/JobTemplateForm.jsx:598 msgid "Provisioning Callback details" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:542 -#: screens/Template/shared/JobTemplateForm.jsx:545 +#: screens/Template/shared/JobTemplateForm.jsx:537 +#: screens/Template/shared/JobTemplateForm.jsx:540 msgid "Provisioning Callbacks" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:120 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113 msgid "Pull" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:116 +#: screens/Template/Survey/SurveyQuestionForm.jsx:111 msgid "Question" msgstr "" -#: screens/Setting/Settings.jsx:102 +#: screens/Setting/Settings.jsx:100 msgid "RADIUS" msgstr "" -#: screens/Setting/SettingList.jsx:78 +#: screens/Setting/SettingList.jsx:76 msgid "RADIUS settings" msgstr "" -#: screens/User/shared/UserTokenForm.jsx:80 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:201 +msgid "RAM {0}" +msgstr "" + +#: screens/User/shared/UserTokenForm.jsx:76 msgid "Read" msgstr "" @@ -5887,7 +5990,7 @@ msgstr "" msgid "Recent Jobs list tab" msgstr "" -#: screens/Dashboard/Dashboard.jsx:251 +#: screens/Dashboard/Dashboard.jsx:250 msgid "Recent Templates" msgstr "" @@ -5895,7 +5998,7 @@ msgstr "" msgid "Recent Templates list tab" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:92 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:88 msgid "Recipient List" msgstr "" @@ -5919,19 +6022,19 @@ msgstr "" msgid "Red Hat Virtualization" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:132 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:126 msgid "Red Hat subscription manifest" msgstr "" -#: components/About/About.jsx:29 +#: components/About/About.jsx:28 msgid "Red Hat, Inc." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:108 +#: screens/Application/shared/ApplicationForm.jsx:105 msgid "Redirect URIs" msgstr "" -#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:96 +#: screens/Application/ApplicationDetails/ApplicationDetails.jsx:95 msgid "Redirect uris" msgstr "" @@ -5943,13 +6046,13 @@ msgstr "" msgid "Redirecting to subscription detail" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:414 +#: screens/Template/shared/JobTemplateForm.jsx:409 msgid "" "Refer to the Ansible documentation for details\n" "about the configuration file." msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:78 +#: screens/User/UserTokens/UserTokens.jsx:76 msgid "Refresh Token" msgstr "" @@ -5958,34 +6061,34 @@ msgstr "" msgid "Refresh Token Expiration" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:119 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:117 msgid "Regions" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:150 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141 msgid "Registry credential" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:283 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:273 msgid "Regular expression where only matching host names will be imported. The filter is applied as a post-processing step after any inventory plugin filters are applied." msgstr "" -#: screens/Inventory/Inventories.jsx:92 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:64 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:160 +#: screens/Inventory/Inventories.jsx:79 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:63 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:161 msgid "Related Groups" msgstr "" -#: components/JobList/JobListItem.jsx:118 +#: components/JobList/JobListItem.jsx:113 #: components/LaunchButton/ReLaunchDropDown.jsx:81 -#: screens/Job/JobDetail/JobDetail.jsx:384 -#: screens/Job/JobDetail/JobDetail.jsx:392 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:162 +#: screens/Job/JobDetail/JobDetail.jsx:375 +#: screens/Job/JobDetail/JobDetail.jsx:383 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:161 msgid "Relaunch" msgstr "" -#: components/JobList/JobListItem.jsx:99 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:142 +#: components/JobList/JobListItem.jsx:94 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 msgid "Relaunch Job" msgstr "" @@ -6002,8 +6105,8 @@ msgstr "" msgid "Relaunch on" msgstr "" -#: components/JobList/JobListItem.jsx:98 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:141 +#: components/JobList/JobListItem.jsx:93 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:140 msgid "Relaunch using host parameters" msgstr "" @@ -6033,31 +6136,31 @@ msgstr "" msgid "Remove Node" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:73 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:72 msgid "Remove any local modifications prior to performing an update." msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:23 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:15 msgid "Remove {0} Access" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:60 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:46 msgid "Remove {0} chip" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:49 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkDeleteModal.jsx:48 msgid "Removing this link will orphan the rest of the branch and cause it to be executed immediately on launch." msgstr "" -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:267 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:261 msgid "Repeat Frequency" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:45 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 msgid "Replace" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:54 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:50 msgid "Replace field with new value" msgstr "" @@ -6067,7 +6170,7 @@ msgid "Request subscription" msgstr "" #: screens/Template/Survey/SurveyListItem.jsx:106 -#: screens/Template/Survey/SurveyQuestionForm.jsx:143 +#: screens/Template/Survey/SurveyQuestionForm.jsx:136 msgid "Required" msgstr "" @@ -6076,32 +6179,32 @@ msgid "Resource deleted" msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:21 -msgid "Resource name" -msgstr "" +#~ msgid "Resource name" +#~ msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:40 -msgid "Resource role" -msgstr "" +#~ msgid "Resource role" +#~ msgstr "" #: screens/User/UserRoles/UserRolesListItem.jsx:30 -msgid "Resource type" -msgstr "" +#~ msgid "Resource type" +#~ msgstr "" -#: routeConfig.js:62 +#: routeConfig.jsx:59 #: screens/ActivityStream/ActivityStream.jsx:157 msgid "Resources" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:134 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:81 +#: components/TemplateList/TemplateListItem.jsx:133 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:79 msgid "Resources are missing from this template." msgstr "" -#: screens/Setting/shared/RevertButton.jsx:44 +#: screens/Setting/shared/RevertButton.jsx:43 msgid "Restore initial value." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:255 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:248 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'" @@ -6109,32 +6212,32 @@ msgstr "" #: components/JobList/JobListCancelButton.jsx:159 #: components/JobList/JobListCancelButton.jsx:162 -#: screens/Job/JobDetail/JobDetail.jsx:443 -#: screens/Job/JobDetail/JobDetail.jsx:446 -#: screens/Job/JobOutput/JobOutput.jsx:804 -#: screens/Job/JobOutput/JobOutput.jsx:807 +#: screens/Job/JobDetail/JobDetail.jsx:434 +#: screens/Job/JobDetail/JobDetail.jsx:437 +#: screens/Job/JobOutput/JobOutput.jsx:800 +#: screens/Job/JobOutput/JobOutput.jsx:803 msgid "Return" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:122 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:121 msgid "Return to subscription management." msgstr "" -#: components/Search/AdvancedSearch.jsx:120 +#: components/Search/AdvancedSearch.jsx:114 msgid "Returns results that have values other than this one as well as other filters." msgstr "" -#: components/Search/AdvancedSearch.jsx:106 +#: components/Search/AdvancedSearch.jsx:104 msgid "Returns results that satisfy this one as well as other filters. This is the default set type if nothing is selected." msgstr "" -#: components/Search/AdvancedSearch.jsx:113 +#: components/Search/AdvancedSearch.jsx:109 msgid "Returns results that satisfy this one or any other filters." msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:44 -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:42 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Revert" msgstr "" @@ -6142,12 +6245,12 @@ msgstr "" msgid "Revert all" msgstr "" +#: screens/Setting/shared/RevertFormActionGroup.jsx:22 #: screens/Setting/shared/RevertFormActionGroup.jsx:28 -#: screens/Setting/shared/RevertFormActionGroup.jsx:34 msgid "Revert all to default" msgstr "" -#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:53 +#: screens/Credential/shared/CredentialFormFields/CredentialField.jsx:49 msgid "Revert field to previously saved value" msgstr "" @@ -6155,60 +6258,63 @@ msgstr "" msgid "Revert settings" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:43 +#: screens/Setting/shared/RevertButton.jsx:42 msgid "Revert to factory default." msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:236 +#: screens/Job/JobDetail/JobDetail.jsx:227 #: screens/Project/ProjectList/ProjectList.jsx:176 -#: screens/Project/ProjectList/ProjectListItem.jsx:152 +#: screens/Project/ProjectList/ProjectListItem.jsx:155 msgid "Revision" msgstr "" -#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:38 +#: screens/Project/shared/ProjectSubForms/SvnSubForm.jsx:36 msgid "Revision #" msgstr "" #: components/NotificationList/NotificationList.jsx:199 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 msgid "Rocket.Chat" msgstr "" #: screens/Team/TeamRoles/TeamRoleListItem.jsx:40 -#: screens/Team/TeamRoles/TeamRolesList.jsx:148 -#: screens/User/UserList/UserList.jsx:171 -#: screens/User/UserList/UserListItem.jsx:78 +#: screens/Team/TeamRoles/TeamRolesList.jsx:145 +#: screens/User/UserList/UserList.jsx:165 +#: screens/User/UserList/UserListItem.jsx:69 #: screens/User/UserRoles/UserRolesList.jsx:145 -#: screens/User/UserRoles/UserRolesListItem.jsx:44 +#: screens/User/UserRoles/UserRolesList.jsx:156 +#: screens/User/UserRoles/UserRolesListItem.jsx:26 msgid "Role" msgstr "" #: components/ResourceAccessList/ResourceAccessList.jsx:143 #: components/ResourceAccessList/ResourceAccessList.jsx:156 +#: components/ResourceAccessList/ResourceAccessList.jsx:182 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:68 #: screens/Team/Team.jsx:57 -#: screens/Team/Teams.jsx:32 +#: screens/Team/Teams.jsx:31 #: screens/User/User.jsx:70 -#: screens/User/Users.jsx:32 +#: screens/User/Users.jsx:31 msgid "Roles" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:96 #: components/Workflow/WorkflowLinkHelp.jsx:39 -#: screens/Credential/shared/ExternalTestModal.jsx:90 +#: screens/Credential/shared/ExternalTestModal.jsx:89 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:49 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:24 -#: screens/Template/shared/JobTemplateForm.jsx:172 +#: screens/Template/shared/JobTemplateForm.jsx:177 msgid "Run" msgstr "" -#: components/AdHocCommands/AdHocCommands.jsx:124 -#: components/AdHocCommands/AdHocCommands.jsx:127 -#: components/AdHocCommands/AdHocCommands.jsx:133 -#: components/AdHocCommands/AdHocCommands.jsx:137 +#: components/AdHocCommands/AdHocCommands.jsx:131 +#: components/AdHocCommands/AdHocCommands.jsx:134 +#: components/AdHocCommands/AdHocCommands.jsx:140 +#: components/AdHocCommands/AdHocCommands.jsx:144 msgid "Run Command" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:109 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:123 msgid "Run command" msgstr "" @@ -6216,7 +6322,7 @@ msgstr "" msgid "Run every" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:157 +#: components/Schedule/shared/ScheduleForm.jsx:154 msgid "Run frequency" msgstr "" @@ -6229,12 +6335,12 @@ msgid "Run type" msgstr "" #: components/JobList/JobList.jsx:203 -#: components/TemplateList/TemplateListItem.jsx:106 +#: components/TemplateList/TemplateListItem.jsx:105 #: components/Workflow/WorkflowNodeHelp.jsx:83 msgid "Running" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:654 +#: screens/Job/JobOutput/JobOutput.jsx:652 msgid "Running Handlers" msgstr "" @@ -6242,16 +6348,16 @@ msgstr "" msgid "Running Jobs" msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:99 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:73 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:170 msgid "Running jobs" msgstr "" -#: screens/Setting/Settings.jsx:105 +#: screens/Setting/Settings.jsx:103 msgid "SAML" msgstr "" -#: screens/Setting/SettingList.jsx:82 +#: screens/Setting/SettingList.jsx:80 msgid "SAML settings" msgstr "" @@ -6260,7 +6366,7 @@ msgid "SCM update" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:53 -#: screens/User/UserList/UserListItem.jsx:57 +#: screens/User/UserList/UserListItem.jsx:49 msgid "SOCIAL" msgstr "" @@ -6268,18 +6374,19 @@ msgstr "" msgid "SSH password" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:176 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:166 msgid "SSL Connection" msgstr "" -#: components/Workflow/WorkflowStartNode.jsx:61 +#: components/Workflow/WorkflowStartNode.jsx:60 #: components/Workflow/workflowReducer.js:412 msgid "START" msgstr "" #: components/Sparkline/Sparkline.jsx:31 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:45 -#: screens/Project/ProjectList/ProjectListItem.jsx:72 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:38 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:92 +#: screens/Project/ProjectList/ProjectListItem.jsx:71 msgid "STATUS:" msgstr "" @@ -6292,23 +6399,23 @@ msgstr "" msgid "Saturday" msgstr "" -#: components/AddRole/AddResourceRole.jsx:266 -#: components/AssociateModal/AssociateModal.jsx:105 -#: components/AssociateModal/AssociateModal.jsx:111 +#: components/AddRole/AddResourceRole.jsx:265 +#: components/AssociateModal/AssociateModal.jsx:104 +#: components/AssociateModal/AssociateModal.jsx:110 #: components/FormActionGroup/FormActionGroup.jsx:14 #: components/FormActionGroup/FormActionGroup.jsx:20 -#: components/Schedule/shared/ScheduleForm.jsx:619 -#: components/Schedule/shared/ScheduleForm.jsx:625 -#: components/Schedule/shared/useSchedulePromptSteps.js:46 +#: components/Schedule/shared/ScheduleForm.jsx:611 +#: components/Schedule/shared/ScheduleForm.jsx:617 +#: components/Schedule/shared/useSchedulePromptSteps.js:45 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:126 -#: screens/Credential/shared/CredentialForm.jsx:323 -#: screens/Credential/shared/CredentialForm.jsx:328 +#: screens/Credential/shared/CredentialForm.jsx:316 +#: screens/Credential/shared/CredentialForm.jsx:321 +#: screens/Setting/shared/RevertFormActionGroup.jsx:13 #: screens/Setting/shared/RevertFormActionGroup.jsx:19 -#: screens/Setting/shared/RevertFormActionGroup.jsx:25 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/LinkModals/LinkModal.jsx:35 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeModal.jsx:119 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:165 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:169 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:158 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:162 msgid "Save" msgstr "" @@ -6317,7 +6424,7 @@ msgstr "" msgid "Save & Exit" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:239 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:232 msgid "Save and enable log aggregation before testing the log aggregator." msgstr "" @@ -6329,66 +6436,66 @@ msgstr "" msgid "Save successful!" msgstr "" -#: screens/Project/Projects.jsx:38 -#: screens/Template/Templates.jsx:56 +#: screens/Project/Projects.jsx:36 +#: screens/Template/Templates.jsx:53 msgid "Schedule Details" msgstr "" -#: screens/Inventory/Inventories.jsx:115 +#: screens/Inventory/Inventories.jsx:90 msgid "Schedule details" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:45 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is active" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:46 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:44 msgid "Schedule is inactive" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:534 +#: components/Schedule/shared/ScheduleForm.jsx:531 msgid "Schedule is missing rrule" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:231 -#: routeConfig.js:45 +#: components/Schedule/ScheduleList/ScheduleList.jsx:227 +#: routeConfig.jsx:42 #: screens/ActivityStream/ActivityStream.jsx:151 -#: screens/Inventory/Inventories.jsx:108 +#: screens/Inventory/Inventories.jsx:87 #: screens/Inventory/InventorySource/InventorySource.jsx:93 #: screens/ManagementJob/ManagementJob.jsx:107 -#: screens/ManagementJob/ManagementJobs.jsx:25 +#: screens/ManagementJob/ManagementJobs.jsx:24 #: screens/Project/Project.jsx:123 -#: screens/Project/Projects.jsx:34 +#: screens/Project/Projects.jsx:33 #: screens/Schedule/AllSchedules.jsx:25 #: screens/Template/Template.jsx:157 -#: screens/Template/Templates.jsx:52 +#: screens/Template/Templates.jsx:50 #: screens/Template/WorkflowJobTemplate.jsx:134 msgid "Schedules" msgstr "" #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:119 -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:48 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 #: screens/User/UserTokenDetail/UserTokenDetail.jsx:53 #: screens/User/UserTokenList/UserTokenList.jsx:126 #: screens/User/UserTokenList/UserTokenListItem.jsx:61 #: screens/User/UserTokenList/UserTokenListItem.jsx:62 -#: screens/User/shared/UserTokenForm.jsx:68 +#: screens/User/shared/UserTokenForm.jsx:66 msgid "Scope" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:61 +#: screens/Job/JobOutput/PageControls.jsx:60 msgid "Scroll first" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:69 +#: screens/Job/JobOutput/PageControls.jsx:68 msgid "Scroll last" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:53 +#: screens/Job/JobOutput/PageControls.jsx:52 msgid "Scroll next" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:45 +#: screens/Job/JobOutput/PageControls.jsx:44 msgid "Scroll previous" msgstr "" @@ -6397,11 +6504,11 @@ msgstr "" msgid "Search" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:723 +#: screens/Job/JobOutput/JobOutput.jsx:720 msgid "Search is disabled while the job is running" msgstr "" -#: components/Search/AdvancedSearch.jsx:262 +#: components/Search/AdvancedSearch.jsx:247 #: components/Search/Search.jsx:284 msgid "Search submit button" msgstr "" @@ -6414,35 +6521,35 @@ msgstr "" msgid "Second" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:105 -#: components/PromptDetail/PromptProjectDetail.jsx:102 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:134 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:96 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 msgid "Seconds" msgstr "" -#: components/LaunchPrompt/steps/PreviewStep.jsx:67 +#: components/LaunchPrompt/steps/PreviewStep.jsx:61 msgid "See errors on the left" msgstr "" -#: components/JobList/JobListItem.jsx:67 -#: components/Lookup/HostFilterLookup.jsx:321 +#: components/JobList/JobListItem.jsx:66 +#: components/Lookup/HostFilterLookup.jsx:318 #: components/Lookup/Lookup.jsx:141 #: components/Pagination/Pagination.jsx:33 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:89 msgid "Select" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:141 +#: screens/Credential/shared/CredentialForm.jsx:138 msgid "Select Credential Type" msgstr "" #: screens/Host/HostGroups/HostGroupsList.jsx:236 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:238 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:230 +#: screens/Inventory/InventoryHostGroups/InventoryHostGroupsList.jsx:245 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupList.jsx:232 msgid "Select Groups" msgstr "" -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:253 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostList.jsx:257 msgid "Select Hosts" msgstr "" @@ -6450,31 +6557,31 @@ msgstr "" msgid "Select Input" msgstr "" -#: screens/InstanceGroup/Instances/InstanceList.jsx:223 +#: screens/InstanceGroup/Instances/InstanceList.jsx:221 msgid "Select Instances" msgstr "" -#: components/AssociateModal/AssociateModal.jsx:22 +#: components/AssociateModal/AssociateModal.jsx:21 msgid "Select Items" msgstr "" -#: components/AddRole/AddResourceRole.jsx:221 +#: components/AddRole/AddResourceRole.jsx:220 msgid "Select Items from List" msgstr "" -#: screens/Template/shared/LabelSelect.jsx:92 +#: screens/Template/shared/LabelSelect.jsx:100 msgid "Select Labels" msgstr "" -#: components/AddRole/AddResourceRole.jsx:255 +#: components/AddRole/AddResourceRole.jsx:254 msgid "Select Roles to Apply" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:249 +#: screens/User/UserTeams/UserTeamList.jsx:256 msgid "Select Teams" msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:26 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:25 msgid "Select a JSON formatted service account key to autopopulate the following fields." msgstr "" @@ -6482,7 +6589,7 @@ msgstr "" msgid "Select a Node Type" msgstr "" -#: components/AddRole/AddResourceRole.jsx:191 +#: components/AddRole/AddResourceRole.jsx:190 msgid "Select a Resource Type" msgstr "" @@ -6492,15 +6599,15 @@ msgid "" "all job template nodes that prompt for a branch." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:48 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:47 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:189 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 msgid "Select a branch for the workflow. This branch is applied to all job template nodes that prompt for a branch." msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:151 +#: screens/Credential/shared/CredentialForm.jsx:148 msgid "Select a credential Type" msgstr "" @@ -6516,16 +6623,16 @@ msgstr "" msgid "Select a metric" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:81 +#: components/AdHocCommands/AdHocDetailsStep.jsx:79 msgid "Select a module" msgstr "" +#: screens/Template/shared/PlaybookSelect.jsx:57 #: screens/Template/shared/PlaybookSelect.jsx:58 -#: screens/Template/shared/PlaybookSelect.jsx:59 msgid "Select a playbook" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:297 +#: screens/Template/shared/JobTemplateForm.jsx:299 msgid "Select a project before editing the execution environment." msgstr "" @@ -6542,15 +6649,15 @@ msgstr "" msgid "Select a row to deny" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:62 +#: components/DisassociateButton/DisassociateButton.jsx:59 msgid "Select a row to disassociate" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:79 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:78 msgid "Select a subscription" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:85 +#: components/Schedule/shared/ScheduleForm.jsx:84 msgid "Select a valid date and time for this field" msgstr "" @@ -6560,10 +6667,10 @@ msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:86 #: components/Schedule/shared/FrequencyDetailSubform.jsx:94 #: components/Schedule/shared/FrequencyDetailSubform.jsx:98 -#: components/Schedule/shared/ScheduleForm.jsx:91 -#: components/Schedule/shared/ScheduleForm.jsx:95 +#: components/Schedule/shared/ScheduleForm.jsx:88 +#: components/Schedule/shared/ScheduleForm.jsx:92 #: screens/Credential/shared/CredentialForm.jsx:47 -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:34 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:31 #: screens/Inventory/shared/InventoryForm.jsx:24 #: screens/Inventory/shared/InventorySourceSubForms/AzureSubForm.jsx:22 #: screens/Inventory/shared/InventorySourceSubForms/GCESubForm.jsx:22 @@ -6579,12 +6686,12 @@ msgstr "" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:61 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:444 #: screens/Project/shared/ProjectForm.jsx:101 -#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:19 -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:41 +#: screens/Project/shared/ProjectSubForms/InsightsSubForm.jsx:18 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:40 #: screens/Team/shared/TeamForm.jsx:20 #: screens/Template/Survey/SurveyQuestionForm.jsx:28 -#: screens/Template/shared/JobTemplateForm.jsx:84 -#: screens/Template/shared/JobTemplateForm.jsx:148 +#: screens/Template/shared/JobTemplateForm.jsx:86 +#: screens/Template/shared/JobTemplateForm.jsx:153 #: screens/User/shared/UserForm.jsx:49 msgid "Select a value for this field" msgstr "" @@ -6606,24 +6713,33 @@ msgstr "" msgid "Select an instance and a metric to show chart" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:139 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:137 msgid "Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:201 +#: screens/Project/shared/ProjectForm.jsx:198 msgid "Select an organization before editing the default execution environment." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:355 +#: screens/Template/shared/JobTemplateForm.jsx:352 msgid "" -"Select credentials that allow Tower to access the nodes this job will be ran\n" +"Select credentials for accessing the nodes this job will be ran\n" "against. You can only select one credential of each type. For machine credentials (SSH),\n" "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 "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89 +#: screens/Template/shared/JobTemplateForm.jsx:355 +#~ msgid "" +#~ "Select credentials that allow Tower to access the nodes this job will be ran\n" +#~ "against. You can only select one credential of each type. For machine credentials (SSH),\n" +#~ "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 "" + +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:88 msgid "" "Select from the list of directories found in\n" "the Project Base Path. Together the base path and the playbook\n" @@ -6659,46 +6775,50 @@ msgstr "" msgid "Select tags" msgstr "" -#: screens/Inventory/shared/SmartInventoryForm.jsx:91 +#: components/AdHocCommands/AdHocExecutionEnvironmentStep.jsx:95 +msgid "Select the Execution Environment you want this command to run inside." +msgstr "" + +#: screens/Inventory/shared/SmartInventoryForm.jsx:90 msgid "Select the Instance Groups for this Inventory to run on." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:494 +#: screens/Template/shared/JobTemplateForm.jsx:489 msgid "" "Select the Instance Groups for this Organization\n" "to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:90 +#: screens/Organization/shared/OrganizationForm.jsx:86 msgid "Select the Instance Groups for this Organization to run on." msgstr "" -#: screens/User/shared/UserTokenForm.jsx:47 +#: screens/User/shared/UserTokenForm.jsx:46 msgid "Select the application that this token will belong to." msgstr "" -#: components/AdHocCommands/AdHocCredentialStep.jsx:77 +#: components/AdHocCommands/AdHocCredentialStep.jsx:76 msgid "Select the credential you want to use when accessing the remote hosts to run the command. Choose the credential containing the username and SSH key or password that Ansible will need to log into the remote hosts." msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:209 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:203 msgid "Select the default execution environment for this organization to run on." msgstr "" -#: screens/Organization/shared/OrganizationForm.jsx:102 +#: screens/Organization/shared/OrganizationForm.jsx:96 msgid "Select the default execution environment for this organization." msgstr "" -#: screens/Project/shared/ProjectForm.jsx:198 +#: screens/Project/shared/ProjectForm.jsx:197 msgid "Select the default execution environment for this project." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:294 +#: screens/Template/shared/JobTemplateForm.jsx:298 msgid "Select the execution environment for this job template." msgstr "" #: components/Lookup/InventoryLookup.jsx:89 -#: screens/Template/shared/JobTemplateForm.jsx:256 +#: screens/Template/shared/JobTemplateForm.jsx:261 msgid "" "Select the inventory containing the hosts\n" "you want this job to manage." @@ -6711,22 +6831,22 @@ msgid "" "the dropdown or enter a file within the input." msgstr "" -#: components/HostForm/HostForm.jsx:32 -#: components/HostForm/HostForm.jsx:47 +#: components/HostForm/HostForm.jsx:31 +#: components/HostForm/HostForm.jsx:45 msgid "Select the inventory that this host will belong to." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:335 +#: screens/Template/shared/JobTemplateForm.jsx:333 msgid "Select the playbook to be executed by this job." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:273 +#: screens/Template/shared/JobTemplateForm.jsx:278 msgid "" "Select the project containing the playbook\n" "you want this job to execute." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:90 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:88 msgid "Select your Ansible Automation Platform subscription to use." msgstr "" @@ -6734,43 +6854,43 @@ msgstr "" msgid "Select {0}" msgstr "" -#: components/AddRole/AddResourceRole.jsx:232 -#: components/AddRole/AddResourceRole.jsx:244 -#: components/AddRole/AddResourceRole.jsx:261 -#: components/AddRole/SelectRoleStep.jsx:31 +#: components/AddRole/AddResourceRole.jsx:231 +#: components/AddRole/AddResourceRole.jsx:243 +#: components/AddRole/AddResourceRole.jsx:260 +#: components/AddRole/SelectRoleStep.jsx:27 #: components/OptionsList/OptionsList.jsx:51 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:76 -#: components/TemplateList/TemplateListItem.jsx:125 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:75 +#: components/TemplateList/TemplateListItem.jsx:124 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:103 #: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:121 -#: screens/Application/ApplicationsList/ApplicationListItem.jsx:30 +#: screens/Application/ApplicationsList/ApplicationListItem.jsx:29 #: screens/Credential/CredentialList/CredentialListItem.jsx:53 -#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:30 +#: screens/CredentialType/CredentialTypeList/CredentialTypeListItem.jsx:29 #: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:55 -#: screens/Host/HostList/HostListItem.jsx:32 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:62 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:79 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:105 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:43 -#: screens/Project/ProjectList/ProjectListItem.jsx:112 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:259 -#: screens/Team/TeamList/TeamListItem.jsx:38 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:60 +#: screens/Host/HostList/HostListItem.jsx:26 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:61 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:77 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:104 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:42 +#: screens/Project/ProjectList/ProjectListItem.jsx:119 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:253 +#: screens/Team/TeamList/TeamListItem.jsx:31 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:57 msgid "Selected" msgstr "" -#: components/LaunchPrompt/steps/CredentialsStep.jsx:148 -#: components/LaunchPrompt/steps/CredentialsStep.jsx:153 -#: components/Lookup/MultiCredentialsLookup.jsx:149 -#: components/Lookup/MultiCredentialsLookup.jsx:154 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:145 +#: components/LaunchPrompt/steps/CredentialsStep.jsx:150 +#: components/Lookup/MultiCredentialsLookup.jsx:152 +#: components/Lookup/MultiCredentialsLookup.jsx:157 msgid "Selected Category" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:242 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:233 msgid "Send a test log message to the configured log aggregator." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:97 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:93 msgid "Sender Email" msgstr "" @@ -6786,16 +6906,16 @@ msgstr "" msgid "Service account JSON file" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:56 +#: screens/Inventory/shared/InventorySourceForm.jsx:55 #: screens/Project/shared/ProjectForm.jsx:97 msgid "Set a value for this field" msgstr "" -#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:71 +#: screens/ManagementJob/ManagementJobList/LaunchManagementPrompt.jsx:70 msgid "Set how many days of data should be retained." msgstr "" -#: screens/Setting/SettingList.jsx:126 +#: screens/Setting/SettingList.jsx:121 msgid "Set preferences for data collection, logos, and logins" msgstr "" @@ -6803,27 +6923,27 @@ msgstr "" msgid "Set source path to" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:50 +#: components/InstanceToggle/InstanceToggle.jsx:43 msgid "Set the instance online or offline. If offline, jobs will not be assigned to this instance." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:132 +#: screens/Application/shared/ApplicationForm.jsx:128 msgid "Set to Public or Confidential depending on how secure the client device is." msgstr "" -#: components/Search/AdvancedSearch.jsx:98 +#: components/Search/AdvancedSearch.jsx:97 msgid "Set type" msgstr "" -#: components/Search/AdvancedSearch.jsx:89 +#: components/Search/AdvancedSearch.jsx:88 msgid "Set type select" msgstr "" -#: components/Search/AdvancedSearch.jsx:92 +#: components/Search/AdvancedSearch.jsx:91 msgid "Set type typeahead" msgstr "" -#: components/Workflow/WorkflowTools.jsx:155 +#: components/Workflow/WorkflowTools.jsx:154 msgid "Set zoom to 100% and center graph" msgstr "" @@ -6831,32 +6951,32 @@ msgstr "" msgid "Setting category" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:47 +#: screens/Setting/shared/RevertButton.jsx:46 msgid "Setting matches factory default." msgstr "" -#: screens/ActivityStream/ActivityStreamDetailButton.jsx:50 +#: screens/ActivityStream/ActivityStreamDetailButton.jsx:49 msgid "Setting name" msgstr "" -#: routeConfig.js:150 -#: routeConfig.js:154 +#: routeConfig.jsx:147 +#: routeConfig.jsx:151 #: screens/ActivityStream/ActivityStream.jsx:214 #: screens/ActivityStream/ActivityStream.jsx:216 #: screens/Setting/Settings.jsx:43 msgid "Settings" msgstr "" -#: components/FormField/PasswordInput.jsx:36 +#: components/FormField/PasswordInput.jsx:27 msgid "Show" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:175 -#: components/PromptDetail/PromptDetail.jsx:251 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:144 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:330 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:232 -#: screens/Template/shared/JobTemplateForm.jsx:476 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:171 +#: components/PromptDetail/PromptDetail.jsx:243 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:136 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:314 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:223 +#: screens/Template/shared/JobTemplateForm.jsx:471 msgid "Show Changes" msgstr "" @@ -6864,8 +6984,8 @@ msgstr "" msgid "Show all groups" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:211 -#: components/AdHocCommands/AdHocDetailsStep.jsx:212 +#: components/AdHocCommands/AdHocDetailsStep.jsx:201 +#: components/AdHocCommands/AdHocDetailsStep.jsx:202 msgid "Show changes" msgstr "" @@ -6877,43 +6997,43 @@ msgstr "" msgid "Show only root groups" msgstr "" -#: screens/Login/Login.jsx:208 +#: screens/Login/Login.jsx:214 msgid "Sign in with Azure AD" msgstr "" -#: screens/Login/Login.jsx:221 +#: screens/Login/Login.jsx:227 msgid "Sign in with GitHub" msgstr "" -#: screens/Login/Login.jsx:263 +#: screens/Login/Login.jsx:266 msgid "Sign in with GitHub Enterprise" msgstr "" -#: screens/Login/Login.jsx:279 +#: screens/Login/Login.jsx:280 msgid "Sign in with GitHub Enterprise Organizations" msgstr "" -#: screens/Login/Login.jsx:296 +#: screens/Login/Login.jsx:295 msgid "Sign in with GitHub Enterprise Teams" msgstr "" -#: screens/Login/Login.jsx:235 +#: screens/Login/Login.jsx:240 msgid "Sign in with GitHub Organizations" msgstr "" -#: screens/Login/Login.jsx:249 +#: screens/Login/Login.jsx:253 msgid "Sign in with GitHub Teams" msgstr "" -#: screens/Login/Login.jsx:311 +#: screens/Login/Login.jsx:309 msgid "Sign in with Google" msgstr "" -#: screens/Login/Login.jsx:329 +#: screens/Login/Login.jsx:327 msgid "Sign in with SAML" msgstr "" -#: screens/Login/Login.jsx:328 +#: screens/Login/Login.jsx:326 msgid "Sign in with SAML {samlIDP}" msgstr "" @@ -6922,27 +7042,36 @@ msgstr "" msgid "Simple key select" msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:72 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:73 -#: components/PromptDetail/PromptDetail.jsx:229 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:368 -#: screens/Job/JobDetail/JobDetail.jsx:327 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:357 -#: screens/Template/shared/JobTemplateForm.jsx:515 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:68 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:69 +#: components/PromptDetail/PromptDetail.jsx:221 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:235 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:352 +#: screens/Job/JobDetail/JobDetail.jsx:318 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:339 +#: screens/Template/shared/JobTemplateForm.jsx:510 msgid "Skip Tags" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:518 +#~ msgid "" +#~ "Skip tags are useful when you have a\n" +#~ "large playbook, and you want to skip specific parts of a\n" +#~ "play or task. Use commas to separate multiple tags. Refer\n" +#~ "to Ansible Tower documentation for details on the usage\n" +#~ "of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:513 msgid "" "Skip tags are useful when you have a\n" "large playbook, and you want to skip specific parts of a\n" "play or task. Use commas to separate multiple tags. Refer\n" -"to Ansible Tower documentation for details on the usage\n" +"to the documentation for details on the usage\n" "of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:74 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:70 msgid "" "Skip tags are useful when you have a large\n" "playbook, and you want to skip specific parts of a play or task.\n" @@ -6955,14 +7084,14 @@ msgid "Skipped" msgstr "" #: components/NotificationList/NotificationList.jsx:200 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:157 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 msgid "Slack" msgstr "" #: screens/Host/HostList/SmartInventoryButton.jsx:19 -#: screens/Host/HostList/SmartInventoryButton.jsx:40 -#: screens/Host/HostList/SmartInventoryButton.jsx:44 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:97 +#: screens/Host/HostList/SmartInventoryButton.jsx:38 +#: screens/Host/HostList/SmartInventoryButton.jsx:42 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:94 msgid "Smart Inventory" msgstr "" @@ -6971,19 +7100,19 @@ msgid "Smart Inventory not found." msgstr "" #: components/Lookup/HostFilterLookup.jsx:283 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:117 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:116 msgid "Smart host filter" msgstr "" -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 msgid "Smart inventory" msgstr "" -#: components/LaunchPrompt/steps/PreviewStep.jsx:64 +#: components/LaunchPrompt/steps/PreviewStep.jsx:58 msgid "Some of the previous step(s) have errors" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:43 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:41 msgid "Something went wrong with the request to test this credential and metadata." msgstr "" @@ -7000,55 +7129,55 @@ msgstr "" msgid "Sort question order" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:86 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:199 -#: screens/Inventory/shared/InventorySourceForm.jsx:135 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:84 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:196 +#: screens/Inventory/shared/InventorySourceForm.jsx:134 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:86 msgid "Source" msgstr "" #: components/LaunchPrompt/steps/OtherPromptsStep.jsx:46 -#: components/PromptDetail/PromptDetail.jsx:189 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:137 -#: components/PromptDetail/PromptProjectDetail.jsx:85 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:80 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:321 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:220 -#: screens/Template/shared/JobTemplateForm.jsx:307 +#: components/PromptDetail/PromptDetail.jsx:181 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:130 +#: components/PromptDetail/PromptProjectDetail.jsx:79 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:75 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:309 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:149 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:217 +#: screens/Template/shared/JobTemplateForm.jsx:308 msgid "Source Control Branch" msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:51 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:47 msgid "Source Control Branch/Tag/Commit" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:89 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:119 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:83 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:153 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:57 msgid "Source Control Credential" msgstr "" -#: screens/Project/shared/ProjectForm.jsx:215 +#: screens/Project/shared/ProjectForm.jsx:211 msgid "Source Control Credential Type" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:86 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:116 -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:55 +#: components/PromptDetail/PromptProjectDetail.jsx:80 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:150 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:50 msgid "Source Control Refspec" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:81 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:109 +#: components/PromptDetail/PromptProjectDetail.jsx:75 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:145 msgid "Source Control Type" msgstr "" #: components/Lookup/ProjectLookup.jsx:121 -#: components/PromptDetail/PromptProjectDetail.jsx:84 +#: components/PromptDetail/PromptProjectDetail.jsx:78 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:96 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:165 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:114 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:148 #: screens/Project/ProjectList/ProjectList.jsx:157 #: screens/Project/shared/ProjectSubForms/SharedFields.jsx:18 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:97 @@ -7056,30 +7185,30 @@ msgid "Source Control URL" msgstr "" #: components/JobList/JobList.jsx:184 -#: components/JobList/JobListItem.jsx:32 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:39 +#: components/JobList/JobListItem.jsx:31 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:38 #: screens/Job/JobDetail/JobDetail.jsx:93 msgid "Source Control Update" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:279 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:265 msgid "Source Phone Number" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:170 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:168 msgid "Source Variables" msgstr "" -#: components/JobList/JobListItem.jsx:159 -#: screens/Job/JobDetail/JobDetail.jsx:172 +#: components/JobList/JobListItem.jsx:154 +#: screens/Job/JobDetail/JobDetail.jsx:163 msgid "Source Workflow Job" msgstr "" -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:185 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:182 msgid "Source control branch" msgstr "" -#: screens/Inventory/shared/InventorySourceForm.jsx:157 +#: screens/Inventory/shared/InventorySourceForm.jsx:156 msgid "Source details" msgstr "" @@ -7087,7 +7216,7 @@ msgstr "" msgid "Source phone number" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:254 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:249 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:34 msgid "Source variables" msgstr "" @@ -7096,7 +7225,7 @@ msgstr "" msgid "Sourced from a project" msgstr "" -#: screens/Inventory/Inventories.jsx:98 +#: screens/Inventory/Inventories.jsx:82 #: screens/Inventory/Inventory.jsx:66 msgid "Sources" msgstr "" @@ -7113,52 +7242,52 @@ msgid "" "color code (example: #3af or #789abc)." msgstr "" -#: screens/User/shared/UserTokenForm.jsx:71 +#: screens/User/shared/UserTokenForm.jsx:68 msgid "Specify a scope for the token's access" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:28 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:27 msgid "Specify the conditions under which this node should be executed" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:180 +#: screens/Job/JobOutput/HostEventModal.jsx:178 msgid "Standard Error" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:162 +#: screens/Job/JobOutput/HostEventModal.jsx:160 msgid "Standard Out" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:181 +#: screens/Job/JobOutput/HostEventModal.jsx:179 msgid "Standard error tab" msgstr "" -#: screens/Job/JobOutput/HostEventModal.jsx:163 +#: screens/Job/JobOutput/HostEventModal.jsx:161 msgid "Standard out tab" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:57 -#: components/NotificationList/NotificationListItem.jsx:58 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:49 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:55 +#: components/NotificationList/NotificationListItem.jsx:52 +#: components/NotificationList/NotificationListItem.jsx:53 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:47 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:53 msgid "Start" msgstr "" #: components/JobList/JobList.jsx:220 -#: components/JobList/JobListItem.jsx:84 +#: components/JobList/JobListItem.jsx:81 msgid "Start Time" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:123 +#: components/Schedule/shared/ScheduleForm.jsx:120 msgid "Start date/time" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:396 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:379 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:108 msgid "Start message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:405 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:388 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:117 msgid "Start message body" msgstr "" @@ -7171,30 +7300,32 @@ msgstr "" msgid "Start sync source" msgstr "" -#: screens/Job/JobDetail/JobDetail.jsx:141 +#: screens/Job/JobDetail/JobDetail.jsx:137 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:229 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:76 msgid "Started" msgstr "" #: components/JobList/JobList.jsx:197 #: components/JobList/JobList.jsx:218 -#: components/JobList/JobListItem.jsx:78 +#: components/JobList/JobListItem.jsx:77 #: screens/Inventory/InventoryList/InventoryList.jsx:200 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:130 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:196 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:112 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:88 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:218 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:79 +#: screens/Job/JobDetail/JobDetail.jsx:127 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:111 #: screens/Project/ProjectList/ProjectList.jsx:174 -#: screens/Project/ProjectList/ProjectListItem.jsx:134 +#: screens/Project/ProjectList/ProjectListItem.jsx:139 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:49 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:108 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:230 -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:82 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:79 msgid "Status" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:630 +#: screens/Job/JobOutput/JobOutput.jsx:628 msgid "Stdout" msgstr "" @@ -7204,7 +7335,7 @@ msgstr "" msgid "Submit" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:92 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:87 msgid "" "Submodules will track the latest commit on\n" "their master branch (or other branch specified in\n" @@ -7214,8 +7345,8 @@ msgid "" "flag to git submodule update." msgstr "" -#: screens/Setting/SettingList.jsx:137 -#: screens/Setting/Settings.jsx:108 +#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/Settings.jsx:106 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:78 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionEdit.jsx:213 msgid "Subscription" @@ -7229,15 +7360,15 @@ msgstr "" msgid "Subscription Management" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:95 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:91 msgid "Subscription manifest" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:76 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:75 msgid "Subscription selection modal" msgstr "" -#: screens/Setting/SettingList.jsx:142 +#: screens/Setting/SettingList.jsx:136 msgid "Subscription settings" msgstr "" @@ -7245,7 +7376,7 @@ msgstr "" msgid "Subscription type" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:140 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:135 msgid "Subscriptions table" msgstr "" @@ -7257,18 +7388,18 @@ msgstr "" msgid "Subversion" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:70 -#: components/NotificationList/NotificationListItem.jsx:71 -#: screens/Setting/shared/LoggingTestAlert.jsx:37 +#: components/NotificationList/NotificationListItem.jsx:65 +#: components/NotificationList/NotificationListItem.jsx:66 +#: screens/Setting/shared/LoggingTestAlert.jsx:35 msgid "Success" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:414 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:397 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:126 msgid "Success message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:423 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:406 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:135 msgid "Success message body" msgstr "" @@ -7279,7 +7410,7 @@ msgstr "" msgid "Successful" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:163 +#: screens/Project/ProjectList/ProjectListItem.jsx:166 msgid "Successfully copied to clipboard!" msgstr "" @@ -7294,16 +7425,16 @@ msgstr "" #: components/LaunchPrompt/steps/useSurveyStep.jsx:27 #: screens/Template/Template.jsx:168 -#: screens/Template/Templates.jsx:49 +#: screens/Template/Templates.jsx:47 #: screens/Template/WorkflowJobTemplate.jsx:149 msgid "Survey" msgstr "" -#: screens/Template/Survey/SurveyList.jsx:138 +#: screens/Template/Survey/SurveyList.jsx:135 msgid "Survey List" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:32 +#: screens/Template/Survey/SurveyPreviewModal.jsx:31 msgid "Survey Preview" msgstr "" @@ -7311,7 +7442,7 @@ msgstr "" msgid "Survey Toggle" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:33 +#: screens/Template/Survey/SurveyPreviewModal.jsx:32 msgid "Survey preview modal" msgstr "" @@ -7319,66 +7450,69 @@ msgstr "" msgid "Survey questions" msgstr "" +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:96 #: screens/Inventory/shared/InventorySourceSyncButton.jsx:78 -#: screens/Project/shared/ProjectSyncButton.jsx:35 +#: screens/Project/shared/ProjectSyncButton.jsx:43 +#: screens/Project/shared/ProjectSyncButton.jsx:55 msgid "Sync" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:170 -#: screens/Project/shared/ProjectSyncButton.jsx:31 +#: screens/Project/ProjectList/ProjectListItem.jsx:173 +#: screens/Project/shared/ProjectSyncButton.jsx:39 +#: screens/Project/shared/ProjectSyncButton.jsx:50 msgid "Sync Project" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:200 -#: screens/Inventory/InventorySources/InventorySourceList.jsx:203 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:204 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:207 msgid "Sync all" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:194 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:198 msgid "Sync all sources" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:232 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:242 msgid "Sync error" msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:156 +#: screens/Project/ProjectList/ProjectListItem.jsx:159 msgid "Sync for revision" msgstr "" -#: screens/Setting/SettingList.jsx:105 -#: screens/User/UserRoles/UserRolesListItem.jsx:27 +#: screens/Setting/SettingList.jsx:101 +#: screens/User/UserRoles/UserRolesListItem.jsx:18 msgid "System" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:126 +#: screens/Team/TeamRoles/TeamRolesList.jsx:125 #: screens/User/UserDetail/UserDetail.jsx:42 -#: screens/User/UserList/UserListItem.jsx:26 -#: screens/User/UserRoles/UserRolesList.jsx:124 +#: screens/User/UserList/UserListItem.jsx:19 +#: screens/User/UserRoles/UserRolesList.jsx:126 #: screens/User/shared/UserForm.jsx:41 msgid "System Administrator" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:44 -#: screens/User/UserList/UserListItem.jsx:28 +#: screens/User/UserList/UserListItem.jsx:21 #: screens/User/shared/UserForm.jsx:35 msgid "System Auditor" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:667 +#: screens/Job/JobOutput/JobOutput.jsx:665 msgid "System Warning" msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:130 -#: screens/User/UserRoles/UserRolesList.jsx:128 +#: screens/Team/TeamRoles/TeamRolesList.jsx:128 +#: screens/User/UserRoles/UserRolesList.jsx:129 msgid "System administrators have unrestricted access to all resources." msgstr "" -#: screens/Setting/Settings.jsx:111 +#: screens/Setting/Settings.jsx:109 msgid "TACACS+" msgstr "" -#: screens/Setting/SettingList.jsx:86 +#: screens/Setting/SettingList.jsx:84 msgid "TACACS+ settings" msgstr "" @@ -7388,15 +7522,24 @@ msgid "Tabs" msgstr "" #: screens/Template/shared/JobTemplateForm.jsx:502 +#~ msgid "" +#~ "Tags are useful when you have a large\n" +#~ "playbook, and you want to run a specific part of a\n" +#~ "play or task. Use commas to separate multiple tags.\n" +#~ "Refer to Ansible Tower documentation for details on\n" +#~ "the usage of tags." +#~ msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:497 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a\n" "play or task. Use commas to separate multiple tags.\n" -"Refer to Ansible Tower documentation for details on\n" +"Refer to the documentation for details on\n" "the usage of tags." msgstr "" -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:62 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:58 msgid "" "Tags are useful when you have a large\n" "playbook, and you want to run a specific part of a play or task.\n" @@ -7404,7 +7547,7 @@ msgid "" "documentation for details on the usage of tags." msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:132 msgid "Tags for the Annotation" msgstr "" @@ -7412,9 +7555,9 @@ msgstr "" msgid "Tags for the annotation (optional)" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:185 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:237 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:303 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:175 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:225 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:289 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:262 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:339 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:461 @@ -7425,24 +7568,24 @@ msgstr "" msgid "Task" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:94 msgid "Task Count" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:658 +#: screens/Job/JobOutput/JobOutput.jsx:656 msgid "Task Started" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:96 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:95 msgid "Tasks" msgstr "" -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:19 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "Team" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:120 -#: screens/Team/TeamRoles/TeamRolesList.jsx:144 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:82 +#: screens/Team/TeamRoles/TeamRolesList.jsx:141 msgid "Team Roles" msgstr "" @@ -7450,24 +7593,24 @@ msgstr "" msgid "Team not found." msgstr "" +#: components/AddRole/AddResourceRole.jsx:208 #: components/AddRole/AddResourceRole.jsx:209 -#: components/AddRole/AddResourceRole.jsx:210 -#: routeConfig.js:107 +#: routeConfig.jsx:104 #: screens/ActivityStream/ActivityStream.jsx:185 #: screens/Organization/Organization.jsx:125 #: screens/Organization/OrganizationList/OrganizationList.jsx:159 -#: screens/Organization/OrganizationList/OrganizationListItem.jsx:68 +#: screens/Organization/OrganizationList/OrganizationListItem.jsx:65 #: screens/Organization/OrganizationTeams/OrganizationTeamList.jsx:62 -#: screens/Organization/Organizations.jsx:33 +#: screens/Organization/Organizations.jsx:32 #: screens/Team/TeamList/TeamList.jsx:124 #: screens/Team/TeamList/TeamList.jsx:179 #: screens/Team/Teams.jsx:14 -#: screens/Team/Teams.jsx:25 +#: screens/Team/Teams.jsx:24 #: screens/User/User.jsx:69 -#: screens/User/UserTeams/UserTeamList.jsx:176 -#: screens/User/UserTeams/UserTeamList.jsx:244 -#: screens/User/Users.jsx:33 -#: util/getRelatedResourceDeleteDetails.js:181 +#: screens/User/UserTeams/UserTeamList.jsx:177 +#: screens/User/UserTeams/UserTeamList.jsx:251 +#: screens/User/Users.jsx:32 +#: util/getRelatedResourceDeleteDetails.js:180 msgid "Teams" msgstr "" @@ -7476,59 +7619,59 @@ msgstr "" msgid "Template not found." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:27 msgid "Template type" msgstr "" #: components/TemplateList/TemplateList.jsx:183 #: components/TemplateList/TemplateList.jsx:240 -#: routeConfig.js:66 +#: routeConfig.jsx:63 #: screens/ActivityStream/ActivityStream.jsx:162 #: screens/ExecutionEnvironment/ExecutionEnvironment.jsx:69 #: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateList.jsx:82 #: screens/Template/Templates.jsx:16 -#: util/getRelatedResourceDeleteDetails.js:225 -#: util/getRelatedResourceDeleteDetails.js:282 +#: util/getRelatedResourceDeleteDetails.js:224 +#: util/getRelatedResourceDeleteDetails.js:281 msgid "Templates" msgstr "" -#: screens/Credential/shared/CredentialForm.jsx:336 -#: screens/Credential/shared/CredentialForm.jsx:342 -#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:83 -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:260 +#: screens/Credential/shared/CredentialForm.jsx:329 +#: screens/Credential/shared/CredentialForm.jsx:335 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginPrompt/CredentialPluginPrompt.jsx:81 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:250 msgid "Test" msgstr "" -#: screens/Credential/shared/ExternalTestModal.jsx:78 +#: screens/Credential/shared/ExternalTestModal.jsx:77 msgid "Test External Credential" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:123 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:122 msgid "Test Notification" msgstr "" -#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:248 +#: screens/Setting/Logging/LoggingEdit/LoggingEdit.jsx:238 msgid "Test logging" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:120 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:119 msgid "Test notification" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:49 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginTestAlert.jsx:46 msgid "Test passed" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:53 -#: screens/Template/Survey/SurveyQuestionForm.jsx:50 +#: screens/Template/Survey/SurveyPreviewModal.jsx:52 +#: screens/Template/Survey/SurveyQuestionForm.jsx:48 msgid "Text" msgstr "" -#: screens/Template/Survey/SurveyPreviewModal.jsx:67 +#: screens/Template/Survey/SurveyPreviewModal.jsx:66 msgid "Text Area" msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:51 +#: screens/Template/Survey/SurveyQuestionForm.jsx:49 msgid "Textarea" msgstr "" @@ -7536,11 +7679,11 @@ msgstr "" msgid "The" msgstr "" -#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:248 +#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:247 msgid "The Execution Environment to be used when one has not been configured for a job template." msgstr "" -#: screens/Application/shared/ApplicationForm.jsx:88 +#: screens/Application/shared/ApplicationForm.jsx:86 msgid "The Grant type the user must use for acquire tokens for this application" msgstr "" @@ -7551,7 +7694,7 @@ msgid "" "from 1 to 120 seconds." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:470 +#: screens/Template/shared/JobTemplateForm.jsx:465 msgid "" "The amount of time (in seconds) to run\n" "before the job is canceled. Defaults to 0 for no job\n" @@ -7565,21 +7708,21 @@ msgid "" "Grafana URL." msgstr "" -#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:78 +#: screens/Project/shared/ProjectSubForms/GitSubForm.jsx:73 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 "" -#: screens/Organization/shared/OrganizationForm.jsx:77 +#: screens/Organization/shared/OrganizationForm.jsx:75 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 "" -#: screens/Template/shared/JobTemplateForm.jsx:408 +#: screens/Template/shared/JobTemplateForm.jsx:403 msgid "" "The number of parallel or simultaneous\n" "processes to use while executing the playbook. An empty value,\n" @@ -7588,7 +7731,7 @@ msgid "" "with a change to" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:197 +#: components/AdHocCommands/AdHocDetailsStep.jsx:188 msgid "The number of parallel or simultaneous processes to use while executing the playbook. Inputting no value will use the default value from the ansible configuration file. You can find more information" msgstr "" @@ -7597,11 +7740,11 @@ msgstr "" msgid "The page you requested could not be found." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:175 +#: components/AdHocCommands/AdHocDetailsStep.jsx:168 msgid "The pattern used to target hosts in the inventory. Leaving the field blank, all, and * will all target all hosts in the inventory. You can find more information about Ansible's host patterns" msgstr "" -#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:109 +#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103 msgid "The registry location where the container is stored." msgstr "" @@ -7610,7 +7753,7 @@ msgstr "" msgid "The resource associated with this node has been deleted." msgstr "" -#: screens/Template/Survey/SurveyQuestionForm.jsx:134 +#: screens/Template/Survey/SurveyQuestionForm.jsx:128 msgid "" "The suggested format for variable names is lowercase and\n" "underscore-separated (for example, foo_bar, user_id, host_name,\n" @@ -7621,7 +7764,7 @@ msgstr "" msgid "The tower instance group cannot be deleted." msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:53 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:52 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" @@ -7631,19 +7774,19 @@ msgid "" "source control using the Source Control Type option above." msgstr "" -#: screens/Login/Login.jsx:120 +#: screens/Login/Login.jsx:130 msgid "There was a problem signing in. Please try again." msgstr "" -#: components/ContentError/ContentError.jsx:45 +#: components/ContentError/ContentError.jsx:44 msgid "There was an error loading this content. Please reload the page." msgstr "" -#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:61 +#: screens/Credential/shared/CredentialFormFields/GceFileUploadField.jsx:56 msgid "There was an error parsing the file. Please check the file formatting and try again." msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:600 +#: screens/Template/WorkflowJobTemplateVisualizer/Visualizer.jsx:599 msgid "There was an error saving the workflow." msgstr "" @@ -7655,19 +7798,19 @@ msgstr "" #~ msgid "These approvals cannot be deleted due to insufficient permissions or a pending job status" #~ msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:74 +#: components/AdHocCommands/AdHocDetailsStep.jsx:73 msgid "These are the modules that {brandName} supports running commands against." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:151 +#: components/AdHocCommands/AdHocDetailsStep.jsx:146 msgid "These are the verbosity levels for standard out of the command run that are supported." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:133 +#: components/AdHocCommands/AdHocDetailsStep.jsx:129 msgid "These arguments are used with the specified module." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:121 +#: components/AdHocCommands/AdHocDetailsStep.jsx:118 msgid "These arguments are used with the specified module. You can find information about {0} by clicking" msgstr "" @@ -7675,33 +7818,33 @@ msgstr "" msgid "Third" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:283 -#: screens/Template/Survey/SurveyList.jsx:123 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:285 +#: screens/Template/Survey/SurveyList.jsx:120 msgid "This action will delete the following:" msgstr "" -#: screens/User/UserTeams/UserTeamList.jsx:214 +#: screens/User/UserTeams/UserTeamList.jsx:222 msgid "This action will disassociate all roles for this user from the selected teams." msgstr "" -#: screens/Team/TeamRoles/TeamRolesList.jsx:220 -#: screens/User/UserRoles/UserRolesList.jsx:220 +#: screens/Team/TeamRoles/TeamRolesList.jsx:216 +#: screens/User/UserRoles/UserRolesList.jsx:221 msgid "This action will disassociate the following role from {0}:" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:134 +#: components/DisassociateButton/DisassociateButton.jsx:131 msgid "This action will disassociate the following:" msgstr "" -#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:109 +#: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:108 msgid "This container group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Credential/CredentialDetail/CredentialDetail.jsx:284 +#: screens/Credential/CredentialDetail/CredentialDetail.jsx:280 msgid "This credential is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:122 +#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:121 msgid "This credential type is currently being used by some credentials and cannot be deleted" msgstr "" @@ -7719,40 +7862,40 @@ msgid "" "Insights Analytics to Tower subscribers." msgstr "" -#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:137 +#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:136 msgid "This execution environment is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:269 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:261 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/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:54 +#: components/LaunchPrompt/steps/useCredentialPasswordsStep.jsx:52 msgid "This field may not be blank" msgstr "" -#: util/validators.jsx:102 +#: util/validators.jsx:100 msgid "This field must be a number" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:113 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:111 msgid "This field must be a number and have a value between {0} and {1}" msgstr "" -#: util/validators.jsx:41 +#: util/validators.jsx:40 msgid "This field must be a number and have a value between {min} and {max}" msgstr "" -#: util/validators.jsx:142 +#: util/validators.jsx:140 msgid "This field must be a regular expression" msgstr "" #: components/Schedule/shared/FrequencyDetailSubform.jsx:48 -#: util/validators.jsx:86 +#: util/validators.jsx:84 msgid "This field must be an integer" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:104 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:103 msgid "This field must be at least {0} characters" msgstr "" @@ -7764,19 +7907,19 @@ msgstr "" msgid "This field must be greater than 0" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:118 -#: screens/User/shared/UserForm.jsx:89 -#: screens/User/shared/UserForm.jsx:100 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:115 +#: screens/User/shared/UserForm.jsx:84 +#: screens/User/shared/UserForm.jsx:95 #: util/validators.jsx:4 -#: util/validators.jsx:51 +#: util/validators.jsx:49 msgid "This field must not be blank" msgstr "" -#: util/validators.jsx:76 +#: util/validators.jsx:74 msgid "This field must not contain spaces" msgstr "" -#: components/LaunchPrompt/steps/useSurveyStep.jsx:107 +#: components/LaunchPrompt/steps/useSurveyStep.jsx:106 msgid "This field must not exceed {0} characters" msgstr "" @@ -7784,64 +7927,68 @@ msgstr "" msgid "This field must not exceed {max} characters" msgstr "" -#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:52 +#: screens/Credential/shared/CredentialPlugins/CredentialPluginSelected.jsx:51 msgid "This field will be retrieved from an external secret management system using the specified credential." msgstr "" -#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:123 +#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:122 msgid "This instance group is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: components/LaunchPrompt/steps/useInventoryStep.jsx:66 +#: components/LaunchPrompt/steps/useInventoryStep.jsx:64 msgid "This inventory is applied to all job template nodes within this workflow ({0}) that prompt for an inventory." msgstr "" -#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:136 +#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:135 msgid "This inventory is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:291 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:281 msgid "This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?" msgstr "" -#: screens/Application/Applications.jsx:78 +#: screens/Application/Applications.jsx:74 msgid "This is the only time the client secret will be shown." msgstr "" -#: screens/User/UserTokens/UserTokens.jsx:59 +#: screens/User/UserTokens/UserTokens.jsx:58 msgid "This is the only time the token value and associated refresh token value will be shown." msgstr "" -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:413 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:394 msgid "This job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:167 +#: screens/Organization/OrganizationDetail/OrganizationDetail.jsx:166 msgid "This organization is currently being by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Project/ProjectDetail/ProjectDetail.jsx:184 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:215 msgid "This project is currently being used by other resources. Are you sure you want to delete it?" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:151 +#: screens/Project/shared/ProjectSyncButton.jsx:33 +msgid "This project is currently on sync and cannot be clicked until sync process completed" +msgstr "" + +#: screens/Template/shared/JobTemplateForm.jsx:156 msgid "This project needs to be updated" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:131 +#: components/Schedule/ScheduleList/ScheduleList.jsx:130 msgid "This schedule is missing an Inventory" msgstr "" -#: components/Schedule/ScheduleList/ScheduleList.jsx:158 +#: components/Schedule/ScheduleList/ScheduleList.jsx:155 msgid "This schedule is missing required survey values" msgstr "" -#: components/AdHocCommands/AdHocCommandsWizard.jsx:63 +#: components/AdHocCommands/AdHocCommandsWizard.jsx:64 #: components/LaunchPrompt/steps/StepName.jsx:27 msgid "This step contains errors" msgstr "" -#: screens/User/shared/UserForm.jsx:155 +#: screens/User/shared/UserForm.jsx:149 msgid "This value does not match the password you entered previously. Please confirm that password." msgstr "" @@ -7851,11 +7998,11 @@ msgid "" "their factory defaults. Are you sure you want to proceed?" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:41 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerStartScreen.jsx:40 msgid "This workflow does not have any nodes configured." msgstr "" -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:252 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:247 msgid "This workflow job template is currently being used by other resources. Are you sure you want to delete it?" msgstr "" @@ -7875,7 +8022,7 @@ msgstr "" msgid "Time" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:134 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:124 msgid "" "Time in seconds to consider a project\n" "to be current. During job runs and callbacks the task\n" @@ -7885,7 +8032,7 @@ msgid "" "performed." msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:238 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:232 msgid "" "Time in seconds to consider an inventory sync\n" "to be current. During job runs and callbacks the task system will\n" @@ -7894,16 +8041,16 @@ msgid "" "inventory sync will be performed." msgstr "" -#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21 +#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17 msgid "Timed out" msgstr "" -#: components/PromptDetail/PromptDetail.jsx:116 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:107 +#: components/PromptDetail/PromptDetail.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:103 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:115 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:222 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:169 -#: screens/Template/shared/JobTemplateForm.jsx:469 +#: screens/Template/shared/JobTemplateForm.jsx:464 msgid "Timeout" msgstr "" @@ -7919,7 +8066,7 @@ msgstr "" msgid "Toggle Legend" msgstr "" -#: components/FormField/PasswordInput.jsx:41 +#: components/FormField/PasswordInput.jsx:31 msgid "Toggle Password" msgstr "" @@ -7927,50 +8074,50 @@ msgstr "" msgid "Toggle Tools" msgstr "" -#: screens/Job/JobOutput/PageControls.jsx:37 +#: screens/Job/JobOutput/PageControls.jsx:36 msgid "Toggle expand/collapse event lines" msgstr "" -#: components/HostToggle/HostToggle.jsx:67 +#: components/HostToggle/HostToggle.jsx:64 msgid "Toggle host" msgstr "" -#: components/InstanceToggle/InstanceToggle.jsx:63 +#: components/InstanceToggle/InstanceToggle.jsx:55 msgid "Toggle instance" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:81 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:83 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:80 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:82 msgid "Toggle legend" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:51 +#: components/NotificationList/NotificationListItem.jsx:46 msgid "Toggle notification approvals" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:90 +#: components/NotificationList/NotificationListItem.jsx:85 msgid "Toggle notification failure" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:64 +#: components/NotificationList/NotificationListItem.jsx:59 msgid "Toggle notification start" msgstr "" -#: components/NotificationList/NotificationListItem.jsx:77 +#: components/NotificationList/NotificationListItem.jsx:72 msgid "Toggle notification success" msgstr "" -#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:63 +#: components/Schedule/ScheduleToggle/ScheduleToggle.jsx:61 msgid "Toggle schedule" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:93 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:95 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:92 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:94 msgid "Toggle tools" msgstr "" #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:382 -#: screens/User/UserTokens/UserTokens.jsx:65 +#: screens/User/UserTokens/UserTokens.jsx:63 msgid "Token" msgstr "" @@ -7990,18 +8137,18 @@ msgstr "" #: screens/Application/Application/Application.jsx:78 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:103 #: screens/Application/ApplicationTokens/ApplicationTokenList.jsx:151 -#: screens/Application/Applications.jsx:40 +#: screens/Application/Applications.jsx:39 #: screens/User/User.jsx:75 #: screens/User/UserTokenList/UserTokenList.jsx:106 -#: screens/User/Users.jsx:35 +#: screens/User/Users.jsx:34 msgid "Tokens" msgstr "" -#: components/Workflow/WorkflowTools.jsx:84 +#: components/Workflow/WorkflowTools.jsx:83 msgid "Tools" msgstr "" -#: components/PaginatedTable/PaginatedTable.jsx:127 +#: components/PaginatedTable/PaginatedTable.jsx:130 msgid "Top Pagination" msgstr "" @@ -8010,35 +8157,35 @@ msgid "Total Jobs" msgstr "" #: screens/Job/WorkflowOutput/WorkflowOutputToolbar.jsx:73 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:77 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:76 msgid "Total Nodes" msgstr "" -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:75 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:103 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:74 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:174 msgid "Total jobs" msgstr "" -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:90 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:86 msgid "Track submodules" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: components/PromptDetail/PromptProjectDetail.jsx:43 #: screens/Project/ProjectDetail/ProjectDetail.jsx:74 msgid "Track submodules latest commit on branch" msgstr "" #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:83 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:164 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:158 msgid "Trial" msgstr "" #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:68 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:146 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:177 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:208 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:255 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:311 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:138 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:167 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:197 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:296 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:84 msgid "True" msgstr "" @@ -8053,21 +8200,21 @@ msgid "Tuesday" msgstr "" #: components/NotificationList/NotificationList.jsx:201 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:158 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 msgid "Twilio" msgstr "" #: components/JobList/JobList.jsx:219 -#: components/JobList/JobListItem.jsx:82 +#: components/JobList/JobListItem.jsx:80 #: components/Lookup/ProjectLookup.jsx:110 -#: components/NotificationList/NotificationList.jsx:220 +#: components/NotificationList/NotificationList.jsx:219 #: components/NotificationList/NotificationListItem.jsx:30 #: components/PromptDetail/PromptDetail.jsx:112 -#: components/Schedule/ScheduleList/ScheduleList.jsx:174 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:95 +#: components/Schedule/ScheduleList/ScheduleList.jsx:170 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:94 #: components/TemplateList/TemplateList.jsx:197 #: components/TemplateList/TemplateList.jsx:222 -#: components/TemplateList/TemplateListItem.jsx:155 +#: components/TemplateList/TemplateListItem.jsx:152 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:85 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:154 #: components/Workflow/WorkflowNodeHelp.jsx:136 @@ -8078,41 +8225,44 @@ msgstr "" #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:50 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:55 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.jsx:236 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:86 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:68 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:159 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:79 #: screens/Inventory/InventoryList/InventoryList.jsx:201 -#: screens/Inventory/InventoryList/InventoryListItem.jsx:95 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:106 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:93 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:219 +#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:92 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:105 #: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:198 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:115 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateListItem.jsx:114 #: screens/NotificationTemplate/shared/NotificationTemplateForm.jsx:66 #: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesList.jsx:155 #: screens/Project/ProjectList/ProjectList.jsx:146 #: screens/Project/ProjectList/ProjectList.jsx:175 -#: screens/Project/ProjectList/ProjectListItem.jsx:147 +#: screens/Project/ProjectList/ProjectListItem.jsx:152 #: screens/Team/TeamRoles/TeamRoleListItem.jsx:30 #: screens/Template/Survey/SurveyListItem.jsx:117 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx:86 #: screens/User/UserDetail/UserDetail.jsx:70 -#: screens/User/UserRoles/UserRolesListItem.jsx:34 +#: screens/User/UserRoles/UserRolesList.jsx:155 +#: screens/User/UserRoles/UserRolesListItem.jsx:21 msgid "Type" msgstr "" #: screens/Credential/shared/TypeInputsSubForm.jsx:25 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:44 -#: screens/Project/shared/ProjectForm.jsx:247 +#: screens/Project/shared/ProjectForm.jsx:243 msgid "Type Details" msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:84 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:49 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:63 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:48 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:111 msgid "Unavailable" msgstr "" -#: screens/Setting/shared/RevertButton.jsx:54 -#: screens/Setting/shared/RevertButton.jsx:63 +#: screens/Setting/shared/RevertButton.jsx:53 +#: screens/Setting/shared/RevertButton.jsx:62 msgid "Undo" msgstr "" @@ -8121,15 +8271,15 @@ msgid "Unlimited" msgstr "" #: screens/Job/JobOutput/shared/HostStatusBar.jsx:51 -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 msgid "Unreachable" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:107 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:106 msgid "Unreachable Host Count" msgstr "" -#: screens/Job/JobOutput/shared/OutputToolbar.jsx:109 +#: screens/Job/JobOutput/shared/OutputToolbar.jsx:108 msgid "Unreachable Hosts" msgstr "" @@ -8141,39 +8291,39 @@ msgstr "" msgid "Unsaved changes modal" msgstr "" -#: components/PromptDetail/PromptProjectDetail.jsx:50 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:78 -#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:103 +#: components/PromptDetail/PromptProjectDetail.jsx:46 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:77 +#: screens/Project/shared/ProjectSubForms/SharedFields.jsx:97 msgid "Update Revision on Launch" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:50 msgid "Update on Launch" msgstr "" -#: components/PromptDetail/PromptInventorySourceDetail.jsx:54 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:52 msgid "Update on Project Update" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:163 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:171 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:160 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:167 msgid "Update on launch" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:173 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:199 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:170 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:195 msgid "Update on project update" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:126 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:123 msgid "Update options" msgstr "" -#: screens/Setting/SettingList.jsx:94 +#: screens/Setting/SettingList.jsx:91 msgid "Update settings pertaining to Jobs within {brandName}" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:206 +#: screens/Template/shared/WebhookSubForm.jsx:198 msgid "Update webhook key" msgstr "" @@ -8181,25 +8331,25 @@ msgstr "" msgid "Updating" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:127 msgid "Upload a .zip file" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:110 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:106 msgid "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations on the Red Hat Customer Portal." msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:67 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:65 #: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:139 msgid "Use Fact Storage" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:146 msgid "Use SSL" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:114 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:109 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:145 msgid "Use TLS" msgstr "" @@ -8217,36 +8367,36 @@ msgstr "" #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83 -#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:59 +#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:107 msgid "Used capacity" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:137 -#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:20 +#: components/AppContainer/PageHeaderToolbar.jsx:130 +#: components/ResourceAccessList/DeleteRoleConfirmationModal.jsx:12 msgid "User" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:165 +#: components/AppContainer/PageHeaderToolbar.jsx:158 msgid "User Details" msgstr "" -#: screens/Setting/SettingList.jsx:124 -#: screens/Setting/Settings.jsx:114 +#: screens/Setting/SettingList.jsx:120 +#: screens/Setting/Settings.jsx:112 msgid "User Interface" msgstr "" -#: screens/Setting/SettingList.jsx:131 +#: screens/Setting/SettingList.jsx:125 msgid "User Interface settings" msgstr "" -#: components/ResourceAccessList/ResourceAccessListItem.jsx:110 +#: components/ResourceAccessList/ResourceAccessListItem.jsx:72 #: screens/User/UserRoles/UserRolesList.jsx:141 msgid "User Roles" msgstr "" #: screens/User/UserDetail/UserDetail.jsx:67 -#: screens/User/shared/UserForm.jsx:137 +#: screens/User/shared/UserForm.jsx:132 msgid "User Type" msgstr "" @@ -8260,7 +8410,7 @@ msgstr "" msgid "User and Insights analytics" msgstr "" -#: components/AppContainer/PageHeaderToolbar.jsx:158 +#: components/AppContainer/PageHeaderToolbar.jsx:151 msgid "User details" msgstr "" @@ -8272,42 +8422,42 @@ msgstr "" msgid "User tokens" msgstr "" -#: components/AddRole/AddResourceRole.jsx:125 -#: components/AddRole/AddResourceRole.jsx:140 +#: components/AddRole/AddResourceRole.jsx:124 +#: components/AddRole/AddResourceRole.jsx:139 #: components/ResourceAccessList/ResourceAccessList.jsx:127 -#: components/ResourceAccessList/ResourceAccessList.jsx:161 -#: screens/Login/Login.jsx:175 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:82 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:190 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:242 -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:298 +#: components/ResourceAccessList/ResourceAccessList.jsx:179 +#: screens/Login/Login.jsx:183 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:78 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:180 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:230 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:284 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:67 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:270 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:450 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:103 -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:221 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:215 #: screens/User/UserDetail/UserDetail.jsx:60 #: screens/User/UserList/UserList.jsx:118 -#: screens/User/UserList/UserList.jsx:163 -#: screens/User/UserList/UserListItem.jsx:45 +#: screens/User/UserList/UserList.jsx:162 +#: screens/User/UserList/UserListItem.jsx:38 #: screens/User/shared/UserForm.jsx:67 msgid "Username" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:101 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.jsx:97 msgid "Username / password" msgstr "" -#: components/AddRole/AddResourceRole.jsx:201 -#: components/AddRole/AddResourceRole.jsx:202 -#: routeConfig.js:102 +#: components/AddRole/AddResourceRole.jsx:198 +#: components/AddRole/AddResourceRole.jsx:199 +#: routeConfig.jsx:99 #: screens/ActivityStream/ActivityStream.jsx:182 -#: screens/Team/Teams.jsx:30 +#: screens/Team/Teams.jsx:29 #: screens/User/UserList/UserList.jsx:113 #: screens/User/UserList/UserList.jsx:155 #: screens/User/Users.jsx:15 -#: screens/User/Users.jsx:27 +#: screens/User/Users.jsx:26 msgid "Users" msgstr "" @@ -8315,56 +8465,56 @@ msgstr "" msgid "VMware vCenter" msgstr "" -#: components/HostForm/HostForm.jsx:102 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:84 -#: components/PromptDetail/PromptDetail.jsx:260 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:262 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:127 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:387 -#: screens/Host/HostDetail/HostDetail.jsx:104 +#: components/HostForm/HostForm.jsx:100 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:80 +#: components/PromptDetail/PromptDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:248 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:118 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:371 +#: screens/Host/HostDetail/HostDetail.jsx:103 #: screens/Inventory/InventoryDetail/InventoryDetail.jsx:104 -#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:41 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:94 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:136 -#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:62 -#: screens/Inventory/shared/InventoryForm.jsx:89 -#: screens/Inventory/shared/InventoryGroupForm.jsx:55 -#: screens/Inventory/shared/SmartInventoryForm.jsx:98 -#: screens/Job/JobDetail/JobDetail.jsx:356 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:372 -#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:211 -#: screens/Template/shared/JobTemplateForm.jsx:390 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:239 +#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.jsx:40 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:89 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:134 +#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.jsx:54 +#: screens/Inventory/shared/InventoryForm.jsx:87 +#: screens/Inventory/shared/InventoryGroupForm.jsx:49 +#: screens/Inventory/shared/SmartInventoryForm.jsx:96 +#: screens/Job/JobDetail/JobDetail.jsx:347 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:354 +#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:210 +#: screens/Template/shared/JobTemplateForm.jsx:387 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:232 msgid "Variables" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:659 +#: screens/Job/JobOutput/JobOutput.jsx:657 msgid "Variables Prompted" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:122 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password" msgstr "" -#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:123 +#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:121 msgid "Vault password | {credId}" msgstr "" -#: screens/Job/JobOutput/JobOutput.jsx:664 +#: screens/Job/JobOutput/JobOutput.jsx:662 msgid "Verbose" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:140 -#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:149 -#: components/PromptDetail/PromptDetail.jsx:199 -#: components/PromptDetail/PromptInventorySourceDetail.jsx:102 -#: components/PromptDetail/PromptJobTemplateDetail.jsx:141 -#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:315 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:232 +#: components/AdHocCommands/AdHocDetailsStep.jsx:136 +#: components/LaunchPrompt/steps/OtherPromptsStep.jsx:145 +#: components/PromptDetail/PromptDetail.jsx:191 +#: components/PromptDetail/PromptInventorySourceDetail.jsx:100 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:134 +#: components/Schedule/ScheduleDetail/ScheduleDetail.jsx:306 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:227 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:90 -#: screens/Job/JobDetail/JobDetail.jsx:239 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:227 -#: screens/Template/shared/JobTemplateForm.jsx:442 +#: screens/Job/JobDetail/JobDetail.jsx:230 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:221 +#: screens/Template/shared/JobTemplateForm.jsx:437 msgid "Verbosity" msgstr "" @@ -8376,16 +8526,16 @@ msgstr "" msgid "View Activity Stream settings" msgstr "" -#: screens/Setting/AzureAD/AzureAD.jsx:26 +#: screens/Setting/AzureAD/AzureAD.jsx:25 msgid "View Azure AD settings" msgstr "" -#: screens/Credential/Credential.jsx:119 -#: screens/Credential/Credential.jsx:131 +#: screens/Credential/Credential.jsx:117 +#: screens/Credential/Credential.jsx:129 msgid "View Credential Details" msgstr "" -#: components/Schedule/Schedule.jsx:135 +#: components/Schedule/Schedule.jsx:133 msgid "View Details" msgstr "" @@ -8397,21 +8547,21 @@ msgstr "" msgid "View Google OAuth 2.0 settings" msgstr "" -#: screens/Host/Host.jsx:132 +#: screens/Host/Host.jsx:131 msgid "View Host Details" msgstr "" -#: screens/Inventory/Inventory.jsx:180 -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:144 -#: screens/Inventory/SmartInventory.jsx:171 +#: screens/Inventory/Inventory.jsx:178 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:143 +#: screens/Inventory/SmartInventory.jsx:169 msgid "View Inventory Details" msgstr "" -#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:94 +#: screens/Inventory/InventoryGroup/InventoryGroup.jsx:93 msgid "View Inventory Groups" msgstr "" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:162 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:160 msgid "View Inventory Host Details" msgstr "" @@ -8423,7 +8573,7 @@ msgstr "" msgid "View Job Details" msgstr "" -#: screens/Setting/Jobs/Jobs.jsx:26 +#: screens/Setting/Jobs/Jobs.jsx:25 msgid "View Jobs settings" msgstr "" @@ -8431,7 +8581,7 @@ msgstr "" msgid "View LDAP Settings" msgstr "" -#: screens/Setting/Logging/Logging.jsx:33 +#: screens/Setting/Logging/Logging.jsx:32 msgid "View Logging settings" msgstr "" @@ -8439,7 +8589,7 @@ msgstr "" msgid "View Miscellaneous System settings" msgstr "" -#: screens/Organization/Organization.jsx:227 +#: screens/Organization/Organization.jsx:225 msgid "View Organization Details" msgstr "" @@ -8447,15 +8597,15 @@ msgstr "" msgid "View Project Details" msgstr "" -#: screens/Setting/RADIUS/RADIUS.jsx:26 +#: screens/Setting/RADIUS/RADIUS.jsx:25 msgid "View RADIUS settings" msgstr "" -#: screens/Setting/SAML/SAML.jsx:26 +#: screens/Setting/SAML/SAML.jsx:25 msgid "View SAML settings" msgstr "" -#: components/Schedule/Schedule.jsx:85 +#: components/Schedule/Schedule.jsx:83 msgid "View Schedules" msgstr "" @@ -8468,7 +8618,7 @@ msgstr "" msgid "View Survey" msgstr "" -#: screens/Setting/TACACS/TACACS.jsx:26 +#: screens/Setting/TACACS/TACACS.jsx:25 msgid "View TACACS+ settings" msgstr "" @@ -8481,7 +8631,7 @@ msgstr "" msgid "View Template Details" msgstr "" -#: screens/User/UserToken/UserToken.jsx:103 +#: screens/User/UserToken/UserToken.jsx:100 msgid "View Tokens" msgstr "" @@ -8506,7 +8656,7 @@ msgstr "" msgid "View activity stream" msgstr "" -#: screens/Credential/Credential.jsx:81 +#: screens/Credential/Credential.jsx:80 msgid "View all Credentials." msgstr "" @@ -8514,12 +8664,12 @@ msgstr "" msgid "View all Hosts." msgstr "" -#: screens/Inventory/Inventory.jsx:93 -#: screens/Inventory/SmartInventory.jsx:98 +#: screens/Inventory/Inventory.jsx:92 +#: screens/Inventory/SmartInventory.jsx:97 msgid "View all Inventories." msgstr "" -#: screens/Inventory/InventoryHost/InventoryHost.jsx:102 +#: screens/Inventory/InventoryHost/InventoryHost.jsx:101 msgid "View all Inventory Hosts." msgstr "" @@ -8536,7 +8686,7 @@ msgstr "" msgid "View all Notification Templates." msgstr "" -#: screens/Organization/Organization.jsx:156 +#: screens/Organization/Organization.jsx:155 msgid "View all Organizations." msgstr "" @@ -8561,7 +8711,7 @@ msgstr "" msgid "View all Workflow Approvals." msgstr "" -#: screens/Application/Application/Application.jsx:95 +#: screens/Application/Application/Application.jsx:94 msgid "View all applications." msgstr "" @@ -8573,8 +8723,8 @@ msgstr "" msgid "View all execution environments" msgstr "" -#: screens/InstanceGroup/ContainerGroup.jsx:84 -#: screens/InstanceGroup/InstanceGroup.jsx:90 +#: screens/InstanceGroup/ContainerGroup.jsx:83 +#: screens/InstanceGroup/InstanceGroup.jsx:89 msgid "View all instance groups" msgstr "" @@ -8582,11 +8732,11 @@ msgstr "" msgid "View all management jobs" msgstr "" -#: screens/Setting/Settings.jsx:197 +#: screens/Setting/Settings.jsx:195 msgid "View all settings" msgstr "" -#: screens/User/UserToken/UserToken.jsx:75 +#: screens/User/UserToken/UserToken.jsx:74 msgid "View all tokens." msgstr "" @@ -8594,7 +8744,7 @@ msgstr "" #~ msgid "View and edit your license information" #~ msgstr "" -#: screens/Setting/SettingList.jsx:138 +#: screens/Setting/SettingList.jsx:132 msgid "View and edit your subscription information" msgstr "" @@ -8611,7 +8761,7 @@ msgstr "" msgid "View job {0}" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:177 +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerNode.jsx:174 msgid "View node details" msgstr "" @@ -8619,18 +8769,18 @@ msgstr "" msgid "View smart inventory host details" msgstr "" -#: routeConfig.js:31 +#: routeConfig.jsx:28 #: screens/ActivityStream/ActivityStream.jsx:143 msgid "Views" msgstr "" -#: components/TemplateList/TemplateListItem.jsx:160 -#: components/TemplateList/TemplateListItem.jsx:166 +#: components/TemplateList/TemplateListItem.jsx:157 +#: components/TemplateList/TemplateListItem.jsx:163 #: screens/Template/WorkflowJobTemplate.jsx:141 msgid "Visualizer" msgstr "" -#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:48 +#: screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:47 msgid "WARNING:" msgstr "" @@ -8640,7 +8790,7 @@ msgid "Waiting" msgstr "" #: components/Workflow/WorkflowLegend.jsx:114 -#: screens/Job/JobOutput/JobOutput.jsx:666 +#: screens/Job/JobOutput/JobOutput.jsx:664 msgid "Warning" msgstr "" @@ -8648,23 +8798,23 @@ msgstr "" msgid "Warning: Unsaved Changes" msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:112 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:111 msgid "We were unable to locate licenses associated with this account." msgstr "" -#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:133 +#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionModal.jsx:131 msgid "We were unable to locate subscriptions associated with this account." msgstr "" #: components/NotificationList/NotificationList.jsx:202 -#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:159 +#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:160 msgid "Webhook" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:170 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:97 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:267 -#: screens/Template/shared/WebhookSubForm.jsx:217 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:249 +#: screens/Template/shared/WebhookSubForm.jsx:209 msgid "Webhook Credential" msgstr "" @@ -8672,41 +8822,41 @@ msgstr "" msgid "Webhook Credentials" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:166 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:86 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:264 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:153 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:78 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:246 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:165 -#: screens/Template/shared/WebhookSubForm.jsx:185 +#: screens/Template/shared/WebhookSubForm.jsx:179 msgid "Webhook Key" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:157 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:83 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:250 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:146 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:77 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:236 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:156 #: screens/Template/shared/WebhookSubForm.jsx:131 msgid "Webhook Service" msgstr "" -#: components/PromptDetail/PromptJobTemplateDetail.jsx:162 -#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:89 -#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:260 +#: components/PromptDetail/PromptJobTemplateDetail.jsx:149 +#: components/PromptDetail/PromptWFJobTemplateDetail.jsx:81 +#: screens/Template/JobTemplateDetail/JobTemplateDetail.jsx:242 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.jsx:161 -#: screens/Template/shared/WebhookSubForm.jsx:167 -#: screens/Template/shared/WebhookSubForm.jsx:179 +#: screens/Template/shared/WebhookSubForm.jsx:163 +#: screens/Template/shared/WebhookSubForm.jsx:173 msgid "Webhook URL" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:638 -#: screens/Template/shared/WorkflowJobTemplateForm.jsx:281 +#: screens/Template/shared/JobTemplateForm.jsx:629 +#: screens/Template/shared/WorkflowJobTemplateForm.jsx:268 msgid "Webhook details" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:171 +#: screens/Template/shared/WebhookSubForm.jsx:166 msgid "Webhook services can launch jobs with this workflow job template by making a POST request to this URL." msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:189 +#: screens/Template/shared/WebhookSubForm.jsx:182 msgid "Webhook services can use this as a shared secret." msgstr "" @@ -8719,7 +8869,7 @@ msgstr "" msgid "Wednesday" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:166 +#: components/Schedule/shared/ScheduleForm.jsx:163 msgid "Week" msgstr "" @@ -8731,7 +8881,7 @@ msgstr "" msgid "Weekend day" msgstr "" -#: screens/Login/Login.jsx:142 +#: screens/Login/Login.jsx:151 msgid "Welcome to Ansible {brandName}! Please Sign In." msgstr "" @@ -8741,16 +8891,16 @@ msgid "" "Please complete the steps below to activate your subscription." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:153 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:161 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:150 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:157 msgid "" "When not checked, a merge will be performed,\n" "combining local variables with those found on the\n" "external source." msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:134 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:144 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:131 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:140 msgid "" "When not checked, local child\n" "hosts and groups not found on the external source will remain\n" @@ -8769,40 +8919,40 @@ msgstr "" msgid "Workflow Approval not found." msgstr "" -#: routeConfig.js:55 +#: routeConfig.jsx:52 #: screens/ActivityStream/ActivityStream.jsx:154 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:169 #: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalList.jsx:209 #: screens/WorkflowApproval/WorkflowApprovals.jsx:12 -#: screens/WorkflowApproval/WorkflowApprovals.jsx:22 +#: screens/WorkflowApproval/WorkflowApprovals.jsx:21 msgid "Workflow Approvals" msgstr "" #: components/JobList/JobList.jsx:189 -#: components/JobList/JobListItem.jsx:37 -#: components/Schedule/ScheduleList/ScheduleListItem.jsx:41 -#: screens/Job/JobDetail/JobDetail.jsx:101 +#: components/JobList/JobListItem.jsx:36 +#: components/Schedule/ScheduleList/ScheduleListItem.jsx:40 +#: screens/Job/JobDetail/JobDetail.jsx:98 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:134 msgid "Workflow Job" msgstr "" -#: components/JobList/JobListItem.jsx:147 +#: components/JobList/JobListItem.jsx:142 #: components/Workflow/WorkflowNodeHelp.jsx:51 -#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:34 -#: screens/Job/JobDetail/JobDetail.jsx:160 +#: screens/ExecutionEnvironment/ExecutionEnvironmentTemplate/ExecutionEnvironmentTemplateListItem.jsx:30 +#: screens/Job/JobDetail/JobDetail.jsx:151 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:110 #: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:147 -#: util/getRelatedResourceDeleteDetails.js:112 +#: util/getRelatedResourceDeleteDetails.js:111 msgid "Workflow Job Template" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:122 -#: util/getRelatedResourceDeleteDetails.js:164 -#: util/getRelatedResourceDeleteDetails.js:267 +#: util/getRelatedResourceDeleteDetails.js:121 +#: util/getRelatedResourceDeleteDetails.js:163 +#: util/getRelatedResourceDeleteDetails.js:266 msgid "Workflow Job Template Nodes" msgstr "" -#: util/getRelatedResourceDeleteDetails.js:147 +#: util/getRelatedResourceDeleteDetails.js:146 msgid "Workflow Job Templates" msgstr "" @@ -8815,28 +8965,28 @@ msgstr "" msgid "Workflow Template" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:450 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:433 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:162 msgid "Workflow approved message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:462 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:445 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:171 msgid "Workflow approved message body" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:474 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:457 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:180 msgid "Workflow denied message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:486 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:469 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:189 msgid "Workflow denied message body" msgstr "" +#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:104 #: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:106 -#: screens/Template/WorkflowJobTemplateVisualizer/VisualizerToolbar.jsx:110 msgid "Workflow documentation" msgstr "" @@ -8852,27 +9002,27 @@ msgstr "" msgid "Workflow node view modal" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:498 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:481 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:198 msgid "Workflow pending message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:510 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:493 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:207 msgid "Workflow pending message body" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:522 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:505 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:216 msgid "Workflow timed out message" msgstr "" -#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:534 +#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.jsx:517 #: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:225 msgid "Workflow timed out message body" msgstr "" -#: screens/User/shared/UserTokenForm.jsx:81 +#: screens/User/shared/UserTokenForm.jsx:77 msgid "Write" msgstr "" @@ -8880,7 +9030,7 @@ msgstr "" msgid "YAML:" msgstr "" -#: components/Schedule/shared/ScheduleForm.jsx:168 +#: components/Schedule/shared/ScheduleForm.jsx:165 msgid "Year" msgstr "" @@ -8888,19 +9038,19 @@ msgstr "" msgid "Yes" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListApproveButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToApprove}" msgstr "" -#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:28 +#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListDenyButton.jsx:27 msgid "You are unable to act on the following workflow approvals: {itemsUnableToDeny}" msgstr "" -#: components/Lookup/MultiCredentialsLookup.jsx:142 +#: components/Lookup/MultiCredentialsLookup.jsx:146 msgid "You cannot select multiple vault credentials with the same vault ID. Doing so will automatically deselect the other with the same vault ID." msgstr "" -#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:92 +#: screens/Inventory/InventoryGroups/InventoryGroupsList.jsx:93 msgid "You do not have permission to delete the following Groups: {itemsUnableToDelete}" msgstr "" @@ -8912,7 +9062,7 @@ msgstr "" msgid "You do not have permission to delete {pluralizedItemName}: {itemsUnableToDelete}." msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:52 +#: components/DisassociateButton/DisassociateButton.jsx:50 msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}" msgstr "" @@ -8926,7 +9076,7 @@ msgstr "" #~ msgid "You may apply a number of possible variables in the message. Refer to the" #~ msgstr "" -#: components/AppContainer/AppContainer.jsx:238 +#: components/AppContainer/AppContainer.jsx:237 msgid "You will be logged out in {0} seconds due to inactivity." msgstr "" @@ -8934,43 +9084,39 @@ msgstr "" msgid "Your session is about to expire" msgstr "" -#: components/Workflow/WorkflowTools.jsx:122 +#: components/Workflow/WorkflowTools.jsx:121 msgid "Zoom In" msgstr "" -#: components/Workflow/WorkflowTools.jsx:101 +#: components/Workflow/WorkflowTools.jsx:100 msgid "Zoom Out" msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:735 -#: screens/Template/shared/WebhookSubForm.jsx:155 +#: screens/Template/shared/JobTemplateForm.jsx:726 +#: screens/Template/shared/WebhookSubForm.jsx:152 msgid "a new webhook key will be generated on save." msgstr "" -#: screens/Template/shared/JobTemplateForm.jsx:732 -#: screens/Template/shared/WebhookSubForm.jsx:143 +#: screens/Template/shared/JobTemplateForm.jsx:723 +#: screens/Template/shared/WebhookSubForm.jsx:142 msgid "a new webhook url will be generated on save." msgstr "" #: screens/Host/HostGroups/HostGroupItem.jsx:45 -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:116 -#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:69 -#: screens/Inventory/InventoryGroups/InventoryGroupItem.jsx:51 -#: screens/Inventory/InventoryHostGroups/InventoryHostGroupItem.jsx:51 -#: screens/Inventory/InventoryHosts/InventoryHostItem.jsx:62 -#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:59 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:118 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:214 +#: screens/Inventory/InventoryGroupHosts/InventoryGroupHostListItem.jsx:68 +#: screens/Inventory/InventoryRelatedGroups/InventoryRelatedGroupListItem.jsx:58 #: screens/Organization/OrganizationTeams/OrganizationTeamListItem.jsx:35 -#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:112 +#: screens/Project/ProjectJobTemplatesList/ProjectJobTemplatesListItem.jsx:107 msgid "actions" msgstr "" -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:188 -#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:219 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:184 +#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:213 msgid "and click on Update Revision on Launch" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:514 +#: screens/ActivityStream/ActivityStreamDescription.jsx:513 msgid "approved" msgstr "" @@ -8978,22 +9124,26 @@ msgstr "" msgid "brand logo" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:276 -#: screens/Template/Survey/SurveyList.jsx:113 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:278 +#: screens/Template/Survey/SurveyList.jsx:110 msgid "cancel delete" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:252 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:180 +msgid "capacity adjustment" +msgstr "" + +#: components/AdHocCommands/AdHocDetailsStep.jsx:240 msgid "command" msgstr "" -#: components/PaginatedDataList/ToolbarDeleteButton.jsx:265 -#: screens/Template/Survey/SurveyList.jsx:104 +#: components/PaginatedDataList/ToolbarDeleteButton.jsx:267 +#: screens/Template/Survey/SurveyList.jsx:101 msgid "confirm delete" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:116 -#: screens/Team/TeamRoles/TeamRolesList.jsx:202 +#: components/DisassociateButton/DisassociateButton.jsx:113 +#: screens/Team/TeamRoles/TeamRolesList.jsx:199 msgid "confirm disassociate" msgstr "" @@ -9002,37 +9152,37 @@ msgstr "" #~ msgid "controller instance" #~ msgstr "" -#: screens/Project/ProjectList/ProjectListItem.jsx:155 +#: screens/Project/ProjectList/ProjectListItem.jsx:158 msgid "copy to clipboard disabled" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:147 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:145 msgid "deletion error" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:522 +#: screens/ActivityStream/ActivityStreamDescription.jsx:521 msgid "denied" msgstr "" -#: components/DisassociateButton/DisassociateButton.jsx:82 +#: components/DisassociateButton/DisassociateButton.jsx:79 msgid "disassociate" msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:222 msgid "documentation" msgstr "" #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.jsx:105 #: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:121 -#: screens/Host/HostDetail/HostDetail.jsx:113 +#: screens/Host/HostDetail/HostDetail.jsx:109 #: screens/InstanceGroup/ContainerGroupDetails/ContainerGroupDetails.jsx:93 #: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:106 -#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:103 -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:275 -#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:156 -#: screens/Project/ProjectDetail/ProjectDetail.jsx:166 +#: screens/Inventory/InventoryHostDetail/InventoryHostDetail.jsx:95 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:266 +#: screens/Inventory/SmartInventoryDetail/SmartInventoryDetail.jsx:147 +#: screens/Project/ProjectDetail/ProjectDetail.jsx:195 #: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:154 -#: screens/User/UserDetail/UserDetail.jsx:89 +#: screens/User/UserDetail/UserDetail.jsx:84 msgid "edit" msgstr "" @@ -9040,7 +9190,7 @@ msgstr "" msgid "encrypted" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:51 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:45 msgid "expiration" msgstr "" @@ -9048,36 +9198,36 @@ msgstr "" #~ msgid "for more details." #~ msgstr "" -#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:226 +#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:224 msgid "for more info." msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:182 +#: components/AdHocCommands/AdHocDetailsStep.jsx:174 msgid "here" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:129 -#: components/AdHocCommands/AdHocDetailsStep.jsx:204 +#: components/AdHocCommands/AdHocDetailsStep.jsx:125 +#: components/AdHocCommands/AdHocDetailsStep.jsx:194 msgid "here." msgstr "" -#: components/Lookup/HostFilterLookup.jsx:340 +#: components/Lookup/HostFilterLookup.jsx:337 msgid "hosts" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:95 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:166 msgid "instance counts" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:109 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:207 msgid "instance group used capacity" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:82 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:155 msgid "instance host name" msgstr "" -#: screens/InstanceGroup/Instances/InstanceListItem.jsx:85 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:158 msgid "instance type" msgstr "" @@ -9095,11 +9245,11 @@ msgstr "" msgid "items" msgstr "" -#: screens/User/UserList/UserListItem.jsx:51 +#: screens/User/UserList/UserListItem.jsx:44 msgid "ldap user" msgstr "" -#: screens/User/UserDetail/UserDetail.jsx:72 +#: screens/User/UserDetail/UserDetail.jsx:71 msgid "login type" msgstr "" @@ -9116,7 +9266,6 @@ msgid "move up" msgstr "" #: components/Lookup/HostListItem.jsx:23 -#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:90 msgid "name" msgstr "" @@ -9124,7 +9273,7 @@ msgstr "" msgid "of" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:250 +#: components/AdHocCommands/AdHocDetailsStep.jsx:238 msgid "option to the" msgstr "" @@ -9161,7 +9310,7 @@ msgstr "" msgid "resource type" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:47 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:41 msgid "scope" msgstr "" @@ -9169,7 +9318,7 @@ msgstr "" msgid "sec" msgstr "" -#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:235 +#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:230 msgid "seconds" msgstr "" @@ -9177,11 +9326,11 @@ msgstr "" msgid "select module" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:139 +#: components/AdHocCommands/AdHocDetailsStep.jsx:135 msgid "select verbosity" msgstr "" -#: screens/User/UserList/UserListItem.jsx:56 +#: screens/User/UserList/UserListItem.jsx:49 msgid "social login" msgstr "" @@ -9193,35 +9342,39 @@ msgstr "" msgid "team name" msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:520 +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:195 +#~ msgid "test" +#~ msgstr "" + +#: screens/ActivityStream/ActivityStreamDescription.jsx:519 msgid "timed out" msgstr "" -#: components/AdHocCommands/AdHocDetailsStep.jsx:230 +#: components/AdHocCommands/AdHocDetailsStep.jsx:218 msgid "toggle changes" msgstr "" -#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:42 +#: screens/Application/ApplicationTokens/ApplicationTokenListItem.jsx:36 msgid "token name" msgstr "" #: screens/Inventory/InventorySources/InventorySourceListItem.jsx:110 -msgid "type" -msgstr "" +#~ msgid "type" +#~ msgstr "" -#: screens/ActivityStream/ActivityStreamDescription.jsx:525 +#: screens/ActivityStream/ActivityStreamDescription.jsx:524 msgid "updated" msgstr "" -#: screens/Template/shared/WebhookSubForm.jsx:199 +#: screens/Template/shared/WebhookSubForm.jsx:191 msgid "workflow job template webhook key" msgstr "" -#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:113 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:111 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/Inventory/shared/InventoryGroupsDeleteModal.jsx:86 +#: screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:84 msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "" @@ -9257,7 +9410,7 @@ msgstr "" msgid "{0, plural, one {This instance group is currently being by other resources. Are you sure you want to delete it?} other {Deleting these instance groups could impact other resources that rely on them. Are you sure you want to delete anyway?}}" msgstr "" -#: screens/Inventory/InventorySources/InventorySourceList.jsx:183 +#: screens/Inventory/InventorySources/InventorySourceList.jsx:187 msgid "{0, plural, one {This inventory source is currently being used by other resources that rely on it. Are you sure you want to delete it?} other {Deleting these inventory sources could impact other resources that rely on them. Are you sure you want to delete anyway}}" msgstr "" @@ -9289,7 +9442,7 @@ msgstr "" msgid "{0, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}" msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:27 +#: screens/Setting/shared/LoggingTestAlert.jsx:25 msgid "{0}" msgstr "" @@ -9301,11 +9454,11 @@ msgstr "" msgid "{0} more" msgstr "" -#: screens/Inventory/InventoryList/InventoryListItem.jsx:62 +#: screens/Inventory/InventoryList/InventoryListItem.jsx:61 msgid "{0} sources with sync failures." msgstr "" -#: screens/Setting/shared/LoggingTestAlert.jsx:25 +#: screens/Setting/shared/LoggingTestAlert.jsx:24 msgid "{0}: {1}" msgstr "" @@ -9317,6 +9470,10 @@ msgstr "" msgid "{dateStr} by <0>{username}" msgstr "" +#: screens/InstanceGroup/Instances/InstanceListItem.jsx:187 +msgid "{forks, plural, one {# fork} other {# forks}}" +msgstr "" + #: components/Schedule/shared/FrequencyDetailSubform.jsx:192 msgid "{intervalValue, plural, one {day} other {days}}" msgstr "" diff --git a/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.jsx b/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.jsx index 09465d00e1f7..b6aaa3da88a7 100644 --- a/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.jsx +++ b/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.jsx @@ -1,7 +1,6 @@ -import React from 'react'; +import React, { useState, useCallback } from 'react'; import { bool, func } from 'prop-types'; - -import { t } from '@lingui/macro'; +import { t, Plural } from '@lingui/macro'; import styled from 'styled-components'; import 'styled-components/macro'; import { @@ -9,23 +8,48 @@ import { Progress, ProgressMeasureLocation, ProgressSize, - DataListAction, + DataListAction as PFDataListAction, DataListCheck, - DataListItem, - DataListItemRow, - DataListItemCells, + DataListItem as PFDataListItem, + DataListItemRow as PFDataListItemRow, + DataListItemCells as PFDataListItemCells, + Slider, } from '@patternfly/react-core'; import _DataListCell from '../../../components/DataListCell'; import InstanceToggle from '../../../components/InstanceToggle'; import { Instance } from '../../../types'; +import useRequest, { useDismissableError } from '../../../util/useRequest'; +import useDebounce from '../../../util/useDebounce'; +import { InstancesAPI } from '../../../api'; +import { useConfig } from '../../../contexts/Config'; +import AlertModal from '../../../components/AlertModal'; +import ErrorDetail from '../../../components/ErrorDetail'; + +const DataListItem = styled(PFDataListItem)` + display: flex; + flex-direction: column; + justify-content: center; +`; + +const DataListItemRow = styled(PFDataListItemRow)` + align-items: center; +`; + +const DataListItemCells = styled(PFDataListItemCells)` + align-items: center; +`; +const DataListAction = styled(PFDataListAction)` + align-items: center; +`; const Unavailable = styled.span` color: var(--pf-global--danger-color--200); `; const DataListCell = styled(_DataListCell)` white-space: nowrap; + align-items: center; `; const Badge = styled(PFBadge)` @@ -40,7 +64,37 @@ const ListGroup = styled.span` } `; +const SliderHolder = styled.div` + display: flex; + align-items: center; + justify-content: space-between; +`; + +const SliderForks = styled.div` + flex-grow: 1; + margin-right: 8px; + margin-left: 8px; + text-align: center; +`; + +function computeForks(memCapacity, cpuCapacity, selectedCapacityAdjustment) { + const minCapacity = Math.min(memCapacity, cpuCapacity); + const maxCapacity = Math.max(memCapacity, cpuCapacity); + + return Math.floor( + minCapacity + (maxCapacity - minCapacity) * selectedCapacityAdjustment + ); +} + function InstanceListItem({ instance, isSelected, onSelect, fetchInstances }) { + const { me = {} } = useConfig(); + const [forks, setForks] = useState( + computeForks( + instance.mem_capacity, + instance.cpu_capacity, + instance.capacity_adjustment + ) + ); const labelId = `check-action-${instance.id}`; function usedCapacity(item) { @@ -57,68 +111,133 @@ function InstanceListItem({ instance, isSelected, onSelect, fetchInstances }) { return {t`Unavailable`}; } + const { error: updateInstanceError, request: updateInstance } = useRequest( + useCallback( + async values => { + await InstancesAPI.update(instance.id, values); + }, + [instance] + ) + ); + + const { + error: updateError, + dismissError: dismissUpdateError, + } = useDismissableError(updateInstanceError); + + const debounceUpdateInstance = useDebounce(updateInstance, 200); + + const handleChangeValue = value => { + const roundedValue = Math.round(value * 100) / 100; + setForks( + computeForks(instance.mem_capacity, instance.cpu_capacity, roundedValue) + ); + debounceUpdateInstance({ capacity_adjustment: roundedValue }); + }; + return ( - - - + <> + + + - - {instance.hostname} - , - - {t`Type`} - - {instance.managed_by_policy ? t`Auto` : t`Manual`} - - , - - - {t`Running jobs`} - {instance.jobs_running} - - - {t`Total jobs`} - {instance.jobs_total} - - , - - {usedCapacity(instance)} - , - ]} - /> - - + {instance.hostname} + , + + {t`Type`} + + {instance.managed_by_policy ? t`Auto` : t`Manual`} + + , + + + {t`Running jobs`} + {instance.jobs_running} + + + {t`Total jobs`} + {instance.jobs_total} + + , + + +
{t`CPU ${instance.cpu_capacity}`}
+ +
+ +
+ +
+ +
{t`RAM ${instance.mem_capacity}`}
+
+
, + + + {usedCapacity(instance)} + , + ]} /> -
-
-
+ + + +
+
+ {updateError && ( + + {t`Failed to update capacity adjustment.`} + + + )} + ); } + InstanceListItem.prototype = { instance: Instance.isRequired, isSelected: bool.isRequired, diff --git a/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.test.jsx b/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.test.jsx index 5e3a138f9065..995d0450a84b 100644 --- a/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.test.jsx +++ b/awx/ui_next/src/screens/InstanceGroup/Instances/InstanceListItem.test.jsx @@ -2,9 +2,14 @@ import React from 'react'; import { act } from 'react-dom/test-utils'; import { mountWithContexts } from '../../../../testUtils/enzymeHelpers'; +import { InstancesAPI } from '../../../api'; +import useDebounce from '../../../util/useDebounce'; import InstanceListItem from './InstanceListItem'; +jest.mock('../../../api'); +jest.mock('../../../util/useDebounce'); + const instance = [ { id: 1, @@ -37,6 +42,10 @@ const instance = [ describe('', () => { let wrapper; + beforeEach(() => { + useDebounce.mockImplementation(fn => fn); + }); + test('should mount successfully', async () => { await act(async () => { wrapper = mountWithContexts( @@ -44,12 +53,55 @@ describe('', () => { instance={instance[0]} isSelected={false} onSelect={() => {}} + fetchInstances={() => {}} /> ); }); expect(wrapper.find('InstanceListItem').length).toBe(1); }); + test('should calculate number of forks when slide changes', async () => { + await act(async () => { + wrapper = mountWithContexts( + {}} + fetchInstances={() => {}} + /> + ); + }); + expect(wrapper.find('InstanceListItem').length).toBe(1); + expect(wrapper.find('InstanceListItem__SliderForks').text()).toContain( + '10 forks' + ); + + await act(async () => { + wrapper.find('Slider').prop('onChange')(1); + }); + + wrapper.update(); + expect(wrapper.find('InstanceListItem__SliderForks').text()).toContain( + '24 forks' + ); + + await act(async () => { + wrapper.find('Slider').prop('onChange')(0); + }); + wrapper.update(); + expect(wrapper.find('InstanceListItem__SliderForks').text()).toContain( + '1 fork' + ); + + await act(async () => { + wrapper.find('Slider').prop('onChange')(0.5); + }); + wrapper.update(); + expect(wrapper.find('InstanceListItem__SliderForks').text()).toContain( + '12 forks' + ); + }); + test('should render the proper data instance', async () => { await act(async () => { wrapper = mountWithContexts( @@ -57,6 +109,7 @@ describe('', () => { instance={instance[0]} isSelected={false} onSelect={() => {}} + fetchInstances={() => {}} /> ); }); @@ -68,6 +121,19 @@ describe('', () => { wrapper.find('PFDataListCell[aria-label="instance type"]').text() ).toBe('TypeAuto'); expect(wrapper.find('input#instances-1').prop('checked')).toBe(false); + expect( + wrapper + .find('PFDataListCell[aria-label="capacity adjustment"]') + .containsMatchingElement(
CPU 24
) + ); + expect( + wrapper + .find('PFDataListCell[aria-label="capacity adjustment"]') + .containsMatchingElement(
RAM 24
) + ); + expect(wrapper.find('InstanceListItem__SliderForks').text()).toContain( + '10 forks' + ); }); test('should be checked', async () => { @@ -77,6 +143,7 @@ describe('', () => { instance={instance[0]} isSelected onSelect={() => {}} + fetchInstances={() => {}} /> ); }); @@ -86,4 +153,52 @@ describe('', () => { test('should display instance toggle', () => { expect(wrapper.find('InstanceToggle').length).toBe(1); }); + + test('should display error', async () => { + jest.useFakeTimers(); + InstancesAPI.update.mockRejectedValue( + new Error({ + response: { + config: { + method: 'patch', + url: '/api/v2/instances/1', + data: { capacity_adjustment: 0.30001 }, + }, + data: { + capacity_adjustment: [ + 'Ensure that there are no more than 3 digits in total.', + ], + }, + status: 400, + statusText: 'Bad Request', + }, + }) + ); + await act(async () => { + wrapper = mountWithContexts( + {}} + fetchInstances={() => {}} + />, + { context: { network: { handleHttpError: () => {} } } } + ); + }); + await act(async () => { + wrapper.update(); + }); + expect(wrapper.find('ErrorDetail').length).toBe(0); + await act(async () => { + wrapper.find('Slider').prop('onChange')(0.30001); + }); + await act(async () => { + wrapper.update(); + }); + jest.advanceTimersByTime(210); + await act(async () => { + wrapper.update(); + }); + expect(wrapper.find('ErrorDetail').length).toBe(1); + }); }); diff --git a/awx/ui_next/src/util/useDebounce.jsx b/awx/ui_next/src/util/useDebounce.jsx new file mode 100644 index 000000000000..67c723aef5a8 --- /dev/null +++ b/awx/ui_next/src/util/useDebounce.jsx @@ -0,0 +1,14 @@ +import { useRef } from 'react'; + +export default function useDebounce(fn, delay) { + const timeOutRef = useRef(null); + + function debouncedFunction(...args) { + window.clearTimeout(timeOutRef.current); + timeOutRef.current = window.setTimeout(() => { + fn(...args); + }, delay); + } + + return debouncedFunction; +} diff --git a/awx/ui_next/src/util/useDebounce.test.jsx b/awx/ui_next/src/util/useDebounce.test.jsx new file mode 100644 index 000000000000..ea7ec119b2c8 --- /dev/null +++ b/awx/ui_next/src/util/useDebounce.test.jsx @@ -0,0 +1,22 @@ +import React from 'react'; +import { mount } from 'enzyme'; +import useDebounce from './useDebounce'; + +function TestInner() { + return
; +} +function Test({ fn, delay = 500, data }) { + const debounce = useDebounce(fn, delay); + debounce(data); + return ; +} + +test('useDebounce', () => { + jest.useFakeTimers(); + const fn = jest.fn(); + mount(); + expect(fn).toHaveBeenCalledTimes(0); + jest.advanceTimersByTime(510); + expect(fn).toHaveBeenCalledTimes(1); + expect(fn).toHaveBeenCalledWith({ data: 123 }); +});