Merge pull request #10958 from AlexSCorey/10557-NotificationValidation

Fixes validation issues associated with the Notification Form
This commit is contained in:
Alex Corey
2021-09-02 09:49:02 -04:00
committed by GitHub
11 changed files with 807 additions and 725 deletions

View File

@@ -92,7 +92,7 @@
"data-cy", "data-cy",
"fieldName" "fieldName"
], ],
"ignore": ["Ansible", "Tower", "JSON", "YAML", "lg", "hh:mm AM/PM"], "ignore": ["Ansible", "Tower", "JSON", "YAML", "lg", "hh:mm AM/PM", "Twilio"],
"ignoreComponent": [ "ignoreComponent": [
"AboutModal", "AboutModal",
"code", "code",

View File

@@ -41,6 +41,10 @@ function ArrayTextField(props) {
{...field} {...field}
value={value.join('\n')} value={value.join('\n')}
onChange={(val) => { onChange={(val) => {
if (val.trim() === '') {
helpers.setValue('');
return;
}
helpers.setValue(val.split('\n').map((v) => v.trim())); helpers.setValue(val.split('\n').map((v) => v.trim()));
}} }}
/> />

View File

@@ -128,11 +128,11 @@ msgstr "ALL"
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "API Service/Integration Key" msgstr "API Service/Integration Key"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "API Token" msgstr "API Token"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "API service/integration key" msgstr "API service/integration key"
@@ -164,11 +164,11 @@ msgid "Access Token Expiration"
msgstr "Access Token Expiration" msgstr "Access Token Expiration"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "Account SID" msgstr "Account SID"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "Account token" msgstr "Account token"
@@ -774,7 +774,7 @@ msgstr ""
"Together the base path and selected playbook directory provide the full\n" "Together the base path and selected playbook directory provide the full\n"
"path used to locate playbooks." "path used to locate playbooks."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "Basic auth password" msgstr "Basic auth password"
@@ -1001,7 +1001,7 @@ msgid "Changes"
msgstr "Changes" msgstr "Changes"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "Channel" msgstr "Channel"
@@ -1051,7 +1051,7 @@ msgstr "Choose a module"
msgid "Choose a source" msgid "Choose a source"
msgstr "Choose a source" msgstr "Choose a source"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "Choose an HTTP method" msgstr "Choose an HTTP method"
@@ -1136,7 +1136,7 @@ msgstr "Client ID"
msgid "Client Identifier" msgid "Client Identifier"
msgstr "Client Identifier" msgstr "Client Identifier"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "Client identifier" msgstr "Client identifier"
@@ -1452,7 +1452,7 @@ msgstr "Create user token"
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1603,7 +1603,7 @@ msgstr "Credential type not found."
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1682,7 +1682,7 @@ msgstr "Date"
msgid "Day" msgid "Day"
msgstr "Day" msgstr "Day"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "Days of Data to Keep" msgstr "Days of Data to Keep"
@@ -1746,7 +1746,7 @@ msgstr "Define system-level features and functions"
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1825,7 +1825,7 @@ msgstr "Delete Project"
msgid "Delete Questions" msgid "Delete Questions"
msgstr "Delete Questions" msgstr "Delete Questions"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "Delete Schedule" msgstr "Delete Schedule"
@@ -1965,7 +1965,7 @@ msgstr "Deprecated"
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2041,15 +2041,15 @@ msgstr "Destination Channels or Users"
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "Destination SMS Number(s)" msgstr "Destination SMS Number(s)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "Destination SMS number(s)" msgstr "Destination SMS number(s)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "Destination channels" msgstr "Destination channels"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "Destination channels or users" msgstr "Destination channels or users"
@@ -2147,11 +2147,11 @@ msgstr "Details tab"
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "Disable SSL Verification" msgstr "Disable SSL Verification"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "Disable SSL verification" msgstr "Disable SSL verification"
@@ -2260,7 +2260,7 @@ msgstr "Dragging started for item id: {newId}."
msgid "E-mail" msgid "E-mail"
msgstr "E-mail" msgstr "E-mail"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "E-mail options" msgstr "E-mail options"
@@ -2282,8 +2282,8 @@ msgstr ""
"Each time a job runs using this project, update the\n" "Each time a job runs using this project, update the\n"
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2717,11 +2717,11 @@ msgstr ""
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" 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" 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/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "Enter one Annotation Tag per line, without commas." msgstr "Enter one Annotation Tag per line, without commas."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
@@ -2731,7 +2731,7 @@ msgstr ""
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
@@ -2739,7 +2739,7 @@ msgstr ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
@@ -2748,14 +2748,30 @@ msgstr ""
"list for this type of notification." "list for this type of notification."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "" msgstr ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2849,7 +2865,7 @@ msgstr "Error saving the workflow!"
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2947,10 +2963,6 @@ msgstr "Event summary not available"
msgid "Events" msgid "Events"
msgstr "Events" msgstr "Events"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr "Every minute for {0} times"
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "Exact match (default lookup if not specified)." msgstr "Exact match (default lookup if not specified)."
@@ -3345,7 +3357,7 @@ msgstr "Failed to delete role"
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "Failed to delete role." msgstr "Failed to delete role."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "Failed to delete schedule." msgstr "Failed to delete schedule."
@@ -3550,7 +3562,7 @@ msgstr ""
msgid "First Name" msgid "First Name"
msgstr "First Name" msgstr "First Name"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "First Run" msgstr "First Run"
@@ -3758,12 +3770,12 @@ msgstr "Google OAuth2"
msgid "Grafana" msgid "Grafana"
msgstr "Grafana" msgstr "Grafana"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "Grafana API key" msgstr "Grafana API key"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "Grafana URL" msgstr "Grafana URL"
@@ -3802,12 +3814,12 @@ msgid "Groups"
msgstr "Groups" msgstr "Groups"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "HTTP Headers" msgstr "HTTP Headers"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "HTTP Method" msgstr "HTTP Method"
@@ -3830,7 +3842,7 @@ msgid "Hipchat"
msgstr "Hipchat" msgstr "Hipchat"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "Host" msgstr "Host"
@@ -3971,11 +3983,11 @@ msgstr "ID of the Dashboard"
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "ID of the Panel" msgstr "ID of the Panel"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "ID of the dashboard (optional)" msgstr "ID of the dashboard (optional)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "ID of the panel (optional)" msgstr "ID of the panel (optional)"
@@ -3996,26 +4008,26 @@ msgstr "IRC Server Address"
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "IRC Server Port" msgstr "IRC Server Port"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "IRC nick" msgstr "IRC nick"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "IRC server address" msgstr "IRC server address"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "IRC server password" msgstr "IRC server password"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "IRC server port" msgstr "IRC server port"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "Icon URL" msgstr "Icon URL"
@@ -4315,7 +4327,7 @@ msgstr "Inventories with sources cannot be copied"
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4505,7 +4517,7 @@ msgstr "Job Status"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4547,7 +4559,7 @@ msgstr "Job Templates with credentials that prompt for passwords cannot be selec
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4705,7 +4717,7 @@ msgid "Last Login"
msgstr "Last Login" msgstr "Last Login"
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4747,7 +4759,7 @@ msgstr ""
msgid "Last Ran" msgid "Last Ran"
msgstr "Last Ran" msgstr "Last Ran"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "Last Run" msgstr "Last Run"
@@ -4848,7 +4860,7 @@ msgstr "Less than or equal to comparison."
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4869,7 +4881,7 @@ msgstr "Loading"
msgid "Local" msgid "Local"
msgstr "Local" msgstr "Local"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "Local Time Zone" msgstr "Local Time Zone"
@@ -5234,7 +5246,7 @@ msgstr "Multiple Choice Options"
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5442,7 +5454,7 @@ msgstr "New"
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5635,7 +5647,7 @@ msgstr ""
msgid "Notification Type" msgid "Notification Type"
msgstr "Notification Type" msgstr "Notification Type"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "Notification color" msgstr "Notification color"
@@ -5694,7 +5706,7 @@ msgstr "October"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5711,7 +5723,7 @@ msgstr "Off"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5887,11 +5899,11 @@ msgstr "Overwrite local variables from remote inventory source"
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "Overwrite variables" msgstr "Overwrite variables"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "POST" msgstr "POST"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "PUT" msgstr "PUT"
@@ -5904,7 +5916,7 @@ msgstr "Pagerduty"
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "Pagerduty Subdomain" msgstr "Pagerduty Subdomain"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "Pagerduty subdomain" msgstr "Pagerduty subdomain"
@@ -5949,7 +5961,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
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." msgstr "Pass extra command line variables to the playbook. This is the -e or --extra-vars command line parameter for ansible-playbook. Provide key/value pairs using either YAML or JSON. Refer to the Ansible Tower documentation for example syntax."
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -6080,7 +6092,7 @@ msgstr "Please add {pluralizedItemName} to populate this list"
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "Please click the Start button to begin." msgstr "Please click the Start button to begin."
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "Please enter a valid URL" msgstr "Please enter a valid URL"
@@ -6151,7 +6163,7 @@ msgstr ""
"examples." "examples."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -6283,7 +6295,7 @@ msgid "Prompt | {0}"
msgstr "Prompt | {0}" msgstr "Prompt | {0}"
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "Prompted Values" msgstr "Prompted Values"
@@ -6409,7 +6421,7 @@ msgstr "Recent jobs"
msgid "Recipient List" msgid "Recipient List"
msgstr "Recipient List" msgstr "Recipient List"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "Recipient list" msgstr "Recipient list"
@@ -6586,7 +6598,7 @@ msgstr "Removing this link will orphan the rest of the branch and cause it to be
msgid "Reorder" msgid "Reorder"
msgstr "Reorder" msgstr "Reorder"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "Repeat Frequency" msgstr "Repeat Frequency"
@@ -7128,7 +7140,7 @@ msgstr "Select a subscription"
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7361,7 +7373,7 @@ msgstr "Selected date range must have at least 1 schedule occurrence."
msgid "Sender Email" msgid "Sender Email"
msgstr "Sender Email" msgstr "Sender Email"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "Sender e-mail" msgstr "Sender e-mail"
@@ -7445,7 +7457,7 @@ msgstr "Show"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7522,7 +7534,7 @@ msgstr "Simple key select"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7625,7 +7637,7 @@ msgstr "Source"
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7702,7 +7714,7 @@ msgstr "Source control branch"
msgid "Source details" msgid "Source details"
msgstr "Source details" msgstr "Source details"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "Source phone number" msgstr "Source phone number"
@@ -7720,7 +7732,7 @@ msgstr "Sourced from a project"
msgid "Sources" msgid "Sources"
msgstr "Sources" msgstr "Sources"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
@@ -7728,7 +7740,7 @@ msgstr ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -8072,16 +8084,16 @@ msgstr ""
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "Tags for the Annotation" msgstr "Tags for the Annotation"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "Tags for the annotation (optional)" msgstr "Tags for the annotation (optional)"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "Target URL" msgstr "Target URL"
@@ -8207,7 +8219,7 @@ msgstr "The Execution Environment to be used when one has not been configured fo
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "The Grant type the user must use to acquire tokens for this application" msgstr "The Grant type the user must use to acquire tokens for this application"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8227,7 +8239,7 @@ msgstr ""
"before the job is canceled. Defaults to 0 for no job\n" "before the job is canceled. Defaults to 0 for no job\n"
"timeout." "timeout."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8504,7 +8516,7 @@ msgstr "This field must be a number and have a value greater than {min}"
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "This field must be a number and have a value less than {max}" msgstr "This field must be a number and have a value less than {max}"
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "This field must be a regular expression" msgstr "This field must be a regular expression"
@@ -8674,7 +8686,7 @@ msgstr "Timed out"
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8744,7 +8756,7 @@ msgstr "Toggle schedule"
msgid "Toggle tools" msgid "Toggle tools"
msgstr "Toggle tools" msgstr "Toggle tools"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "Token" msgstr "Token"
@@ -8882,7 +8894,7 @@ msgid "Type"
msgstr "Type" msgstr "Type"
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "Type Details" msgstr "Type Details"
@@ -8997,12 +9009,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations</0> on the Red Hat Customer Portal." msgstr "Upload a Red Hat Subscription Manifest containing your subscription. To generate your subscription manifest, go to <0>subscription allocations</0> on the Red Hat Customer Portal."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "Use SSL" msgstr "Use SSL"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "Use TLS" msgstr "Use TLS"
@@ -9085,10 +9097,10 @@ msgstr "User tokens"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -9126,7 +9138,7 @@ msgstr "VMware vCenter"
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -9165,7 +9177,7 @@ msgstr "Verbose"
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9979,6 +9991,10 @@ msgstr "{0, plural, one {Are you sure you want delete the group below?} other {A
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgstr "{0, plural, one {Delete Group?} other {Delete Groups?}}"
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgstr "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
@@ -10119,10 +10135,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "{number} since {dateStr}" #~ msgstr "{number} since {dateStr}"
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr "{number} since {date}"
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List" msgstr "{pluralizedItemName} List"

View File

@@ -125,11 +125,11 @@ msgstr "TODOS"
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "Servicio API/Clave de integración" msgstr "Servicio API/Clave de integración"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "Token API" msgstr "Token API"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "Servicio API/Clave de integración" msgstr "Servicio API/Clave de integración"
@@ -161,11 +161,11 @@ msgid "Access Token Expiration"
msgstr "Expiración del token de acceso" msgstr "Expiración del token de acceso"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "Cuenta SID" msgstr "Cuenta SID"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "Cuenta Token" msgstr "Cuenta Token"
@@ -761,7 +761,7 @@ msgid ""
"path used to locate playbooks." "path used to locate playbooks."
msgstr "Directorio base utilizado para encontrar playbooks. Los directorios encontrados dentro de esta ruta se mostrarán en el menú desplegable del directorio de playbooks. Junto a la ruta base y el directorio de playbooks seleccionado, se creará la ruta completa utilizada para encontrar los playbooks." msgstr "Directorio base utilizado para encontrar playbooks. Los directorios encontrados dentro de esta ruta se mostrarán en el menú desplegable del directorio de playbooks. Junto a la ruta base y el directorio de playbooks seleccionado, se creará la ruta completa utilizada para encontrar los playbooks."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "Contraseña de autenticación básica" msgstr "Contraseña de autenticación básica"
@@ -982,7 +982,7 @@ msgid "Changes"
msgstr "Cambios" msgstr "Cambios"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "Canal" msgstr "Canal"
@@ -1032,7 +1032,7 @@ msgstr "Elegir un módulo"
msgid "Choose a source" msgid "Choose a source"
msgstr "Elegir una fuente" msgstr "Elegir una fuente"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "Elegir un método HTTP" msgstr "Elegir un método HTTP"
@@ -1114,7 +1114,7 @@ msgstr "ID del cliente"
msgid "Client Identifier" msgid "Client Identifier"
msgstr "Identificador del cliente" msgstr "Identificador del cliente"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "Identificador del cliente" msgstr "Identificador del cliente"
@@ -1424,7 +1424,7 @@ msgstr "Crear token de usuario"
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1575,7 +1575,7 @@ msgstr "No se encontró el tipo de credencial."
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1654,7 +1654,7 @@ msgstr ""
msgid "Day" msgid "Day"
msgstr "Día" msgstr "Día"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "Días de datos para mantener" msgstr "Días de datos para mantener"
@@ -1718,7 +1718,7 @@ msgstr "Defina características y funciones a nivel del sistema"
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1797,7 +1797,7 @@ msgstr "Eliminar proyecto"
msgid "Delete Questions" msgid "Delete Questions"
msgstr "Eliminar pregunta" msgstr "Eliminar pregunta"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "Eliminar planificación" msgstr "Eliminar planificación"
@@ -1933,7 +1933,7 @@ msgstr "Obsoleto"
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2009,15 +2009,15 @@ msgstr "Canales destinatarios o usuarios"
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "Números SMS del destinatario" msgstr "Números SMS del destinatario"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "Números SMS del destinatario" msgstr "Números SMS del destinatario"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "Canales destinatarios" msgstr "Canales destinatarios"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "Canales destinatarios o usuarios" msgstr "Canales destinatarios o usuarios"
@@ -2115,11 +2115,11 @@ msgstr "Pestaña de detalles"
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "Deshabilite la verificación de SSL" msgstr "Deshabilite la verificación de SSL"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "Deshabilitar la verificación SSL" msgstr "Deshabilitar la verificación SSL"
@@ -2225,7 +2225,7 @@ msgstr ""
msgid "E-mail" msgid "E-mail"
msgstr "Correo electrónico" msgstr "Correo electrónico"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "Opciones de correo electrónico" msgstr "Opciones de correo electrónico"
@@ -2242,8 +2242,8 @@ msgid ""
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
msgstr "Cada vez que una tarea se ejecute con este proyecto, actualice la revisión del proyecto antes de iniciar dicha tarea." msgstr "Cada vez que una tarea se ejecute con este proyecto, actualice la revisión del proyecto antes de iniciar dicha tarea."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2662,36 +2662,48 @@ msgstr "Ingrese variables de inventario mediante el uso de la sintaxis JSON o YA
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" 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 "Ingrese variables de inventario mediante el uso de la sintaxis JSON o YAML. Utilice el botón de selección para alternar entre las dos opciones. Consulte la documentación de Ansible Tower para acceder a ejemplos de sintaxis" msgstr "Ingrese variables de inventario mediante el uso de la sintaxis JSON o YAML. Utilice el botón de selección para alternar entre las dos opciones. Consulte la documentación de Ansible Tower para acceder a ejemplos de sintaxis"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "Ingrese una etiqueta de anotación por línea sin comas." msgstr "Ingrese una etiqueta de anotación por línea sin comas."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
msgstr "Ingrese un canal de IRC o nombre de usuario por línea. El símbolo numeral (#) para canales y el símbolo arroba (@) para usuarios no son necesarios." msgstr "Ingrese un canal de IRC o nombre de usuario por línea. El símbolo numeral (#) para canales y el símbolo arroba (@) para usuarios no son necesarios."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
msgstr "Ingrese un canal de Slack por línea. El símbolo numeral (#) es necesario para los canales." msgstr "Ingrese un canal de Slack por línea. El símbolo numeral (#) es necesario para los canales."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
msgstr "Ingrese una dirección de correo electrónico por línea para crear una lista de destinatarios para este tipo de notificación." msgstr "Ingrese una dirección de correo electrónico por línea para crear una lista de destinatarios para este tipo de notificación."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr "Ingrese un número de teléfono por línea para especificar dónde enviar los mensajes de SMS."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "Ingrese un número de teléfono por línea para especificar dónde enviar los mensajes de SMS." msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2783,7 +2795,7 @@ msgstr "Error al guardar el flujo de trabajo"
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2881,10 +2893,6 @@ msgstr "Resumen del evento no disponible."
msgid "Events" msgid "Events"
msgstr "Eventos" msgstr "Eventos"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr ""
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "Coincidencia exacta (búsqueda predeterminada si no se especifica)." msgstr "Coincidencia exacta (búsqueda predeterminada si no se especifica)."
@@ -3279,7 +3287,7 @@ msgstr "No se pudo eliminar el rol"
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "No se pudo eliminar el rol." msgstr "No se pudo eliminar el rol."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "No se pudo eliminar la programación." msgstr "No se pudo eliminar la programación."
@@ -3484,7 +3492,7 @@ msgstr "Primero"
msgid "First Name" msgid "First Name"
msgstr "Nombre" msgstr "Nombre"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "Primera ejecución" msgstr "Primera ejecución"
@@ -3685,12 +3693,12 @@ msgstr "Google OAuth2"
msgid "Grafana" msgid "Grafana"
msgstr "Grafana" msgstr "Grafana"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "Clave API de Grafana" msgstr "Clave API de Grafana"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "URL de Grafana" msgstr "URL de Grafana"
@@ -3729,12 +3737,12 @@ msgid "Groups"
msgstr "Grupos" msgstr "Grupos"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "Cabeceras HTTP" msgstr "Cabeceras HTTP"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "Método HTTP" msgstr "Método HTTP"
@@ -3757,7 +3765,7 @@ msgid "Hipchat"
msgstr "HipChat" msgstr "HipChat"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "Servidor" msgstr "Servidor"
@@ -3898,11 +3906,11 @@ msgstr "ID del panel de control"
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "ID de panel" msgstr "ID de panel"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "ID del panel de control (opcional)" msgstr "ID del panel de control (opcional)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "ID del panel (opcional)" msgstr "ID del panel (opcional)"
@@ -3923,26 +3931,26 @@ msgstr "Dirección del servidor IRC"
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "Puerto del servidor IRC" msgstr "Puerto del servidor IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "Alias en IRC" msgstr "Alias en IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "Dirección del servidor IRC" msgstr "Dirección del servidor IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "Contraseña del servidor IRC" msgstr "Contraseña del servidor IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "Puerto del servidor IRC" msgstr "Puerto del servidor IRC"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "URL de icono" msgstr "URL de icono"
@@ -4219,7 +4227,7 @@ msgstr "No se pueden copiar los inventarios con fuentes"
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4409,7 +4417,7 @@ msgstr "Estado de la tarea"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4451,7 +4459,7 @@ msgstr "Las plantillas de trabajo con credenciales que solicitan contraseñas no
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4609,7 +4617,7 @@ msgid "Last Login"
msgstr "Último inicio de sesión" msgstr "Último inicio de sesión"
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4651,7 +4659,7 @@ msgstr "Apellido"
msgid "Last Ran" msgid "Last Ran"
msgstr "Último ejecutado" msgstr "Último ejecutado"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "Última ejecución" msgstr "Última ejecución"
@@ -4752,7 +4760,7 @@ msgstr "Menor o igual que la comparación."
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4773,7 +4781,7 @@ msgstr "Cargando"
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "Huso horario local" msgstr "Huso horario local"
@@ -5134,7 +5142,7 @@ msgstr "Opciones de selección múltiple"
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5342,7 +5350,7 @@ msgstr "Nuevo"
msgid "Next" msgid "Next"
msgstr "Siguiente" msgstr "Siguiente"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5524,7 +5532,7 @@ msgstr "Plantillas de notificación"
msgid "Notification Type" msgid "Notification Type"
msgstr "Tipo de notificación" msgstr "Tipo de notificación"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "Color de la notificación" msgstr "Color de la notificación"
@@ -5583,7 +5591,7 @@ msgstr "Octubre"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5600,7 +5608,7 @@ msgstr "Off"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5773,11 +5781,11 @@ msgstr ""
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "Anular variables" msgstr "Anular variables"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "PUBLICAR" msgstr "PUBLICAR"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "COLOCAR" msgstr "COLOCAR"
@@ -5790,7 +5798,7 @@ msgstr "Pagerduty"
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "Subdominio Pagerduty" msgstr "Subdominio Pagerduty"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "Subdominio Pagerduty" msgstr "Subdominio Pagerduty"
@@ -5831,7 +5839,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
msgstr "Traslade variables de línea de comando adicionales al cuaderno de estrategias. Este es el parámetro de línea de comando -e o --extra-vars para el cuaderno de estrategias de Ansible. Proporcione pares de claves/valores utilizando YAML o JSON. Consulte la documentación de Ansible Tower para ver ejemplos de sintaxis." msgstr "Traslade variables de línea de comando adicionales al cuaderno de estrategias. Este es el parámetro de línea de comando -e o --extra-vars para el cuaderno de estrategias de Ansible. Proporcione pares de claves/valores utilizando YAML o JSON. Consulte la documentación de Ansible Tower para ver ejemplos de sintaxis."
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -5962,7 +5970,7 @@ msgstr "Agregue {pluralizedItemName} para completar esta lista"
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "Haga clic en el botón de inicio para comenzar." msgstr "Haga clic en el botón de inicio para comenzar."
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "Introduzca una URL válida." msgstr "Introduzca una URL válida."
@@ -6033,7 +6041,7 @@ msgstr ""
"ejemplos." "ejemplos."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "Puerto" msgstr "Puerto"
@@ -6159,7 +6167,7 @@ msgid "Prompt | {0}"
msgstr "Aviso | {0}" msgstr "Aviso | {0}"
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "Valores solicitados" msgstr "Valores solicitados"
@@ -6273,7 +6281,7 @@ msgstr ""
msgid "Recipient List" msgid "Recipient List"
msgstr "Lista de destinatarios" msgstr "Lista de destinatarios"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "Lista de destinatarios" msgstr "Lista de destinatarios"
@@ -6448,7 +6456,7 @@ msgstr "Si quita este enlace, el resto de la rama quedará huérfano y hará que
msgid "Reorder" msgid "Reorder"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "Frecuencia de repetición" msgstr "Frecuencia de repetición"
@@ -6986,7 +6994,7 @@ msgstr "Seleccionar una suscripción"
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7205,7 +7213,7 @@ msgstr ""
msgid "Sender Email" msgid "Sender Email"
msgstr "Dirección de correo del remitente" msgstr "Dirección de correo del remitente"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "Correo electrónico del remitente" msgstr "Correo electrónico del remitente"
@@ -7289,7 +7297,7 @@ msgstr "Mostrar"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7366,7 +7374,7 @@ msgstr "Selección de clave simple"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7460,7 +7468,7 @@ msgstr "Fuente"
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7537,7 +7545,7 @@ msgstr "Rama de fuente de control"
msgid "Source details" msgid "Source details"
msgstr "Detalles de la fuente" msgstr "Detalles de la fuente"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "Número de teléfono de la fuente" msgstr "Número de teléfono de la fuente"
@@ -7555,13 +7563,13 @@ msgstr "Extraído de un proyecto"
msgid "Sources" msgid "Sources"
msgstr "Fuentes" msgstr "Fuentes"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
msgstr "Especifique los encabezados HTTP en formato JSON. Consulte la documentación de Ansible Tower para obtener ejemplos de sintaxis." msgstr "Especifique los encabezados HTTP en formato JSON. Consulte la documentación de Ansible Tower para obtener ejemplos de sintaxis."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -7893,16 +7901,16 @@ msgstr "Las etiquetas resultan útiles cuando tiene un playbook de gran tamaño
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "Etiquetas para la anotación" msgstr "Etiquetas para la anotación"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "Etiquetas para anotación (opcional)" msgstr "Etiquetas para anotación (opcional)"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "URL destino" msgstr "URL destino"
@@ -8028,7 +8036,7 @@ msgstr "El entorno de ejecución que se utilizará cuando no se haya configurado
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8042,7 +8050,7 @@ msgid ""
"timeout." "timeout."
msgstr "La cantidad de tiempo (en segundos) para ejecutar antes de que se cancele la tarea. Valores predeterminados en 0 para el tiempo de espera de la tarea." msgstr "La cantidad de tiempo (en segundos) para ejecutar antes de que se cancele la tarea. Valores predeterminados en 0 para el tiempo de espera de la tarea."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8284,7 +8292,7 @@ msgstr ""
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "" msgstr ""
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "Este campo debe ser una expresión regular" msgstr "Este campo debe ser una expresión regular"
@@ -8441,7 +8449,7 @@ msgstr "Tiempo de espera agotado"
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8511,7 +8519,7 @@ msgstr "Alternar programaciones"
msgid "Toggle tools" msgid "Toggle tools"
msgstr "Alternar herramientas" msgstr "Alternar herramientas"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "Token" msgstr "Token"
@@ -8649,7 +8657,7 @@ msgid "Type"
msgstr "Tipo" msgstr "Tipo"
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "Detalles del tipo" msgstr "Detalles del tipo"
@@ -8762,12 +8770,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "Cargue un manifiesto de suscripción de Red Hat que contenga su suscripción. Para generar su manifiesto de suscripción, vaya a <0>subscription allocations</0> (asignaciones de suscripciones) en Red Hat Customer Portal." msgstr "Cargue un manifiesto de suscripción de Red Hat que contenga su suscripción. Para generar su manifiesto de suscripción, vaya a <0>subscription allocations</0> (asignaciones de suscripciones) en Red Hat Customer Portal."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "Utilizar SSL" msgstr "Utilizar SSL"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "Utilizar TLS" msgstr "Utilizar TLS"
@@ -8849,10 +8857,10 @@ msgstr "Tokens de usuario"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -8890,7 +8898,7 @@ msgstr "VMware vCenter"
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -8929,7 +8937,7 @@ msgstr "Nivel de detalle"
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9735,6 +9743,10 @@ msgstr "{0, plural, one {¿Está seguro de que desea eliminar el siguiente grupo
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {¿Borrar grupo?} other {¿Borrar grupos?}}" msgstr "{0, plural, one {¿Borrar grupo?} other {¿Borrar grupos?}}"
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "" msgstr ""
@@ -9875,10 +9887,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "" #~ msgstr ""
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "Lista de {pluralizedItemName}" msgstr "Lista de {pluralizedItemName}"

View File

@@ -125,11 +125,11 @@ msgstr "TOUS"
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "Service API/Clé dintégration" msgstr "Service API/Clé dintégration"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "Token API" msgstr "Token API"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "Service API/Clé dintégration" msgstr "Service API/Clé dintégration"
@@ -161,11 +161,11 @@ msgid "Access Token Expiration"
msgstr "Expiration du jeton d'accès" msgstr "Expiration du jeton d'accès"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "SID de compte" msgstr "SID de compte"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "Token de compte" msgstr "Token de compte"
@@ -761,7 +761,7 @@ msgid ""
"path used to locate playbooks." "path used to locate playbooks."
msgstr "Chemin de base utilisé pour localiser les playbooks. Les répertoires localisés dans ce chemin sont répertoriés dans la liste déroulante des répertoires de playbooks. Le chemin de base et le répertoire de playbook sélectionnés fournissent ensemble le chemin complet servant à localiser les playbooks." msgstr "Chemin de base utilisé pour localiser les playbooks. Les répertoires localisés dans ce chemin sont répertoriés dans la liste déroulante des répertoires de playbooks. Le chemin de base et le répertoire de playbook sélectionnés fournissent ensemble le chemin complet servant à localiser les playbooks."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "Mot de passe d'auth de base" msgstr "Mot de passe d'auth de base"
@@ -982,7 +982,7 @@ msgid "Changes"
msgstr "Modifications" msgstr "Modifications"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "Canal" msgstr "Canal"
@@ -1032,7 +1032,7 @@ msgstr "Choisissez un module"
msgid "Choose a source" msgid "Choose a source"
msgstr "Choisissez une source" msgstr "Choisissez une source"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "Choisissez une méthode HTTP" msgstr "Choisissez une méthode HTTP"
@@ -1114,7 +1114,7 @@ msgstr "ID du client"
msgid "Client Identifier" msgid "Client Identifier"
msgstr "Identifiant client" msgstr "Identifiant client"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "Identifiant client" msgstr "Identifiant client"
@@ -1424,7 +1424,7 @@ msgstr "Créer un jeton d'utilisateur"
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1575,7 +1575,7 @@ msgstr "Type d'informations didentification non trouvé."
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1654,7 +1654,7 @@ msgstr ""
msgid "Day" msgid "Day"
msgstr "Jour" msgstr "Jour"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "Nombre de jours pendant lesquels on peut conserver les données" msgstr "Nombre de jours pendant lesquels on peut conserver les données"
@@ -1718,7 +1718,7 @@ msgstr "Définir les fonctions et fonctionnalités niveau système"
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1797,7 +1797,7 @@ msgstr "Suppression du projet"
msgid "Delete Questions" msgid "Delete Questions"
msgstr "Supprimer les questions" msgstr "Supprimer les questions"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "Supprimer la programmation" msgstr "Supprimer la programmation"
@@ -1933,7 +1933,7 @@ msgstr "Obsolète"
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2009,15 +2009,15 @@ msgstr "Canaux ou utilisateurs de destination"
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "Numéro(s) de SMS de destination" msgstr "Numéro(s) de SMS de destination"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "Numéro(s) de SMS de destination" msgstr "Numéro(s) de SMS de destination"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "Canaux de destination" msgstr "Canaux de destination"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "Canaux ou utilisateurs de destination" msgstr "Canaux ou utilisateurs de destination"
@@ -2115,11 +2115,11 @@ msgstr "Onglet Détails"
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "Désactiver la vérification SSL" msgstr "Désactiver la vérification SSL"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "Désactiver la vérification SSL" msgstr "Désactiver la vérification SSL"
@@ -2225,7 +2225,7 @@ msgstr ""
msgid "E-mail" msgid "E-mail"
msgstr "E-mail" msgstr "E-mail"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "Options d'email" msgstr "Options d'email"
@@ -2242,8 +2242,8 @@ msgid ""
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
msgstr "Chaque fois quun job sexécute avec ce projet, réalisez une mise à jour du projet avant de démarrer le job." msgstr "Chaque fois quun job sexécute avec ce projet, réalisez une mise à jour du projet avant de démarrer le job."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2666,36 +2666,48 @@ msgstr "Entrez les variables dinventaire 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" 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 dinventaire avec la syntaxe JSON ou YAML. Utilisez le bouton radio pour basculer entre les deux. Consultez la documentation dAnsible Tower pour avoir un exemple de syntaxe." msgstr "Entrez les variables dinventaire avec la syntaxe JSON ou YAML. Utilisez le bouton radio pour basculer entre les deux. Consultez la documentation dAnsible Tower pour avoir un exemple de syntaxe."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "Entrez une balise d'annotation par ligne, sans virgule." msgstr "Entrez une balise d'annotation par ligne, sans virgule."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
msgstr "Saisir un canal IRC ou un nom d'utilisateur par ligne. Le symbole dièse (#) pour les canaux et (@) pour le utilisateurs, ne sont pas nécessaires." msgstr "Saisir un canal IRC ou un nom d'utilisateur par ligne. Le symbole dièse (#) pour les canaux et (@) pour le utilisateurs, ne sont pas nécessaires."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
msgstr "Saisir un canal Slack par ligne. Le symbole dièse (#) est exigé pour les canaux." msgstr "Saisir un canal Slack par ligne. Le symbole dièse (#) est exigé pour les canaux."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
msgstr "Saisir une adresse email par ligne pour créer une liste des destinataires pour ce type de notification." msgstr "Saisir une adresse email par ligne pour créer une liste des destinataires pour ce type de notification."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr "Saisir un numéro de téléphone par ligne pour spécifier où envoyer les messages SMS."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "Saisir un numéro de téléphone par ligne pour spécifier où envoyer les messages SMS." msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2787,7 +2799,7 @@ msgstr "Erreur lors de la sauvegarde du flux de travail !"
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2885,10 +2897,6 @@ msgstr "Récapitulatif de lévénement non disponible"
msgid "Events" msgid "Events"
msgstr "Événements" msgstr "Événements"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr ""
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "Correspondance exacte (recherche par défaut si non spécifiée)." msgstr "Correspondance exacte (recherche par défaut si non spécifiée)."
@@ -3283,7 +3291,7 @@ msgstr "N'a pas réussi à supprimer le rôle"
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "N'a pas réussi à supprimer le rôle." msgstr "N'a pas réussi à supprimer le rôle."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "N'a pas réussi à supprimer la programmation." msgstr "N'a pas réussi à supprimer la programmation."
@@ -3488,7 +3496,7 @@ msgstr "Première"
msgid "First Name" msgid "First Name"
msgstr "Prénom" msgstr "Prénom"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "Première exécution" msgstr "Première exécution"
@@ -3689,12 +3697,12 @@ msgstr "Google OAuth2"
msgid "Grafana" msgid "Grafana"
msgstr "Grafana" msgstr "Grafana"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "Clé API Grafana" msgstr "Clé API Grafana"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "URL Grafana" msgstr "URL Grafana"
@@ -3733,12 +3741,12 @@ msgid "Groups"
msgstr "Groupes" msgstr "Groupes"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "En-têtes HTTP" msgstr "En-têtes HTTP"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "Méthode HTTP" msgstr "Méthode HTTP"
@@ -3761,7 +3769,7 @@ msgid "Hipchat"
msgstr "HipChat" msgstr "HipChat"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "Hôte" msgstr "Hôte"
@@ -3902,11 +3910,11 @@ msgstr "ID du tableau de bord (facultatif)"
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "ID du panneau (facultatif)" msgstr "ID du panneau (facultatif)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "ID du tableau de bord (facultatif)" msgstr "ID du tableau de bord (facultatif)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "ID du panneau (facultatif)" msgstr "ID du panneau (facultatif)"
@@ -3927,26 +3935,26 @@ msgstr "Adresse du serveur IRC"
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "Port du serveur IRC" msgstr "Port du serveur IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "IRC nick" msgstr "IRC nick"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "Adresse du serveur IRC" msgstr "Adresse du serveur IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "Mot de passe du serveur IRC" msgstr "Mot de passe du serveur IRC"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "Port du serveur IRC" msgstr "Port du serveur IRC"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "Icône URL" msgstr "Icône URL"
@@ -4216,7 +4224,7 @@ msgstr "Les inventaires et les sources ne peuvent pas être copiés"
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4406,7 +4414,7 @@ msgstr "Statut Job"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4448,7 +4456,7 @@ msgstr "Les modèles de Job dont les informations d'identification demandent un
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4606,7 +4614,7 @@ msgid "Last Login"
msgstr "Dernière connexion" msgstr "Dernière connexion"
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4648,7 +4656,7 @@ msgstr "Nom"
msgid "Last Ran" msgid "Last Ran"
msgstr "Dernière exécution" msgstr "Dernière exécution"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "Dernière exécution" msgstr "Dernière exécution"
@@ -4749,7 +4757,7 @@ msgstr "Moins ou égal à la comparaison."
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4770,7 +4778,7 @@ msgstr "Chargement en cours..."
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "Fuseau horaire local" msgstr "Fuseau horaire local"
@@ -5131,7 +5139,7 @@ msgstr "Options à choix multiples."
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5339,7 +5347,7 @@ msgstr "Nouveau"
msgid "Next" msgid "Next"
msgstr "Suivant" msgstr "Suivant"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5519,7 +5527,7 @@ msgstr "Modèles de notification"
msgid "Notification Type" msgid "Notification Type"
msgstr "Type de notification" msgstr "Type de notification"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "Couleur de la notification" msgstr "Couleur de la notification"
@@ -5578,7 +5586,7 @@ msgstr "Octobre"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5595,7 +5603,7 @@ msgstr "Désactivé"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5768,11 +5776,11 @@ msgstr ""
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "Remplacer les variables" msgstr "Remplacer les variables"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "PUBLICATION" msgstr "PUBLICATION"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "PLACER" msgstr "PLACER"
@@ -5785,7 +5793,7 @@ msgstr "Pagerduty"
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "Sous-domaine Pagerduty" msgstr "Sous-domaine Pagerduty"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "Sous-domaine Pagerduty" msgstr "Sous-domaine Pagerduty"
@@ -5826,7 +5834,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
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." msgstr "Transmettez des variables de ligne de commandes supplémentaires au playbook. Voici le paramètre de ligne de commande -e or --extra-vars pour ansible-playbook. Fournir la paire clé/valeur en utilisant YAML ou JSON. Consulter la documentation Ansible Tower pour obtenir des exemples de syntaxe."
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -5957,7 +5965,7 @@ msgstr "Veuillez ajouter {pluralizedItemName} pour remplir cette liste"
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "Veuillez cliquer sur le bouton de démarrage pour commencer." msgstr "Veuillez cliquer sur le bouton de démarrage pour commencer."
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "Veuillez entrer une URL valide" msgstr "Veuillez entrer une URL valide"
@@ -6023,7 +6031,7 @@ msgid ""
msgstr "Remplissez les hôtes pour cet inventaire en utilisant un filtre de recherche. Exemple : ansible_facts.ansible_distribution : \"RedHat\". Reportez-vous à la documentation pour plus de syntaxe et d'exemples." msgstr "Remplissez les hôtes pour cet inventaire en utilisant un filtre de recherche. Exemple : ansible_facts.ansible_distribution : \"RedHat\". Reportez-vous à la documentation pour plus de syntaxe et d'exemples."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "Port" msgstr "Port"
@@ -6149,7 +6157,7 @@ msgid "Prompt | {0}"
msgstr "Invitation | {0}" msgstr "Invitation | {0}"
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "Valeurs incitatrices" msgstr "Valeurs incitatrices"
@@ -6261,7 +6269,7 @@ msgstr ""
msgid "Recipient List" msgid "Recipient List"
msgstr "Liste de destinataires" msgstr "Liste de destinataires"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "Liste de destinataires" msgstr "Liste de destinataires"
@@ -6436,7 +6444,7 @@ msgstr "La suppression de ce lien rendra le reste de la branche orphelin et entr
msgid "Reorder" msgid "Reorder"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "Fréquence de répétition" msgstr "Fréquence de répétition"
@@ -6974,7 +6982,7 @@ msgstr "Sélectionnez un abonnement"
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7192,7 +7200,7 @@ msgstr ""
msgid "Sender Email" msgid "Sender Email"
msgstr "E-mail de lexpéditeur" msgstr "E-mail de lexpéditeur"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "E-mail de l'expéditeur" msgstr "E-mail de l'expéditeur"
@@ -7276,7 +7284,7 @@ msgstr "Afficher"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7353,7 +7361,7 @@ msgstr "Sélection par simple pression d'une touche"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7447,7 +7455,7 @@ msgstr "Source"
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7524,7 +7532,7 @@ msgstr "Branche Contrôle de la source"
msgid "Source details" msgid "Source details"
msgstr "Détails de la source" msgstr "Détails de la source"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "Numéro de téléphone de la source" msgstr "Numéro de téléphone de la source"
@@ -7542,13 +7550,13 @@ msgstr "Provenance d'un projet"
msgid "Sources" msgid "Sources"
msgstr "Sources" msgstr "Sources"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "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." msgstr "Spécifier les En-têtes HTTP en format JSON. Voir la documentation Ansible Tower pour obtenir des exemples de syntaxe."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -7881,16 +7889,16 @@ msgstr "Les balises sont utiles si votre playbook est important et que vous souh
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "Balises pour l'annotation" msgstr "Balises pour l'annotation"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "Balises pour l'annotation (facultatif)" msgstr "Balises pour l'annotation (facultatif)"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "URL cible" msgstr "URL cible"
@@ -8016,7 +8024,7 @@ msgstr "L'environnement d'exécution à utiliser lorsqu'il n'a pas été configu
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8030,7 +8038,7 @@ msgid ""
"timeout." "timeout."
msgstr "Délai (en secondes) avant l'annulation de la tâche. La valeur par défaut est 0 pour aucun délai d'expiration du job." msgstr "Délai (en secondes) avant l'annulation de la tâche. La valeur par défaut est 0 pour aucun délai d'expiration du job."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8275,7 +8283,7 @@ msgstr ""
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "" msgstr ""
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "Ce champ doit être une expression régulière" msgstr "Ce champ doit être une expression régulière"
@@ -8434,7 +8442,7 @@ msgstr "Expiré"
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8504,7 +8512,7 @@ msgstr "Supprimer la programmation"
msgid "Toggle tools" msgid "Toggle tools"
msgstr "Basculer les outils" msgstr "Basculer les outils"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "Jeton" msgstr "Jeton"
@@ -8642,7 +8650,7 @@ msgid "Type"
msgstr "Type" msgstr "Type"
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "Détails sur le type" msgstr "Détails sur le type"
@@ -8755,12 +8763,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "Téléchargez un manifeste d'abonnement Red Hat contenant votre abonnement. Pour générer votre manifeste d'abonnement, accédez à <0>allocations d'abonnements</0> sur le portail client de Red Hat." msgstr "Téléchargez un manifeste d'abonnement Red Hat contenant votre abonnement. Pour générer votre manifeste d'abonnement, accédez à <0>allocations d'abonnements</0> sur le portail client de Red Hat."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "Utiliser SSL" msgstr "Utiliser SSL"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "Utiliser TLS" msgstr "Utiliser TLS"
@@ -8840,10 +8848,10 @@ msgstr "Jetons d'utilisateur"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -8881,7 +8889,7 @@ msgstr "VMware vCenter"
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -8920,7 +8928,7 @@ msgstr "Verbeux"
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9724,6 +9732,10 @@ msgstr "{0, plural, one {Est-ce que vous êtes sûr de vouloir supprimer le grou
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {Suppression de groupe?} other {Suppression de groupe?}}" msgstr "{0, plural, one {Suppression de groupe?} other {Suppression de groupe?}}"
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "" msgstr ""
@@ -9864,10 +9876,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "" #~ msgstr ""
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List" msgstr "{pluralizedItemName} List"

View File

@@ -125,11 +125,11 @@ msgstr "すべて"
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "API サービス/統合キー" msgstr "API サービス/統合キー"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "API トークン" msgstr "API トークン"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "API サービス/統合キー" msgstr "API サービス/統合キー"
@@ -161,11 +161,11 @@ msgid "Access Token Expiration"
msgstr "アクセストークンの有効期限" msgstr "アクセストークンの有効期限"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "アカウント SID" msgstr "アカウント SID"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "アカウントトークン" msgstr "アカウントトークン"
@@ -761,7 +761,7 @@ msgid ""
"path used to locate playbooks." "path used to locate playbooks."
msgstr "Playbook を見つけるために使用されるベースパスです。このパス内にあるディレクトリーは Playbook ディレクトリーのドロップダウンに一覧表示されます。ベースパスと選択されたPlaybook ディレクトリーは、Playbook を見つけるために使用される完全なパスを提供します。" msgstr "Playbook を見つけるために使用されるベースパスです。このパス内にあるディレクトリーは Playbook ディレクトリーのドロップダウンに一覧表示されます。ベースパスと選択されたPlaybook ディレクトリーは、Playbook を見つけるために使用される完全なパスを提供します。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "Basic 認証パスワード" msgstr "Basic 認証パスワード"
@@ -980,7 +980,7 @@ msgid "Changes"
msgstr "変更" msgstr "変更"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "チャネル" msgstr "チャネル"
@@ -1030,7 +1030,7 @@ msgstr "モジュールの選択"
msgid "Choose a source" msgid "Choose a source"
msgstr "ソースの選択" msgstr "ソースの選択"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "HTTP メソッドの選択" msgstr "HTTP メソッドの選択"
@@ -1112,7 +1112,7 @@ msgstr "クライアント ID"
msgid "Client Identifier" msgid "Client Identifier"
msgstr "クライアント識別子" msgstr "クライアント識別子"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "クライアント識別子" msgstr "クライアント識別子"
@@ -1422,7 +1422,7 @@ msgstr "ユーザートークンの作成"
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1573,7 +1573,7 @@ msgstr "認証情報タイプが見つかりません。"
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1652,7 +1652,7 @@ msgstr ""
msgid "Day" msgid "Day"
msgstr "日" msgstr "日"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "データの保持日数" msgstr "データの保持日数"
@@ -1716,7 +1716,7 @@ msgstr "システムレベルの機能および関数の定義"
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1795,7 +1795,7 @@ msgstr "プロジェクトの削除"
msgid "Delete Questions" msgid "Delete Questions"
msgstr "質問の削除" msgstr "質問の削除"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "スケジュールの削除" msgstr "スケジュールの削除"
@@ -1931,7 +1931,7 @@ msgstr "非推奨"
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2007,15 +2007,15 @@ msgstr "送信先チャネルまたはユーザー"
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "送信先 SMS 番号" msgstr "送信先 SMS 番号"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "送信先 SMS 番号" msgstr "送信先 SMS 番号"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "送信先チャネル" msgstr "送信先チャネル"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "送信先チャネルまたはユーザー" msgstr "送信先チャネルまたはユーザー"
@@ -2113,11 +2113,11 @@ msgstr "詳細タブ"
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "SSL 検証の無効化" msgstr "SSL 検証の無効化"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "SSL 検証の無効化" msgstr "SSL 検証の無効化"
@@ -2223,7 +2223,7 @@ msgstr ""
msgid "E-mail" msgid "E-mail"
msgstr "メール" msgstr "メール"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "メールオプション" msgstr "メールオプション"
@@ -2240,8 +2240,8 @@ msgid ""
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
msgstr "このプロジェクトでジョブを実行する際は常に、ジョブの開始前にプロジェクトのリビジョンを更新します。" msgstr "このプロジェクトでジョブを実行する際は常に、ジョブの開始前にプロジェクトのリビジョンを更新します。"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2660,36 +2660,48 @@ 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" 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 ドキュメントを参照してください。" msgstr "JSON または YAML 構文のいずれかを使用してインベントリー変数を入力します。ラジオボタンを使用して構文で切り替えを行います。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "各行に、コンマなしでアノテーションタグを 1 つ入力してください。" msgstr "各行に、コンマなしでアノテーションタグを 1 つ入力してください。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
msgstr "各行に 1 つの IRC チャンネルまたはユーザー名を入力します。チャンネルのシャープ記号 (#) およびユーザーのアットマーク (@) 記号は不要です。" msgstr "各行に 1 つの IRC チャンネルまたはユーザー名を入力します。チャンネルのシャープ記号 (#) およびユーザーのアットマーク (@) 記号は不要です。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
msgstr "各行に 1 つの Slack チャンネルを入力します。チャンネルにはシャープ記号 (#) が必要です。" msgstr "各行に 1 つの Slack チャンネルを入力します。チャンネルにはシャープ記号 (#) が必要です。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
msgstr "各行に 1 つのメールアドレスを入力し、この通知タイプの受信者リストを作成します。" msgstr "各行に 1 つのメールアドレスを入力し、この通知タイプの受信者リストを作成します。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr "各行に 1 つの電話番号を入力し、SMS メッセージのルート先を指定します。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "各行に 1 つの電話番号を入力し、SMS メッセージのルート先を指定します。" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2781,7 +2793,7 @@ msgstr "ワークフローの保存中にエラー!"
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2879,10 +2891,6 @@ msgstr "イベントの概要はありません"
msgid "Events" msgid "Events"
msgstr "イベント" msgstr "イベント"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr ""
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "完全一致 (指定されない場合のデフォルトのルックアップ)" msgstr "完全一致 (指定されない場合のデフォルトのルックアップ)"
@@ -3277,7 +3285,7 @@ msgstr "ロールを削除できませんでした。"
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "ロールを削除できませんでした。" msgstr "ロールを削除できませんでした。"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "スケジュールを削除できませんでした。" msgstr "スケジュールを削除できませんでした。"
@@ -3482,7 +3490,7 @@ msgstr "最初"
msgid "First Name" msgid "First Name"
msgstr "名" msgstr "名"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "初回実行日時" msgstr "初回実行日時"
@@ -3683,12 +3691,12 @@ msgstr "Google OAuth2"
msgid "Grafana" msgid "Grafana"
msgstr "Grafana" msgstr "Grafana"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "Grafana API キー" msgstr "Grafana API キー"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "Grafana URL" msgstr "Grafana URL"
@@ -3727,12 +3735,12 @@ msgid "Groups"
msgstr "グループ" msgstr "グループ"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "HTTP ヘッダー" msgstr "HTTP ヘッダー"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "HTTP メソッド" msgstr "HTTP メソッド"
@@ -3755,7 +3763,7 @@ msgid "Hipchat"
msgstr "Hipchat" msgstr "Hipchat"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "ホスト" msgstr "ホスト"
@@ -3896,11 +3904,11 @@ msgstr "ダッシュボード ID"
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "パネル ID" msgstr "パネル ID"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "ダッシュボード ID (オプション)" msgstr "ダッシュボード ID (オプション)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "パネル ID (オプション)" msgstr "パネル ID (オプション)"
@@ -3921,26 +3929,26 @@ msgstr "IRC サーバーアドレス"
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "IRC サーバーポート" msgstr "IRC サーバーポート"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "IRC ニック" msgstr "IRC ニック"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "IRC サーバーアドレス" msgstr "IRC サーバーアドレス"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "IRC サーバーパスワード" msgstr "IRC サーバーパスワード"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "IRC サーバーポート" msgstr "IRC サーバーポート"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "アイコン URL" msgstr "アイコン URL"
@@ -4210,7 +4218,7 @@ msgstr "ソースを含むインベントリーはコピーできません。"
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4400,7 +4408,7 @@ msgstr "ジョブステータス"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4442,7 +4450,7 @@ msgstr "ノードの作成時または編集時に、パスワードの入力を
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4600,7 +4608,7 @@ msgid "Last Login"
msgstr "前回のログイン" msgstr "前回のログイン"
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4642,7 +4650,7 @@ msgstr "姓"
msgid "Last Ran" msgid "Last Ran"
msgstr "最終実行日時" msgstr "最終実行日時"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "最終実行" msgstr "最終実行"
@@ -4743,7 +4751,7 @@ msgstr "Less than or equal to の比較条件"
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4764,7 +4772,7 @@ msgstr "ロード中"
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "ローカルタイムゾーン" msgstr "ローカルタイムゾーン"
@@ -5125,7 +5133,7 @@ msgstr "複数の選択オプション"
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5333,7 +5341,7 @@ msgstr "新規"
msgid "Next" msgid "Next"
msgstr "次へ" msgstr "次へ"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5513,7 +5521,7 @@ msgstr "通知テンプレート"
msgid "Notification Type" msgid "Notification Type"
msgstr "通知タイプ" msgstr "通知タイプ"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "通知の色" msgstr "通知の色"
@@ -5572,7 +5580,7 @@ msgstr "10 月"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5589,7 +5597,7 @@ msgstr "オフ"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5762,11 +5770,11 @@ msgstr ""
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "変数の上書き" msgstr "変数の上書き"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "POST" msgstr "POST"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "PUT" msgstr "PUT"
@@ -5779,7 +5787,7 @@ msgstr "Pagerduty"
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "Pagerduty サブドメイン" msgstr "Pagerduty サブドメイン"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "Pagerduty サブドメイン" msgstr "Pagerduty サブドメイン"
@@ -5820,7 +5828,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
msgstr "追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars コマンドラインパラメーターです。YAML または JSON のいずれかを使用してキーと値のペアを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。" msgstr "追加のコマンドライン変数を Playbook に渡します。これは、ansible-playbook の -e または --extra-vars コマンドラインパラメーターです。YAML または JSON のいずれかを使用してキーと値のペアを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -5951,7 +5959,7 @@ msgstr "このリストに入力するには {pluralizedItemName} を追加し
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "開始ボタンをクリックして開始してください。" msgstr "開始ボタンをクリックして開始してください。"
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "有効な URL を入力してください。" msgstr "有効な URL を入力してください。"
@@ -6017,7 +6025,7 @@ msgid ""
msgstr "検索フィルターを使用して、このインベントリーのホストにデータを入力します (例: ansible_facts.ansible_distribution:\"RedHat\")。詳細な構文と例については、ドキュメントを参照してください。構文と例の詳細については、Ansible Tower のドキュメントを参照してください。" msgstr "検索フィルターを使用して、このインベントリーのホストにデータを入力します (例: ansible_facts.ansible_distribution:\"RedHat\")。詳細な構文と例については、ドキュメントを参照してください。構文と例の詳細については、Ansible Tower のドキュメントを参照してください。"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "ポート" msgstr "ポート"
@@ -6143,7 +6151,7 @@ msgid "Prompt | {0}"
msgstr "プロンプト | {0}" msgstr "プロンプト | {0}"
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "プロンプト値" msgstr "プロンプト値"
@@ -6255,7 +6263,7 @@ msgstr ""
msgid "Recipient List" msgid "Recipient List"
msgstr "受信者リスト" msgstr "受信者リスト"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "受信者リスト" msgstr "受信者リスト"
@@ -6430,7 +6438,7 @@ msgstr "このリンクを削除すると、ブランチの残りの部分が孤
msgid "Reorder" msgid "Reorder"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "繰り返しの頻度" msgstr "繰り返しの頻度"
@@ -6968,7 +6976,7 @@ msgstr "サブスクリプションの選択"
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7184,7 +7192,7 @@ msgstr ""
msgid "Sender Email" msgid "Sender Email"
msgstr "送信者のメール" msgstr "送信者のメール"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "送信者のメール" msgstr "送信者のメール"
@@ -7268,7 +7276,7 @@ msgstr "表示"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7345,7 +7353,7 @@ msgstr "簡易キー選択"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7439,7 +7447,7 @@ msgstr "ソース"
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7516,7 +7524,7 @@ msgstr "ソースコントロールのブランチ"
msgid "Source details" msgid "Source details"
msgstr "ソース詳細" msgstr "ソース詳細"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "発信元の電話番号" msgstr "発信元の電話番号"
@@ -7534,13 +7542,13 @@ msgstr "プロジェクトから取得"
msgid "Sources" msgid "Sources"
msgstr "ソース" msgstr "ソース"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
msgstr "JSON 形式で HTTP ヘッダーを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。" msgstr "JSON 形式で HTTP ヘッダーを指定します。構文のサンプルについては Ansible Tower ドキュメントを参照してください。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -7867,16 +7875,16 @@ msgstr "タグは、Playbook のサイズが大きい場合にプレイまたは
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "アノテーションのタグ" msgstr "アノテーションのタグ"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "アノテーションのタグ (オプション)" msgstr "アノテーションのタグ (オプション)"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "ターゲット URL" msgstr "ターゲット URL"
@@ -8002,7 +8010,7 @@ msgstr "ジョブテンプレート用に構成されていない場合に使用
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8016,7 +8024,7 @@ msgid ""
"timeout." "timeout."
msgstr "ジョブが取り消される前の実行時間 (秒数)。デフォルト値は 0 で、ジョブのタイムアウトがありません。" msgstr "ジョブが取り消される前の実行時間 (秒数)。デフォルト値は 0 で、ジョブのタイムアウトがありません。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8255,7 +8263,7 @@ msgstr ""
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "" msgstr ""
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "このフィールドは正規表現である必要があります" msgstr "このフィールドは正規表現である必要があります"
@@ -8412,7 +8420,7 @@ msgstr "タイムアウト"
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8482,7 +8490,7 @@ msgstr "スケジュールの切り替え"
msgid "Toggle tools" msgid "Toggle tools"
msgstr "ツールの切り替え" msgstr "ツールの切り替え"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "トークン" msgstr "トークン"
@@ -8620,7 +8628,7 @@ msgid "Type"
msgstr "タイプ" msgstr "タイプ"
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "タイプの詳細" msgstr "タイプの詳細"
@@ -8733,12 +8741,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "サブスクリプションを含む Red Hat Subscription Manifest をアップロードします。サブスクリプションマニフェストを生成するには、Red Hat カスタマーポータルの <0>サブスクリプション割り当て</0> にアクセスします。" msgstr "サブスクリプションを含む Red Hat Subscription Manifest をアップロードします。サブスクリプションマニフェストを生成するには、Red Hat カスタマーポータルの <0>サブスクリプション割り当て</0> にアクセスします。"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "SSL の使用" msgstr "SSL の使用"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "TLS の使用" msgstr "TLS の使用"
@@ -8818,10 +8826,10 @@ msgstr "ユーザートークン"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -8859,7 +8867,7 @@ msgstr "VMware vCenter"
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -8898,7 +8906,7 @@ msgstr "詳細"
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9702,6 +9710,10 @@ msgstr "{0, plural, one {以下のグループを削除してもよろしいで
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {グループを削除しますか?} other {グループを削除しますか?}}" msgstr "{0, plural, one {グループを削除しますか?} other {グループを削除しますか?}}"
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "" msgstr ""
@@ -9842,10 +9854,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "" #~ msgstr ""
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List" msgstr "{pluralizedItemName} List"

