mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #9988 from mabashian/9163-admin-approvals-page
Fixes bug where workflow approvals page would crash if deleted username was referenced SUMMARY link #9163 The tooltip on the status labels for completed workflow approvals attempts to show the username of the user that acted on it. If that user has been deleted then the key is not present in the object. This would cause the page to crash. To fix this, I conditionally show a different string when the username is not available. If a user wants to see which deleted user acted on the approval they'll have to go to the activity stream. ISSUE TYPE Bugfix Pull Request COMPONENT NAME UI Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> Reviewed-by: Mat Wilson <mawilson@redhat.com>
This commit is contained in:
commit
b1cd7eb997
@ -13,6 +13,10 @@ msgstr ""
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#: src/contexts/Network.jsx:52
|
||||
#~ msgid "404"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Schedule/ScheduleOccurrences/ScheduleOccurrences.jsx:43
|
||||
msgid "(Limited to first 10)"
|
||||
msgstr "(Limited to first 10)"
|
||||
@ -382,6 +386,10 @@ msgstr "Add workflow template"
|
||||
msgid "Administration"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Organizations/components/OrganizationListItem.jsx:66
|
||||
#~ msgid "Admins"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/DataListToolbar/DataListToolbar.jsx:86
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:669
|
||||
msgid "Advanced"
|
||||
@ -408,6 +416,11 @@ msgstr ""
|
||||
"before executing job tasks. This is intended for static content,\n"
|
||||
"like the Ansible inventory .ini file format."
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:168
|
||||
#: src/screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:177
|
||||
#~ msgid "After every project update where the SCM revision changes, refresh the inventory from the selected source before executing job tasks. This is intended for static content, like the Ansible inventory .ini file format."
|
||||
#~ msgstr "After every project update where the SCM revision changes, refresh the inventory from the selected source before executing job tasks. This is intended for static content, like the Ansible inventory .ini file format."
|
||||
|
||||
#: components/Schedule/shared/FrequencyDetailSubform.jsx:508
|
||||
msgid "After number of occurrences"
|
||||
msgstr "After number of occurrences"
|
||||
@ -479,6 +492,16 @@ msgstr "An error occurred"
|
||||
msgid "An inventory must be selected"
|
||||
msgstr "An inventory must be selected"
|
||||
|
||||
#: src/components/PromptDetail/PromptInventorySourceDetail.jsx:87
|
||||
#: src/components/PromptDetail/PromptProjectDetail.jsx:92
|
||||
#: src/screens/Inventory/shared/InventorySourceForm.jsx:143
|
||||
#: src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx:94
|
||||
#: src/screens/Organization/shared/OrganizationForm.jsx:82
|
||||
#: src/screens/Project/ProjectDetail/ProjectDetail.jsx:128
|
||||
#: src/screens/Project/shared/ProjectForm.jsx:274
|
||||
#~ msgid "Ansible Environment"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:98
|
||||
msgid "Ansible Tower"
|
||||
msgstr "Ansible Tower"
|
||||
@ -487,6 +510,14 @@ msgstr "Ansible Tower"
|
||||
msgid "Ansible Tower Documentation."
|
||||
msgstr "Ansible Tower Documentation."
|
||||
|
||||
#: src/components/About/About.jsx:58
|
||||
#~ msgid "Ansible Version"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:204
|
||||
#~ msgid "Ansible environment"
|
||||
#~ msgstr "Ansible environment"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:44
|
||||
msgid "Answer type"
|
||||
msgstr "Answer type"
|
||||
@ -563,11 +594,15 @@ msgstr "Approval"
|
||||
msgid "Approve"
|
||||
msgstr "Approve"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr "Approved"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr "Approved - {0}. See the Activity Stream for more information."
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr "Approved by {0} - {1}"
|
||||
|
||||
@ -653,6 +688,10 @@ msgstr "August"
|
||||
msgid "Authentication"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/AuthSettings.jsx:19
|
||||
#~ msgid "Authentication Settings"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:88
|
||||
#: screens/Setting/MiscSystem/MiscSystemEdit/MiscSystemEdit.jsx:93
|
||||
msgid "Authorization Code Expiration"
|
||||
@ -734,7 +773,7 @@ msgstr "Back to Schedules"
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -804,6 +843,10 @@ msgstr ""
|
||||
"Together the base path and selected playbook directory provide the full\n"
|
||||
"path used to locate playbooks."
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70
|
||||
#~ msgid "Base path used for locating playbooks. Directories found inside this path will be listed in the playbook directory drop-down. Together the base path and selected playbook directory provide the full path used to locate playbooks."
|
||||
#~ msgstr "Base path used for locating playbooks. Directories found inside this path will be listed in the playbook directory drop-down. Together the base path and selected playbook directory provide the full path used to locate playbooks."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:456
|
||||
msgid "Basic auth password"
|
||||
msgstr "Basic auth password"
|
||||
@ -982,7 +1025,7 @@ msgstr "Cancel {0}"
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr "Canceled"
|
||||
|
||||
@ -1043,6 +1086,10 @@ msgstr ""
|
||||
"Change PROJECTS_ROOT when deploying\n"
|
||||
"{brandName} to change this location."
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76
|
||||
#~ msgid "Change PROJECTS_ROOT when deploying {brandName} to change this location."
|
||||
#~ msgstr "Change PROJECTS_ROOT when deploying {brandName} to change this location."
|
||||
|
||||
#: screens/Job/JobOutput/shared/HostStatusBar.jsx:43
|
||||
msgid "Changed"
|
||||
msgstr "Changed"
|
||||
@ -1116,6 +1163,20 @@ msgstr ""
|
||||
"Refer to the Ansible Tower Documentation for more additional\n"
|
||||
"information about each option."
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
|
||||
#: src/screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
#~ msgstr "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:142
|
||||
msgid "Choose an email option"
|
||||
msgstr "Choose an email option"
|
||||
@ -1167,10 +1228,6 @@ msgstr "Click this button to verify connection to the secret management system u
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr "Click to create a new link to this node."
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr "Click to select this answer as a default answer."
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr "Click to toggle default value"
|
||||
@ -1225,6 +1282,22 @@ msgstr ""
|
||||
msgid "Command"
|
||||
msgstr "Command"
|
||||
|
||||
#: src/screens/Host/Host.jsx:67
|
||||
#: src/screens/Host/Hosts.jsx:32
|
||||
#: src/screens/Inventory/Inventory.jsx:68
|
||||
#: src/screens/Inventory/InventoryHost/InventoryHost.jsx:88
|
||||
#: src/screens/Template/Template.jsx:151
|
||||
#: src/screens/Template/Templates.jsx:48
|
||||
#: src/screens/Template/WorkflowJobTemplate.jsx:145
|
||||
#~ msgid "Completed Jobs"
|
||||
#~ msgstr "Completed Jobs"
|
||||
|
||||
#: src/screens/Inventory/Inventories.jsx:59
|
||||
#: src/screens/Inventory/Inventories.jsx:73
|
||||
#: src/screens/Inventory/SmartInventory.jsx:73
|
||||
#~ msgid "Completed jobs"
|
||||
#~ msgstr "Completed jobs"
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:53
|
||||
msgid "Compliant"
|
||||
msgstr "Compliant"
|
||||
@ -1329,6 +1402,16 @@ msgstr ""
|
||||
"Control the level of output ansible will\n"
|
||||
"produce as the playbook executes."
|
||||
|
||||
#: src/components/LaunchPrompt/steps/OtherPromptsStep.jsx:152
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:414
|
||||
#~ msgid "Control the level of output ansible will produce as the playbook executes."
|
||||
#~ msgstr "Control the level of output ansible will produce as the playbook executes."
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:64
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69
|
||||
#~ msgid "Controller"
|
||||
#~ msgstr "Controller"
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:208
|
||||
msgid "Convergence"
|
||||
msgstr "Convergence"
|
||||
@ -1391,6 +1474,11 @@ msgstr "Copyright"
|
||||
msgid "Create"
|
||||
msgstr "Create"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr "Create Execution environments"
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1651,7 +1739,7 @@ msgstr "Credential passwords"
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr "Credential to authenticate with a protected container registry."
|
||||
|
||||
@ -1771,7 +1859,7 @@ msgstr "Default Execution Environment"
|
||||
msgid "Default answer"
|
||||
msgstr "Default answer"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ msgid "Default choice must be answered from the choices listed."
|
||||
#~ msgstr "Default choice must be answered from the choices listed."
|
||||
|
||||
@ -1995,11 +2083,15 @@ msgstr "Deletion Error"
|
||||
msgid "Deletion error"
|
||||
msgstr "Deletion error"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr "Denied"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr "Denied - {0}. See the Activity Stream for more information."
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr "Denied by {0} - {1}"
|
||||
|
||||
@ -2037,7 +2129,7 @@ msgstr "Deprecated"
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2151,7 +2243,7 @@ msgstr "Destination channels or users"
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2297,7 +2389,7 @@ msgstr "E-mail"
|
||||
msgid "E-mail options"
|
||||
msgstr "E-mail options"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr "Each answer choice must be on a separate line."
|
||||
|
||||
@ -2360,8 +2452,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2734,10 +2826,18 @@ msgstr "Enter at least one search filter to create a new Smart Inventory"
|
||||
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:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2748,10 +2848,28 @@ msgstr ""
|
||||
"Use the radio button to toggle between the two. Refer to the\n"
|
||||
"Ansible Tower documentation for example syntax."
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
|
||||
#: 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"
|
||||
|
||||
#: src/screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ 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."
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the 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 documentation for example syntax"
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr "Enter one Annotation Tag per line, without commas."
|
||||
@ -2766,6 +2884,10 @@ msgstr ""
|
||||
"symbol (#) for channels, and the at (@) symbol for users, are not\n"
|
||||
"required."
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:244
|
||||
#~ msgid "Enter one IRC channel or username per line. The pound symbol (#) for channels, and the at (@) symbol for users, are not required."
|
||||
#~ msgstr "Enter one IRC channel or username per line. The pound symbol (#) for channels, and the at (@) symbol for users, are not required."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:377
|
||||
msgid ""
|
||||
"Enter one Slack channel per line. The pound symbol (#)\n"
|
||||
@ -2774,6 +2896,10 @@ msgstr ""
|
||||
"Enter one Slack channel per line. The pound symbol (#)\n"
|
||||
"is required for channels."
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:377
|
||||
#~ msgid "Enter one Slack channel per line. The pound symbol (#) is required for channels."
|
||||
#~ msgstr "Enter one Slack channel per line. The pound symbol (#) is required for channels."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:92
|
||||
msgid ""
|
||||
"Enter one email address per line to create a recipient\n"
|
||||
@ -2782,6 +2908,10 @@ msgstr ""
|
||||
"Enter one email address per line to create a recipient\n"
|
||||
"list for this type of notification."
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:92
|
||||
#~ msgid "Enter one email address per line to create a recipient list for this type of notification."
|
||||
#~ msgstr "Enter one email address per line to create a recipient list for this type of notification."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:426
|
||||
msgid ""
|
||||
"Enter one phone number per line to specify where to\n"
|
||||
@ -2790,6 +2920,10 @@ msgstr ""
|
||||
"Enter one phone number per line to specify where to\n"
|
||||
"route SMS messages."
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:426
|
||||
#~ msgid "Enter one phone number per line to specify where to route SMS messages."
|
||||
#~ msgstr "Enter one phone number per line to specify where to route SMS messages."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:416
|
||||
msgid ""
|
||||
"Enter the number associated with the \"Messaging\n"
|
||||
@ -2798,6 +2932,10 @@ msgstr ""
|
||||
"Enter the number associated with the \"Messaging\n"
|
||||
"Service\" in Twilio in the format +18005550199."
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:416
|
||||
#~ msgid "Enter the number associated with the \"Messaging Service\" in Twilio in the format +18005550199."
|
||||
#~ msgstr "Enter the number associated with the \"Messaging Service\" in Twilio in the format +18005550199."
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:60
|
||||
msgid "Enter variables to configure the inventory source. For a detailed description of how to configure this plugin, see <0>Inventory Plugins</0> in the documentation and the <1>Tower</1> plugin configuration guide."
|
||||
msgstr "Enter variables to configure the inventory source. For a detailed description of how to configure this plugin, see <0>Inventory Plugins</0> in the documentation and the <1>Tower</1> plugin configuration guide."
|
||||
@ -2874,7 +3012,7 @@ msgstr "Error saving the workflow!"
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2996,6 +3134,10 @@ msgstr "Example URLs for Subversion Source Control include:"
|
||||
msgid "Examples include:"
|
||||
msgstr "Examples include:"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr "Examples:"
|
||||
|
||||
#: 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."
|
||||
@ -3050,6 +3192,11 @@ msgstr "Execution environment name"
|
||||
msgid "Execution environment not found."
|
||||
msgstr "Execution environment not found."
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr "Execution environments"
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -3093,7 +3240,7 @@ msgid "Expires on UTC"
|
||||
msgstr "Expires on UTC"
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr "Expires on {0}"
|
||||
|
||||
@ -3182,11 +3329,6 @@ msgstr "Failed to cancel Inventory Source Sync"
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr "Failed to cancel Project Sync"
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr "Failed to cancel Project Update"
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr "Failed to cancel inventory source sync."
|
||||
@ -3417,7 +3559,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
msgstr "Failed to fetch custom login configuration settings. System defaults will be shown instead."
|
||||
|
||||
#: components/AdHocCommands/AdHocCommands.jsx:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr "Failed to launch job."
|
||||
@ -3723,7 +3865,7 @@ msgstr "Global Default Execution Environment"
|
||||
msgid "Globally Available"
|
||||
msgstr "Globally Available"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
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"
|
||||
|
||||
@ -4032,7 +4174,7 @@ msgstr ""
|
||||
#~ msgid "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
#~ msgstr "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -4141,6 +4283,10 @@ msgstr ""
|
||||
"be viewed at the host level. Facts are persisted and\n"
|
||||
"injected into the fact cache at runtime."
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:559
|
||||
#~ msgid "If enabled, this will store gathered facts so they can be viewed at the host level. Facts are persisted and injected into the fact cache at runtime."
|
||||
#~ msgstr "If enabled, this will store gathered facts so they can be viewed at the host level. Facts are persisted and injected into the fact cache at runtime."
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:140
|
||||
msgid "If you are ready to upgrade or renew, please <0>contact us.</0>"
|
||||
msgstr "If you are ready to upgrade or renew, please <0>contact us.</0>"
|
||||
@ -4166,19 +4312,24 @@ msgstr ""
|
||||
"If you want the Inventory Source to update on\n"
|
||||
"launch and on project update, click on Update on launch, and also go to"
|
||||
|
||||
#: src/pages/Organizations/components/DeleteRoleConfirmationModal.jsx:54
|
||||
#~ msgid "If you {0} want to remove access for this particular user, please remove them from the team."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:57
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:132
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr "Image"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr "Image name"
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr "Image name"
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4314,6 +4465,10 @@ msgstr "Instances"
|
||||
msgid "Integer"
|
||||
msgstr "Integer"
|
||||
|
||||
#: src/index.jsx:193
|
||||
#~ msgid "Integrations"
|
||||
#~ msgstr ""
|
||||
|
||||
#: util/validators.jsx:67
|
||||
msgid "Invalid email address"
|
||||
msgstr "Invalid email address"
|
||||
@ -4400,10 +4555,6 @@ msgstr "Inventory ID"
|
||||
msgid "Inventory Source"
|
||||
msgstr "Inventory Source"
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr "Inventory Source Error"
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr "Inventory Source Sync"
|
||||
@ -4470,10 +4621,18 @@ msgstr "Item Skipped"
|
||||
msgid "Items"
|
||||
msgstr "Items"
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:142
|
||||
#~ msgid "Items Per Page"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:26
|
||||
msgid "Items per page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:162
|
||||
#~ msgid "Items {itemMin} – {itemMax} of {count}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Sparkline/Sparkline.jsx:28
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:36
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:90
|
||||
@ -5236,10 +5395,6 @@ msgstr "Multiple Choice (single select)"
|
||||
msgid "Multiple Choice Options"
|
||||
msgstr "Multiple Choice Options"
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:87
|
||||
#~ msgid "Must type an answer choice before a default value can be selected"
|
||||
#~ msgstr "Must type an answer choice before a default value can be selected"
|
||||
|
||||
#: src/index.jsx:110
|
||||
#: src/pages/Portal.jsx:19
|
||||
#~ msgid "My View"
|
||||
@ -5456,7 +5611,7 @@ msgid "Never Updated"
|
||||
msgstr "Never Updated"
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr "Never expires"
|
||||
|
||||
@ -5890,10 +6045,18 @@ msgstr "Organization"
|
||||
msgid "Organization (Name)"
|
||||
msgstr "Organization (Name)"
|
||||
|
||||
#: src/pages/Organizations/views/Organization.add.jsx:79
|
||||
#~ msgid "Organization Add"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Team/TeamList/TeamList.jsx:138
|
||||
msgid "Organization Name"
|
||||
msgstr "Organization Name"
|
||||
|
||||
#: src/pages/Organizations/screens/Organization/Organization.jsx:144
|
||||
#~ msgid "Organization detail tabs"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Organization/Organization.jsx:154
|
||||
msgid "Organization not found."
|
||||
msgstr "Organization not found."
|
||||
@ -5913,6 +6076,10 @@ msgstr "Organization not found."
|
||||
msgid "Organizations"
|
||||
msgstr ""
|
||||
|
||||
#: src/pages/Organizations/views/Organizations.list.jsx:218
|
||||
#~ msgid "Organizations List"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/useOtherPromptsStep.jsx:50
|
||||
msgid "Other prompts"
|
||||
msgstr "Other prompts"
|
||||
@ -5949,6 +6116,18 @@ msgstr "POST"
|
||||
msgid "PUT"
|
||||
msgstr "PUT"
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:190
|
||||
#~ msgid "Page"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:189
|
||||
#~ msgid "Page <0/> of {pageCount}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:193
|
||||
#~ msgid "Page Number"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/NotificationList/NotificationList.jsx:198
|
||||
#: screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx:156
|
||||
msgid "Pagerduty"
|
||||
@ -6014,6 +6193,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
|
||||
#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 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 documentation for example syntax."
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -6204,6 +6387,18 @@ msgstr "Populate field from an external secret management system"
|
||||
#~ "Refer to the Ansible Tower documentation for further syntax and\n"
|
||||
#~ "examples."
|
||||
|
||||
#: 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 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 documentation for further syntax and\n"
|
||||
#~ "examples."
|
||||
|
||||
#: components/Lookup/HostFilterLookup.jsx:287
|
||||
msgid ""
|
||||
"Populate the hosts for this inventory by using a search\n"
|
||||
@ -6243,24 +6438,20 @@ msgstr "Press 'Enter' to add more answer choices. One answer choice per line."
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr "Press Enter to edit. Press ESC to stop editing."
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr "Press Enter to get additional inputs."
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr "Press Enter to get additional inputs. Refer to the"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr "Press Enter to get additional {num} inputs. Refer to the"
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
msgid "Preview"
|
||||
msgstr "Preview"
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:179
|
||||
#~ msgid "Previous"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/index.jsx:88
|
||||
#~ msgid "Primary Navigation"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/CredentialPasswordsStep.jsx:103
|
||||
msgid "Private key passphrase"
|
||||
msgstr "Private key passphrase"
|
||||
@ -6310,11 +6501,6 @@ msgstr "Project Sync Error"
|
||||
msgid "Project Update"
|
||||
msgstr "Project Update"
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr "Project Update Error"
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr "Project not found."
|
||||
@ -6449,7 +6635,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr "Provisioning Callbacks"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr "Pull"
|
||||
|
||||
@ -6566,7 +6752,7 @@ msgstr "Refresh Token Expiration"
|
||||
msgid "Regions"
|
||||
msgstr "Regions"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr "Registry credential"
|
||||
|
||||
@ -7286,6 +7472,10 @@ msgstr ""
|
||||
"the Project Base Path. Together the base path and the playbook\n"
|
||||
"directory provide the full path used to locate playbooks."
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89
|
||||
#~ msgid "Select from the list of directories found in the Project Base Path. Together the base path and the playbook directory provide the full path used to locate playbooks."
|
||||
#~ msgstr "Select from the list of directories found in the Project Base Path. Together the base path and the playbook directory provide the full path used to locate playbooks."
|
||||
|
||||
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:94
|
||||
msgid "Select items from list"
|
||||
msgstr ""
|
||||
@ -7372,6 +7562,11 @@ msgstr ""
|
||||
"Select the inventory containing the hosts\n"
|
||||
"you want this job to manage."
|
||||
|
||||
#: src/components/Lookup/InventoryLookup.jsx:89
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:248
|
||||
#~ msgid "Select the inventory containing the hosts you want this job to manage."
|
||||
#~ msgstr "Select the inventory containing the hosts you want this job to manage."
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:105
|
||||
msgid ""
|
||||
"Select the inventory file\n"
|
||||
@ -7658,6 +7853,11 @@ msgstr ""
|
||||
"Use commas to separate multiple tags. Refer to Ansible Tower\n"
|
||||
"documentation for details on the usage of tags."
|
||||
|
||||
#: src/components/LaunchPrompt/steps/OtherPromptsStep.jsx:74
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:487
|
||||
#~ msgid "Skip tags are useful when you have a large playbook, and you want to skip specific parts of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags."
|
||||
#~ msgstr "Skip tags are useful when you have a large playbook, and you want to skip specific parts of a play or task. Use commas to separate multiple tags. Refer to Ansible Tower documentation for details on the usage of tags."
|
||||
|
||||
#: screens/Job/JobOutput/shared/HostStatusBar.jsx:39
|
||||
msgid "Skipped"
|
||||
msgstr "Skipped"
|
||||
@ -7819,6 +8019,18 @@ msgstr ""
|
||||
"Specify HTTP Headers in JSON format. Refer to\n"
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
#~ msgstr "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:392
|
||||
msgid ""
|
||||
"Specify a notification color. Acceptable colors are hex\n"
|
||||
@ -8329,6 +8541,10 @@ msgstr ""
|
||||
"before the job is canceled. Defaults to 0 for no job\n"
|
||||
"timeout."
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:439
|
||||
#~ msgid "The amount of time (in seconds) to run before the job is canceled. Defaults to 0 for no job timeout."
|
||||
#~ msgstr "The amount of time (in seconds) to run before the job is canceled. Defaults to 0 for no job timeout."
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:164
|
||||
msgid ""
|
||||
"The base URL of the Grafana server - the\n"
|
||||
@ -8357,6 +8573,10 @@ 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/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr "The full image location, including the container registry, image name, and version tag."
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -8403,8 +8623,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
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:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr "The registry location where the container is stored."
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr "The registry location where the container is stored."
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -8457,7 +8677,7 @@ msgstr "There must be a value in at least one input"
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
msgstr "There was a problem logging in. Please try again."
|
||||
|
||||
#: 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."
|
||||
|
||||
@ -8531,6 +8751,26 @@ msgstr "This credential is currently being used by other resources. Are you sure
|
||||
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"
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8765,7 +9005,7 @@ 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:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr "Timed out"
|
||||
|
||||
@ -9103,6 +9343,10 @@ msgstr ""
|
||||
"notifications sent when a job starts, succeeds, or fails. Use\n"
|
||||
"curly braces to access information about the job:"
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:72
|
||||
#~ msgid "Use custom messages to change the content of notifications sent when a job starts, succeeds, or fails. Use curly braces to access information about the job:"
|
||||
#~ msgstr "Use custom messages to change the content of notifications sent when a job starts, succeeds, or fails. Use curly braces to access information about the job:"
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44
|
||||
@ -9627,7 +9871,7 @@ msgstr "Weekend day"
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr "Welcome to Ansible {brandName}!"
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -9666,6 +9910,11 @@ msgstr ""
|
||||
"hosts and groups not found on the external source will remain\n"
|
||||
"untouched by the inventory update process."
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:127
|
||||
#: src/screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:141
|
||||
#~ msgid "When not checked, local child hosts and groups not found on the external source will remain untouched by the inventory update process."
|
||||
#~ msgstr "When not checked, local child hosts and groups not found on the external source will remain untouched by the inventory update process."
|
||||
|
||||
#: components/Workflow/WorkflowLegend.jsx:96
|
||||
msgid "Workflow"
|
||||
msgstr "Workflow"
|
||||
@ -9829,6 +10078,10 @@ msgstr "You do not have permission to delete {pluralizedItemName}: {itemsUnableT
|
||||
msgid "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
|
||||
msgstr "You do not have permission to disassociate the following: {itemsUnableToDisassociate}"
|
||||
|
||||
#: src/contexts/Network.jsx:40
|
||||
#~ msgid "You have been logged out."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:90
|
||||
msgid ""
|
||||
"You may apply a number of possible variables in the\n"
|
||||
@ -9837,7 +10090,7 @@ msgstr ""
|
||||
"You may apply a number of possible variables in the\n"
|
||||
"message. For more information, refer to the"
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:90
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:89
|
||||
#~ 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"
|
||||
|
||||
@ -9972,6 +10225,10 @@ msgstr "documentation"
|
||||
msgid "edit"
|
||||
msgstr "edit"
|
||||
|
||||
#: src/pages/Organizations/components/OrganizationEdit.jsx:20
|
||||
#~ msgid "edit view"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyListItem.jsx:123
|
||||
msgid "encrypted"
|
||||
msgstr "encrypted"
|
||||
@ -10033,6 +10290,12 @@ msgstr "instance type"
|
||||
msgid "inventory"
|
||||
msgstr "inventory"
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:51
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:59
|
||||
#: screens/Job/JobDetail/JobDetail.jsx:119
|
||||
#~ msgid "isolated instance"
|
||||
#~ msgstr "isolated instance"
|
||||
|
||||
#: components/Pagination/Pagination.jsx:23
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
@ -10077,6 +10340,10 @@ msgstr "of"
|
||||
msgid "option to the"
|
||||
msgstr "option to the"
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:84
|
||||
#~ msgid "or attributes of the job such as"
|
||||
#~ msgstr "or attributes of the job such as"
|
||||
|
||||
#: components/Pagination/Pagination.jsx:24
|
||||
msgid "page"
|
||||
msgstr "page"
|
||||
@ -10263,6 +10530,10 @@ msgstr ""
|
||||
msgid "{0} (deleted)"
|
||||
msgstr "{0} (deleted)"
|
||||
|
||||
#: src/components/PaginatedDataList/PaginatedDataList.jsx:135
|
||||
#~ msgid "{0} List"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/ChipGroup/ChipGroup.jsx:13
|
||||
msgid "{0} more"
|
||||
msgstr "{0} more"
|
||||
@ -10279,6 +10550,10 @@ msgstr "{0}: {1}"
|
||||
msgid "{brandName} logo"
|
||||
msgstr "{brandName} logo"
|
||||
|
||||
#: src/pages/Organizations/components/OrganizationDetail.jsx:54
|
||||
#~ msgid "{currentTab} detail view"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/DetailList/UserDateDetail.jsx:23
|
||||
msgid "{dateStr} by <0>{username}</0>"
|
||||
msgstr "{dateStr} by <0>{username}</0>"
|
||||
@ -10311,14 +10586,26 @@ msgstr "{intervalValue, plural, one {week} other {weeks}}"
|
||||
msgid "{intervalValue, plural, one {year} other {years}}"
|
||||
msgstr "{intervalValue, plural, one {year} other {years}}"
|
||||
|
||||
#: src/components/Pagination/Pagination.jsx:163
|
||||
#~ msgid "{itemMin} - {itemMax} of {count}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/PromptDetail/PromptDetail.jsx:43
|
||||
msgid "{minutes} min {seconds} sec"
|
||||
msgstr "{minutes} min {seconds} sec"
|
||||
|
||||
#: src/screens/Inventory/InventoryList/InventoryList.jsx:215
|
||||
#~ msgid "{numItemsToDelete, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
|
||||
#~ msgstr "{numItemsToDelete, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
|
||||
|
||||
#: components/JobList/JobListCancelButton.jsx:106
|
||||
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
msgstr "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:81
|
||||
#~ msgid "{numJobsToCancel, plural, one {Cancel selected job} other {Cancel selected jobs}}"
|
||||
#~ msgstr "{numJobsToCancel, plural, one {Cancel selected job} other {Cancel selected jobs}}"
|
||||
|
||||
#: components/JobList/JobListCancelButton.jsx:167
|
||||
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
|
||||
msgstr "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
|
||||
@ -10327,7 +10614,19 @@ msgstr "{numJobsToCancel, plural, one {This action will cancel the following job
|
||||
msgid "{numJobsToCancel, plural, one {{0}} other {{1}}}"
|
||||
msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:68
|
||||
#~ msgid "{numJobsUnableToCancel, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}"
|
||||
#~ msgstr "{numJobsUnableToCancel, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}"
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:57
|
||||
#~ msgid "{numJobsUnableToCancel, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}"
|
||||
#~ msgstr "{numJobsUnableToCancel, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}"
|
||||
|
||||
#: components/PaginatedDataList/PaginatedDataList.jsx:92
|
||||
#: components/PaginatedTable/PaginatedTable.jsx:77
|
||||
msgid "{pluralizedItemName} List"
|
||||
msgstr "{pluralizedItemName} List"
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:96
|
||||
#~ msgid "{zeroOrOneJobSelected, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
#~ msgstr "{zeroOrOneJobSelected, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
|
||||
@ -385,6 +385,11 @@ msgid ""
|
||||
"like the Ansible inventory .ini file format."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:168
|
||||
#: src/screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:177
|
||||
#~ msgid "After every project update where the SCM revision changes, refresh the inventory from the selected source before executing job tasks. This is intended for static content, like the Ansible inventory .ini file format."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Schedule/shared/FrequencyDetailSubform.jsx:508
|
||||
msgid "After number of occurrences"
|
||||
msgstr ""
|
||||
@ -454,6 +459,16 @@ msgstr ""
|
||||
msgid "An inventory must be selected"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/PromptDetail/PromptInventorySourceDetail.jsx:87
|
||||
#: src/components/PromptDetail/PromptProjectDetail.jsx:92
|
||||
#: src/screens/Inventory/shared/InventorySourceForm.jsx:143
|
||||
#: src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx:94
|
||||
#: src/screens/Organization/shared/OrganizationForm.jsx:82
|
||||
#: src/screens/Project/ProjectDetail/ProjectDetail.jsx:128
|
||||
#: src/screens/Project/shared/ProjectForm.jsx:274
|
||||
#~ msgid "Ansible Environment"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:98
|
||||
msgid "Ansible Tower"
|
||||
msgstr ""
|
||||
@ -462,6 +477,14 @@ msgstr ""
|
||||
msgid "Ansible Tower Documentation."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/About/About.jsx:58
|
||||
#~ msgid "Ansible Version"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:204
|
||||
#~ msgid "Ansible environment"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:44
|
||||
msgid "Answer type"
|
||||
msgstr ""
|
||||
@ -534,11 +557,15 @@ msgstr ""
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr ""
|
||||
|
||||
@ -550,6 +577,10 @@ msgstr ""
|
||||
msgid "Are you sure you want to cancel this job?"
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:116
|
||||
#~ msgid "Are you sure you want to delete the {0} below?"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/DeleteButton/DeleteButton.jsx:128
|
||||
msgid "Are you sure you want to delete:"
|
||||
msgstr ""
|
||||
@ -701,7 +732,7 @@ msgstr ""
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -767,6 +798,10 @@ msgid ""
|
||||
"path used to locate playbooks."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70
|
||||
#~ msgid "Base path used for locating playbooks. Directories found inside this path will be listed in the playbook directory drop-down. Together the base path and selected playbook directory provide the full path used to locate playbooks."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:456
|
||||
msgid "Basic auth password"
|
||||
msgstr ""
|
||||
@ -941,7 +976,7 @@ msgstr ""
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr ""
|
||||
|
||||
@ -986,6 +1021,10 @@ msgid ""
|
||||
"{brandName} to change this location."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76
|
||||
#~ msgid "Change PROJECTS_ROOT when deploying {brandName} to change this location."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/shared/HostStatusBar.jsx:43
|
||||
msgid "Changed"
|
||||
msgstr ""
|
||||
@ -1056,6 +1095,17 @@ msgid ""
|
||||
"information about each option."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:142
|
||||
msgid "Choose an email option"
|
||||
msgstr ""
|
||||
@ -1107,10 +1157,6 @@ msgstr ""
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr ""
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr ""
|
||||
@ -1165,6 +1211,22 @@ msgstr ""
|
||||
msgid "Command"
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Host/Host.jsx:67
|
||||
#: src/screens/Host/Hosts.jsx:32
|
||||
#: src/screens/Inventory/Inventory.jsx:68
|
||||
#: src/screens/Inventory/InventoryHost/InventoryHost.jsx:88
|
||||
#: src/screens/Template/Template.jsx:151
|
||||
#: src/screens/Template/Templates.jsx:48
|
||||
#: src/screens/Template/WorkflowJobTemplate.jsx:145
|
||||
#~ msgid "Completed Jobs"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Inventory/Inventories.jsx:59
|
||||
#: src/screens/Inventory/Inventories.jsx:73
|
||||
#: src/screens/Inventory/SmartInventory.jsx:73
|
||||
#~ msgid "Completed jobs"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:53
|
||||
msgid "Compliant"
|
||||
msgstr ""
|
||||
@ -1263,6 +1325,16 @@ msgid ""
|
||||
"produce as the playbook executes."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/LaunchPrompt/steps/OtherPromptsStep.jsx:152
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:414
|
||||
#~ msgid "Control the level of output ansible will produce as the playbook executes."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:64
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69
|
||||
#~ msgid "Controller"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:208
|
||||
msgid "Convergence"
|
||||
msgstr ""
|
||||
@ -1321,6 +1393,11 @@ msgstr ""
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1581,7 +1658,7 @@ msgstr ""
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr ""
|
||||
|
||||
@ -1701,7 +1778,7 @@ msgstr ""
|
||||
msgid "Default answer"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ msgid "Default choice must be answered from the choices listed."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -1913,11 +1990,15 @@ msgstr ""
|
||||
msgid "Deletion error"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr ""
|
||||
|
||||
@ -1955,7 +2036,7 @@ msgstr ""
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2069,7 +2150,7 @@ msgstr ""
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2212,7 +2293,7 @@ msgstr ""
|
||||
msgid "E-mail options"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -2270,8 +2351,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2632,10 +2713,18 @@ msgstr ""
|
||||
msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2643,10 +2732,25 @@ msgid ""
|
||||
"Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: src/screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ 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 ""
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the documentation for example syntax"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr ""
|
||||
@ -2658,30 +2762,50 @@ msgid ""
|
||||
"required."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:244
|
||||
#~ msgid "Enter one IRC channel or username per line. The pound symbol (#) for channels, and the at (@) symbol for users, are not required."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:377
|
||||
msgid ""
|
||||
"Enter one Slack channel per line. The pound symbol (#)\n"
|
||||
"is required for channels."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:377
|
||||
#~ msgid "Enter one Slack channel per line. The pound symbol (#) is required for channels."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:92
|
||||
msgid ""
|
||||
"Enter one email address per line to create a recipient\n"
|
||||
"list for this type of notification."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:92
|
||||
#~ msgid "Enter one email address per line to create a recipient list for this type of notification."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:426
|
||||
msgid ""
|
||||
"Enter one phone number per line to specify where to\n"
|
||||
"route SMS messages."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:426
|
||||
#~ msgid "Enter one phone number per line to specify where to route SMS messages."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:416
|
||||
msgid ""
|
||||
"Enter the number associated with the \"Messaging\n"
|
||||
"Service\" in Twilio in the format +18005550199."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:416
|
||||
#~ msgid "Enter the number associated with the \"Messaging Service\" in Twilio in the format +18005550199."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:60
|
||||
msgid "Enter variables to configure the inventory source. For a detailed description of how to configure this plugin, see <0>Inventory Plugins</0> in the documentation and the <1>Tower</1> plugin configuration guide."
|
||||
msgstr ""
|
||||
@ -2758,7 +2882,7 @@ msgstr ""
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2880,6 +3004,10 @@ msgstr ""
|
||||
msgid "Examples include:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48
|
||||
msgid "Execute regardless of the parent node's final state."
|
||||
msgstr ""
|
||||
@ -2934,6 +3062,11 @@ msgstr ""
|
||||
msgid "Execution environment not found."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -2977,7 +3110,7 @@ msgid "Expires on UTC"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr ""
|
||||
|
||||
@ -3066,11 +3199,6 @@ msgstr ""
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr ""
|
||||
@ -3301,7 +3429,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
msgstr ""
|
||||
|
||||
#: components/AdHocCommands/AdHocCommands.jsx:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr ""
|
||||
@ -3600,7 +3728,7 @@ msgstr ""
|
||||
msgid "Globally Available"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
msgid "Globally available execution environment can not be reassigned to a specific Organization"
|
||||
msgstr ""
|
||||
|
||||
@ -3906,7 +4034,7 @@ msgstr ""
|
||||
#~ msgid "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -3988,6 +4116,10 @@ msgid ""
|
||||
"injected into the fact cache at runtime."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:559
|
||||
#~ msgid "If enabled, this will store gathered facts so they can be viewed at the host level. Facts are persisted and injected into the fact cache at runtime."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:140
|
||||
msgid "If you are ready to upgrade or renew, please <0>contact us.</0>"
|
||||
msgstr ""
|
||||
@ -4014,14 +4146,15 @@ msgstr ""
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr ""
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4235,10 +4368,6 @@ msgstr ""
|
||||
msgid "Inventory Source"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr ""
|
||||
@ -5270,7 +5399,7 @@ msgid "Never Updated"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr ""
|
||||
|
||||
@ -5796,6 +5925,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -5969,6 +6102,14 @@ msgstr ""
|
||||
#~ "examples."
|
||||
#~ 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 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"
|
||||
@ -5999,18 +6140,6 @@ msgstr ""
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
@ -6066,11 +6195,6 @@ msgstr ""
|
||||
msgid "Project Update"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr ""
|
||||
@ -6191,7 +6315,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr ""
|
||||
|
||||
@ -6306,7 +6430,7 @@ msgstr ""
|
||||
msgid "Regions"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr ""
|
||||
|
||||
@ -7005,6 +7129,10 @@ msgid ""
|
||||
"directory provide the full path used to locate playbooks."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89
|
||||
#~ msgid "Select from the list of directories found in the Project Base Path. Together the base path and the playbook directory provide the full path used to locate playbooks."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:94
|
||||
msgid "Select items from list"
|
||||
msgstr ""
|
||||
@ -7087,6 +7215,11 @@ msgid ""
|
||||
"you want this job to manage."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Lookup/InventoryLookup.jsx:89
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:248
|
||||
#~ msgid "Select the inventory containing the hosts you want this job to manage."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:105
|
||||
msgid ""
|
||||
"Select the inventory file\n"
|
||||
@ -7350,6 +7483,11 @@ msgid ""
|
||||
"documentation for details on the usage of tags."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/LaunchPrompt/steps/OtherPromptsStep.jsx:74
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:487
|
||||
#~ msgid "Skip tags are useful when you have a large playbook, and you want to skip specific parts 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/Job/JobOutput/shared/HostStatusBar.jsx:39
|
||||
msgid "Skipped"
|
||||
msgstr ""
|
||||
@ -7509,6 +7647,16 @@ msgid ""
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:392
|
||||
msgid ""
|
||||
"Specify a notification color. Acceptable colors are hex\n"
|
||||
@ -7987,6 +8135,10 @@ msgid ""
|
||||
"timeout."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:439
|
||||
#~ msgid "The amount of time (in seconds) to run before the job is canceled. Defaults to 0 for no job timeout."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:164
|
||||
msgid ""
|
||||
"The base URL of the Grafana server - the\n"
|
||||
@ -8009,6 +8161,10 @@ 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/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -8047,8 +8203,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr ""
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -8092,7 +8248,7 @@ msgstr ""
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:120
|
||||
#: screens/Login/Login.jsx:130
|
||||
#~ msgid "There was a problem signing in. Please try again."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -8166,6 +8322,20 @@ msgstr ""
|
||||
msgid "This credential type is currently being used by some credentials and cannot be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8378,7 +8548,7 @@ 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:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
@ -8709,6 +8879,10 @@ msgid ""
|
||||
"curly braces to access information about the job:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:72
|
||||
#~ msgid "Use custom messages to change the content of notifications sent when a job starts, succeeds, or fails. Use curly braces to access information about the job:"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44
|
||||
@ -9229,7 +9403,7 @@ msgstr ""
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -9260,6 +9434,11 @@ msgid ""
|
||||
"untouched by the inventory update process."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:127
|
||||
#: src/screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:141
|
||||
#~ msgid "When not checked, local child hosts and groups not found on the external source will remain untouched by the inventory update process."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowLegend.jsx:96
|
||||
msgid "Workflow"
|
||||
msgstr ""
|
||||
@ -9601,6 +9780,12 @@ msgstr ""
|
||||
msgid "inventory"
|
||||
msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:51
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:59
|
||||
#: screens/Job/JobDetail/JobDetail.jsx:119
|
||||
#~ msgid "isolated instance"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:23
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
@ -9641,6 +9826,10 @@ msgstr ""
|
||||
msgid "option to the"
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:84
|
||||
#~ msgid "or attributes of the job such as"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:24
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
@ -9867,10 +10056,18 @@ msgstr ""
|
||||
msgid "{minutes} min {seconds} sec"
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventoryList/InventoryList.jsx:215
|
||||
#~ msgid "{numItemsToDelete, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/JobList/JobListCancelButton.jsx:106
|
||||
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:81
|
||||
#~ msgid "{numJobsToCancel, plural, one {Cancel selected job} other {Cancel selected jobs}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/JobList/JobListCancelButton.jsx:167
|
||||
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
|
||||
msgstr ""
|
||||
@ -9879,7 +10076,19 @@ msgstr ""
|
||||
msgid "{numJobsToCancel, plural, one {{0}} other {{1}}}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:68
|
||||
#~ msgid "{numJobsUnableToCancel, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:57
|
||||
#~ msgid "{numJobsUnableToCancel, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/PaginatedDataList/PaginatedDataList.jsx:92
|
||||
#: components/PaginatedTable/PaginatedTable.jsx:77
|
||||
msgid "{pluralizedItemName} List"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:96
|
||||
#~ msgid "{zeroOrOneJobSelected, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
#~ msgstr ""
|
||||
|
||||
@ -556,11 +556,15 @@ msgstr "Approbation"
|
||||
msgid "Approve"
|
||||
msgstr "Approuver"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr "Approuvé"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr "Approuvé par {0} - {1}"
|
||||
|
||||
@ -727,7 +731,7 @@ msgstr "Retour aux horaires"
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -971,7 +975,7 @@ msgstr ""
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr "Annulé"
|
||||
|
||||
@ -1090,6 +1094,13 @@ msgid ""
|
||||
"information about each option."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
#~ msgstr ""
|
||||
@ -1145,10 +1156,6 @@ msgstr "Cliquez sur ce bouton pour vérifier la connexion au système de gestion
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr "Cliquez pour créer un nouveau lien vers ce nœud."
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr ""
|
||||
@ -1385,6 +1392,11 @@ msgstr ""
|
||||
msgid "Create"
|
||||
msgstr "Créer"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1645,7 +1657,7 @@ msgstr "Mots de passes d’identification"
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr ""
|
||||
|
||||
@ -1765,7 +1777,7 @@ msgstr ""
|
||||
msgid "Default answer"
|
||||
msgstr "Réponse par défaut"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ 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."
|
||||
|
||||
@ -1977,11 +1989,15 @@ msgstr "Erreur de suppression"
|
||||
msgid "Deletion error"
|
||||
msgstr "Erreur de suppression"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr "Refusé"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr "Refusé par {0} - {1}"
|
||||
|
||||
@ -2019,7 +2035,7 @@ msgstr ""
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2133,7 +2149,7 @@ msgstr "Canaux ou utilisateurs de destination"
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2276,7 +2292,7 @@ msgstr "E-mail"
|
||||
msgid "E-mail options"
|
||||
msgstr "Options d'email"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr "Chaque choix de réponse doit figurer sur une ligne distincte."
|
||||
|
||||
@ -2334,8 +2350,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2651,6 +2667,10 @@ msgstr ""
|
||||
#~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact BRAND_NAME and request a configuration update using this job template."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/AdHocCommands/AdHocDetailsStep.jsx:244
|
||||
#~ 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 ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:517
|
||||
#~ 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."
|
||||
@ -2688,10 +2708,18 @@ msgstr "Veuillez saisir une expression de recherche au moins pour créer un nouv
|
||||
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:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2699,6 +2727,13 @@ msgid ""
|
||||
"Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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."
|
||||
@ -2707,6 +2742,10 @@ msgstr "Entrez les variables d’inventaire avec la syntaxe JSON ou YAML. Utilis
|
||||
#~ 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."
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the documentation for example syntax"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr "Entrez une balise d'annotation par ligne, sans virgule."
|
||||
@ -2838,7 +2877,7 @@ msgstr ""
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2960,6 +2999,10 @@ msgstr "Exemples d’URL pour le SCM Subversion :"
|
||||
msgid "Examples include:"
|
||||
msgstr "Voici quelques exemples :"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: 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."
|
||||
@ -3014,6 +3057,11 @@ msgstr ""
|
||||
msgid "Execution environment not found."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -3057,7 +3105,7 @@ msgid "Expires on UTC"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr "Arrive à expiration le {0}"
|
||||
|
||||
@ -3146,11 +3194,6 @@ msgstr ""
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr "N'a pas réussi à annuler la synchronisation des sources d'inventaire."
|
||||
@ -3381,7 +3424,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
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:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr "Echec du lancement du Job."
|
||||
@ -3680,7 +3723,7 @@ msgstr ""
|
||||
msgid "Globally Available"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
msgid "Globally available execution environment can not be reassigned to a specific Organization"
|
||||
msgstr ""
|
||||
|
||||
@ -3986,7 +4029,7 @@ msgstr ""
|
||||
#~ msgid "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
#~ msgstr "Si cochées, toutes les variables des groupes et hôtes dépendants seront supprimées et remplacées par celles qui se trouvent dans la source externe."
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -4039,6 +4082,10 @@ msgid ""
|
||||
"to Ansible's --diff mode."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:448
|
||||
#~ 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: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."
|
||||
@ -4094,14 +4141,15 @@ msgstr ""
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr ""
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4315,10 +4363,6 @@ msgstr "ID Inventaire"
|
||||
msgid "Inventory Source"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr "Sync Source d’inventaire"
|
||||
@ -5350,7 +5394,7 @@ msgid "Never Updated"
|
||||
msgstr "Jamais mis à jour"
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr "N'expire jamais"
|
||||
|
||||
@ -5876,6 +5920,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr "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/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -6049,6 +6097,14 @@ msgstr "Remplir le champ à partir d'un système de gestion des secrets externes
|
||||
#~ "examples."
|
||||
#~ 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 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"
|
||||
@ -6079,18 +6135,6 @@ msgstr ""
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
@ -6146,11 +6190,6 @@ msgstr ""
|
||||
msgid "Project Update"
|
||||
msgstr "Mise à jour du projet"
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr "Projet non trouvé."
|
||||
@ -6271,7 +6310,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr "Rappels d’exécution "
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr ""
|
||||
|
||||
@ -6369,6 +6408,10 @@ msgid ""
|
||||
"about the configuration file."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:383
|
||||
#~ msgid "Refer to the Ansible documentation for details about the configuration file."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/User/UserTokens/UserTokens.jsx:76
|
||||
msgid "Refresh Token"
|
||||
msgstr "Actualiser Jeton"
|
||||
@ -6382,7 +6425,7 @@ msgstr "Actualiser l’expiration du jeton"
|
||||
msgid "Regions"
|
||||
msgstr "Régions"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr ""
|
||||
|
||||
@ -7599,6 +7642,12 @@ msgid ""
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
#~ msgstr "Spécifier les En-têtes HTTP en format JSON. Voir la documentation Ansible Tower pour obtenir des exemples de syntaxe."
|
||||
@ -8107,6 +8156,10 @@ 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/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -8145,8 +8198,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
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:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr ""
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -8190,7 +8243,7 @@ msgstr ""
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
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."
|
||||
|
||||
@ -8264,6 +8317,20 @@ msgstr ""
|
||||
msgid "This credential type is currently being used by some credentials and cannot be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8476,7 +8543,7 @@ 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:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr "Expiré"
|
||||
|
||||
@ -9331,7 +9398,7 @@ msgstr "Jour du week-end"
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr "Bienvenue à Ansible Tower {brandName}! Veuillez vous connecter."
|
||||
|
||||
|
||||
@ -556,11 +556,15 @@ msgstr "承認"
|
||||
msgid "Approve"
|
||||
msgstr "承認"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr "承認済"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr "{0} - {1} により承認済"
|
||||
|
||||
@ -727,7 +731,7 @@ msgstr "スケジュールに戻る"
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -971,7 +975,7 @@ msgstr ""
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr "取り消されました"
|
||||
|
||||
@ -1090,6 +1094,13 @@ msgid ""
|
||||
"information about each option."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
#~ msgstr ""
|
||||
@ -1145,10 +1156,6 @@ msgstr "このボタンをクリックして、選択した認証情報と指定
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr "クリックして、このノードへの新しいリンクを作成します。"
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr ""
|
||||
@ -1385,6 +1392,11 @@ msgstr ""
|
||||
msgid "Create"
|
||||
msgstr "作成"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1645,7 +1657,7 @@ msgstr "認証情報のパスワード"
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr ""
|
||||
|
||||
@ -1765,7 +1777,7 @@ msgstr ""
|
||||
msgid "Default answer"
|
||||
msgstr "デフォルトの応答"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ msgid "Default choice must be answered from the choices listed."
|
||||
#~ msgstr "デフォルトで指定されている選択項目は、一覧から回答する必要があります。"
|
||||
|
||||
@ -1977,11 +1989,15 @@ msgstr "削除エラー"
|
||||
msgid "Deletion error"
|
||||
msgstr "削除エラー"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr "拒否済み"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr "{0} - {1} により拒否済み"
|
||||
|
||||
@ -2019,7 +2035,7 @@ msgstr ""
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2133,7 +2149,7 @@ msgstr "送信先チャネルまたはユーザー"
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2276,7 +2292,7 @@ msgstr "メール"
|
||||
msgid "E-mail options"
|
||||
msgstr "メールオプション"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr "各回答の選択肢は別々の行にある必要があります。"
|
||||
|
||||
@ -2334,8 +2350,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2651,6 +2667,10 @@ msgstr ""
|
||||
#~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact BRAND_NAME and request a configuration update using this job template."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/AdHocCommands/AdHocDetailsStep.jsx:244
|
||||
#~ 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:155
|
||||
#: screens/Setting/shared/SettingDetail.jsx:74
|
||||
msgid "Encrypted"
|
||||
@ -2684,10 +2704,18 @@ msgstr "新規スマートインベントリーを作成するために 1 つ以
|
||||
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:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2695,6 +2723,13 @@ msgid ""
|
||||
"Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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 ドキュメントを参照してください。"
|
||||
@ -2703,6 +2738,10 @@ msgstr "JSON または YAML 構文のいずれかを使用してインベント
|
||||
#~ 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 ドキュメントを参照してください。"
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the documentation for example syntax"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr "各行に、コンマなしでアノテーションタグを 1 つ入力してください。"
|
||||
@ -2834,7 +2873,7 @@ msgstr ""
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2956,6 +2995,10 @@ msgstr "Subversion Source Control のサンプル URL には以下が含まれ
|
||||
msgid "Examples include:"
|
||||
msgstr "以下に例を示します。"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48
|
||||
msgid "Execute regardless of the parent node's final state."
|
||||
msgstr "親ノードの最終状態に関係なく実行します。"
|
||||
@ -3010,6 +3053,11 @@ msgstr ""
|
||||
msgid "Execution environment not found."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -3053,7 +3101,7 @@ msgid "Expires on UTC"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr "{0} の有効期限"
|
||||
|
||||
@ -3142,11 +3190,6 @@ msgstr ""
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr "インベントリーソースの同期をキャンセルできませんでした。"
|
||||
@ -3377,7 +3420,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
msgstr "カスタムログイン構成設定を取得できません。代わりに、システムのデフォルトが表示されます。"
|
||||
|
||||
#: components/AdHocCommands/AdHocCommands.jsx:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr "ジョブを起動できませんでした。"
|
||||
@ -3676,7 +3719,7 @@ msgstr ""
|
||||
msgid "Globally Available"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
msgid "Globally available execution environment can not be reassigned to a specific Organization"
|
||||
msgstr ""
|
||||
|
||||
@ -3982,7 +4025,7 @@ msgstr ""
|
||||
#~ msgid "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
#~ msgstr "チェックが付けられている場合、子グループおよびホストのすべての変数が削除され、外部ソースにあるものによって置き換えられます。"
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -4035,6 +4078,10 @@ msgid ""
|
||||
"to Ansible's --diff mode."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:448
|
||||
#~ 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: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 モードに相当します。"
|
||||
@ -4090,14 +4137,15 @@ msgstr ""
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr ""
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4311,10 +4359,6 @@ msgstr "インベントリー ID"
|
||||
msgid "Inventory Source"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr "インベントリーソース同期"
|
||||
@ -5346,7 +5390,7 @@ msgid "Never Updated"
|
||||
msgstr "未更新"
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr "期限切れなし"
|
||||
|
||||
@ -5872,6 +5916,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr "追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars コマンドラインパラメーターです。YAML または JSON のいずれかを使用してキーと値のペアを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
|
||||
|
||||
#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -6045,6 +6093,14 @@ msgstr "外部のシークレット管理システムからフィールドにデ
|
||||
#~ "examples."
|
||||
#~ 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 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"
|
||||
@ -6075,18 +6131,6 @@ msgstr ""
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
@ -6142,11 +6186,6 @@ msgstr ""
|
||||
msgid "Project Update"
|
||||
msgstr "プロジェクトの更新"
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr "プロジェクトが見つかりません。"
|
||||
@ -6267,7 +6306,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr "プロビジョニングコールバック"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr ""
|
||||
|
||||
@ -6365,6 +6404,10 @@ msgid ""
|
||||
"about the configuration file."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:383
|
||||
#~ msgid "Refer to the Ansible documentation for details about the configuration file."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/User/UserTokens/UserTokens.jsx:76
|
||||
msgid "Refresh Token"
|
||||
msgstr "トークンの更新"
|
||||
@ -6378,7 +6421,7 @@ msgstr "トークンの有効期限の更新"
|
||||
msgid "Regions"
|
||||
msgstr "リージョン"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr ""
|
||||
|
||||
@ -7595,6 +7638,12 @@ msgid ""
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
#~ msgstr "JSON 形式で HTTP ヘッダーを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
|
||||
@ -8103,6 +8152,10 @@ 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/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -8141,8 +8194,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
msgstr "インベントリー内のホストをターゲットにするために使用されるパターン。フィールドを空白のままにすると、all、および * はすべて、インベントリー内のすべてのホストを対象とします。Ansible のホストパターンに関する詳細情報を確認できます。"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr ""
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -8186,7 +8239,7 @@ msgstr ""
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:120
|
||||
#: screens/Login/Login.jsx:130
|
||||
#~ msgid "There was a problem signing in. Please try again."
|
||||
#~ msgstr "サインインに問題がありました。もう一度やり直してください。"
|
||||
|
||||
@ -8260,6 +8313,20 @@ msgstr ""
|
||||
msgid "This credential type is currently being used by some credentials and cannot be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8472,7 +8539,7 @@ 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:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr "タイムアウト"
|
||||
|
||||
@ -9327,7 +9394,7 @@ msgstr "週末"
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr "Ansible {brandName} へようこそ! サインインしてください。"
|
||||
|
||||
|
||||
@ -385,6 +385,11 @@ msgid ""
|
||||
"like the Ansible inventory .ini file format."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:168
|
||||
#: src/screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:177
|
||||
#~ msgid "After every project update where the SCM revision changes, refresh the inventory from the selected source before executing job tasks. This is intended for static content, like the Ansible inventory .ini file format."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Schedule/shared/FrequencyDetailSubform.jsx:508
|
||||
msgid "After number of occurrences"
|
||||
msgstr ""
|
||||
@ -454,6 +459,16 @@ msgstr ""
|
||||
msgid "An inventory must be selected"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/PromptDetail/PromptInventorySourceDetail.jsx:87
|
||||
#: src/components/PromptDetail/PromptProjectDetail.jsx:92
|
||||
#: src/screens/Inventory/shared/InventorySourceForm.jsx:143
|
||||
#: src/screens/Organization/OrganizationDetail/OrganizationDetail.jsx:94
|
||||
#: src/screens/Organization/shared/OrganizationForm.jsx:82
|
||||
#: src/screens/Project/ProjectDetail/ProjectDetail.jsx:128
|
||||
#: src/screens/Project/shared/ProjectForm.jsx:274
|
||||
#~ msgid "Ansible Environment"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx:98
|
||||
msgid "Ansible Tower"
|
||||
msgstr ""
|
||||
@ -462,6 +477,14 @@ msgstr ""
|
||||
msgid "Ansible Tower Documentation."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/About/About.jsx:58
|
||||
#~ msgid "Ansible Version"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:204
|
||||
#~ msgid "Ansible environment"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:44
|
||||
msgid "Answer type"
|
||||
msgstr ""
|
||||
@ -534,11 +557,15 @@ msgstr ""
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr ""
|
||||
|
||||
@ -550,6 +577,10 @@ msgstr ""
|
||||
msgid "Are you sure you want to cancel this job?"
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/shared/InventoryGroupsDeleteModal.jsx:116
|
||||
#~ msgid "Are you sure you want to delete the {0} below?"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/DeleteButton/DeleteButton.jsx:128
|
||||
msgid "Are you sure you want to delete:"
|
||||
msgstr ""
|
||||
@ -701,7 +732,7 @@ msgstr ""
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -767,6 +798,10 @@ msgid ""
|
||||
"path used to locate playbooks."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:70
|
||||
#~ msgid "Base path used for locating playbooks. Directories found inside this path will be listed in the playbook directory drop-down. Together the base path and selected playbook directory provide the full path used to locate playbooks."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:456
|
||||
msgid "Basic auth password"
|
||||
msgstr ""
|
||||
@ -941,7 +976,7 @@ msgstr ""
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr ""
|
||||
|
||||
@ -986,6 +1021,10 @@ msgid ""
|
||||
"{brandName} to change this location."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:76
|
||||
#~ msgid "Change PROJECTS_ROOT when deploying {brandName} to change this location."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/shared/HostStatusBar.jsx:43
|
||||
msgid "Changed"
|
||||
msgstr ""
|
||||
@ -1056,6 +1095,17 @@ msgid ""
|
||||
"information about each option."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:142
|
||||
msgid "Choose an email option"
|
||||
msgstr ""
|
||||
@ -1107,10 +1157,6 @@ msgstr ""
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr ""
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr ""
|
||||
@ -1165,6 +1211,22 @@ msgstr ""
|
||||
msgid "Command"
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Host/Host.jsx:67
|
||||
#: src/screens/Host/Hosts.jsx:32
|
||||
#: src/screens/Inventory/Inventory.jsx:68
|
||||
#: src/screens/Inventory/InventoryHost/InventoryHost.jsx:88
|
||||
#: src/screens/Template/Template.jsx:151
|
||||
#: src/screens/Template/Templates.jsx:48
|
||||
#: src/screens/Template/WorkflowJobTemplate.jsx:145
|
||||
#~ msgid "Completed Jobs"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Inventory/Inventories.jsx:59
|
||||
#: src/screens/Inventory/Inventories.jsx:73
|
||||
#: src/screens/Inventory/SmartInventory.jsx:73
|
||||
#~ msgid "Completed jobs"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:53
|
||||
msgid "Compliant"
|
||||
msgstr ""
|
||||
@ -1263,6 +1325,16 @@ msgid ""
|
||||
"produce as the playbook executes."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/LaunchPrompt/steps/OtherPromptsStep.jsx:152
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:414
|
||||
#~ msgid "Control the level of output ansible will produce as the playbook executes."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:64
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69
|
||||
#~ msgid "Controller"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:208
|
||||
msgid "Convergence"
|
||||
msgstr ""
|
||||
@ -1321,6 +1393,11 @@ msgstr ""
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1581,7 +1658,7 @@ msgstr ""
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr ""
|
||||
|
||||
@ -1701,7 +1778,7 @@ msgstr ""
|
||||
msgid "Default answer"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ msgid "Default choice must be answered from the choices listed."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -1913,11 +1990,15 @@ msgstr ""
|
||||
msgid "Deletion error"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr ""
|
||||
|
||||
@ -1955,7 +2036,7 @@ msgstr ""
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2069,7 +2150,7 @@ msgstr ""
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2212,7 +2293,7 @@ msgstr ""
|
||||
msgid "E-mail options"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -2270,8 +2351,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2632,10 +2713,18 @@ msgstr ""
|
||||
msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2643,10 +2732,25 @@ msgid ""
|
||||
"Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: src/screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ 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 ""
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the documentation for example syntax"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr ""
|
||||
@ -2658,30 +2762,50 @@ msgid ""
|
||||
"required."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:244
|
||||
#~ msgid "Enter one IRC channel or username per line. The pound symbol (#) for channels, and the at (@) symbol for users, are not required."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:377
|
||||
msgid ""
|
||||
"Enter one Slack channel per line. The pound symbol (#)\n"
|
||||
"is required for channels."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:377
|
||||
#~ msgid "Enter one Slack channel per line. The pound symbol (#) is required for channels."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:92
|
||||
msgid ""
|
||||
"Enter one email address per line to create a recipient\n"
|
||||
"list for this type of notification."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:92
|
||||
#~ msgid "Enter one email address per line to create a recipient list for this type of notification."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:426
|
||||
msgid ""
|
||||
"Enter one phone number per line to specify where to\n"
|
||||
"route SMS messages."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:426
|
||||
#~ msgid "Enter one phone number per line to specify where to route SMS messages."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:416
|
||||
msgid ""
|
||||
"Enter the number associated with the \"Messaging\n"
|
||||
"Service\" in Twilio in the format +18005550199."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:416
|
||||
#~ msgid "Enter the number associated with the \"Messaging Service\" in Twilio in the format +18005550199."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/TowerSubForm.jsx:60
|
||||
msgid "Enter variables to configure the inventory source. For a detailed description of how to configure this plugin, see <0>Inventory Plugins</0> in the documentation and the <1>Tower</1> plugin configuration guide."
|
||||
msgstr ""
|
||||
@ -2758,7 +2882,7 @@ msgstr ""
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2880,6 +3004,10 @@ msgstr ""
|
||||
msgid "Examples include:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48
|
||||
msgid "Execute regardless of the parent node's final state."
|
||||
msgstr ""
|
||||
@ -2934,6 +3062,11 @@ msgstr ""
|
||||
msgid "Execution environment not found."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -2977,7 +3110,7 @@ msgid "Expires on UTC"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr ""
|
||||
|
||||
@ -3066,11 +3199,6 @@ msgstr ""
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr ""
|
||||
@ -3301,7 +3429,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
msgstr ""
|
||||
|
||||
#: components/AdHocCommands/AdHocCommands.jsx:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr ""
|
||||
@ -3600,7 +3728,7 @@ msgstr ""
|
||||
msgid "Globally Available"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
msgid "Globally available execution environment can not be reassigned to a specific Organization"
|
||||
msgstr ""
|
||||
|
||||
@ -3906,7 +4034,7 @@ msgstr ""
|
||||
#~ msgid "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -3988,6 +4116,10 @@ msgid ""
|
||||
"injected into the fact cache at runtime."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:559
|
||||
#~ msgid "If enabled, this will store gathered facts so they can be viewed at the host level. Facts are persisted and injected into the fact cache at runtime."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionDetail/SubscriptionDetail.jsx:140
|
||||
msgid "If you are ready to upgrade or renew, please <0>contact us.</0>"
|
||||
msgstr ""
|
||||
@ -4014,14 +4146,15 @@ msgstr ""
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr ""
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4235,10 +4368,6 @@ msgstr ""
|
||||
msgid "Inventory Source"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr ""
|
||||
@ -5270,7 +5399,7 @@ msgid "Never Updated"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr ""
|
||||
|
||||
@ -5796,6 +5925,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -5969,6 +6102,14 @@ msgstr ""
|
||||
#~ "examples."
|
||||
#~ 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 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"
|
||||
@ -5999,18 +6140,6 @@ msgstr ""
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
@ -6066,11 +6195,6 @@ msgstr ""
|
||||
msgid "Project Update"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr ""
|
||||
@ -6191,7 +6315,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr ""
|
||||
|
||||
@ -6306,7 +6430,7 @@ msgstr ""
|
||||
msgid "Regions"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr ""
|
||||
|
||||
@ -7005,6 +7129,10 @@ msgid ""
|
||||
"directory provide the full path used to locate playbooks."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Project/shared/ProjectSubForms/ManualSubForm.jsx:89
|
||||
#~ msgid "Select from the list of directories found in the Project Base Path. Together the base path and the playbook directory provide the full path used to locate playbooks."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/UserAndTeamAccessAdd/UserAndTeamAccessAdd.jsx:94
|
||||
msgid "Select items from list"
|
||||
msgstr ""
|
||||
@ -7087,6 +7215,11 @@ msgid ""
|
||||
"you want this job to manage."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/Lookup/InventoryLookup.jsx:89
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:248
|
||||
#~ msgid "Select the inventory containing the hosts you want this job to manage."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SCMSubForm.jsx:105
|
||||
msgid ""
|
||||
"Select the inventory file\n"
|
||||
@ -7350,6 +7483,11 @@ msgid ""
|
||||
"documentation for details on the usage of tags."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/LaunchPrompt/steps/OtherPromptsStep.jsx:74
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:487
|
||||
#~ msgid "Skip tags are useful when you have a large playbook, and you want to skip specific parts 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/Job/JobOutput/shared/HostStatusBar.jsx:39
|
||||
msgid "Skipped"
|
||||
msgstr ""
|
||||
@ -7509,6 +7647,16 @@ msgid ""
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:392
|
||||
msgid ""
|
||||
"Specify a notification color. Acceptable colors are hex\n"
|
||||
@ -7987,6 +8135,10 @@ msgid ""
|
||||
"timeout."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:439
|
||||
#~ msgid "The amount of time (in seconds) to run before the job is canceled. Defaults to 0 for no job timeout."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:164
|
||||
msgid ""
|
||||
"The base URL of the Grafana server - the\n"
|
||||
@ -8009,6 +8161,10 @@ 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/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -8047,8 +8203,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr ""
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -8092,7 +8248,7 @@ msgstr ""
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:120
|
||||
#: screens/Login/Login.jsx:130
|
||||
#~ msgid "There was a problem signing in. Please try again."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -8166,6 +8322,20 @@ msgstr ""
|
||||
msgid "This credential type is currently being used by some credentials and cannot be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8378,7 +8548,7 @@ 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:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
@ -8709,6 +8879,10 @@ msgid ""
|
||||
"curly braces to access information about the job:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:72
|
||||
#~ msgid "Use custom messages to change the content of notifications sent when a job starts, succeeds, or fails. Use curly braces to access information about the job:"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44
|
||||
@ -9229,7 +9403,7 @@ msgstr ""
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -9260,6 +9434,11 @@ msgid ""
|
||||
"untouched by the inventory update process."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:127
|
||||
#: src/screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:141
|
||||
#~ msgid "When not checked, local child hosts and groups not found on the external source will remain untouched by the inventory update process."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowLegend.jsx:96
|
||||
msgid "Workflow"
|
||||
msgstr ""
|
||||
@ -9601,6 +9780,12 @@ msgstr ""
|
||||
msgid "inventory"
|
||||
msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:51
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:59
|
||||
#: screens/Job/JobDetail/JobDetail.jsx:119
|
||||
#~ msgid "isolated instance"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:23
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
@ -9641,6 +9826,10 @@ msgstr ""
|
||||
msgid "option to the"
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:84
|
||||
#~ msgid "or attributes of the job such as"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:24
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
@ -9867,10 +10056,18 @@ msgstr ""
|
||||
msgid "{minutes} min {seconds} sec"
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Inventory/InventoryList/InventoryList.jsx:215
|
||||
#~ msgid "{numItemsToDelete, plural, one {The inventory will be in a pending status until the final delete is processed.} other {The inventories will be in a pending status until the final delete is processed.}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/JobList/JobListCancelButton.jsx:106
|
||||
msgid "{numJobsToCancel, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:81
|
||||
#~ msgid "{numJobsToCancel, plural, one {Cancel selected job} other {Cancel selected jobs}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/JobList/JobListCancelButton.jsx:167
|
||||
msgid "{numJobsToCancel, plural, one {This action will cancel the following job:} other {This action will cancel the following jobs:}}"
|
||||
msgstr ""
|
||||
@ -9879,7 +10076,19 @@ msgstr ""
|
||||
msgid "{numJobsToCancel, plural, one {{0}} other {{1}}}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:68
|
||||
#~ msgid "{numJobsUnableToCancel, plural, one {You cannot cancel the following job because it is not running:} other {You cannot cancel the following jobs because they are not running:}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:57
|
||||
#~ msgid "{numJobsUnableToCancel, plural, one {You do not have permission to cancel the following job:} other {You do not have permission to cancel the following jobs:}}"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/PaginatedDataList/PaginatedDataList.jsx:92
|
||||
#: components/PaginatedTable/PaginatedTable.jsx:77
|
||||
msgid "{pluralizedItemName} List"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/JobList/JobListCancelButton.jsx:96
|
||||
#~ msgid "{zeroOrOneJobSelected, plural, one {Cancel job} other {Cancel jobs}}"
|
||||
#~ msgstr ""
|
||||
|
||||
@ -556,11 +556,15 @@ msgstr "批准"
|
||||
msgid "Approve"
|
||||
msgstr "批准"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr "已批准"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr "于 {0} - {1} 批准"
|
||||
|
||||
@ -727,7 +731,7 @@ msgstr "返回到调度"
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -971,7 +975,7 @@ msgstr ""
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr "已取消"
|
||||
|
||||
@ -1090,6 +1094,13 @@ msgid ""
|
||||
"information about each option."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid "Choose an answer type or format you want as the prompt for the user. Refer to the Ansible Tower Documentation for more additional information about each option."
|
||||
#~ msgstr ""
|
||||
@ -1145,10 +1156,6 @@ msgstr "点击这个按钮使用所选凭证和指定的输入验证到 secret
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr "点击以创建到此节点的新链接。"
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr ""
|
||||
@ -1385,6 +1392,11 @@ msgstr ""
|
||||
msgid "Create"
|
||||
msgstr "创建"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1645,7 +1657,7 @@ msgstr "凭证密码"
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr ""
|
||||
|
||||
@ -1765,7 +1777,7 @@ msgstr ""
|
||||
msgid "Default answer"
|
||||
msgstr "默认回答"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ msgid "Default choice must be answered from the choices listed."
|
||||
#~ msgstr "默认的选择必须从列出的选择中回答。"
|
||||
|
||||
@ -1977,11 +1989,15 @@ msgstr "删除错误"
|
||||
msgid "Deletion error"
|
||||
msgstr "删除错误"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr "已拒绝"
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr "已拒绝 {0} - {1}"
|
||||
|
||||
@ -2019,7 +2035,7 @@ msgstr ""
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2133,7 +2149,7 @@ msgstr "目标频道或用户"
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2276,7 +2292,7 @@ msgstr "电子邮件"
|
||||
msgid "E-mail options"
|
||||
msgstr "电子邮件选项"
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr "每个答案选择都必须在单独的行中。"
|
||||
|
||||
@ -2334,8 +2350,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2651,6 +2667,10 @@ msgstr ""
|
||||
#~ msgid "Enables creation of a provisioning callback URL. Using the URL a host can contact BRAND_NAME and request a configuration update using this job template."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/components/AdHocCommands/AdHocDetailsStep.jsx:244
|
||||
#~ 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:155
|
||||
#: screens/Setting/shared/SettingDetail.jsx:74
|
||||
msgid "Encrypted"
|
||||
@ -2684,10 +2704,18 @@ msgstr "请至少输入一个搜索过滤来创建一个新的智能清单。"
|
||||
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:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2695,6 +2723,13 @@ msgid ""
|
||||
"Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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 文档"
|
||||
@ -2703,6 +2738,10 @@ msgstr "使用 JSON 或 YAML 语法输入清单变量。使用单选按钮在两
|
||||
#~ 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 文档。"
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the documentation for example syntax"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr "每行输入一个注解标签,不带逗号。"
|
||||
@ -2834,7 +2873,7 @@ msgstr ""
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2956,6 +2995,10 @@ msgstr "Subversion SCM 源控制 URL 示例包括:"
|
||||
msgid "Examples include:"
|
||||
msgstr "示例包括::"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48
|
||||
msgid "Execute regardless of the parent node's final state."
|
||||
msgstr "无论父节点的最后状态如何都执行。"
|
||||
@ -3010,6 +3053,11 @@ msgstr ""
|
||||
msgid "Execution environment not found."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -3053,7 +3101,7 @@ msgid "Expires on UTC"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr "过期于 {0}"
|
||||
|
||||
@ -3142,11 +3190,6 @@ msgstr ""
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr "取消清单源同步失败。"
|
||||
@ -3377,7 +3420,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
msgstr "获取自定义登录配置设置失败。系统默认设置会被显示。"
|
||||
|
||||
#: components/AdHocCommands/AdHocCommands.jsx:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr "启动作业失败。"
|
||||
@ -3676,7 +3719,7 @@ msgstr ""
|
||||
msgid "Globally Available"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
msgid "Globally available execution environment can not be reassigned to a specific Organization"
|
||||
msgstr ""
|
||||
|
||||
@ -3982,7 +4025,7 @@ msgstr ""
|
||||
#~ msgid "If checked, all variables for child groups and hosts will be removed and replaced by those found on the external source."
|
||||
#~ msgstr "如果选中,子组和主机的所有变量都将被删除,并替换为外部源上的变量。"
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -4035,6 +4078,10 @@ msgid ""
|
||||
"to Ansible's --diff mode."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:448
|
||||
#~ 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: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 模式。"
|
||||
@ -4090,14 +4137,15 @@ msgstr ""
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr ""
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4311,10 +4359,6 @@ msgstr "清单 ID"
|
||||
msgid "Inventory Source"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr "清单源同步"
|
||||
@ -5346,7 +5390,7 @@ msgid "Never Updated"
|
||||
msgstr "永不更新"
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr "永不过期"
|
||||
|
||||
@ -5872,6 +5916,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr "向 playbook 传递额外的命令行变量。这是 ansible-playbook 的 -e 或 --extra-vars 命令行参数。使用 YAML 或 JSON 提供键/值对。示例语法请参阅 Ansible Tower 文档。"
|
||||
|
||||
#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -6045,6 +6093,14 @@ msgstr "从外部 secret 管理系统填充字段"
|
||||
#~ "examples."
|
||||
#~ 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 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"
|
||||
@ -6075,18 +6131,6 @@ msgstr ""
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
@ -6142,11 +6186,6 @@ msgstr ""
|
||||
msgid "Project Update"
|
||||
msgstr "项目更新"
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr "未找到项目。"
|
||||
@ -6267,7 +6306,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr "置备回调"
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr ""
|
||||
|
||||
@ -6365,6 +6404,10 @@ msgid ""
|
||||
"about the configuration file."
|
||||
msgstr ""
|
||||
|
||||
#: src/screens/Template/shared/JobTemplateForm.jsx:383
|
||||
#~ msgid "Refer to the Ansible documentation for details about the configuration file."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/User/UserTokens/UserTokens.jsx:76
|
||||
msgid "Refresh Token"
|
||||
msgstr "刷新令牌"
|
||||
@ -6378,7 +6421,7 @@ msgstr "刷新令牌过期"
|
||||
msgid "Regions"
|
||||
msgstr "区域"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr ""
|
||||
|
||||
@ -7595,6 +7638,12 @@ msgid ""
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid "Specify HTTP Headers in JSON format. Refer to the Ansible Tower documentation for example syntax."
|
||||
#~ msgstr "以 JSON 格式指定 HTTP 标头。示例语法请参阅 Ansible Tower 文档。"
|
||||
@ -8103,6 +8152,10 @@ 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/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -8141,8 +8194,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
msgstr "用于将字段保留为清单中的目标主机的模式。留空、所有和 * 将针对清单中的所有主机。您可以找到有关 Ansible 主机模式的更多信息"
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr ""
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -8186,7 +8239,7 @@ msgstr ""
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:120
|
||||
#: screens/Login/Login.jsx:130
|
||||
#~ msgid "There was a problem signing in. Please try again."
|
||||
#~ msgstr "登录时有问题。请重试。"
|
||||
|
||||
@ -8260,6 +8313,20 @@ msgstr ""
|
||||
msgid "This credential type is currently being used by some credentials and cannot be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8472,7 +8539,7 @@ 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:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr "超时"
|
||||
|
||||
@ -9327,7 +9394,7 @@ msgstr "周末日"
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr "欢迎使用 Ansible {brandName}!请登录。"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: zu\n"
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: \n\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
@ -522,11 +522,15 @@ msgstr ""
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:48
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:59
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:42
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:52
|
||||
msgid "Approved - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:49
|
||||
msgid "Approved by {0} - {1}"
|
||||
msgstr ""
|
||||
|
||||
@ -689,7 +693,7 @@ msgstr ""
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:39
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:73
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:39
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:57
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:54
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:90
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:63
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:110
|
||||
@ -925,7 +929,7 @@ msgstr ""
|
||||
#: components/JobList/JobList.jsx:211
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:95
|
||||
#: screens/WorkflowApproval/WorkflowApprovalDetail/WorkflowApprovalDetail.jsx:176
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:21
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:20
|
||||
msgid "Canceled"
|
||||
msgstr ""
|
||||
|
||||
@ -1036,6 +1040,13 @@ msgid ""
|
||||
"information about each option."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:37
|
||||
#~ msgid ""
|
||||
#~ "Choose an answer type or format you want as the prompt for the user.\n"
|
||||
#~ "Refer to the Documentation for more additional\n"
|
||||
#~ "information about each option."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:142
|
||||
msgid "Choose an email option"
|
||||
msgstr ""
|
||||
@ -1087,10 +1098,6 @@ msgstr ""
|
||||
msgid "Click to create a new link to this node."
|
||||
msgstr ""
|
||||
|
||||
#: components/FormField/TextAndCheckboxField.jsx:86
|
||||
#~ msgid "Click to select this answer as a default answer."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/MultipleChoiceField.jsx:114
|
||||
msgid "Click to toggle default value"
|
||||
msgstr ""
|
||||
@ -1239,6 +1246,11 @@ msgid ""
|
||||
"produce as the playbook executes."
|
||||
msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:64
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:69
|
||||
#~ msgid "Controller"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:208
|
||||
msgid "Convergence"
|
||||
msgstr ""
|
||||
@ -1297,6 +1309,11 @@ msgstr ""
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:14
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:24
|
||||
#~ msgid "Create Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Application/Applications.jsx:26
|
||||
#: screens/Application/Applications.jsx:35
|
||||
msgid "Create New Application"
|
||||
@ -1553,7 +1570,7 @@ msgstr ""
|
||||
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:148
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:163
|
||||
msgid "Credential to authenticate with a protected container registry."
|
||||
msgstr ""
|
||||
|
||||
@ -1673,7 +1690,7 @@ msgstr ""
|
||||
msgid "Default answer"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:81
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:85
|
||||
#~ msgid "Default choice must be answered from the choices listed."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -1873,11 +1890,15 @@ msgstr ""
|
||||
msgid "Deletion error"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:33
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:38
|
||||
msgid "Denied"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:27
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:31
|
||||
msgid "Denied - {0}. See the Activity Stream for more information."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:28
|
||||
msgid "Denied by {0} - {1}"
|
||||
msgstr ""
|
||||
|
||||
@ -1915,7 +1936,7 @@ msgstr ""
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:32
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:62
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:150
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:126
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/Host/HostDetail/HostDetail.jsx:81
|
||||
#: screens/Host/HostList/HostList.jsx:152
|
||||
#: screens/Inventory/InventoryDetail/InventoryDetail.jsx:78
|
||||
@ -2029,7 +2050,7 @@ msgstr ""
|
||||
#: screens/Setting/ActivityStream/ActivityStreamDetail/ActivityStreamDetail.jsx:54
|
||||
#: screens/Setting/AzureAD/AzureADDetail/AzureADDetail.jsx:46
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:46
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:64
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:61
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:70
|
||||
#: screens/Setting/MiscSystem/MiscSystemDetail/MiscSystemDetail.jsx:117
|
||||
#: screens/Setting/RADIUS/RADIUSDetail/RADIUSDetail.jsx:46
|
||||
@ -2168,7 +2189,7 @@ msgstr ""
|
||||
msgid "E-mail options"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:212
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:220
|
||||
#~ msgid "Each answer choice must be on a separate line."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -2217,8 +2238,8 @@ msgstr ""
|
||||
#: screens/Setting/GitHub/GitHubDetail/GitHubDetail.jsx:147
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:80
|
||||
#: screens/Setting/GoogleOAuth2/GoogleOAuth2Detail/GoogleOAuth2Detail.jsx:84
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:97
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:101
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:94
|
||||
#: screens/Setting/Jobs/JobsDetail/JobsDetail.jsx:98
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:161
|
||||
#: screens/Setting/LDAP/LDAPDetail/LDAPDetail.jsx:165
|
||||
#: screens/Setting/Logging/LoggingDetail/LoggingDetail.jsx:101
|
||||
@ -2571,10 +2592,18 @@ msgstr ""
|
||||
msgid "Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/CredentialType/shared/CredentialTypeForm.jsx:49
|
||||
#~ msgid "Enter injectors using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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/CredentialType/shared/CredentialTypeForm.jsx:39
|
||||
#~ msgid "Enter inputs using either JSON or YAML syntax. Refer to the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:97
|
||||
msgid ""
|
||||
"Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
@ -2582,10 +2611,21 @@ msgid ""
|
||||
"Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/SmartInventoryForm.jsx:100
|
||||
#~ msgid ""
|
||||
#~ "Enter inventory variables using either JSON or YAML syntax.\n"
|
||||
#~ "Use the radio button to toggle between the two. Refer to the\n"
|
||||
#~ "documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
||||
#: screens/Inventory/shared/InventoryForm.jsx:85
|
||||
#~ msgid "Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the documentation for example syntax"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:193
|
||||
msgid "Enter one Annotation Tag per line, without commas."
|
||||
msgstr ""
|
||||
@ -2693,7 +2733,7 @@ msgstr ""
|
||||
#: components/InstanceToggle/InstanceToggle.jsx:61
|
||||
#: components/JobList/JobList.jsx:281
|
||||
#: components/JobList/JobList.jsx:292
|
||||
#: components/LaunchButton/LaunchButton.jsx:171
|
||||
#: components/LaunchButton/LaunchButton.jsx:173
|
||||
#: components/LaunchPrompt/LaunchPrompt.jsx:73
|
||||
#: components/NotificationList/NotificationList.jsx:246
|
||||
#: components/PaginatedDataList/ToolbarDeleteButton.jsx:205
|
||||
@ -2815,6 +2855,10 @@ msgstr ""
|
||||
msgid "Examples include:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:108
|
||||
msgid "Examples:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/RunStep.jsx:48
|
||||
msgid "Execute regardless of the parent node's final state."
|
||||
msgstr ""
|
||||
@ -2869,6 +2913,11 @@ msgstr ""
|
||||
msgid "Execution environment not found."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:13
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironments.jsx:23
|
||||
#~ msgid "Execution environments"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:23
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx:26
|
||||
msgid "Exit Without Saving"
|
||||
@ -2912,7 +2961,7 @@ msgid "Expires on UTC"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:34
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:11
|
||||
msgid "Expires on {0}"
|
||||
msgstr ""
|
||||
|
||||
@ -3001,11 +3050,6 @@ msgstr ""
|
||||
msgid "Failed to cancel Project Sync"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:209
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:182
|
||||
#~ msgid "Failed to cancel Project Update"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Inventory/shared/InventorySourceSyncButton.jsx:100
|
||||
#~ msgid "Failed to cancel inventory source sync."
|
||||
#~ msgstr ""
|
||||
@ -3236,7 +3280,7 @@ msgid "Failed to fetch custom login configuration settings. System defaults wil
|
||||
msgstr ""
|
||||
|
||||
#: components/AdHocCommands/AdHocCommands.jsx:113
|
||||
#: components/LaunchButton/LaunchButton.jsx:174
|
||||
#: components/LaunchButton/LaunchButton.jsx:176
|
||||
#: screens/ManagementJob/ManagementJobList/ManagementJobList.jsx:130
|
||||
msgid "Failed to launch job."
|
||||
msgstr ""
|
||||
@ -3530,7 +3574,7 @@ msgstr ""
|
||||
msgid "Globally Available"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:132
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:147
|
||||
msgid "Globally available execution environment can not be reassigned to a specific Organization"
|
||||
msgstr ""
|
||||
|
||||
@ -3831,7 +3875,7 @@ msgid ""
|
||||
"on the external source."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:125
|
||||
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.jsx:126
|
||||
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.jsx:135
|
||||
#~ msgid ""
|
||||
#~ "If checked, any hosts and groups that were\n"
|
||||
@ -3922,14 +3966,15 @@ msgstr ""
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:138
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentList.jsx:157
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentList/ExecutionEnvironmentListItem.jsx:62
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:88
|
||||
#: screens/Organization/OrganizationExecEnvList/OrganizationExecEnvList.jsx:107
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:98
|
||||
msgid "Image name"
|
||||
msgstr ""
|
||||
#~ msgid "Image name"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Job/JobOutput/JobOutput.jsx:653
|
||||
msgid "Including File"
|
||||
@ -4139,10 +4184,6 @@ msgstr ""
|
||||
msgid "Inventory Source"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Inventory/InventorySources/InventorySourceListItem.jsx:125
|
||||
#~ msgid "Inventory Source Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.jsx:92
|
||||
msgid "Inventory Source Sync"
|
||||
msgstr ""
|
||||
@ -5166,7 +5207,7 @@ msgid "Never Updated"
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/WorkflowApprovalList/WorkflowApprovalListItem.jsx:44
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:13
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:12
|
||||
msgid "Never expires"
|
||||
msgstr ""
|
||||
|
||||
@ -5667,6 +5708,10 @@ msgstr ""
|
||||
msgid "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/shared/WorkflowJobTemplateForm.jsx:242
|
||||
#~ 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 documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:179
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:73
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:112
|
||||
@ -5840,6 +5885,14 @@ msgstr ""
|
||||
#~ "examples."
|
||||
#~ 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 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"
|
||||
@ -5866,18 +5919,6 @@ msgstr ""
|
||||
msgid "Press Enter to edit. Press ESC to stop editing."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:223
|
||||
#~ msgid "Press Enter to get additional inputs."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Template/Survey/SurveyQuestionForm.jsx:229
|
||||
#~ msgid "Press Enter to get additional {num} inputs. Refer to the"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/LaunchPrompt/steps/usePreviewStep.jsx:23
|
||||
#: screens/Template/Survey/SurveyList.jsx:160
|
||||
#: screens/Template/Survey/SurveyList.jsx:162
|
||||
@ -5933,11 +5974,6 @@ msgstr ""
|
||||
msgid "Project Update"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Project/ProjectDetail/ProjectDetail.jsx:207
|
||||
#: screens/Project/ProjectList/ProjectListItem.jsx:179
|
||||
#~ msgid "Project Update Error"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Project/Project.jsx:139
|
||||
msgid "Project not found."
|
||||
msgstr ""
|
||||
@ -6048,7 +6084,7 @@ msgid "Provisioning Callbacks"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/ExecutionEnvironmentDetails/ExecutionEnvironmentDetails.jsx:88
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:113
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:128
|
||||
msgid "Pull"
|
||||
msgstr ""
|
||||
|
||||
@ -6159,7 +6195,7 @@ msgstr ""
|
||||
msgid "Regions"
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:141
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:156
|
||||
msgid "Registry credential"
|
||||
msgstr ""
|
||||
|
||||
@ -7338,6 +7374,12 @@ msgid ""
|
||||
"the Ansible Tower documentation for example syntax."
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:478
|
||||
#~ msgid ""
|
||||
#~ "Specify HTTP Headers in JSON format. Refer to\n"
|
||||
#~ "the documentation for example syntax."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/TypeInputsSubForm.jsx:392
|
||||
msgid ""
|
||||
"Specify a notification color. Acceptable colors are hex\n"
|
||||
@ -7817,6 +7859,10 @@ msgid ""
|
||||
"the branch needs to be \"pull/62/head\"."
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:105
|
||||
msgid "The full image location, including the container registry, image name, and version tag."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Organization/shared/OrganizationForm.jsx:75
|
||||
msgid ""
|
||||
"The maximum number of hosts allowed to be managed by this organization.\n"
|
||||
@ -7847,8 +7893,8 @@ msgid "The pattern used to target hosts in the inventory. Leaving the field blan
|
||||
msgstr ""
|
||||
|
||||
#: screens/ExecutionEnvironment/shared/ExecutionEnvironmentForm.jsx:103
|
||||
msgid "The registry location where the container is stored."
|
||||
msgstr ""
|
||||
#~ msgid "The registry location where the container is stored."
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Workflow/WorkflowNodeHelp.jsx:123
|
||||
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx:126
|
||||
@ -7884,7 +7930,7 @@ msgstr ""
|
||||
msgid "There was a problem logging in. Please try again."
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:120
|
||||
#: screens/Login/Login.jsx:130
|
||||
#~ msgid "There was a problem signing in. Please try again."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -7958,6 +8004,20 @@ msgstr ""
|
||||
msgid "This credential type is currently being used by some credentials and cannot be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:73
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and help\n"
|
||||
#~ "streamline customer experience and success."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
#~ msgid ""
|
||||
#~ "This data is used to enhance\n"
|
||||
#~ "future releases of the Software and to provide\n"
|
||||
#~ "Insights Analytics to subscribers."
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.jsx:85
|
||||
msgid ""
|
||||
"This data is used to enhance\n"
|
||||
@ -8158,7 +8218,7 @@ msgid ""
|
||||
"inventory sync will be performed."
|
||||
msgstr ""
|
||||
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:17
|
||||
#: screens/WorkflowApproval/shared/WorkflowApprovalStatus.jsx:16
|
||||
msgid "Timed out"
|
||||
msgstr ""
|
||||
|
||||
@ -8483,6 +8543,10 @@ msgid ""
|
||||
"curly braces to access information about the job:"
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:72
|
||||
#~ msgid "Use custom messages to change the content of notifications sent when a job starts, succeeds, or fails. Use curly braces to access information about the job:"
|
||||
#~ msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:75
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:83
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:44
|
||||
@ -9003,7 +9067,7 @@ msgstr ""
|
||||
msgid "Welcome to Ansible {brandName}!"
|
||||
msgstr ""
|
||||
|
||||
#: screens/Login/Login.jsx:142
|
||||
#: screens/Login/Login.jsx:152
|
||||
#~ msgid "Welcome to Ansible {brandName}! Please Sign In."
|
||||
#~ msgstr ""
|
||||
|
||||
@ -9362,6 +9426,12 @@ msgstr ""
|
||||
msgid "inventory"
|
||||
msgstr ""
|
||||
|
||||
#: screens/InstanceGroup/InstanceGroupDetails/InstanceGroupDetails.jsx:51
|
||||
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupListItem.jsx:59
|
||||
#: screens/Job/JobDetail/JobDetail.jsx:119
|
||||
#~ msgid "isolated instance"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:23
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
@ -9402,6 +9472,10 @@ msgstr ""
|
||||
msgid "option to the"
|
||||
msgstr ""
|
||||
|
||||
#: screens/NotificationTemplate/shared/CustomMessagesSubForm.jsx:84
|
||||
#~ msgid "or attributes of the job such as"
|
||||
#~ msgstr ""
|
||||
|
||||
#: components/Pagination/Pagination.jsx:24
|
||||
msgid "page"
|
||||
msgstr ""
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
import React from 'react';
|
||||
|
||||
import { t } from '@lingui/macro';
|
||||
import { Label, Tooltip } from '@patternfly/react-core';
|
||||
import { CheckIcon, InfoCircleIcon } from '@patternfly/react-icons';
|
||||
@ -24,9 +23,15 @@ function WorkflowApprovalStatus({ workflowApproval }) {
|
||||
if (workflowApproval.status === 'failed' && workflowApproval.failed) {
|
||||
return (
|
||||
<Tooltip
|
||||
content={t`Denied by ${
|
||||
workflowApproval.summary_fields.approved_or_denied_by.username
|
||||
} - ${formatDateString(workflowApproval.finished)}`}
|
||||
content={
|
||||
workflowApproval.summary_fields?.approved_or_denied_by?.username
|
||||
? t`Denied by ${
|
||||
workflowApproval.summary_fields.approved_or_denied_by.username
|
||||
} - ${formatDateString(workflowApproval.finished)}`
|
||||
: t`Denied - ${formatDateString(
|
||||
workflowApproval.finished
|
||||
)}. See the Activity Stream for more information.`
|
||||
}
|
||||
position="top"
|
||||
>
|
||||
<Label variant="outline" color="red" icon={<InfoCircleIcon />}>
|
||||
@ -39,9 +44,15 @@ function WorkflowApprovalStatus({ workflowApproval }) {
|
||||
if (workflowApproval.status === 'successful') {
|
||||
return (
|
||||
<Tooltip
|
||||
content={t`Approved by ${
|
||||
workflowApproval.summary_fields.approved_or_denied_by.username
|
||||
} - ${formatDateString(workflowApproval.finished)}`}
|
||||
content={
|
||||
workflowApproval.summary_fields?.approved_or_denied_by?.username
|
||||
? t`Approved by ${
|
||||
workflowApproval.summary_fields.approved_or_denied_by.username
|
||||
} - ${formatDateString(workflowApproval.finished)}`
|
||||
: t`Approved - ${formatDateString(
|
||||
workflowApproval.finished
|
||||
)}. See the Activity Stream for more information.`
|
||||
}
|
||||
position="top"
|
||||
>
|
||||
<Label variant="outline" color="green" icon={<CheckIcon />}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user