View File

@@ -125,11 +125,11 @@ msgstr "ALLE"
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "Service-/integratiesleutel API" msgstr "Service-/integratiesleutel API"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "API-token" msgstr "API-token"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "Service-/integratiesleutel API" msgstr "Service-/integratiesleutel API"
@@ -161,11 +161,11 @@ msgid "Access Token Expiration"
msgstr "Toegangstoken vervallen" msgstr "Toegangstoken vervallen"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "SID account" msgstr "SID account"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "Accounttoken" msgstr "Accounttoken"
@@ -761,7 +761,7 @@ msgid ""
"path used to locate playbooks." "path used to locate playbooks."
msgstr "Basispad dat gebruikt wordt voor het vinden van draaiboeken. Mappen die binnen dit pad gevonden worden, zullen in het uitklapbare menu van de draaiboekmap genoemd worden. Het basispad en de gekozen draaiboekmap bieden samen het volledige pad dat gebruikt wordt om draaiboeken te vinden." msgstr "Basispad dat gebruikt wordt voor het vinden van draaiboeken. Mappen die binnen dit pad gevonden worden, zullen in het uitklapbare menu van de draaiboekmap genoemd worden. Het basispad en de gekozen draaiboekmap bieden samen het volledige pad dat gebruikt wordt om draaiboeken te vinden."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "Wachtwoord basisauthenticatie" msgstr "Wachtwoord basisauthenticatie"
@@ -980,7 +980,7 @@ msgid "Changes"
msgstr "Wijzigingen" msgstr "Wijzigingen"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "Kanaal" msgstr "Kanaal"
@@ -1030,7 +1030,7 @@ msgstr "Kies een module"
msgid "Choose a source" msgid "Choose a source"
msgstr "Kies een bron" msgstr "Kies een bron"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "Kies een HTTP-methode" msgstr "Kies een HTTP-methode"
@@ -1112,7 +1112,7 @@ msgstr "Client-id"
msgid "Client Identifier" msgid "Client Identifier"
msgstr "Clientidentificatie" msgstr "Clientidentificatie"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "Clientidentificatie" msgstr "Clientidentificatie"
@@ -1422,7 +1422,7 @@ msgstr "Gebruikerstoken maken"
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1573,7 +1573,7 @@ msgstr "Type toegangsgegevens niet gevonden."
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1652,7 +1652,7 @@ msgstr ""
msgid "Day" msgid "Day"
msgstr "Dag" msgstr "Dag"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "Dagen om gegevens te bewaren" msgstr "Dagen om gegevens te bewaren"
@@ -1716,7 +1716,7 @@ msgstr "Kenmerken en functies op systeemniveau definiëren"
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1795,7 +1795,7 @@ msgstr "Project verwijderen"
msgid "Delete Questions" msgid "Delete Questions"
msgstr "Vragen verwijderen" msgstr "Vragen verwijderen"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "Schema verwijderen" msgstr "Schema verwijderen"
@@ -1931,7 +1931,7 @@ msgstr "Afgeschaft"
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2007,15 +2007,15 @@ msgstr "Bestemmingskanalen of -gebruikers"
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "Sms-nummer(s) bestemming" msgstr "Sms-nummer(s) bestemming"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "Sms-nummer(s) bestemming" msgstr "Sms-nummer(s) bestemming"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "Bestemmingskanalen" msgstr "Bestemmingskanalen"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "Bestemmingskanalen of -gebruikers" msgstr "Bestemmingskanalen of -gebruikers"
@@ -2113,11 +2113,11 @@ msgstr "Tabblad Details"
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "SSL-verificatie uitschakelen" msgstr "SSL-verificatie uitschakelen"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "SSL-verificatie uitschakelen" msgstr "SSL-verificatie uitschakelen"
@@ -2223,7 +2223,7 @@ msgstr ""
msgid "E-mail" msgid "E-mail"
msgstr "E-mail" msgstr "E-mail"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "E-mailopties" msgstr "E-mailopties"
@@ -2240,8 +2240,8 @@ msgid ""
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
msgstr "Voer iedere keer dat een taak uitgevoerd wordt met dit project een update uit voor de herziening van het project voordat u de taak start." msgstr "Voer iedere keer dat een taak uitgevoerd wordt met dit project een update uit voor de herziening van het project voordat u de taak start."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2660,36 +2660,48 @@ msgstr "Voer de variabelen van het inventaris in met JSON- of YAML-syntaxis. Geb
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" 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 "Voer de variabelen van het inventaris in met JSON- of YAML-syntaxis. Gebruik de radio-knop om tussen de twee te wisselen. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis." msgstr "Voer de variabelen van het inventaris in met JSON- of YAML-syntaxis. Gebruik de radio-knop om tussen de twee te wisselen. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "Voer een opmerkingstas in per regel, zonder komma's." msgstr "Voer een opmerkingstas in per regel, zonder komma's."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
msgstr "Voer één IRC-kanaal of gebruikersnaam per regel in. Het hekje (#) voor kanalen en het apenstaartje (@) voor gebruikers zijn hierbij niet vereist." msgstr "Voer één IRC-kanaal of gebruikersnaam per regel in. Het hekje (#) voor kanalen en het apenstaartje (@) voor gebruikers zijn hierbij niet vereist."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
msgstr "Voer één Slack-kanaal per regel in. Het hekje (#) is hierbij vereist." msgstr "Voer één Slack-kanaal per regel in. Het hekje (#) is hierbij vereist."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
msgstr "Voer één e-mailadres per regel in om een lijst met ontvangers te maken voor dit type bericht." msgstr "Voer één e-mailadres per regel in om een lijst met ontvangers te maken voor dit type bericht."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr "Voer één telefoonnummer per regel in om aan te geven waar sms-berichten naartoe gestuurd moeten worden."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "Voer één telefoonnummer per regel in om aan te geven waar sms-berichten naartoe gestuurd moeten worden." msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2781,7 +2793,7 @@ msgstr "Fout bij het opslaan van de workflow!"
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2879,10 +2891,6 @@ msgstr "Samenvatting van de gebeurtenis niet beschikbaar"
msgid "Events" msgid "Events"
msgstr "Gebeurtenissen" msgstr "Gebeurtenissen"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr ""
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "Exacte overeenkomst (standaard-opzoeken indien niet opgegeven)." msgstr "Exacte overeenkomst (standaard-opzoeken indien niet opgegeven)."
@@ -3277,7 +3285,7 @@ msgstr "Kan rol niet verwijderen"
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "Kan rol niet verwijderen." msgstr "Kan rol niet verwijderen."
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "Kan schema niet verwijderen." msgstr "Kan schema niet verwijderen."
@@ -3482,7 +3490,7 @@ msgstr "Eerste"
msgid "First Name" msgid "First Name"
msgstr "Voornaam" msgstr "Voornaam"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "Eerste uitvoering" msgstr "Eerste uitvoering"
@@ -3683,12 +3691,12 @@ msgstr "Google OAuth2"
msgid "Grafana" msgid "Grafana"
msgstr "Grafana" msgstr "Grafana"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "Grafana API-sleutel" msgstr "Grafana API-sleutel"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "Grafana URL" msgstr "Grafana URL"
@@ -3727,12 +3735,12 @@ msgid "Groups"
msgstr "Groepen" msgstr "Groepen"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "HTTP-koppen" msgstr "HTTP-koppen"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "HTTP-methode" msgstr "HTTP-methode"
@@ -3755,7 +3763,7 @@ msgid "Hipchat"
msgstr "Hipchat" msgstr "Hipchat"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "Host" msgstr "Host"
@@ -3896,11 +3904,11 @@ msgstr "ID van het dashboard"
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "ID van het paneel" msgstr "ID van het paneel"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "ID van het dashboard (optioneel)" msgstr "ID van het dashboard (optioneel)"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "ID van het paneel (optioneel)" msgstr "ID van het paneel (optioneel)"
@@ -3921,26 +3929,26 @@ msgstr "IRC-serveradres"
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "IRC-serverpoort" msgstr "IRC-serverpoort"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "IRC-bijnaam" msgstr "IRC-bijnaam"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "IRC-serveradres" msgstr "IRC-serveradres"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "IRC-serverwachtwoord" msgstr "IRC-serverwachtwoord"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "IRC-serverpoort" msgstr "IRC-serverpoort"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "Icoon-URL" msgstr "Icoon-URL"
@@ -4216,7 +4224,7 @@ msgstr "Inventarissen met bronnen kunnen niet gekopieerd worden"
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4406,7 +4414,7 @@ msgstr "Taakstatus"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4448,7 +4456,7 @@ msgstr "Taaksjablonen met toegangsgegevens die om een wachtwoord vragen, kunnen
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4606,7 +4614,7 @@ msgid "Last Login"
msgstr "Laatste login" msgstr "Laatste login"
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4648,7 +4656,7 @@ msgstr "Achternaam"
msgid "Last Ran" msgid "Last Ran"
msgstr "Laatst uitgevoerd" msgstr "Laatst uitgevoerd"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "Laatste uitvoering" msgstr "Laatste uitvoering"
@@ -4749,7 +4757,7 @@ msgstr "Minder dan of gelijk aan vergelijking."
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4770,7 +4778,7 @@ msgstr "Laden"
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "Lokale tijdzone" msgstr "Lokale tijdzone"
@@ -5131,7 +5139,7 @@ msgstr "Meerkeuze-opties"
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5339,7 +5347,7 @@ msgstr "Nieuw"
msgid "Next" msgid "Next"
msgstr "Volgende" msgstr "Volgende"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5519,7 +5527,7 @@ msgstr "Berichtsjablonen"
msgid "Notification Type" msgid "Notification Type"
msgstr "Berichttype" msgstr "Berichttype"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "Berichtkleur" msgstr "Berichtkleur"
@@ -5578,7 +5586,7 @@ msgstr "Oktober"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5595,7 +5603,7 @@ msgstr "Uit"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5768,11 +5776,11 @@ msgstr ""
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "Variabelen overschrijven" msgstr "Variabelen overschrijven"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "BERICHT" msgstr "BERICHT"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "PUT" msgstr "PUT"
@@ -5785,7 +5793,7 @@ msgstr "Pagerduty"
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "Subdomein Pagerduty" msgstr "Subdomein Pagerduty"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "Subdomein Pagerduty" msgstr "Subdomein Pagerduty"
@@ -5826,7 +5834,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
msgstr "Geef extra commandoregelvariabelen op in het draaiboek. Dit is de commandoregelparameter -e of --extra-vars voor het ansible-draaiboek. Geef sleutel/waarde-paren op met YAML of JSON. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis" msgstr "Geef extra commandoregelvariabelen op in het draaiboek. Dit is de commandoregelparameter -e of --extra-vars voor het ansible-draaiboek. Geef sleutel/waarde-paren op met YAML of JSON. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis"
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -5957,7 +5965,7 @@ msgstr "Voeg {pluralizedItemName} toe om deze lijst te vullen"
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "Klik op de startknop om te beginnen." msgstr "Klik op de startknop om te beginnen."
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "Voer een geldige URL in." msgstr "Voer een geldige URL in."
@@ -6027,7 +6035,7 @@ msgstr ""
"voorbeelden." "voorbeelden."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "Poort" msgstr "Poort"
@@ -6153,7 +6161,7 @@ msgid "Prompt | {0}"
msgstr "Melding | {0}" msgstr "Melding | {0}"
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "Invoerwaarden" msgstr "Invoerwaarden"
@@ -6265,7 +6273,7 @@ msgstr ""
msgid "Recipient List" msgid "Recipient List"
msgstr "Lijst met ontvangers" msgstr "Lijst met ontvangers"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "Lijst met ontvangers" msgstr "Lijst met ontvangers"
@@ -6440,7 +6448,7 @@ msgstr "Als u deze link verwijdert, wordt de rest van de vertakking zwevend en w
msgid "Reorder" msgid "Reorder"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "Frequentie herhalen" msgstr "Frequentie herhalen"
@@ -6978,7 +6986,7 @@ msgstr "Abonnement selecteren"
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7194,7 +7202,7 @@ msgstr ""
msgid "Sender Email" msgid "Sender Email"
msgstr "Afzender e-mail" msgstr "Afzender e-mail"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "Afzender e-mailbericht" msgstr "Afzender e-mailbericht"
@@ -7278,7 +7286,7 @@ msgstr "Tonen"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7355,7 +7363,7 @@ msgstr "Eenvoudige sleutel selecteren"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7449,7 +7457,7 @@ msgstr "Bron"
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7526,7 +7534,7 @@ msgstr "Vertakking broncontrole"
msgid "Source details" msgid "Source details"
msgstr "Broninformatie" msgstr "Broninformatie"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "Brontelefoonnummer" msgstr "Brontelefoonnummer"
@@ -7544,13 +7552,13 @@ msgstr "Afkomstig uit een project"
msgid "Sources" msgid "Sources"
msgstr "Bronnen" msgstr "Bronnen"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
msgstr "Specificeer HTTP-koppen in JSON-formaat. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis." msgstr "Specificeer HTTP-koppen in JSON-formaat. Raadpleeg de documentatie van Ansible Tower voor voorbeeldsyntaxis."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -7881,16 +7889,16 @@ msgstr "Tags zijn nuttig wanneer u een groot draaiboek heeft en specifieke delen
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "Tags voor de melding" msgstr "Tags voor de melding"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "Tags voor de melding (optioneel)" msgstr "Tags voor de melding (optioneel)"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "Doel-URL" msgstr "Doel-URL"
@@ -8016,7 +8024,7 @@ msgstr "De uitvoeringsomgeving die moet worden gebruikt wanneer er geen is gecon
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8030,7 +8038,7 @@ msgid ""
"timeout." "timeout."
msgstr "De tijd (in seconden) die het heeft geduurd voordat de taak werd geannuleerd. Standaard 0 voor geen taak time-out." msgstr "De tijd (in seconden) die het heeft geduurd voordat de taak werd geannuleerd. Standaard 0 voor geen taak time-out."
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8272,7 +8280,7 @@ msgstr ""
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "" msgstr ""
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "Dit veld moet een reguliere expressie zijn" msgstr "Dit veld moet een reguliere expressie zijn"
@@ -8429,7 +8437,7 @@ msgstr "Er is een time-out opgetreden"
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8499,7 +8507,7 @@ msgstr "Schema wisselen"
msgid "Toggle tools" msgid "Toggle tools"
msgstr "Gereedschap wisselen" msgstr "Gereedschap wisselen"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "Token" msgstr "Token"
@@ -8637,7 +8645,7 @@ msgid "Type"
msgstr "Soort" msgstr "Soort"
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "Soortdetails" msgstr "Soortdetails"
@@ -8750,12 +8758,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "Upload een Red Hat-abonnementsmanifest met uw abonnement. Ga naar <0>abonnementstoewijzingen</0> op het Red Hat-klantenportaal om uw abonnementsmanifest te genereren." msgstr "Upload een Red Hat-abonnementsmanifest met uw abonnement. Ga naar <0>abonnementstoewijzingen</0> op het Red Hat-klantenportaal om uw abonnementsmanifest te genereren."
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "SSL gebruiken" msgstr "SSL gebruiken"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "TLS gebruiken" msgstr "TLS gebruiken"
@@ -8835,10 +8843,10 @@ msgstr "Gebruikerstokens"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -8876,7 +8884,7 @@ msgstr "VMware vCenter"
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -8915,7 +8923,7 @@ msgstr "Uitgebreid"
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9723,6 +9731,10 @@ msgstr "{0, plural, one {Weet u zeker dat u de groep hieronder wilt verwijderen?
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {Groep verwijderen?} other {Groep verwijderen?}}" msgstr "{0, plural, one {Groep verwijderen?} other {Groep verwijderen?}}"
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "" msgstr ""
@@ -9863,10 +9875,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "" #~ msgstr ""
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} List" msgstr "{pluralizedItemName} List"

View File

@@ -125,11 +125,11 @@ msgstr "所有"
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "API 服务/集成密钥" msgstr "API 服务/集成密钥"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "API 令牌" msgstr "API 令牌"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "API 服务/集成密钥" msgstr "API 服务/集成密钥"
@@ -161,11 +161,11 @@ msgid "Access Token Expiration"
msgstr "访问令牌过期" msgstr "访问令牌过期"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "帐户 SID" msgstr "帐户 SID"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "帐户令牌" msgstr "帐户令牌"
@@ -761,7 +761,7 @@ msgid ""
"path used to locate playbooks." "path used to locate playbooks."
msgstr "用于定位 playbook 的基本路径。位于该路径中的目录将列在 playbook 目录下拉列表中。基本路径和所选 playbook 目录一起提供了用于定位 playbook 的完整路径。" msgstr "用于定位 playbook 的基本路径。位于该路径中的目录将列在 playbook 目录下拉列表中。基本路径和所选 playbook 目录一起提供了用于定位 playbook 的完整路径。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "基本验证密码" msgstr "基本验证密码"
@@ -980,7 +980,7 @@ msgid "Changes"
msgstr "更改" msgstr "更改"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "频道" msgstr "频道"
@@ -1030,7 +1030,7 @@ msgstr "选择模块"
msgid "Choose a source" msgid "Choose a source"
msgstr "选择一个源" msgstr "选择一个源"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "选择 HTTP 方法" msgstr "选择 HTTP 方法"
@@ -1112,7 +1112,7 @@ msgstr "客户端 ID"
msgid "Client Identifier" msgid "Client Identifier"
msgstr "客户端标识符" msgstr "客户端标识符"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "客户端标识符" msgstr "客户端标识符"
@@ -1422,7 +1422,7 @@ msgstr "创建用户令牌"
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1573,7 +1573,7 @@ msgstr "未找到凭证类型。"
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1652,7 +1652,7 @@ msgstr ""
msgid "Day" msgid "Day"
msgstr "天" msgstr "天"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "要保留数据的天数" msgstr "要保留数据的天数"
@@ -1716,7 +1716,7 @@ msgstr "定义系统级的特性和功能"
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1795,7 +1795,7 @@ msgstr "删除项目"
msgid "Delete Questions" msgid "Delete Questions"
msgstr "删除问题" msgstr "删除问题"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "删除调度" msgstr "删除调度"
@@ -1931,7 +1931,7 @@ msgstr "已弃用"
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2007,15 +2007,15 @@ msgstr "目标频道或用户"
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "目标 SMS 号码" msgstr "目标 SMS 号码"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "目标 SMS 号码" msgstr "目标 SMS 号码"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "目标频道" msgstr "目标频道"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "目标频道或用户" msgstr "目标频道或用户"
@@ -2113,11 +2113,11 @@ msgstr "详情标签页"
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "禁用 SSL 验证" msgstr "禁用 SSL 验证"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "禁用 SSL 验证" msgstr "禁用 SSL 验证"
@@ -2223,7 +2223,7 @@ msgstr ""
msgid "E-mail" msgid "E-mail"
msgstr "电子邮件" msgstr "电子邮件"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "电子邮件选项" msgstr "电子邮件选项"
@@ -2240,8 +2240,8 @@ msgid ""
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
msgstr "每次使用此项目运行作业时,请在启动该作业前更新项目的修订。" msgstr "每次使用此项目运行作业时,请在启动该作业前更新项目的修订。"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2660,36 +2660,48 @@ 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" 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 文档" msgstr "使用 JSON 或 YAML 语法输入清单变量。使用单选按钮在两者之间切换。示例语法请参阅 Ansible Tower 文档"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "每行输入一个注解标签,不带逗号。" msgstr "每行输入一个注解标签,不带逗号。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
msgstr "每行输入一个 IRC 频道或用户名。频道不需要输入 # 号,用户不需要输入 @ 符号。" msgstr "每行输入一个 IRC 频道或用户名。频道不需要输入 # 号,用户不需要输入 @ 符号。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
msgstr "每行输入一个 Slack 频道。频道不需要输入 # 号。" msgstr "每行输入一个 Slack 频道。频道不需要输入 # 号。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
msgstr "每行输入一封电子邮件地址,为这类通知创建一个接收者列表。" msgstr "每行输入一封电子邮件地址,为这类通知创建一个接收者列表。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr "每行输入一个电话号码来指定 SMS 消息的传送目标。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "每行输入一个电话号码来指定 SMS 消息的传送目标。" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2781,7 +2793,7 @@ msgstr "保存工作流时出错!"
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2879,10 +2891,6 @@ msgstr "事件摘要不可用"
msgid "Events" msgid "Events"
msgstr "事件" msgstr "事件"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr ""
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "完全匹配(如果没有指定,则默认查找)。" msgstr "完全匹配(如果没有指定,则默认查找)。"
@@ -3277,7 +3285,7 @@ msgstr "删除角色失败"
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "删除角色失败。" msgstr "删除角色失败。"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "删除调度失败。" msgstr "删除调度失败。"
@@ -3482,7 +3490,7 @@ msgstr "第一"
msgid "First Name" msgid "First Name"
msgstr "名" msgstr "名"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "首次运行" msgstr "首次运行"
@@ -3683,12 +3691,12 @@ msgstr "Google OAuth2"
msgid "Grafana" msgid "Grafana"
msgstr "Grafana" msgstr "Grafana"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "Grafana API 密钥" msgstr "Grafana API 密钥"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "Grafana URL" msgstr "Grafana URL"
@@ -3727,12 +3735,12 @@ msgid "Groups"
msgstr "组" msgstr "组"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "HTTP 标头" msgstr "HTTP 标头"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "HTTP 方法" msgstr "HTTP 方法"
@@ -3755,7 +3763,7 @@ msgid "Hipchat"
msgstr "HipChat" msgstr "HipChat"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "主机" msgstr "主机"
@@ -3896,11 +3904,11 @@ msgstr "仪表板 ID"
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "面板 ID" msgstr "面板 ID"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "仪表板 ID可选" msgstr "仪表板 ID可选"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "面板 ID可选" msgstr "面板 ID可选"
@@ -3921,26 +3929,26 @@ msgstr "IRC 服务器地址"
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "IRC 服务器端口" msgstr "IRC 服务器端口"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "IRC Nick" msgstr "IRC Nick"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "IRC 服务器地址" msgstr "IRC 服务器地址"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "IRC 服务器密码" msgstr "IRC 服务器密码"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "IRC 服务器端口" msgstr "IRC 服务器端口"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "图标 URL" msgstr "图标 URL"
@@ -4210,7 +4218,7 @@ msgstr "无法复制含有源的清单"
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4400,7 +4408,7 @@ msgstr "作业状态"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4442,7 +4450,7 @@ msgstr "在创建或编辑节点时无法选择具有提示密码凭证的作业
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4600,7 +4608,7 @@ msgid "Last Login"
msgstr "最近登陆" msgstr "最近登陆"
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4642,7 +4650,7 @@ msgstr "姓氏"
msgid "Last Ran" msgid "Last Ran"
msgstr "最后运行" msgstr "最后运行"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "最后运行" msgstr "最后运行"
@@ -4743,7 +4751,7 @@ msgstr "小于或等于比较。"
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4764,7 +4772,7 @@ msgstr "正在加载"
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "本地时区" msgstr "本地时区"
@@ -5125,7 +5133,7 @@ msgstr "多项选择选项"
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5333,7 +5341,7 @@ msgstr "新"
msgid "Next" msgid "Next"
msgstr "下一" msgstr "下一"
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5513,7 +5521,7 @@ msgstr "通知模板"
msgid "Notification Type" msgid "Notification Type"
msgstr "通知类型" msgstr "通知类型"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "通知颜色" msgstr "通知颜色"
@@ -5572,7 +5580,7 @@ msgstr "10 月"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5589,7 +5597,7 @@ msgstr "关"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5762,11 +5770,11 @@ msgstr ""
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "覆盖变量" msgstr "覆盖变量"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "POST" msgstr "POST"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "PUT" msgstr "PUT"
@@ -5779,7 +5787,7 @@ msgstr "Pagerduty"
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "Pagerduty 子域" msgstr "Pagerduty 子域"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "Pagerduty 子域" msgstr "Pagerduty 子域"
@@ -5822,7 +5830,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
msgstr "向 playbook 传递额外的命令行变量。这是 ansible-playbook 的 -e 或 --extra-vars 命令行参数。使用 YAML 或 JSON 提供键/值对。示例语法请参阅 Ansible Tower 文档。" msgstr "向 playbook 传递额外的命令行变量。这是 ansible-playbook 的 -e 或 --extra-vars 命令行参数。使用 YAML 或 JSON 提供键/值对。示例语法请参阅 Ansible Tower 文档。"
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -5953,7 +5961,7 @@ msgstr "请添加 {pluralizedItemName} 来填充此列表"
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "请点开始按钮开始。" msgstr "请点开始按钮开始。"
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "请输入有效的 URL。" msgstr "请输入有效的 URL。"
@@ -6019,7 +6027,7 @@ msgid ""
msgstr "使用搜索过滤器填充此清单的主机。例如ansible_facts.ansible_distribution:\"RedHat\"。如需语法和实例的更多信息,请参阅相关文档。请参阅 Ansible Tower 文档来获得更多信息。" msgstr "使用搜索过滤器填充此清单的主机。例如ansible_facts.ansible_distribution:\"RedHat\"。如需语法和实例的更多信息,请参阅相关文档。请参阅 Ansible Tower 文档来获得更多信息。"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "端口" msgstr "端口"
@@ -6145,7 +6153,7 @@ msgid "Prompt | {0}"
msgstr "提示 | {0}" msgstr "提示 | {0}"
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "提示的值" msgstr "提示的值"
@@ -6259,7 +6267,7 @@ msgstr ""
msgid "Recipient List" msgid "Recipient List"
msgstr "接收者列表" msgstr "接收者列表"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "接收者列表" msgstr "接收者列表"
@@ -6434,7 +6442,7 @@ msgstr "删除此链接将会孤立分支的剩余部分,并导致它在启动
msgid "Reorder" msgid "Reorder"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "重复频率" msgstr "重复频率"
@@ -6972,7 +6980,7 @@ msgstr "导入一个订阅"
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7190,7 +7198,7 @@ msgstr ""
msgid "Sender Email" msgid "Sender Email"
msgstr "发件人电子邮件" msgstr "发件人电子邮件"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "发件人电子邮件" msgstr "发件人电子邮件"
@@ -7274,7 +7282,7 @@ msgstr "显示"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7351,7 +7359,7 @@ msgstr "简单键选择"
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7445,7 +7453,7 @@ msgstr "源"
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7522,7 +7530,7 @@ msgstr "源控制分支"
msgid "Source details" msgid "Source details"
msgstr "源详情" msgstr "源详情"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "源电话号码" msgstr "源电话号码"
@@ -7540,13 +7548,13 @@ msgstr "来自项目的源"
msgid "Sources" msgid "Sources"
msgstr "源" msgstr "源"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
msgstr "以 JSON 格式指定 HTTP 标头。示例语法请参阅 Ansible Tower 文档。" msgstr "以 JSON 格式指定 HTTP 标头。示例语法请参阅 Ansible Tower 文档。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -7873,16 +7881,16 @@ msgstr "如果有一个大的 playbook而您想要运行某个 play 或任务
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "注解的标签" msgstr "注解的标签"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "注解的标签(可选)" msgstr "注解的标签(可选)"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "目标 URL" msgstr "目标 URL"
@@ -8008,7 +8016,7 @@ msgstr "如果没有为作业模板配置时使用的执行环境。"
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8022,7 +8030,7 @@ msgid ""
"timeout." "timeout."
msgstr "取消作业前运行的时间(以秒为单位)。默认为 0即没有作业超时。" msgstr "取消作业前运行的时间(以秒为单位)。默认为 0即没有作业超时。"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8261,7 +8269,7 @@ msgstr ""
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "" msgstr ""
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "此字段必须是正则表达式" msgstr "此字段必须是正则表达式"
@@ -8418,7 +8426,7 @@ msgstr "超时"
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8488,7 +8496,7 @@ msgstr "删除调度"
msgid "Toggle tools" msgid "Toggle tools"
msgstr "切换工具" msgstr "切换工具"
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "令牌" msgstr "令牌"
@@ -8626,7 +8634,7 @@ msgid "Type"
msgstr "类型" msgstr "类型"
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "类型详情" msgstr "类型详情"
@@ -8739,12 +8747,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "上传一个包含了您的订阅的 Red Hat Subscription Manifest。要生成订阅清单请访问红帽用户门户网站中的 <0>subscription allocations</0>。" msgstr "上传一个包含了您的订阅的 Red Hat Subscription Manifest。要生成订阅清单请访问红帽用户门户网站中的 <0>subscription allocations</0>。"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "使用 SSL" msgstr "使用 SSL"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "使用 TLS" msgstr "使用 TLS"
@@ -8824,10 +8832,10 @@ msgstr "用户令牌"
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -8865,7 +8873,7 @@ msgstr "VMware vCenter"
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -8904,7 +8912,7 @@ msgstr "详细"
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9708,6 +9716,10 @@ msgstr "{0, plural, one {您确定要删除以下组吗?} other {您确定要
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "{0, plural, one {删除组?} other {删除组?}}" msgstr "{0, plural, one {删除组?} other {删除组?}}"
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "" msgstr ""
@@ -9848,10 +9860,6 @@ msgstr "{numJobsToCancel, plural, one {{0}} other {{1}}}"
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "" #~ msgstr ""
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "{pluralizedItemName} 列表" msgstr "{pluralizedItemName} 列表"

View File

@@ -125,11 +125,11 @@ msgstr ""
msgid "API Service/Integration Key" msgid "API Service/Integration Key"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:288 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:289
msgid "API Token" msgid "API Token"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:303 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:304
msgid "API service/integration key" msgid "API service/integration key"
msgstr "" msgstr ""
@@ -161,11 +161,11 @@ msgid "Access Token Expiration"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:299
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:418 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:419
msgid "Account SID" msgid "Account SID"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:391 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:392
msgid "Account token" msgid "Account token"
msgstr "" msgstr ""
@@ -761,7 +761,7 @@ msgid ""
"path used to locate playbooks." "path used to locate playbooks."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:443 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:444
msgid "Basic auth password" msgid "Basic auth password"
msgstr "" msgstr ""
@@ -980,7 +980,7 @@ msgid "Changes"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:209
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:263 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:264
msgid "Channel" msgid "Channel"
msgstr "" msgstr ""
@@ -1030,7 +1030,7 @@ msgstr ""
msgid "Choose a source" msgid "Choose a source"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:486 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:487
msgid "Choose an HTTP method" msgid "Choose an HTTP method"
msgstr "" msgstr ""
@@ -1112,7 +1112,7 @@ msgstr ""
msgid "Client Identifier" msgid "Client Identifier"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:311 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:312
msgid "Client identifier" msgid "Client identifier"
msgstr "" msgstr ""
@@ -1422,7 +1422,7 @@ msgstr ""
#: components/Lookup/ApplicationLookup.js:114 #: components/Lookup/ApplicationLookup.js:114
#: components/PromptDetail/PromptDetail.js:138 #: components/PromptDetail/PromptDetail.js:138
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:277 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:269
#: screens/Application/ApplicationDetails/ApplicationDetails.js:100 #: screens/Application/ApplicationDetails/ApplicationDetails.js:100
#: screens/Credential/CredentialDetail/CredentialDetail.js:243 #: screens/Credential/CredentialDetail/CredentialDetail.js:243
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:86
@@ -1573,7 +1573,7 @@ msgstr ""
#: components/Lookup/MultiCredentialsLookup.js:209 #: components/Lookup/MultiCredentialsLookup.js:209
#: components/PromptDetail/PromptDetail.js:176 #: components/PromptDetail/PromptDetail.js:176
#: components/PromptDetail/PromptJobTemplateDetail.js:193 #: components/PromptDetail/PromptJobTemplateDetail.js:193
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:331 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:323
#: components/TemplateList/TemplateListItem.js:315 #: components/TemplateList/TemplateListItem.js:315
#: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77 #: components/UserAndTeamAccessAdd/getResourceAccessConfig.js:77
#: routeConfig.js:68 #: routeConfig.js:68
@@ -1652,7 +1652,7 @@ msgstr ""
msgid "Day" msgid "Day"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:273 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:265
#: components/Schedule/shared/ScheduleForm.js:164 #: components/Schedule/shared/ScheduleForm.js:164
msgid "Days of Data to Keep" msgid "Days of Data to Keep"
msgstr "" msgstr ""
@@ -1716,7 +1716,7 @@ msgstr ""
#: components/PaginatedTable/ToolbarDeleteButton.js:250 #: components/PaginatedTable/ToolbarDeleteButton.js:250
#: components/PaginatedTable/ToolbarDeleteButton.js:273 #: components/PaginatedTable/ToolbarDeleteButton.js:273
#: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28 #: components/ResourceAccessList/DeleteRoleConfirmationModal.js:28
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:406 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:398
#: screens/Application/ApplicationDetails/ApplicationDetails.js:123 #: screens/Application/ApplicationDetails/ApplicationDetails.js:123
#: screens/Credential/CredentialDetail/CredentialDetail.js:294 #: screens/Credential/CredentialDetail/CredentialDetail.js:294
#: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120 #: screens/CredentialType/CredentialTypeDetails/CredentialTypeDetails.js:120
@@ -1795,7 +1795,7 @@ msgstr ""
msgid "Delete Questions" msgid "Delete Questions"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:402 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:394
msgid "Delete Schedule" msgid "Delete Schedule"
msgstr "" msgstr ""
@@ -1931,7 +1931,7 @@ msgstr ""
#: components/Lookup/ApplicationLookup.js:122 #: components/Lookup/ApplicationLookup.js:122
#: components/NotificationList/NotificationList.js:186 #: components/NotificationList/NotificationList.js:186
#: components/PromptDetail/PromptDetail.js:112 #: components/PromptDetail/PromptDetail.js:112
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:260 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:252
#: components/Schedule/ScheduleList/ScheduleList.js:193 #: components/Schedule/ScheduleList/ScheduleList.js:193
#: components/Schedule/shared/ScheduleForm.js:112 #: components/Schedule/shared/ScheduleForm.js:112
#: components/TemplateList/TemplateList.js:195 #: components/TemplateList/TemplateList.js:195
@@ -2007,15 +2007,15 @@ msgstr ""
msgid "Destination SMS Number(s)" msgid "Destination SMS Number(s)"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:408 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:409
msgid "Destination SMS number(s)" msgid "Destination SMS number(s)"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:359 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:360
msgid "Destination channels" msgid "Destination channels"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:226 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:227
msgid "Destination channels or users" msgid "Destination channels or users"
msgstr "" msgstr ""
@@ -2113,11 +2113,11 @@ msgstr ""
msgid "Disable SSL Verification" msgid "Disable SSL Verification"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:184 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:185
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:237 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:238
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:276 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:277
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:347 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:348
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:456 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:457
msgid "Disable SSL verification" msgid "Disable SSL verification"
msgstr "" msgstr ""
@@ -2223,7 +2223,7 @@ msgstr ""
msgid "E-mail" msgid "E-mail"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:123 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:124
msgid "E-mail options" msgid "E-mail options"
msgstr "" msgstr ""
@@ -2240,8 +2240,8 @@ msgid ""
"revision of the project prior to starting the job." "revision of the project prior to starting the job."
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:392 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:384
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:396 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:388
#: screens/Application/ApplicationDetails/ApplicationDetails.js:110 #: screens/Application/ApplicationDetails/ApplicationDetails.js:110
#: screens/Application/ApplicationDetails/ApplicationDetails.js:112 #: screens/Application/ApplicationDetails/ApplicationDetails.js:112
#: screens/Credential/CredentialDetail/CredentialDetail.js:281 #: screens/Credential/CredentialDetail/CredentialDetail.js:281
@@ -2660,36 +2660,48 @@ msgstr ""
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" 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 "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:180 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:181
msgid "Enter one Annotation Tag per line, without commas." msgid "Enter one Annotation Tag per line, without commas."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:231 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:232
msgid "" msgid ""
"Enter one IRC channel or username per line. The pound\n" "Enter one IRC channel or username per line. The pound\n"
"symbol (#) for channels, and the at (@) symbol for users, are not\n" "symbol (#) for channels, and the at (@) symbol for users, are not\n"
"required." "required."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:364 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:365
msgid "" msgid ""
"Enter one Slack channel per line. The pound symbol (#)\n" "Enter one Slack channel per line. The pound symbol (#)\n"
"is required for channels." "is required for channels."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:89 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:90
msgid "" msgid ""
"Enter one email address per line to create a recipient\n" "Enter one email address per line to create a recipient\n"
"list for this type of notification." "list for this type of notification."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:413
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages."
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:416
#~ msgid ""
#~ "Enter one phone number per line to specify where to\n"
#~ "route SMS messages. Phone numbers should be formatted +11231231234. For more information see"
#~ msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:414
msgid "" msgid ""
"Enter one phone number per line to specify where to\n" "Enter one phone number per line to specify where to\n"
"route SMS messages." "route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:403 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:404
msgid "" msgid ""
"Enter the number associated with the \"Messaging\n" "Enter the number associated with the \"Messaging\n"
"Service\" in Twilio in the format +18005550199." "Service\" in Twilio in the format +18005550199."
@@ -2781,7 +2793,7 @@ msgstr ""
#: components/PaginatedTable/ToolbarDeleteButton.js:205 #: components/PaginatedTable/ToolbarDeleteButton.js:205
#: components/ResourceAccessList/ResourceAccessList.js:233 #: components/ResourceAccessList/ResourceAccessList.js:233
#: components/ResourceAccessList/ResourceAccessList.js:245 #: components/ResourceAccessList/ResourceAccessList.js:245
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:414 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:406
#: components/Schedule/ScheduleList/ScheduleList.js:238 #: components/Schedule/ScheduleList/ScheduleList.js:238
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:72 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:72
#: components/Schedule/shared/SchedulePromptableFields.js:70 #: components/Schedule/shared/SchedulePromptableFields.js:70
@@ -2879,10 +2891,6 @@ msgstr ""
msgid "Events" msgid "Events"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:151
msgid "Every minute for {0} times"
msgstr ""
#: components/Search/LookupTypeInput.js:39 #: components/Search/LookupTypeInput.js:39
msgid "Exact match (default lookup if not specified)." msgid "Exact match (default lookup if not specified)."
msgstr "" msgstr ""
@@ -3277,7 +3285,7 @@ msgstr ""
msgid "Failed to delete role." msgid "Failed to delete role."
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:417 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:409
msgid "Failed to delete schedule." msgid "Failed to delete schedule."
msgstr "" msgstr ""
@@ -3482,7 +3490,7 @@ msgstr ""
msgid "First Name" msgid "First Name"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:262 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:254
msgid "First Run" msgid "First Run"
msgstr "" msgstr ""
@@ -3683,12 +3691,12 @@ msgstr ""
msgid "Grafana" msgid "Grafana"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:157 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:158
msgid "Grafana API key" msgid "Grafana API key"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:141
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:146 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:147
msgid "Grafana URL" msgid "Grafana URL"
msgstr "" msgstr ""
@@ -3727,12 +3735,12 @@ msgid "Groups"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:330
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:463 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:464
msgid "HTTP Headers" msgid "HTTP Headers"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:325
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:477 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:478
msgid "HTTP Method" msgid "HTTP Method"
msgstr "" msgstr ""
@@ -3755,7 +3763,7 @@ msgid "Hipchat"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:109
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:75 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:76
msgid "Host" msgid "Host"
msgstr "" msgstr ""
@@ -3896,11 +3904,11 @@ msgstr ""
msgid "ID of the Panel" msgid "ID of the Panel"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:164 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:165
msgid "ID of the dashboard (optional)" msgid "ID of the dashboard (optional)"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:170 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:171
msgid "ID of the panel (optional)" msgid "ID of the panel (optional)"
msgstr "" msgstr ""
@@ -3921,26 +3929,26 @@ msgstr ""
msgid "IRC Server Port" msgid "IRC Server Port"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:218 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:219
msgid "IRC nick" msgid "IRC nick"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:210 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:211
msgid "IRC server address" msgid "IRC server address"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:196 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:197
msgid "IRC server password" msgid "IRC server password"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:201 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:202
msgid "IRC server port" msgid "IRC server port"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:214
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:259
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:269 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:270
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:340 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:341
msgid "Icon URL" msgid "Icon URL"
msgstr "" msgstr ""
@@ -4210,7 +4218,7 @@ msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:124 #: components/PromptDetail/PromptJobTemplateDetail.js:124
#: components/PromptDetail/PromptJobTemplateDetail.js:134 #: components/PromptDetail/PromptJobTemplateDetail.js:134
#: components/PromptDetail/PromptWFJobTemplateDetail.js:77 #: components/PromptDetail/PromptWFJobTemplateDetail.js:77
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:297 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:289
#: components/TemplateList/TemplateListItem.js:277 #: components/TemplateList/TemplateListItem.js:277
#: components/TemplateList/TemplateListItem.js:287 #: components/TemplateList/TemplateListItem.js:287
#: screens/Host/HostDetail/HostDetail.js:75 #: screens/Host/HostDetail/HostDetail.js:75
@@ -4400,7 +4408,7 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:57 #: components/LaunchPrompt/steps/OtherPromptsStep.js:57
#: components/PromptDetail/PromptDetail.js:219 #: components/PromptDetail/PromptDetail.js:219
#: components/PromptDetail/PromptJobTemplateDetail.js:242 #: components/PromptDetail/PromptJobTemplateDetail.js:242
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:344 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:336
#: screens/Job/JobDetail/JobDetail.js:366 #: screens/Job/JobDetail/JobDetail.js:366
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:336
#: screens/Template/shared/JobTemplateForm.js:519 #: screens/Template/shared/JobTemplateForm.js:519
@@ -4442,7 +4450,7 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:110 #: components/LaunchPrompt/steps/OtherPromptsStep.js:110
#: components/PromptDetail/PromptDetail.js:169 #: components/PromptDetail/PromptDetail.js:169
#: components/PromptDetail/PromptJobTemplateDetail.js:107 #: components/PromptDetail/PromptJobTemplateDetail.js:107
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:293 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:285
#: screens/Job/JobDetail/JobDetail.js:184 #: screens/Job/JobDetail/JobDetail.js:184
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:182
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:137
@@ -4600,7 +4608,7 @@ msgid "Last Login"
msgstr "" msgstr ""
#: components/PromptDetail/PromptDetail.js:145 #: components/PromptDetail/PromptDetail.js:145
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:282 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:274
#: components/TemplateList/TemplateListItem.js:308 #: components/TemplateList/TemplateListItem.js:308
#: screens/Application/ApplicationDetails/ApplicationDetails.js:101 #: screens/Application/ApplicationDetails/ApplicationDetails.js:101
#: screens/Application/ApplicationsList/ApplicationListItem.js:43 #: screens/Application/ApplicationsList/ApplicationListItem.js:43
@@ -4642,7 +4650,7 @@ msgstr ""
msgid "Last Ran" msgid "Last Ran"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:269 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:261
msgid "Last Run" msgid "Last Run"
msgstr "" msgstr ""
@@ -4743,7 +4751,7 @@ msgstr ""
#: components/PromptDetail/PromptDetail.js:207 #: components/PromptDetail/PromptDetail.js:207
#: components/PromptDetail/PromptJobTemplateDetail.js:155 #: components/PromptDetail/PromptJobTemplateDetail.js:155
#: components/PromptDetail/PromptWFJobTemplateDetail.js:88 #: components/PromptDetail/PromptWFJobTemplateDetail.js:88
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:321 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:313
#: screens/Job/JobDetail/JobDetail.js:269 #: screens/Job/JobDetail/JobDetail.js:269
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:230
#: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147 #: screens/Template/WorkflowJobTemplateDetail/WorkflowJobTemplateDetail.js:147
@@ -4764,7 +4772,7 @@ msgstr ""
msgid "Local" msgid "Local"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:270 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:262
msgid "Local Time Zone" msgid "Local Time Zone"
msgstr "" msgstr ""
@@ -5125,7 +5133,7 @@ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:72 #: components/PaginatedTable/PaginatedTable.js:72
#: components/PromptDetail/PromptDetail.js:111 #: components/PromptDetail/PromptDetail.js:111
#: components/ResourceAccessList/ResourceAccessListItem.js:55 #: components/ResourceAccessList/ResourceAccessListItem.js:55
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:259 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:251
#: components/Schedule/ScheduleList/ScheduleList.js:168 #: components/Schedule/ScheduleList/ScheduleList.js:168
#: components/Schedule/ScheduleList/ScheduleList.js:188 #: components/Schedule/ScheduleList/ScheduleList.js:188
#: components/Schedule/ScheduleList/ScheduleListItem.js:77 #: components/Schedule/ScheduleList/ScheduleListItem.js:77
@@ -5333,7 +5341,7 @@ msgstr ""
msgid "Next" msgid "Next"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:266 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:258
#: components/Schedule/ScheduleList/ScheduleList.js:170 #: components/Schedule/ScheduleList/ScheduleList.js:170
#: components/Schedule/ScheduleList/ScheduleListItem.js:101 #: components/Schedule/ScheduleList/ScheduleListItem.js:101
#: components/Schedule/ScheduleList/ScheduleListItem.js:105 #: components/Schedule/ScheduleList/ScheduleListItem.js:105
@@ -5513,7 +5521,7 @@ msgstr ""
msgid "Notification Type" msgid "Notification Type"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:376 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:377
msgid "Notification color" msgid "Notification color"
msgstr "" msgstr ""
@@ -5572,7 +5580,7 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:186 #: components/LaunchPrompt/steps/OtherPromptsStep.js:186
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:58 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:58
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5589,7 +5597,7 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:185 #: components/LaunchPrompt/steps/OtherPromptsStep.js:185
#: components/PromptDetail/PromptDetail.js:265 #: components/PromptDetail/PromptDetail.js:265
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:325 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:317
#: components/Schedule/ScheduleToggle/ScheduleToggle.js:57 #: components/Schedule/ScheduleToggle/ScheduleToggle.js:57
#: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46 #: screens/Inventory/SmartInventoryHostDetail/SmartInventoryHostDetail.js:46
#: screens/Setting/shared/SettingDetail.js:85 #: screens/Setting/shared/SettingDetail.js:85
@@ -5762,11 +5770,11 @@ msgstr ""
msgid "Overwrite variables" msgid "Overwrite variables"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:489 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490
msgid "POST" msgid "POST"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:490 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:491
msgid "PUT" msgid "PUT"
msgstr "" msgstr ""
@@ -5779,7 +5787,7 @@ msgstr ""
msgid "Pagerduty Subdomain" msgid "Pagerduty Subdomain"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:295 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:296
msgid "Pagerduty subdomain" msgid "Pagerduty subdomain"
msgstr "" msgstr ""
@@ -5820,7 +5828,7 @@ msgid "Pass extra command line variables to the playbook. This is the -e or --ex
msgstr "" msgstr ""
#: screens/Login/Login.js:193 #: screens/Login/Login.js:193
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:70 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:71
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:101
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:214
#: screens/Template/Survey/SurveyQuestionForm.js:82 #: screens/Template/Survey/SurveyQuestionForm.js:82
@@ -5951,7 +5959,7 @@ msgstr ""
msgid "Please click the Start button to begin." msgid "Please click the Start button to begin."
msgstr "" msgstr ""
#: util/validators.js:143 #: util/validators.js:160
msgid "Please enter a valid URL" msgid "Please enter a valid URL"
msgstr "" msgstr ""
@@ -6017,7 +6025,7 @@ msgid ""
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:124
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:102 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:103
msgid "Port" msgid "Port"
msgstr "" msgstr ""
@@ -6143,7 +6151,7 @@ msgid "Prompt | {0}"
msgstr "" msgstr ""
#: components/PromptDetail/PromptDetail.js:164 #: components/PromptDetail/PromptDetail.js:164
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:289 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:281
msgid "Prompted Values" msgid "Prompted Values"
msgstr "" msgstr ""
@@ -6255,7 +6263,7 @@ msgstr ""
msgid "Recipient List" msgid "Recipient List"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:83 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:84
msgid "Recipient list" msgid "Recipient list"
msgstr "" msgstr ""
@@ -6430,7 +6438,7 @@ msgstr ""
msgid "Reorder" msgid "Reorder"
msgstr "" msgstr ""
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:271 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:263
msgid "Repeat Frequency" msgid "Repeat Frequency"
msgstr "" msgstr ""
@@ -6968,7 +6976,7 @@ msgstr ""
#: screens/Inventory/shared/SmartInventoryForm.js:67 #: screens/Inventory/shared/SmartInventoryForm.js:67
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:24
#: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61 #: screens/NotificationTemplate/shared/NotificationTemplateForm.js:61
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:431 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:432
#: screens/Project/shared/ProjectForm.js:189 #: screens/Project/shared/ProjectForm.js:189
#: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39 #: screens/Project/shared/ProjectSubForms/InsightsSubForm.js:39
#: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36 #: screens/Project/shared/ProjectSubForms/ManualSubForm.js:36
@@ -7184,7 +7192,7 @@ msgstr ""
msgid "Sender Email" msgid "Sender Email"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:94 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:95
msgid "Sender e-mail" msgid "Sender e-mail"
msgstr "" msgstr ""
@@ -7268,7 +7276,7 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:173 #: components/LaunchPrompt/steps/OtherPromptsStep.js:173
#: components/PromptDetail/PromptDetail.js:264 #: components/PromptDetail/PromptDetail.js:264
#: components/PromptDetail/PromptJobTemplateDetail.js:158 #: components/PromptDetail/PromptJobTemplateDetail.js:158
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:324 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:316
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:233
#: screens/Template/shared/JobTemplateForm.js:495 #: screens/Template/shared/JobTemplateForm.js:495
msgid "Show Changes" msgid "Show Changes"
@@ -7345,7 +7353,7 @@ msgstr ""
#: components/LaunchPrompt/steps/OtherPromptsStep.js:69 #: components/LaunchPrompt/steps/OtherPromptsStep.js:69
#: components/PromptDetail/PromptDetail.js:242 #: components/PromptDetail/PromptDetail.js:242
#: components/PromptDetail/PromptJobTemplateDetail.js:257 #: components/PromptDetail/PromptJobTemplateDetail.js:257
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:362 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:354
#: screens/Job/JobDetail/JobDetail.js:385 #: screens/Job/JobDetail/JobDetail.js:385
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:351
#: screens/Template/shared/JobTemplateForm.js:535 #: screens/Template/shared/JobTemplateForm.js:535
@@ -7439,7 +7447,7 @@ msgstr ""
#: components/PromptDetail/PromptJobTemplateDetail.js:152 #: components/PromptDetail/PromptJobTemplateDetail.js:152
#: components/PromptDetail/PromptProjectDetail.js:98 #: components/PromptDetail/PromptProjectDetail.js:98
#: components/PromptDetail/PromptWFJobTemplateDetail.js:87 #: components/PromptDetail/PromptWFJobTemplateDetail.js:87
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:319 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:311
#: screens/Job/JobDetail/JobDetail.js:255 #: screens/Job/JobDetail/JobDetail.js:255
#: screens/Project/ProjectDetail/ProjectDetail.js:201 #: screens/Project/ProjectDetail/ProjectDetail.js:201
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:227
@@ -7516,7 +7524,7 @@ msgstr ""
msgid "Source details" msgid "Source details"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:398 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:399
msgid "Source phone number" msgid "Source phone number"
msgstr "" msgstr ""
@@ -7534,13 +7542,13 @@ msgstr ""
msgid "Sources" msgid "Sources"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:465 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:466
msgid "" msgid ""
"Specify HTTP Headers in JSON format. Refer to\n" "Specify HTTP Headers in JSON format. Refer to\n"
"the Ansible Tower documentation for example syntax." "the Ansible Tower documentation for example syntax."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:379 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:380
msgid "" msgid ""
"Specify a notification color. Acceptable colors are hex\n" "Specify a notification color. Acceptable colors are hex\n"
"color code (example: #3af or #789abc)." "color code (example: #3af or #789abc)."
@@ -7867,16 +7875,16 @@ msgstr ""
msgid "Tags for the Annotation" msgid "Tags for the Annotation"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:176 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:177
msgid "Tags for the annotation (optional)" msgid "Tags for the annotation (optional)"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:199
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:249
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:313
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:249 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:250
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:326 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:327
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:448 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:449
msgid "Target URL" msgid "Target URL"
msgstr "" msgstr ""
@@ -8002,7 +8010,7 @@ msgstr ""
msgid "The Grant type the user must use to acquire tokens for this application" msgid "The Grant type the user must use to acquire tokens for this application"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:119 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:120
msgid "" msgid ""
"The amount of time (in seconds) before the email\n" "The amount of time (in seconds) before the email\n"
"notification stops trying to reach the host and times out. Ranges\n" "notification stops trying to reach the host and times out. Ranges\n"
@@ -8016,7 +8024,7 @@ msgid ""
"timeout." "timeout."
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:151 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:152
msgid "" msgid ""
"The base URL of the Grafana server - the\n" "The base URL of the Grafana server - the\n"
"/api/annotations endpoint will be added automatically to the base\n" "/api/annotations endpoint will be added automatically to the base\n"
@@ -8255,7 +8263,7 @@ msgstr ""
msgid "This field must be a number and have a value less than {max}" msgid "This field must be a number and have a value less than {max}"
msgstr "" msgstr ""
#: util/validators.js:167 #: util/validators.js:184
msgid "This field must be a regular expression" msgid "This field must be a regular expression"
msgstr "" msgstr ""
@@ -8412,7 +8420,7 @@ msgstr ""
#: components/PromptDetail/PromptDetail.js:123 #: components/PromptDetail/PromptDetail.js:123
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:129
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:112 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:113
#: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232 #: screens/Template/JobTemplateDetail/JobTemplateDetail.js:232
#: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177 #: screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/NodeTypeStep.js:177
#: screens/Template/shared/JobTemplateForm.js:488 #: screens/Template/shared/JobTemplateForm.js:488
@@ -8482,7 +8490,7 @@ msgstr ""
msgid "Toggle tools" msgid "Toggle tools"
msgstr "" msgstr ""
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:369 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:370
#: screens/User/UserTokens/UserTokens.js:64 #: screens/User/UserTokens/UserTokens.js:64
msgid "Token" msgid "Token"
msgstr "" msgstr ""
@@ -8620,7 +8628,7 @@ msgid "Type"
msgstr "" msgstr ""
#: screens/Credential/shared/TypeInputsSubForm.js:25 #: screens/Credential/shared/TypeInputsSubForm.js:25
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:45 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:46
#: screens/Project/shared/ProjectForm.js:246 #: screens/Project/shared/ProjectForm.js:246
msgid "Type Details" msgid "Type Details"
msgstr "" msgstr ""
@@ -8733,12 +8741,12 @@ msgid "Upload a Red Hat Subscription Manifest containing your subscription. To g
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:45
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:128 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:129
msgid "Use SSL" msgid "Use SSL"
msgstr "" msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:50
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:133 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:134
msgid "Use TLS" msgid "Use TLS"
msgstr "" msgstr ""
@@ -8818,10 +8826,10 @@ msgstr ""
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:204
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:254
#: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308 #: screens/NotificationTemplate/NotificationTemplateDetail/NotificationTemplateDetail.js:308
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:64 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:65
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:257 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:258
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:334 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:335
#: screens/NotificationTemplate/shared/TypeInputsSubForm.js:437 #: screens/NotificationTemplate/shared/TypeInputsSubForm.js:438
#: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92 #: screens/Setting/Subscription/SubscriptionEdit/AnalyticsStep.js:92
#: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206 #: screens/Setting/Subscription/SubscriptionEdit/SubscriptionStep.js:206
#: screens/User/UserDetail/UserDetail.js:68 #: screens/User/UserDetail/UserDetail.js:68
@@ -8859,7 +8867,7 @@ msgstr ""
#: components/PromptDetail/PromptDetail.js:271 #: components/PromptDetail/PromptDetail.js:271
#: components/PromptDetail/PromptJobTemplateDetail.js:271 #: components/PromptDetail/PromptJobTemplateDetail.js:271
#: components/PromptDetail/PromptWFJobTemplateDetail.js:131 #: components/PromptDetail/PromptWFJobTemplateDetail.js:131
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:381 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:373
#: screens/Host/HostDetail/HostDetail.js:96 #: screens/Host/HostDetail/HostDetail.js:96
#: screens/Inventory/InventoryDetail/InventoryDetail.js:97 #: screens/Inventory/InventoryDetail/InventoryDetail.js:97
#: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37 #: screens/Inventory/InventoryGroupDetail/InventoryGroupDetail.js:37
@@ -8898,7 +8906,7 @@ msgstr ""
#: components/PromptDetail/PromptDetail.js:212 #: components/PromptDetail/PromptDetail.js:212
#: components/PromptDetail/PromptInventorySourceDetail.js:118 #: components/PromptDetail/PromptInventorySourceDetail.js:118
#: components/PromptDetail/PromptJobTemplateDetail.js:156 #: components/PromptDetail/PromptJobTemplateDetail.js:156
#: components/Schedule/ScheduleDetail/ScheduleDetail.js:316 #: components/Schedule/ScheduleDetail/ScheduleDetail.js:308
#: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183 #: screens/Inventory/InventorySourceDetail/InventorySourceDetail.js:183
#: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87 #: screens/Inventory/shared/InventorySourceSubForms/SharedFields.js:87
#: screens/Job/JobDetail/JobDetail.js:272 #: screens/Job/JobDetail/JobDetail.js:272
@@ -9702,6 +9710,10 @@ msgstr ""
msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}" msgid "{0, plural, one {Delete Group?} other {Delete Groups?}}"
msgstr "" msgstr ""
#: util/validators.js:138
msgid "{0, plural, one {Please enter a valid phone number.} other {Please enter valid phone numbers.}}"
msgstr ""
#: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178 #: screens/InstanceGroup/InstanceGroupList/InstanceGroupList.js:178
msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}" msgid "{0, plural, one {The following Instance Group cannot be deleted} other {The following Instance Groups cannot be deleted}}"
msgstr "" msgstr ""
@@ -9842,10 +9854,6 @@ msgstr ""
#~ msgid "{number} since {dateStr}" #~ msgid "{number} since {dateStr}"
#~ msgstr "" #~ msgstr ""
#: components/DetailList/NumberSinceDetail.js:13
#~ msgid "{number} since {date}"
#~ msgstr ""
#: components/PaginatedTable/PaginatedTable.js:79 #: components/PaginatedTable/PaginatedTable.js:79
msgid "{pluralizedItemName} List" msgid "{pluralizedItemName} List"
msgstr "" msgstr ""

View File

@@ -22,6 +22,7 @@ import {
requiredEmail, requiredEmail,
url, url,
minMaxValue, minMaxValue,
twilioPhoneNumber,
} from 'util/validators'; } from 'util/validators';
import { NotificationType } from 'types'; import { NotificationType } from 'types';
@@ -398,7 +399,7 @@ function TwilioFields() {
label={t`Source phone number`} label={t`Source phone number`}
name="notification_configuration.from_number" name="notification_configuration.from_number"
type="text" type="text"
validate={required(null)} validate={combine([required(null), twilioPhoneNumber()])}
isRequired isRequired
tooltip={t`Enter the number associated with the "Messaging tooltip={t`Enter the number associated with the "Messaging
Service" in Twilio in the format +18005550199.`} Service" in Twilio in the format +18005550199.`}
@@ -408,10 +409,10 @@ function TwilioFields() {
label={t`Destination SMS number(s)`} label={t`Destination SMS number(s)`}
name="notification_configuration.to_numbers" name="notification_configuration.to_numbers"
type="textarea" type="textarea"
validate={required(null)} validate={combine([required(null), twilioPhoneNumber()])}
isRequired isRequired
tooltip={t`Enter one phone number per line to specify where to tooltip={t`Enter one phone number per line to specify where to
route SMS messages.`} route SMS messages. Phone numbers should be formatted +11231231234. For more information see Twilio documentation`}
/> />
<FormField <FormField
id="twilio-account-sid" id="twilio-account-sid"

View File

@@ -1,4 +1,4 @@
import { t } from '@lingui/macro'; import { plural, t } from '@lingui/macro';
import { isValidDate } from '@patternfly/react-core'; import { isValidDate } from '@patternfly/react-core';
export function required(message) { export function required(message) {
@@ -128,6 +128,23 @@ export function number() {
}; };
} }
export function twilioPhoneNumber() {
return (value) => {
const phoneNumbers = Array.isArray(value) ? value : [value];
let error;
if (!error) {
phoneNumbers.forEach((v) => {
if (!/^\s*(?:\+?(\d{1,3}))?[. (]*(\d{7,12})$/.test(v)) {
error = plural(phoneNumbers.length, {
one: 'Please enter a valid phone number.',
other: 'Please enter valid phone numbers.',
});
}
});
}
return error;
};
}
export function url() { export function url() {
return (value) => { return (value) => {
if (!value) { if (!value) {